summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/share.js
Commit message (Expand)AuthorAgeFilesLines
* 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 s...Sam Tuke2012-06-251-1/+1
* 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 th...Michael Gapczynski2012-05-111-2/+2
* 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 a...Michael Gapczynski2012-05-051-212/+306
* 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
* Sharing: Add a filename after public share linkBart Visscher2012-04-141-4/+4
* 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
* apps files_sharing - fix in share.js to check the "can edit" checkbox -krzaczek2011-11-181-1/+1
* 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
* Add caching for filelist sharing icon status to avoid many http req.Brice Maron2011-10-201-0/+5
* Fixed delete cross positioning issue.Scott Barnett2011-09-271-3/+6
* single quotes in JavaScript & PHP, double quotes in HTMLJan-Christoph Borchardt2011-08-201-23/+23
* Full support for viewing public links from sharing drop downMichael Gapczynski2011-08-191-4/+3
* Merge public link icon checkMichael Gapczynski2011-08-181-14/+5
* Functions to get the token of a public link now stored by OC_Share, remove no...Michael Gapczynski2011-08-161-9/+6
* Initial merging of files_sharing and files_publiclinkMichael Gapczynski2011-08-161-12/+18
* Display public icon next to publicly shared filesMichael Gapczynski2011-08-161-0/+14
* Public link folder uploading not implemented, comment out checkbox for it in ...Michael Gapczynski2011-08-161-1/+1
* Clean up constructor for OC_Share, add some error handling for sharing filesMichael Gapczynski2011-08-121-2/+4
* Change the share file action icon if the file is already shared with someoneMichael Gapczynski2011-08-121-2/+20
* Remove hardcoded http:// when generating public linksMichael Gapczynski2011-08-111-9/+10
* Make unshare work from dropdownMichael Gapczynski2011-08-111-7/+9
* Fix some areas on dropdown triggering the dropdown to hideMichael Gapczynski2011-08-111-3/+3
* Hide the dropdown if you click the share file action buttonMichael Gapczynski2011-08-111-1/+5
* Don't spawn a new dropdown if there is already one openMichael Gapczynski2011-08-111-13/+11
* Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharingMichael Gapczynski2011-08-111-5/+18
|\
| * only load share action when in file browserJan-Christoph Borchardt2011-08-111-3/+5
* | Refactoring in dropdown javascriptMichael Gapczynski2011-08-111-62/+53
|/
* Fix shared list for files inside of shared foldersMichael Gapczynski2011-08-101-2/+1
* Only show can edit (if not checked) and unshare button on hoverMichael Gapczynski2011-08-091-8/+30
* Remove users and groups from the select form that have already been shared withMichael Gapczynski2011-08-091-0/+2
* Use chosen select form for selecting users in sharing drop downMichael Gapczynski2011-08-091-10/+25
* Show which parent folder is shared with the user in the sharing drop downMichael Gapczynski2011-08-081-4/+1
* Sharing dropdown changes: show users that have a parent folder shared with th...Michael Gapczynski2011-08-071-20/+48