summaryrefslogtreecommitdiffstats
path: root/lib/public/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ignore_files to config,Felix Heidecke2017-03-201-0/+6
* Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-141-0/+2
|\
| * added method needsPartFile() in StorageVinicius Cubas Brand2017-03-141-0/+2
* | Allow searching for favoritesRobin Appelman2017-03-081-0/+10
* | add tests for searchQueryRobin Appelman2017-03-011-0/+3
* | Implement webdav SEARCHRobin Appelman2017-03-016-2/+50
* | add icewind/searchdavRobin Appelman2017-02-285-0/+205
* | Add missing PHPDoc and properly throw exceptionMorris Jobke2017-02-132-0/+2
* | Add sinceRobin Appelman2017-01-273-0/+28
* | Add a more powerful notify mechanismRobin Appelman2017-01-274-0/+145
* | minor storage interface tweaksRobin Appelman2017-01-242-2/+3
|/
* Move the validation into one place onlyJoas Schilling2016-11-212-0/+62
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-155-22/+22
* Storage 503 message improvementsVincent Petry2016-10-241-1/+1
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-0/+8
* add proper exception documentation for ISimpleFS interfaceMorris Jobke2016-10-051-0/+6
* avatar to appdataRoeland Jago Douma2016-10-051-0/+1
* Initial AppDataRoeland Jago Douma2016-10-054-0/+284
* Fix constant name, copy-pasterinoJoas Schilling2016-08-171-1/+1
* get shared storage storage id without setting up the storageRobin Appelman2016-08-091-0/+8
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-2/+3
* add recent files to node apiRobin Appelman2016-07-222-0/+12
* Update with robinJoas Schilling2016-07-2129-29/+29
* Fix othersJoas Schilling2016-07-2146-52/+99
* fix sinceRobin Appelman2016-07-151-0/+4
* add notify support to smb storageRobin Appelman2016-07-141-0/+47
* Save the files external mount id in the mount cache tableRobin Appelman2016-07-132-0/+16
* add propagator batchingRobin Appelman2016-06-021-0/+19
* Update license headersLukas Reschke2016-05-262-2/+1
* Merge pull request #24750 from owncloud/lenz1111-share_download_range_request...Vincent Petry2016-05-231-0/+35
|\