summaryrefslogtreecommitdiffstats
path: root/lib/public/files
Commit message (Collapse)AuthorAgeFilesLines
* 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 information for clients
| * 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 FileInfo
| * 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
| | | | Used to solve concurrency issues
* 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 database
| * 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.
* | Merge pull request #15543 from rullzer/mimetypedetectorMorris Jobke2015-07-281-0/+78
|\ \ | | | | | | Mimetypedetector
| * | Added mimetype detectorRoeland Jago Douma2015-07-271-0/+78
| |/ | | | | | | * Copied unit tests from old functions
* / Add PHPDoc for classes and interfacesMorris Jobke2015-07-271-0/+1
|/
* Add getUserFolder to IRootFolderMorris Jobke2015-07-031-0/+8
| | | | | * untangle DI of user specific folders * allows to autodetect the dependency
* Merge pull request #17291 from owncloud/mount-manager-publicVincent Petry2015-07-031-0/+104
|\ | | | | expose the mount manager in the public api
| * 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
| | | | | | | * 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-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
|\ | | | | pass mountpoint to storage wrapper callback
| * Allow getting all mount options as arrayRobin Appelman2015-03-111-0/+7
| |
| * pass mountpoint to storage wrapper callbackRobin Appelman2015-03-111-2/+3
| |
* | verify the file name length not to exceed 255 characters + verify path ↵Thomas Müller2015-03-121-0/+34
|/ | | | during rename
* no translation service in common storage classThomas Müller2015-03-092-0/+74
|
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-0/+9
|
* Add "throws" lines to calling methods and interface aswellJoas Schilling2015-02-271-0/+18
|
* Revert "Updating license headers"Morris Jobke2015-02-2622-323/+284
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-2322-284/+323
|
* Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-101-15/+15
|\ | | | | Cleanup of PHPDoc return types
| * Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-15/+15
| |