summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/common.php
Commit message (Expand)AuthorAgeFilesLines
* Compute share permissions in the viewVincent Petry2015-12-091-4/+0
* 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
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-5/+62
* Revert "Updating license headers"Morris Jobke2015-02-261-31/+5
* Sabre Update to 2.1Vincent Petry2015-02-231-1/+1
* Updating license headersJenkins for ownCloud2015-02-231-5/+31
* Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-4/+4
* add paged providerJörn Friedrich Dreyer2015-01-021-0/+1
* Adding basement for the direct download urlThomas Müller2014-12-281-0/+13
* Return ? if mtime is 0 or -1Robin McCorkell2014-12-121-1/+1
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-5/+5
* strict comparisonJörn Friedrich Dreyer2014-10-081-2/+2
* fix amazon s3 issuesJörn Friedrich Dreyer2014-10-081-1/+1
* Fix mapping of relative pathsLukas Reschke2014-09-171-1/+1
* Also check if the file itself is updatableRobin Appelman2014-09-171-2/+2
* Check if the parent is writable to check if a file is deletableRobin Appelman2014-09-171-1/+5
* 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
* Close open file handles in files libraryMorris Jobke2014-08-131-0/+1
* update hasUpdated description, overwrtie testStat for objectstore testJörn Friedrich Dreyer2014-06-271-0/+5
* Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-141-8/+20
* - drop permissions table and related codeThomas Müller2014-06-051-7/+0
* Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-291-2/+12