aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/files
Commit message (Expand)AuthorAgeFilesLines
* Add IStorage interface for consistent namingRobin Appelman2016-01-144-48/+520
* add since tagsRobin Appelman2016-01-147-0/+69
* fix phpdocRobin Appelman2016-01-141-1/+1
* add watcher interfaceRobin Appelman2016-01-142-0/+80
* Add updater interface and expose cache interfaces from storageRobin Appelman2016-01-142-0/+92
* add scanner interfaceRobin Appelman2016-01-141-0/+74
* Return a class from cache operations instead of an arrayRobin Appelman2016-01-142-26/+6
* add cache entry interfaceRobin Appelman2016-01-141-0/+118
* propagator interfaceRobin Appelman2016-01-141-0/+34
* Add public cache interfaceRobin Appelman2016-01-141-0/+262
* Happy new year!Thomas Müller2016-01-1233-40/+42
* Fix code from commentsJesús Macias2015-12-034-27/+15
* Migrate storate status code to storagenotavailablexceptionJesús Macias2015-12-031-0/+3
* Fix code from PR commentsJesús Macias2015-12-035-8/+13
* Add new external storage exceptions for different errorsJesús Macias2015-12-034-0/+177
* Consistent interface declarationRoeland Jago Douma2015-11-231-8/+0
* Merge pull request #20494 from owncloud/storage-forbidden-exceptionThomas Müller2015-11-181-0/+55
|\
| * Allow storage wrappers to through a forbidden exception with retry informationJoas Schilling2015-11-171-0/+55
* | Add getOwner() method to FileInfo and Node APIVincent Petry2015-11-132-0/+14
|/
* Merge pull request #20224 from owncloud/fileinfo-ownerRobin Appelman2015-11-101-0/+8
|\
| * Add getOwner to FileInfoRobin Appelman2015-11-101-0/+8
* | use a HintException to have some useful user output in case of an errorBjörn Schießle2015-11-101-1/+16
|/
* Update license headersLukas Reschke2015-10-262-1/+2
* make mkdir recursive, add phpdoc to apiJörn Friedrich Dreyer2015-10-081-0/+1
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
* update licence headers via scriptMorris Jobke2015-10-052-0/+2
* Add reset method to mimetype loaderRobin McCorkell2015-09-111-0/+7
* Split mimetype handling to new classRobin McCorkell2015-09-041-0/+59
* Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-071-0/+20
|\
| * Store storage availability in databaseRobin McCorkell2015-07-201-0/+20
* | Merge pull request #15543 from rullzer/mimetypedetectorMorris Jobke2015-07-281-0/+78
|\ \
| * | Added mimetype detectorRoeland Jago Douma2015-07-271-0/+78
| |/
* / Add PHPDoc for classes and interfacesMorris Jobke2015-07-271-0/+1
|/
* Add getUserFolder to IRootFolderMorris Jobke2015-07-031-0/+8
* Merge pull request #17291 from owncloud/mount-manager-publicVincent Petry2015-07-031-0/+104
|\
| * phpdocRobin Appelman2015-07-011-0/+21
| * expose the mount manager in the public apiRobin Appelman2015-07-011-0/+83
* | Changed broken links to php manualMichael Roth2015-07-011-2/+2
|/
* update license headers and authorsMorris Jobke2015-06-254-1/+3
* Fix missing @since tags in OCPMorris Jobke2015-06-192-1/+10
* [OCP] update PHPdoc to contain correct @since tagsMorris Jobke2015-06-051-0/+3
* add changeLock to the storage apiRobin Appelman2015-06-011-0/+8
* phpdoc and minor issuesRobin Appelman2015-06-011-2/+2
* add locking to the storage apiRobin Appelman2015-06-011-0/+16
* improve phpdoc of cache classesRobin Appelman2015-05-051-1/+0
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-1625-9/+193
* Move cross storage copy logic to the storageRobin Appelman2015-04-131-0/+16
* Update license headersJenkins for ownCloud2015-03-2625-224/+366
* Add `getNonExistingName()` to the node apiRobin Appelman2015-03-241-0/+9
* Merge pull request #14704 from owncloud/storage-wrapper-mountRobin Appelman2015-03-192-2/+10
|\