summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/sharedstorage.php
Commit message (Expand)AuthorAgeFilesLines
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-14/+14
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-5/+3
* @breif -> @briefThomas Müller2014-05-131-2/+2
* we can take the permission directly from the share, no need to call the share...Bjoern Schiessle2014-05-071-20/+6
* get the correct owner path for part filesBjoern Schiessle2014-04-301-1/+9
* Better handle return values from Filesystem::getMountBy*Robin McCorkell2014-04-251-1/+2
* make it possible to move files out of a shared mount pointBjoern Schiessle2014-04-231-13/+14
* typos, use, unused and return fixedThomas Müller2014-04-231-2/+3
* we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-231-0/+5
* allow to rename group share mount pointsBjoern Schiessle2014-04-231-7/+36
* cleanup the shared storage, always keep the whole share resourceBjoern Schiessle2014-04-231-35/+39
* make sure that path is not 'false'Bjoern Schiessle2014-04-231-3/+1
* fix deleting of shared filesBjoern Schiessle2014-04-231-0/+3
* fix updating of shared filesBjoern Schiessle2014-04-231-7/+3
* fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-231-7/+7
* fix share api testsBjoern Schiessle2014-04-231-32/+7
* show "shared by ..." for share mount pointBjoern Schiessle2014-04-231-0/+11
* fix getMimeType call, we always need to check the source pathBjoern Schiessle2014-04-231-3/+0
* user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle2014-04-231-3/+99
* first steps to remove the shared folder:Bjoern Schiessle2014-04-231-18/+42
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+1
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+1
* don't unshare on deleteBjoern Schiessle2014-01-131-8/+0
* Removed special handling of part files in shared storage renameVincent Petry2014-01-081-21/+12
* Use View::copy and View::rename when copying or renaming files in the shared ...Robin Appelman2013-11-111-59/+47
* Fixed watcher to also update the owner's folder sizesVincent Petry2013-11-051-2/+2
* more is_resource checks before readdirArthur Schiwon2013-09-051-1/+2
* backport of #4357 to masterThomas Müller2013-08-271-3/+7
* use renamed constantsRobin Appelman2013-07-251-1/+1
* Fix retrieving of mount points for shared storage, fix #3218Michael Gapczynski2013-05-021-2/+2
* Further seperation of mount management logicRobin Appelman2013-04-261-1/+1
* Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-071-7/+12
|\
| * Fix fetching source path of shared filesMichael Gapczynski2013-03-071-8/+12
* | Move hook connectors from shared storage to app.php, add post_unshare hookMichael Gapczynski2013-03-051-4/+0
* | Update ETag when file is sharedMichael Gapczynski2013-03-021-0/+1
* | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-02-281-4/+9
|\|
| * Merge pull request #1856 from owncloud/fix_error_handling_stream_copyFrank Karlitschek2013-02-251-1/+2
| |\
| | * return both, count and result if the operation succeeded or failed. Maybe in ...Björn Schießle2013-02-221-1/+2
| * | Style cleanup files_sharingBart Visscher2013-02-211-3/+7
| |/
* | Correct parent folders' ETags for all users with access to a shared fileMichael Gapczynski2013-02-261-0/+3
* | Return unknown free space for shared root folder so we can still upload parti...Michael Gapczynski2013-02-231-1/+1
* | Fix WebDAV uploading of partial shared filesMichael Gapczynski2013-02-231-27/+46
|/
* Proper fix for shared linksMichael Gapczynski2013-02-101-1/+1
* Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-1/+1
* Implement getETag() in shared storageMichael Gapczynski2013-01-191-1/+8
* Almost fix Shared scanner...Michael Gapczynski2013-01-071-6/+0
* Don't mount shared storage unless there are shared filesMichael Gapczynski2013-01-031-2/+4
* Use the source Scanner for shared storage when the path is specifiedMichael Gapczynski2013-01-011-3/+13
* Remove Shared_Scanner and add Shared_Watcher insteadMichael Gapczynski2013-01-011-4/+4
* Fix Shared root problems with Watcher and Quota proxyMichael Gapczynski2013-01-011-0/+13