summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/sharedstorage.php
Commit message (Expand)AuthorAgeFilesLines
...
* Fix phpdoc and commentsRobin Appelman2014-06-061-0/+1
* make sure that we have a path relative to data/user/files to work withBjoern Schiessle2014-06-061-2/+3
* fix mount point move up if the parent no longer existsBjoern Schiessle2014-06-061-59/+0
* bring back updateFileTarget() got lost during last rebaseBjoern Schiessle2014-06-061-0/+31
* don't allow to share single files with delete permissions, user should only b...Bjoern Schiessle2014-06-061-2/+21
* Move shared mount moving from the storage to the mountRobin Appelman2014-06-061-122/+44
* - drop permissions table and related codeThomas Müller2014-06-051-4/+0
* get permissions directly from share storage to avoid additional db callsBjoern Schiessle2014-06-021-1/+1
* Use instanceOfStorage instead of instanceofRobin Appelman2014-05-291-1/+1
* don't lose file size during renameBjoern Schiessle2014-05-261-7/+3
* always check for unique filename, if a file gets added from outside the mountBjoern Schiessle2014-05-221-6/+6
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+8
* move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-211-45/+68
* 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
| |\