summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/sharedstorage.php
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-2/+2
* Add reshare permission checksVincent Petry2015-12-081-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-2/+0
* take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-9/+7
* Update license headersLukas Reschke2015-10-261-1/+1
* Fix getEtag for roots of shared storagesRobin Appelman2015-10-061-3/+0
* only initialize onceRobin Appelman2015-09-231-0/+6
* Delay listening to owner changes untill we use a share for that ownerRobin Appelman2015-09-231-0/+15
* Delay setting up the filesystem for a share owner untill the share is usedRobin Appelman2015-09-031-1/+6
* Prevent shares being added to oc_storages via availabilityRobin McCorkell2015-08-201-0/+18
* just pass the share instead of searching for itRobin Appelman2015-08-051-2/+2
* only lock the parent foldersRobin Appelman2015-07-011-2/+2
* lock parent folders for the owner when locking a shared file as recipientRobin Appelman2015-07-011-0/+16
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* add changeLock to the storage apiRobin Appelman2015-06-011-0/+11
* add locking to the storage apiRobin Appelman2015-06-011-0/+26
* Merge pull request #16440 from owncloud/scrutinizer-patch-1Thomas Müller2015-05-191-3/+0
|\
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-3/+0
* | Fix unexisting class and broken docJoas Schilling2015-05-191-1/+1
|/
* a new approach to display the error messageBjoern Schiessle2015-05-181-1/+7
* dont go trough the view when renaming/copying on shared storagesRobin Appelman2015-05-121-20/+21
* propagate etags for all user of a shareRobin Appelman2015-04-271-33/+17
* Merge pull request #13360 from owncloud/cross-storage-moveMorris Jobke2015-04-141-0/+34
|\
| * a bit more phpdocRobin Appelman2015-04-141-0/+6
| * add missing return for sharedRobin Appelman2015-04-131-2/+2
| * Implement move/copyFromStorage for shared storageRobin Appelman2015-04-131-0/+28
* | Fix cross storage move with shared storagesRobin Appelman2015-04-131-1/+4
|/
* store init status per userBjoern Schiessle2015-04-071-5/+6
* work arround to make sure that shares are initialized only onceBjoern Schiessle2015-04-071-2/+8
* Move core apps from private to public functionsRoeland Jago Douma2015-04-011-1/+1
* Merge pull request #13802 from owncloud/share-partfilepermissionsMorris Jobke2015-03-261-20/+40
|\
| * Rename must be possible with update-only permissionVincent Petry2015-03-191-17/+23
| * Fix shared storage permission checksVincent Petry2015-03-181-4/+18
* | Update license headersJenkins for ownCloud2015-03-261-13/+19
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+14
* Updating license headersJenkins for ownCloud2015-02-231-14/+20
* Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-1/+1
* 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