summaryrefslogtreecommitdiffstats
path: root/lib/public/Files
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 18Christoph Wurst2019-12-208-14/+22
* Add typed events for the filesystem/scannerChristoph Wurst2019-12-137-0/+434
* Allow to check for the mimetype by content onlyJoas Schilling2019-12-101-1/+9
* Update license headersChristoph Wurst2019-12-0568-79/+139
* add @since to limitToHomeRobin Appelman2019-12-031-0/+1
* Allow filtering the search results to the users home storageRobin Appelman2019-12-031-0/+7
* Properly anotate LockedException in files node apiJulius Härtl2019-11-282-13/+29
* Some php-cs fixesRoeland Jago Douma2019-11-2236-4/+34
* dont expose metadata etag for nowRobin Appelman2019-11-131-10/+0
* expose filecache extension data in FileInfoRobin Appelman2019-11-131-0/+36
* store filecache extension fieldsRobin Appelman2019-11-131-0/+24
* Remove deprecated searchByTagRoeland Jago Douma2019-07-261-13/+0
* Harden appdata putcontentRoeland Jago Douma2019-04-081-0/+1
* add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-272-2/+4
* add event for cache updateRobin Appelman2019-02-183-44/+83
* Merge pull request #13748 from nextcloud/cache-insert-eventMorris Jobke2019-02-071-0/+72
|\
| * add event for inserting cache entriesRobin Appelman2019-02-071-0/+72
* | Add since labelsMorris Jobke2019-02-071-0/+13
* | Implement guest avatar endpointMichael Weimann2019-02-071-0/+137
|/
* Add objectExists to objectstore interfaceRobin Appelman2018-12-121-0/+9
* Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-291-0/+31
* Add PHPDoc for thrown exceptionMorris Jobke2018-11-191-0/+3
* Fix string doc type casingChristoph Wurst2018-11-151-1/+1
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-0/+40
* Add getExtension() to FileInfoRobin Appelman2018-10-292-0/+16
* Merge pull request #10179 from nextcloud/mount-filterMorris Jobke2018-07-111-0/+8
|\
| * Add the option to filter mounts for a userRobin Appelman2018-07-101-0/+8
* | Separate fopen into read and write methodsJulius Härtl2018-07-111-2/+11
* | Add fopen method to ISimpleFileJulius Härtl2018-07-111-0/+9
|/
* Add resource type phpDoc for putContent methodsJulius Härtl2018-06-262-2/+2
* Make Appdata staticRoeland Jago Douma2018-05-141-3/+3
* Fix testsRoeland Jago Douma2018-04-041-2/+2
* Make the MountManager strictRoeland Jago Douma2018-04-041-7/+8
* Throw an exception if file_put_contents failsRoeland Jago Douma2018-03-272-1/+34
* Add hint about OCP\Folder::getByIdMorris Jobke2018-03-211-0/+3
* Hardening of SimpleFile getContentRoeland Jago Douma2018-02-271-0/+3
* Fix filename typoRobin Appelman2017-12-121-0/+0
* Merge pull request #6220 from nextcloud/cached-mount-info-filepathLukas Reschke2017-11-092-1/+44
|\
| * Allow getting the filepath when getting cached mounts by fileidRobin Appelman2017-10-272-1/+44
* | Update license headersMorris Jobke2017-11-0621-1/+31
|/
* Doc: Fix phpDoc issuesJulius Härtl2017-10-231-1/+1
* Replace wrong PHPDocsLukas Reschke2017-08-018-22/+18
* AppData is no longer internalRoeland Jago Douma2017-08-014-4/+0
* Some phpstorm inspection fixesRoeland Jago Douma2017-07-221-5/+4
* Added missing PHPDoc for @sinceMorris Jobke2017-06-211-0/+1
* show used space in user listRobin Appelman2017-06-151-0/+11
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+9
* Remove unused use statementsMorris Jobke2017-04-222-2/+0
* limit the user when searching for a file by id if we know the user alreadyRobin Appelman2017-04-211-2/+4
* Fix type hints and doc blocksJoas Schilling2017-03-231-1/+1