aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Full support for making and deleting public links from share dropdownMichael Gapczynski2011-08-051-14/+13
* Share dropdown updates, making public links now worksMichael Gapczynski2011-08-031-33/+97
* Animate appearance of share drop downMichael Gapczynski2011-08-021-1/+12
* moved dialog css to sharing, fixed positionJan-Christoph Borchardt2011-08-021-1/+1
* first style for sharing dropdown, some html fixesJan-Christoph Borchardt2011-08-021-8/+8
* New implementation of share dialogMichael Gapczynski2011-08-021-68/+22
* Add support for assigning permissions in share dialog and switch to postMichael Gapczynski2011-07-311-40/+46
* Revise permissions system to support read, write, and deleteMichael Gapczynski2011-07-301-12/+9
* Add share action for mutliple selected filesMichael Gapczynski2011-07-291-30/+38
* Integrate sharing app with the new interfaceMichael Gapczynski2011-07-291-2/+1
* Add support for sharing multiple files from share dialog, move loops outside ...Michael Gapczynski2011-07-281-3/+8
* Close sharing dialog box on share successMichael Gapczynski2011-07-271-2/+5
* Make file sharing dialog work - only works for one file/folder and userMichael Gapczynski2011-07-271-20/+23
* jQuery dialog for sharing files from within file browser - Not functional yetMichael Gapczynski2011-07-261-0/+84
* Add support for user autocompleteMichael Gapczynski2011-07-241-0/+4
* First implementation of sharing user interfaceMichael Gapczynski2011-07-201-0/+50