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-04-24Move \OC\Files to PSR-4Roeland Jago Douma
2016-04-19cache the scanner/updater/cache in the wrapper storageRobin Appelman
2016-04-12Don't calculate permissions twice (#23917)Roeland Douma
2016-04-07lib: Fix typos (found by codespell)Stefan Weil
2016-02-19Check delete permission before attemping copy+deleteVincent Petry
2016-02-18No more staticJoas Schilling
2016-02-17cache result for getownerRobin Appelman
2016-02-05remove unused Storage->getLocalFolderRobin Appelman
2016-02-05Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2016-01-14split locking related methods to their own interfaceRobin Appelman
2016-01-12Happy new year!Thomas Müller
2015-12-18Use TempManager instead of tmpFolderMorris Jobke
2015-12-17Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke
2015-12-08Compute share permissions in the viewVincent Petry
2015-11-25Make Cache\Updater per storageRobin Appelman
2015-11-25Merge pull request #20439 from owncloud/etag-propagate-in-storageThomas Müller
2015-11-19Use mocks when testing isSharingDisabledForUserThomas Müller
2015-11-19take the etag of child mounts into account for the folder etagRobin Appelman
2015-10-16Remove $ETagFunction - it was never usedThomas Müller
2015-10-16Consolidate webdav code - move all to one appThomas Müller
2015-10-05update licence headers via scriptMorris Jobke
2015-09-22Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin
2015-08-07Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry
2015-07-29Disable filesystem_check_changes by defaultVincent Petry
2015-07-20Store storage availability in databaseRobin McCorkell
2015-06-01add changeLock to the storage apiRobin Appelman
2015-06-01Use md5 + prefix for file locking keys in memcacheVincent Petry
2015-06-01Use md5 for lock keyVincent Petry
2015-06-01add locking to the storage apiRobin Appelman
2015-05-22Merge pull request #16516 from owncloud/fix-phpdoc-traitJoas Schilling
2015-05-22Fix PHPDocLukas Reschke
2015-05-19use copy when doing a crossStorageCopy on the same storageRobin Appelman
2015-05-06update 'encrypted'-flag in file cache according to the storage settingsBjoern Schiessle
2015-04-20move permission related code into getMetaData()Thomas Müller
2015-04-20Introduce Storage::getMetaData() to allow storage implementations more contro...Thomas Müller
2015-04-20Introduce Storage::getData() to allow storage implementations more control ov...Thomas Müller
2015-04-13Properly handle copy/move failures in cross storage copy/moveRobin Appelman
2015-04-13properly return false if we cant delete the source fileRobin Appelman
2015-04-13Move cross storage copy logic to the storageRobin Appelman
2015-04-07Introducing trait LocalTempFileTraitThomas Müller
2015-03-27Merge pull request #15240 from owncloud/storage-wrapper-priorityThomas Müller
2015-03-27Merge pull request #14925 from owncloud/ext-mountoptions-uiRobin McCorkell
2015-03-26add priority to storage wrappersRobin Appelman
2015-03-26Make sure mountOptions keep their data typeVincent Petry
2015-03-26Update license headersJenkins for ownCloud
2015-03-19Merge pull request #14704 from owncloud/storage-wrapper-mountRobin Appelman
2015-03-17Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING`Lukas Reschke
2015-03-12verify the file name length not to exceed 255 characters + verify path during...Thomas Müller
2015-03-11Allow setting the watcher policy as mount optionRobin Appelman
2015-03-11Copy mount options to the storageRobin Appelman