Commit Graph

190 Commits (2cffcfbc03dfa4463bdfd72de0341000509bcec3)

Author SHA1 Message Date
Thomas Tanghus aefa52018d Use right variable name. 14 years ago
Michael Gapczynski 885b8c481b Check if files_sharing app is enabled, move file specific javascript to files_sharing app 14 years ago
Michael Gapczynski 9699ff03bd Revert using item name, no longer allowing the same item source exist for a user 14 years ago
Michael Gapczynski 09e851a9c4 Fix share ajax calls to use itemName/itemSource, show who shared a file with you 14 years ago
Anders Nor Berle b6a3bf154d Comment out javascript that hides login button 14 years ago
Michael Gapczynski df8a2e5361 File sharing cleanup, works perfectly I think :) 14 years ago
Thomas Tanghus eb516b79b6 Position appsettings fixed and load it in dynamically added element. 14 years ago
Jakob Sack 7fa896971f JavaScript file for activating web cron 14 years ago
Michael Gapczynski d02b0e39b2 Fix issues with hiding and showing dropdown 14 years ago
Michael Gapczynski a22f30fb78 Reset item shares variable, fixes autocomplete not showing people 14 years ago
Michael Gapczynski b1a7e30819 Actually change background image of shared items 14 years ago
Michael Gapczynski 51ddc44b62 Somewhat fixes dropdown display issues in the contacts app 14 years ago
Michael Gapczynski 6f83540dd6 Remove person from array after unshare, so name appears in autocomplete again 14 years ago
Michael Gapczynski 4f10574065 Don't load item if it doesn't have it status set 14 years ago
Michael Gapczynski 3b2c853916 Lots of refactoring to share API 14 years ago
Arthur Schiwon c5d5ca88a8 Show Login-Button when user+pw are autocompleted, fixes oc-1068 14 years ago
Michael Gapczynski 26e406c3c0 Hide 'can edit' if not checked 14 years ago
Michael Gapczynski 4933128850 Throw exceptions in share API for UI to display 14 years ago
Thomas Tanghus 98f37b93f6 Propagate exceptions in OC.appSettings. 14 years ago
Michael Gapczynski 83b935a1c2 Prevent up and down arrow from changing the share with input value 14 years ago
Michael Gapczynski 269922543e Give share with search focus when sharing dropdown appears 14 years ago
Michael Gapczynski 8d01e1a355 Don't show self or already shared with users and groups in the share with search 14 years ago
Michael Gapczynski 8729119d4b Add suggestion to share with search for sharing via email 14 years ago
Thomas Tanghus 6df95db8e8 Forgot to also use the options I added :-P 14 years ago
Thomas Tanghus 8837576ce7 Added some more options to OC.appSettings(). 14 years ago
Thomas Tanghus fb14cb87bd Made the parameter for OC.appSettings() an object to be able to extend it. 14 years ago
Thomas Tanghus 084866cb1e White space 14 years ago
Thomas Tanghus 553773f2e1 Popup for app specific settings. 14 years ago
Michael Gapczynski ed71343df8 Autocomplete for share with search in sharing dropdown 14 years ago
Michael Gapczynski db72ce398b Add support for configuring which permissions are possible for items 14 years ago
Michael Gapczynski cb21406e18 Implement CRUDS in share dropdown, and some clean-up 14 years ago
Michael Gapczynski 4d17ed2f71 Make file actions permissions aware 14 years ago
Robin Appelman b1010160b3 CSRF protection for eventsource 14 years ago
Michael Gapczynski cbf851de69 Show private link in dropdown 14 years ago
Michael Gapczynski ccb5e99395 Generate random token for private links (more entropy than past private links) 14 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 14 years ago
Michael Gapczynski 90e4af312a Fix time formatting for minutes, prepend 0 if minutes is less than 10 14 years ago
Brice Maron 799e34acd4 Add slash to app url if not set fix oc-1169 14 years ago
Michael Gapczynski 1ad5e3e39f Add parameter to showDropDown to not show private link UI, only files can be shared as private links 14 years ago
Michael Gapczynski db33765e36 Add share with to list in dropdown after sharing 14 years ago
Michael Gapczynski 5e8ef33190 Clean up in the dropdown for unsharing 14 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 14 years ago
Michael Gapczynski 8e4832bd12 Prevent adding a duplicate to a multiselect 14 years ago
Michael Gapczynski 05cb94801a Add new group to other user's group select forms 14 years ago
Michael Gapczynski cb19fdd55b Show users and groups shared with in dropdown 14 years ago
Michael Gapczynski b5961635ea Fix ajax share file and replace 'User or Group' select form with a textbox 14 years ago
Michael Gapczynski f21fdf14f9 Forgot I got rid of the class field backendTypes, use the array keys of the backends field instead 14 years ago
Michael Gapczynski bc68f14c4b Prepare drop down UI for share API 14 years ago
Michael Gapczynski 945565f420 Move ajax and js files to core 14 years ago
Bjoern Schiessle 18d5420744 typo in js statement fixed 14 years ago