summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
Commit message (Collapse)AuthorAgeFilesLines
* adding tipsy to the upload button showing the max upload and restoring ↵Thomas Müller2013-07-051-0/+2
| | | | client side upload size validation
* Public upload featureRoman Geber2013-06-251-1/+18
|
* Use HTML5 data attribute + fix undefined variableLukas Reschke2013-01-261-0/+2
|
* missing renames of publicListView to disableSharingThomas Mueller2013-01-231-1/+1
|
* Whitespace cleanupBart Visscher2013-01-161-1/+1
|
* moving sharing email code to coreThomas Mueller2012-12-101-25/+1
|
* restoring feature to send sharing link via emailThomas Mueller2012-12-101-1/+23
|
* Fix shared status iconsMichael Gapczynski2012-10-281-30/+4
|
* don't show the share action in the file view for publically shared files.Björn Schießle2012-10-101-1/+1
|
* Fix closing the sharing dropdown by clicking on the share buttonMichael Gapczynski2012-10-091-1/+1
|
* register download action for directoriesBjörn Schießle2012-10-051-0/+6
|
* register download action for filesBjörn Schießle2012-10-051-0/+6
|
* Remove the content and table to prevent covering the download linkMichael Gapczynski2012-09-191-0/+5
|
* Show preview for public folder linksMichael Gapczynski2012-09-182-5/+13
|
* Disable link sharing for folders temporarily - next releaseMichael Gapczynski2012-09-091-2/+4
|
* unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer2012-08-312-2/+2
|
* Show notification that no preview is available if no previewer is found for ↵Michael Gapczynski2012-08-291-1/+5
| | | | a public link to a file
* Add Share API settings to admin pageMichael Gapczynski2012-08-271-1/+1
|
* Initial previewer for public linksMichael Gapczynski2012-08-271-0/+18
|
* Switch to using file cache ids instead of paths for file sharingMichael Gapczynski2012-08-241-5/+5
|
* Prevent resharing in UI if share permission not grantedMichael Gapczynski2012-08-241-4/+4
|
* Check if files_sharing app is enabled, move file specific javascript to ↵Michael Gapczynski2012-08-221-0/+64
| | | | files_sharing app
* Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-223-438/+0
|
* Add additional error handling for emailing private linksMichael Gapczynski2012-07-291-5/+13
|
* Don't reload the page after sending private link to email addressMichael Gapczynski2012-07-011-1/+2
|
* Added placeholder msg to share with menu to clarify user list restricted to ↵Sam Tuke2012-06-251-1/+1
| | | | security context
* Fix private link sharing via email, fix for bug oc-750Michael Gapczynski2012-05-231-1/+0
|
* Fix incorrect toaddress being passed for emailing private linksMichael Gapczynski2012-05-151-3/+3
|
* Fix private link emailing and clean up file name displayed in emailMichael Gapczynski2012-05-141-1/+3
|
* Replace all %2F with a / in private linkMichael Gapczynski2012-05-141-1/+1
|
* Encoded slashes (%2F) don't look pretty in our private link urlsMichael Gapczynski2012-05-111-1/+1
|
* Turn async off when fetching users to make sure the users get removed from ↵Michael Gapczynski2012-05-111-2/+2
| | | | the select form
* Make email private link submit on enter as wellMichael Gapczynski2012-05-101-1/+4
|
* Fix bug oc-542, encode urls for private linksMichael Gapczynski2012-05-071-1/+1
|
* Only load sharing statuses if in files appMichael Gapczynski2012-05-071-1/+1
|
* improve remote.php and create public.phpGeorg Ehrke2012-05-071-1/+1
|
* Fix feedback for sharing errorsMichael Gapczynski2012-05-061-1/+1
|
* Add back removed groups to the select form correctlyMichael Gapczynski2012-05-051-4/+10
|
* Refactor sharing UI; bug fixes, code clean-up, and more efficient with less ↵Michael Gapczynski2012-05-051-212/+306
| | | | ajax calls
* Remove blind effect for email private link in drop downMichael Gapczynski2012-05-051-4/+4
|
* Add ability to send private links from sharing via emailMichael Gapczynski2012-04-261-2/+19
|
* Fix javascript checkbox toggle for resharingMichael Gapczynski2012-04-251-1/+1
|
* Allow admin to disable resharing of filesMichael Gapczynski2012-04-251-0/+9
|
* Sharing: Add a filename after public share linkBart Visscher2012-04-141-4/+4
| | | | | We don't do anythink with the name, but it is nice to know the file the link point to.
* Sharing: Don't get share icon for undefined filenameBart Visscher2012-04-141-1/+4
|
* Sharing dropdown width fixed.Marvin Thomas Rabe2012-02-231-1/+1
|
* prevent sharing from making aditional http requests while scanningRobin Appelman2012-02-011-0/+1
| | | | additional requests to the server can block feedback of scannning depending on server configuration
* apps files_sharing - fix in share.js to check the "can edit" checkbox -krzaczek2011-11-181-1/+1
| | | there was a bug in share.js so the checbox was always unchecked
* Try to avoid closing the share box too soon on multiple selectionsBrice Maron2011-11-061-0/+1
|
* attempt to manage some special chars in file listBrice Maron2011-11-011-3/+3
| | | | | | Added a jquery function to filter by attributes. Add more logging in rename file Use the new function to avoid errors