summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* Comment rename() and prevent trying to move items if the user doesn't have wr...Michael Gapczynski2011-08-171-0/+6
* Bug fixes for mkdir(), renaming/moving support for files inside a shared fold...Michael Gapczynski2011-08-171-8/+10
* -1 is now a class constant (UNSHARED), for unsharing files from selfMichael Gapczynski2011-08-172-2/+3
* Remove navigation entry for shared filesMichael Gapczynski2011-08-171-6/+1
* New system of unsharing files from self, and a small bug fix when all files i...Michael Gapczynski2011-08-172-13/+22
* Fix my last commit 9ee4fcMichael Gapczynski2011-08-171-2/+4
* Only show 'Shared' directory if files are shared with youMichael Gapczynski2011-08-171-1/+3
* Fix bug in getPermissions() and clean-up unlink() and rename()Michael Gapczynski2011-08-172-39/+29
* Functions to get the token of a public link now stored by OC_Share, remove no...Michael Gapczynski2011-08-163-10/+33
* Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharingMichael Gapczynski2011-08-161-1/+1
|\
| * fix problem with building the IN queryRobin Appelman2011-08-171-1/+1
* | Initial merging of files_sharing and files_publiclinkMichael Gapczynski2011-08-162-49/+64
|/
* 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
* This should actually make the 'Shared' directory automatically everytimeMichael Gapczynski2011-08-151-0/+1
* Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' dir...Michael Gapczynski2011-08-152-19/+25
* Additional user group sharing support and more clean-up in the constructorMichael Gapczynski2011-08-152-46/+59
* Refactor getUserAndGroups() for new user group sharing standard - user@groupMichael Gapczynski2011-08-141-15/+15
* Change OC_GROUP to OC_GroupMichael Gapczynski2011-08-141-1/+1
* OC_Share constructor refactored for user group sharingMichael Gapczynski2011-08-122-28/+52
* Clean up constructor for OC_Share, add some error handling for sharing filesMichael Gapczynski2011-08-123-36/+44
* Change the share file action icon if the file is already shared with someoneMichael Gapczynski2011-08-122-4/+22
* Remove hardcoded http:// when generating public linksMichael Gapczynski2011-08-111-9/+10
* Make unshare work from dropdownMichael Gapczynski2011-08-112-8/+10
* 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-112-17/+30
|\
| * changed quotesJan-Christoph Borchardt2011-08-111-12/+12
| * 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-092-10/+32
* Remove users and groups from the select form that have already been shared withMichael Gapczynski2011-08-091-0/+2
* No more subnavigation entries, fixing 'Shared'Michael Gapczynski2011-08-091-2/+2
* Use chosen select form for selecting users in sharing drop downMichael Gapczynski2011-08-094-21/+35
* Show which parent folder is shared with the user in the sharing drop downMichael Gapczynski2011-08-082-8/+7
* Sharing dropdown changes: show users that have a parent folder shared with th...Michael Gapczynski2011-08-073-22/+75
* Full support for making and deleting public links from share dropdownMichael Gapczynski2011-08-052-15/+13
* Share dropdown updates, making public links now worksMichael Gapczynski2011-08-032-34/+102
* Animate appearance of share drop downMichael Gapczynski2011-08-021-1/+12
* moved dialog css to sharing, fixed positionJan-Christoph Borchardt2011-08-023-1/+6
* first style for sharing dropdown, some html fixesJan-Christoph Borchardt2011-08-021-8/+8
* New implementation of share dialogMichael Gapczynski2011-08-023-69/+43
* Move registering shared storage out of baseMichael Gapczynski2011-08-011-0/+2
* Add support for assigning permissions in share dialog and switch to postMichael Gapczynski2011-07-312-43/+49
* Fix delTree(), it shouldn't be passed to the local storage provider unless th...Michael Gapczynski2011-07-311-9/+25
* Update the folder sizes for shared foldersMichael Gapczynski2011-07-311-12/+29
* Human readable permissions in shared files listMichael Gapczynski2011-07-311-1/+1
* Merge branch 'master' into sharing. Integrate with changes in master, rename ...Michael Gapczynski2011-07-307-81/+78