Commit Graph

177 Commits (1e644b5a53856b2b4e2310e96ce6155fe32982d9)

Author SHA1 Message Date
Michael Gapczynski 51ddc44b62 Somewhat fixes dropdown display issues in the contacts app 13 years ago
Michael Gapczynski 6f83540dd6 Remove person from array after unshare, so name appears in autocomplete again 13 years ago
Michael Gapczynski 4f10574065 Don't load item if it doesn't have it status set 13 years ago
Michael Gapczynski 3b2c853916 Lots of refactoring to share API 13 years ago
Arthur Schiwon c5d5ca88a8 Show Login-Button when user+pw are autocompleted, fixes oc-1068 13 years ago
Michael Gapczynski 26e406c3c0 Hide 'can edit' if not checked 13 years ago
Michael Gapczynski 4933128850 Throw exceptions in share API for UI to display 13 years ago
Thomas Tanghus 98f37b93f6 Propagate exceptions in OC.appSettings. 13 years ago
Michael Gapczynski 83b935a1c2 Prevent up and down arrow from changing the share with input value 13 years ago
Michael Gapczynski 269922543e Give share with search focus when sharing dropdown appears 13 years ago
Michael Gapczynski 8d01e1a355 Don't show self or already shared with users and groups in the share with search 13 years ago
Michael Gapczynski 8729119d4b Add suggestion to share with search for sharing via email 13 years ago
Thomas Tanghus 6df95db8e8 Forgot to also use the options I added :-P 13 years ago
Thomas Tanghus 8837576ce7 Added some more options to OC.appSettings(). 13 years ago
Thomas Tanghus fb14cb87bd Made the parameter for OC.appSettings() an object to be able to extend it. 13 years ago
Thomas Tanghus 084866cb1e White space 13 years ago
Thomas Tanghus 553773f2e1 Popup for app specific settings. 13 years ago
Michael Gapczynski ed71343df8 Autocomplete for share with search in sharing dropdown 13 years ago
Michael Gapczynski db72ce398b Add support for configuring which permissions are possible for items 13 years ago
Michael Gapczynski cb21406e18 Implement CRUDS in share dropdown, and some clean-up 13 years ago
Michael Gapczynski 4d17ed2f71 Make file actions permissions aware 13 years ago
Robin Appelman b1010160b3 CSRF protection for eventsource 13 years ago
Michael Gapczynski cbf851de69 Show private link in dropdown 13 years ago
Michael Gapczynski ccb5e99395 Generate random token for private links (more entropy than past private links) 13 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 13 years ago
Michael Gapczynski 90e4af312a Fix time formatting for minutes, prepend 0 if minutes is less than 10 13 years ago
Brice Maron 799e34acd4 Add slash to app url if not set fix oc-1169 13 years ago
Michael Gapczynski 1ad5e3e39f Add parameter to showDropDown to not show private link UI, only files can be shared as private links 13 years ago
Michael Gapczynski db33765e36 Add share with to list in dropdown after sharing 13 years ago
Michael Gapczynski 5e8ef33190 Clean up in the dropdown for unsharing 13 years ago
Michael Gapczynski f456cee9d8 Fix fetching item type from share class element, comment out the auto hider for now since it doesn't work outside of the Files app 13 years ago
Michael Gapczynski 8e4832bd12 Prevent adding a duplicate to a multiselect 13 years ago
Michael Gapczynski 05cb94801a Add new group to other user's group select forms 13 years ago
Michael Gapczynski cb19fdd55b Show users and groups shared with in dropdown 13 years ago
Michael Gapczynski b5961635ea Fix ajax share file and replace 'User or Group' select form with a textbox 13 years ago
Michael Gapczynski f21fdf14f9 Forgot I got rid of the class field backendTypes, use the array keys of the backends field instead 13 years ago
Michael Gapczynski bc68f14c4b Prepare drop down UI for share API 13 years ago
Michael Gapczynski 945565f420 Move ajax and js files to core 13 years ago
Bjoern Schiessle 18d5420744 typo in js statement fixed 13 years ago
Brice Maron df60d6d5d2 Fixes for multi app dir : 13 years ago
Robin Appelman cfe219fbb9 fix potential xss in multiselect 13 years ago
Brice Maron 5c2b2fc842 Change app path logic in templates 13 years ago
Robin Appelman 58adeaa80a only check our own input fields when determining to show the login button 13 years ago
Robin Appelman 9eb91a111d update to jquery 1.7.2 13 years ago
Michael Gapczynski 59a2616105 Fix music file action i.e. click to play, make OC.filePath act like OC_Helper::linkTo() for index.php links 13 years ago
Michael Gapczynski 52d113b9e1 Prevent extra '/' from being added to url if app is not defined 13 years ago
Simon Birnbach df6b15445d Fix bug on browsers like rekonq which stopped execution of javascript 13 years ago
Georg Ehrke 936c8ba1cc improve remote.php and create public.php 13 years ago
Thomas Tanghus 2580d8540d Dialogs: Clean indentation. Add some missing brackets. 13 years ago
Thomas Tanghus 27da29525a Made the global settings icon accessable via keyboard. 13 years ago