summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revise permissions system to support read, write, and deleteMichael Gapczynski2011-07-304-63/+90
* im in ur branch, fixin teh detailsJan-Christoph Borchardt2011-07-301-3/+2
* Add share action for mutliple selected filesMichael Gapczynski2011-07-291-30/+38
* Make 'Share' a subnavigation entry of of 'Files'Michael Gapczynski2011-07-291-2/+2
* Integrate sharing app with the new interfaceMichael Gapczynski2011-07-292-3/+2
* Add a function for removing any duplicate or trailing '/' from the pathsMichael Gapczynski2011-07-281-8/+24
* More elegant solution for preparing IN ?s, thanks icewindMichael Gapczynski2011-07-281-16/+4
* Add support for sharing files with user groupsMichael Gapczynski2011-07-281-10/+37
* Add support for sharing multiple files from share dialog, move loops outside ...Michael Gapczynski2011-07-284-34/+37
* 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-262-0/+86
* Include groups in user autocompleteMichael Gapczynski2011-07-241-2/+8
* Add support for user autocompleteMichael Gapczynski2011-07-242-0/+27
* Bug fixes for unshare() and opendir(), thanks darkhMichael Gapczynski2011-07-242-1/+4
* Filter out files you unshare from yourself in opendir()Michael Gapczynski2011-07-232-13/+22
* Use SUBSTR instead of LIKE in queries, should now work with SQLiteMichael Gapczynski2011-07-221-14/+13
* Remove shared items check, it prevents sharing items if there aren't already ...Michael Gapczynski2011-07-211-2/+0
* Remove admin page, administration is not needed at this time for sharingMichael Gapczynski2011-07-201-38/+0
* Change all occurences of ['user_id'] to OC_USER::getUser()Michael Gapczynski2011-07-202-22/+22
* Fix bug in constructor for appending numbers to already existing targetsMichael Gapczynski2011-07-201-1/+3
* Change permissions to is_writeableMichael Gapczynski2011-07-201-1/+1
* Remove accidental kate swap fileMichael Gapczynski2011-07-201-0/+0
* Update database.xml to current database fields, remove hard coded MTGap when ...Michael Gapczynski2011-07-202-15/+9
* Append number to name if target file already existsMichael Gapczynski2011-07-202-13/+17
* First implementation of sharing user interfaceMichael Gapczynski2011-07-209-45/+163
* Add post_delete and post_rename hooks and fix the constructorMichael Gapczynski2011-07-182-4/+39