aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/common.php
Commit message (Expand)AuthorAgeFilesLines
* Run the license scriptJoas Schilling2016-07-221-6/+7
* Check delete permission before attemping copy+deleteVincent Petry2016-02-191-0/+4
* No more staticJoas Schilling2016-02-181-5/+4
* cache result for getownerRobin Appelman2016-02-171-1/+7
* remove unused Storage->getLocalFolderRobin Appelman2016-02-051-6/+0
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-051-1/+1
* split locking related methods to their own interfaceRobin Appelman2016-01-141-1/+2
* Happy new year!Thomas Müller2016-01-121-2/+2
* Use TempManager instead of tmpFolderMorris Jobke2015-12-181-1/+1
* Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke2015-12-171-1/+1
* Compute share permissions in the viewVincent Petry2015-12-081-4/+0
* Make Cache\Updater per storageRobin Appelman2015-11-251-0/+12
* Merge pull request #20439 from owncloud/etag-propagate-in-storageThomas Müller2015-11-251-0/+18
|\
| * take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-0/+18
* | Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-191-1/+1
|/
* Remove $ETagFunction - it was never usedThomas Müller2015-10-161-7/+1
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-221-2/+2
* Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-071-0/+19
|\
| * Store storage availability in databaseRobin McCorkell2015-07-201-0/+19
* | Disable filesystem_check_changes by defaultVincent Petry2015-07-291-1/+1
|/
* add changeLock to the storage apiRobin Appelman2015-06-011-0/+9
* Use md5 + prefix for file locking keys in memcacheVincent Petry2015-06-011-2/+2
* Use md5 for lock keyVincent Petry2015-06-011-2/+2
* add locking to the storage apiRobin Appelman2015-06-011-0/+20
* Merge pull request #16516 from owncloud/fix-phpdoc-traitJoas Schilling2015-05-221-0/+2
|\
| * Fix PHPDocLukas Reschke2015-05-221-0/+2
* | use copy when doing a crossStorageCopy on the same storageRobin Appelman2015-05-191-3/+12
|/
* update 'encrypted'-flag in file cache according to the storage settingsBjoern Schiessle2015-05-061-0/+5
* move permission related code into getMetaData()Thomas Müller2015-04-201-0/+8
* Introduce Storage::getMetaData() to allow storage implementations more contro...Thomas Müller2015-04-201-1/+1
* Introduce Storage::getData() to allow storage implementations more control ov...Thomas Müller2015-04-201-0/+17
* Properly handle copy/move failures in cross storage copy/moveRobin Appelman2015-04-131-3/+10
* properly return false if we cant delete the source fileRobin Appelman2015-04-131-2/+2
* Move cross storage copy logic to the storageRobin Appelman2015-04-131-0/+48
* Introducing trait LocalTempFileTraitThomas Müller2015-04-071-40/+3
* Merge pull request #15240 from owncloud/storage-wrapper-priorityThomas Müller2015-03-271-3/+2
|\
| * add priority to storage wrappersRobin Appelman2015-03-261-3/+2
* | Merge pull request #14925 from owncloud/ext-mountoptions-uiRobin McCorkell2015-03-261-1/+1
|\ \ | |/ |/|
| * Make sure mountOptions keep their data typeVincent Petry2015-03-261-1/+1
* | Update license headersJenkins for ownCloud2015-03-261-4/+31
|/
* Merge pull request #14704 from owncloud/storage-wrapper-mountRobin Appelman2015-03-191-1/+20
|\
| * Allow setting the watcher policy as mount optionRobin Appelman2015-03-111-1/+2
| * Copy mount options to the storageRobin Appelman2015-03-111-0/+18
* | Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING`Lukas Reschke2015-03-171-1/+1
* | verify the file name length not to exceed 255 characters + verify path during...Thomas Müller2015-03-121-0/+5
|/
* no translation service in common storage classThomas Müller2015-03-091-10/+6
* translate error messagesThomas Müller2015-03-091-6/+11
* Optimize loopLukas Reschke2015-03-091-6/+9