Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-20Move OC\Files\Storage\Shared to the right namespaceJoas Schilling
2016-08-29A shared storage is never a home storage - fixes #25582Thomas Müller
2016-08-24Do not error on NotFoundExceptionRoeland Jago Douma
2016-08-23prevent infinite recursion while getting storage from mountRobin Appelman
2016-08-22handle failed sharesRobin Appelman
2016-08-22Lazy init shared storageRobin Appelman
2016-08-10Store the shared propagator instanceVincent Petry
2016-08-03Group shares with same source and targetRoeland Jago Douma
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-06-08Bring back sharedstorage hooksRoeland Jago Douma
2016-05-26Update license headersLukas Reschke
2016-05-02Cleanup Files_Sharing CLASSPATHRoeland Jago Douma
2016-04-25do propagation in a single queryRobin Appelman
2016-04-19Move copy- and moveFromStorage to jailRoeland Jago Douma
2016-04-19Fix resolve pathRoeland Jago Douma
2016-04-19Move SharedStorage et al over to the shareManager and jailRoeland Jago Douma
2016-03-11move failedstorage to coreRobin Appelman
2016-03-11dont break when there is an invalid shareRobin Appelman
2016-03-08Fix share mounting recursionVincent Petry
2016-02-29Return -3 for unlimited quotaVincent Petry
2016-01-29Block shares that dont have the correct source permissionsRobin Appelman
2016-01-28cleanup shared cacheRobin Appelman
2016-01-15handle noopscanner in shared scannerRobin Appelman
2016-01-13Merge pull request #21615 from owncloud/shared-islocalThomas Müller
2016-01-12Happy new year!Thomas Müller
2016-01-11implement isLocal for shared storageRobin Appelman
2015-12-08Add reshare permission checksVincent Petry
2015-12-07Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-11-19take the etag of child mounts into account for the folder etagRobin Appelman
2015-10-26Update license headersLukas Reschke
2015-10-06Fix getEtag for roots of shared storagesRobin Appelman
2015-09-23only initialize onceRobin Appelman
2015-09-23Delay listening to owner changes untill we use a share for that ownerRobin Appelman
2015-09-03Delay setting up the filesystem for a share owner untill the share is usedRobin Appelman
2015-08-21Prevent shares being added to oc_storages via availabilityRobin McCorkell
2015-08-05just pass the share instead of searching for itRobin Appelman
2015-07-01only lock the parent foldersRobin Appelman
2015-07-01lock parent folders for the owner when locking a shared file as recipientRobin Appelman
2015-06-25update license headers and authorsMorris Jobke
2015-06-01add changeLock to the storage apiRobin Appelman
2015-06-01add locking to the storage apiRobin Appelman
2015-05-19Merge pull request #16440 from owncloud/scrutinizer-patch-1Thomas Müller
2015-05-19Fix unexisting class and broken docJoas Schilling
2015-05-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-05-18a new approach to display the error messageBjoern Schiessle
2015-05-12dont go trough the view when renaming/copying on shared storagesRobin Appelman
2015-04-27propagate etags for all user of a shareRobin Appelman
2015-04-14Merge pull request #13360 from owncloud/cross-storage-moveMorris Jobke
2015-04-14a bit more phpdocRobin Appelman