summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/sharedstorage.php
Commit message (Expand)AuthorAgeFilesLines
* Use source storage permissions when scanning shared storageVincent Petry2015-01-141-1/+1
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-7/+7
* Setup shared mounts for the correct user when setting up the filesystem for t...Robin Appelman2014-11-061-2/+3
* Fix warning with unset extension checkVincent Petry2014-10-291-1/+1
* some small fixesBjoern Schiessle2014-09-251-0/+2
* group shares and combine permissionsBjoern Schiessle2014-09-221-0/+15
* move to public namespaceMorris Jobke2014-08-191-1/+1
* Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-1/+1
* Cast file id's to int so we can compare them properlyRobin Appelman2014-08-131-2/+2
* Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-141-6/+15
* Fix check for shared files inside sharesRobin Appelman2014-06-141-1/+2
* fix unshareFromSelf()Bjoern Schiessle2014-06-061-9/+12
* the mount point always have delete permissions to allow unmountBjoern Schiessle2014-06-061-2/+2
* 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