aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/files/storage.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP\Files to PSR-4Roeland Jago Douma2016-05-181-459/+0
|
* remove unused Storage->getLocalFolderRobin Appelman2016-02-051-9/+0
|
* Add IStorage interface for consistent namingRobin Appelman2016-01-141-43/+5
| | | | minor phpdoc fixed
* add since tagsRobin Appelman2016-01-141-0/+5
|
* fix phpdocRobin Appelman2016-01-141-1/+1
|
* add watcher interfaceRobin Appelman2016-01-141-0/+6
|
* Add updater interface and expose cache interfaces from storageRobin Appelman2016-01-141-0/+24
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Add getOwner() method to FileInfo and Node APIVincent Petry2015-11-131-0/+6
|
* Update license headersLukas Reschke2015-10-261-0/+1
|
* make mkdir recursive, add phpdoc to apiJörn Friedrich Dreyer2015-10-081-0/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Store storage availability in databaseRobin McCorkell2015-07-201-0/+20
| | | | | | | | Storage status is saved in the database. Failed storages are rechecked every 10 minutes, while working storages are rechecked every request. Using the files_external app will recheck all external storages when the settings page is viewed, or whenever an external storage is saved.
* Changed broken links to php manualMichael Roth2015-07-011-2/+2
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* [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-161-0/+40
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Move cross storage copy logic to the storageRobin Appelman2015-04-131-0/+16
|
* Update license headersJenkins for ownCloud2015-03-261-12/+16
|
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-0/+9
|
* Revert "Updating license headers"Morris Jobke2015-02-261-16/+18
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-18/+16
|
* Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-15/+15
|
* Adding basement for the direct download urlThomas Müller2014-12-281-0/+10
|
* Move iHomeStorage to own fileJoas Schilling2014-11-271-4/+0
|
* add a explicit interface for the home storageBjoern Schiessle2014-07-011-0/+4
|
* Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-291-0/+8
|
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-0/+11
|\ | | | | | | | | Conflicts: lib/private/appconfig.php
| * Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-061-0/+11
| | | | | | | | | | | | | | Added isLocal() method to Storage to find out whether the storage is local or not. This method is used for the x-sendfile logic to find out whether to add the headers.
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+1
|/
* page level doc blocks and class descriptionsMorris Jobke2013-11-251-0/+5
|
* unify license headers for public API filesMorris Jobke2013-11-031-4/+20
|
* cleanup public storage interface a bitRobin Appelman2013-09-121-46/+0
|
* add storage backend interface to public namespaceRobin Appelman2013-09-101-0/+343