summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13468 from rummatee/issue13276Morris Jobke2019-01-141-1/+0
|\
| * don't close input stream when writing in encrypted fileFlorian Schunk2019-01-101-1/+0
* | Merge pull request #13032 from nextcloud/objectstore-write-existsMorris Jobke2019-01-145-5/+40
|\ \
| * | upload new files in objectstore to a .part path firstRobin Appelman2018-12-121-5/+17
| * | Add objectExists to objectstore interfaceRobin Appelman2018-12-124-0/+23
* | | Cache tokens when using swift's v2 authenticationRobin Appelman2019-01-132-17/+86
| |/ |/|
* | Followup 12833, gracefully handle the getting of /Roeland Jago Douma2018-12-211-2/+7
* | Merge pull request #12883 from nextcloud/appdata-performanceJoas Schilling2018-12-172-26/+69
|\ \ | |/ |/|
| * try to grab the appdata folder directly without going trough the whole treeRobin Appelman2018-12-062-26/+69
* | Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdataMorris Jobke2018-12-062-4/+14
|\ \
| * | No need to propogate changes in appdataRoeland Jago Douma2018-12-052-4/+14
| |/
* | Merge pull request #12857 from nextcloud/fix/emit_write_update_once_on_touchMorris Jobke2018-12-051-1/+1
|\ \
| * | Emit write update only once on touchRoeland Jago Douma2018-12-051-1/+1
| |/
* / Only execute query in propagateChange onceRoeland Jago Douma2018-12-051-2/+2
|/
* Fix folder path containing leading slash when getting mount root by idRobin Appelman2018-11-281-1/+1
* Merge pull request #12494 from nextcloud/cache-notfound-idMorris Jobke2018-11-201-0/+2
|\
| * return the correct value when trying to get a non existing item from cache by idRobin Appelman2018-11-161-0/+2
* | Add PHPDoc for thrown exceptionMorris Jobke2018-11-191-0/+1
* | forward object not found error in switch as dav 404Robin Appelman2018-11-192-6/+23
|/
* Fix string doc type casingChristoph Wurst2018-11-152-2/+2
* Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-122-5/+5
|\
| * Use the defined func()->count() instead of manual countingJoas Schilling2018-11-082-5/+5
* | Fix UniqueConstraintViolationException while insert into oc_filecacheMorris Jobke2018-11-121-7/+18
|/
* Properly search the root of a shared external storageRoeland Jago Douma2018-11-051-1/+1
* fix writeStream for jail wrapperRobin Appelman2018-10-312-0/+18
* allways fall back to fopen for encryption wrapperRobin Appelman2018-10-312-1/+25
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-314-23/+133
* Add getExtension() to FileInfoRobin Appelman2018-10-294-0/+16
* Allow chunked uploads even if your quota is not sufficientRoeland Jago Douma2018-10-241-1/+1
* pass `Cache::getMoveInfo` along cache wrappersRobin Appelman2018-10-171-0/+6
* expose storagefactory in server containerRobin Appelman2018-10-171-2/+3
* use name in fileinfo if setRobin Appelman2018-10-171-1/+1
* Normalize getUnjailedPathRoeland Jago Douma2018-10-111-1/+2
* Move normalizePath to regexes instead of loopingRoeland Jago Douma2018-10-101-25/+16
* tokens can't be valid local user namesRobin Appelman2018-08-161-11/+9
* more efficient way to detect added and removed mountsRobin Appelman2018-08-161-9/+23
* cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-161-2/+17
* use more efficient method to find mountpoint for pathRobin Appelman2018-08-161-18/+15
* remove double loop for detecting changed mountsRobin Appelman2018-08-161-9/+12
* use insertIfNotExists to store new mimetypes.Robin Appelman2018-08-091-14/+7
* Merge pull request #10397 from nextcloud/encryption-s3-fixBjörn Schießle2018-08-081-2/+17
|\
| * make file cache updates more robustBjoern Schiessle2018-07-311-2/+17
* | Do not log to error loglevel when converting the errorRoeland Jago Douma2018-08-061-1/+1
|/
* Do scan the root storage in background scanRobin Appelman2018-07-241-5/+0
* Use the path_hash instead of the path to query the filecacheMorris Jobke2018-07-161-1/+1
* Merge pull request #10179 from nextcloud/mount-filterMorris Jobke2018-07-111-1/+22
|\
| * Add the option to filter mounts for a userRobin Appelman2018-07-101-1/+22
* | Separate fopen into read and write methodsJulius Härtl2018-07-111-3/+15
* | Add fopen method to ISimpleFileJulius Härtl2018-07-111-0/+11
|/
* allow to disable encryptionBjoern Schiessle2018-07-051-2/+6