summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-2543-1847/+739
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-246-1/+31
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-2314-115/+28
| * Check if files_sharing app is enabled, move file specific javascript to files...Michael Gapczynski2012-08-222-0/+65
| * Move share CSS to core, add script and style from inside Share APIMichael Gapczynski2012-08-221-17/+0
| * Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-2218-1267/+1
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-226-0/+18
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-2113-13/+13
| * Merge branch 'share_api'Michael Gapczynski2012-08-196-298/+396
| |\
| | * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-163-110/+80
| | * Merge branch 'master' into share_apiMichael Gapczynski2012-08-144-0/+33
| | |\
| | * \ Merge branch 'master' into share_apiMichael Gapczynski2012-08-092-2/+19
| | |\ \
| | * | | Add share action back into addressbook settings, bump up z-index of dropdown ...Michael Gapczynski2012-08-061-1/+1
| | * | | Fix offset for folder detection, no longer including '/Shared' in file target...Michael Gapczynski2012-08-061-1/+1
| | * | | Remove extra line, caused 'headers already sent' issuesMichael Gapczynski2012-08-061-1/+0
| | * | | Lots of refactoring to share APIMichael Gapczynski2012-08-063-10/+19
| | * | | Preparing for proper collection implementationMichael Gapczynski2012-08-031-7/+0
| | * | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-314-5/+393
| | |\ \ \
| | * | | | Implement CRUDS in share dropdown, and some clean-upMichael Gapczynski2012-07-261-4/+6
| | * | | | No longer need hash() in shared storage, already implemented by the common fi...Michael Gapczynski2012-07-251-8/+1
| | * | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-254-8/+23
| | |\ \ \ \
| | * | | | | Make file actions permissions awareMichael Gapczynski2012-07-252-3/+21
| | * | | | | Add root directory checks for CRUDS permissions in shared storageMichael Gapczynski2012-07-241-0/+12
| | * | | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-24/+23
| | * | | | | Remove toTmpFile() from shared storage, no longer neededMichael Gapczynski2012-07-241-9/+1
| | * | | | | Improve file source caching for shared foldersMichael Gapczynski2012-07-241-8/+16
| | * | | | | Fix permission check for rmdir(), implement unlink(), rename(), and copy()Michael Gapczynski2012-07-241-4/+35
| | * | | | | Permission check should be made on parent folder when creating a new folderMichael Gapczynski2012-07-231-1/+1
| | * | | | | Include a few CRUDS permissions checks in shared storage, plus a little clean...Michael Gapczynski2012-07-232-193/+128
| | * | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-1111-22/+6
| | |\ \ \ \ \
| | * | | | | | Sharing files working using share APIMichael Gapczynski2012-07-104-156/+199
| | * | | | | | Clean up in the dropdown for unsharingMichael Gapczynski2012-07-031-2/+2
| | * | | | | | Change registerBackend calls class argument to stringsMichael Gapczynski2012-06-301-1/+1
| | * | | | | | Fixes and change database table from sharing to shareMichael Gapczynski2012-06-271-0/+2
| | * | | | | | Prepare drop down UI for share APIMichael Gapczynski2012-06-271-1/+1
| | * | | | | | Some more changes to getItems() and fixes in shared storageMichael Gapczynski2012-06-271-4/+11
| | * | | | | | I'm having trouble making up my mind... translateItem -> getItems() -> format...Michael Gapczynski2012-06-271-41/+49
| | * | | | | | Move ajax and js files to coreMichael Gapczynski2012-06-271-366/+0
| * | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-201-0/+11
| * | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-171-0/+9
| * | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-164-1/+36
| * | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-155-0/+53
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-133-0/+33
| * | | | | | l10n directories have been missingThomas Mueller2012-08-131-0/+0
| | |_|_|_|/ | |/| | | |
| * | | | | Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-081-2/+0
| * | | | | Don't return file handle if the mode supports writing and the file is not wri...Michael Gapczynski2012-08-081-0/+19
| | |_|_|/ | |/| | |
| * | | | Add additional error handling for emailing private linksMichael Gapczynski2012-07-292-6/+19
| * | | | Correction for 'Fix group detection for sharing in case username contains '@'...Michael Gapczynski2012-07-281-3/+6
| * | | | Fix group detection for sharing in case username contains '@', fix for oc-1270Michael Gapczynski2012-07-272-2/+7
| | |_|/ | |/| |
| * | | Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-251-1/+1