summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-092-2/+19
|\
| * 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 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
|\|
| * 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
* | 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
|\|
| * Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-251-1/+1
| * cleanup some obsolete foldersize code from the shared storage backendRobin Appelman2012-07-211-34/+1
| * remove unused and depricated getFolderSizeRobin Appelman2012-07-201-30/+1
| * fix remote and public.phpRobin Appelman2012-07-131-1/+1
* | 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
|\|
| * Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski2012-07-111-2/+1
| * Sanitize toaddress for emailing private linksMichael Gapczynski2012-07-111-1/+2
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-0911-21/+0
| * CSRF checksLukas Reschke2012-07-074-0/+5
| * Don't reload the page after sending private link to email addressMichael Gapczynski2012-07-011-1/+2
| * Don't overwrite fake directory stream for Shared storageMichael Gapczynski2012-06-271-2/+2
* | 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
|/
* Added placeholder msg to share with menu to clarify user list restricted to s...Sam Tuke2012-06-252-1/+2
* Add missing ')'Michael Gapczynski2012-06-211-1/+1
* Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filest...Sam Tuke2012-06-211-2/+2
* Merge branch 'master' of gitorious.org:owncloud/owncloudSam Tuke2012-06-204-12/+29
|\
| * Merge branch 'shared_log'Bart Visscher2012-06-201-0/+16
| |\
| | * Add app for logging access to shared filesBart Visscher2012-06-141-0/+16
| * | Merge branch 'audit'Bart Visscher2012-06-202-0/+3
| |\ \
| | * | Audit: Log sharing actionsBart Visscher2012-05-072-0/+3