summaryrefslogtreecommitdiffstats
path: root/lib/public/files
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefixVincent Petry2015-01-271-0/+2
|\ \ | | | | | | Call final unlink in trash wrapper's storage
| * | Fix return type of addStorageWrapper in PHPDocVincent Petry2015-01-271-1/+1
| | |
| * | Do not call wrapStorage if storate with same name added twiceVincent Petry2015-01-221-0/+2
| |/
* / fix node interfaceBernhard Posselt2015-01-261-1/+1
|/
* Adding basement for the direct download urlThomas Müller2014-12-281-0/+10
|
* add an interface for the root folder so apps have an interface to deal with ↵Bernhard Posselt2014-12-211-0/+32
| | | | | | | | storage fix comments and newline add newline
* Add getMountPoint to FileInfoRobin Appelman2014-12-171-0/+7
|
* Load mount specific options from the mount configRobin Appelman2014-12-171-0/+9
|
* Make $userId mandatory for searchByTagsVincent Petry2014-12-121-1/+2
| | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View)
* Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+8
|
* Add public api for mount configurationsRobin Appelman2014-12-044-0/+147
|
* Move iHomeStorage to own fileJoas Schilling2014-11-272-4/+24
|
* Replace deprecated constant with new class constantJoas Schilling2014-11-252-11/+11
|