aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Files first to use own GenericEventArthur Schiwon2019-11-261-1/+1
* Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-2527-34/+37
|\
| * Some php-cs fixesRoeland Jago Douma2019-11-2227-34/+37
* | Harden watcherRoeland Jago Douma2019-11-221-2/+2
|/
* Merge pull request #17824 from nextcloud/fix/dav/catch_forbiddenRoeland Jago Douma2019-11-201-0/+5
|\
| * Catch forbidden http status codeRoeland Jago Douma2019-11-171-0/+5
* | Fix cache movesRoeland Jago Douma2019-11-181-1/+4
* | cast ctime and utimeRobin Appelman2019-11-131-2/+2
* | filter out empty filecache extension valuesRobin Appelman2019-11-131-1/+1
* | fix folder deleteRobin Appelman2019-11-131-3/+9
* | dont create empty filecache extended rowsRobin Appelman2019-11-131-19/+33
* | dont expose metadata etag for nowRobin Appelman2019-11-133-15/+0
* | expose filecache extension data in FileInfoRobin Appelman2019-11-133-0/+45
* | store filecache extension fieldsRobin Appelman2019-11-133-27/+110
* | move more cache logic to querybuilderRobin Appelman2019-11-132-169/+254
|/
* Fix DAV mimetype searchRoeland Jago Douma2019-10-281-4/+7
* use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-171-1/+1
* Deprecate TemplateManagerJulius Härtl2019-10-161-0/+5
* Merge pull request #17276 from nextcloud/storage-id-eqRoeland Jago Douma2019-10-092-2/+10
|\
| * use eq instead of in for loading single storageRobin Appelman2019-09-261-1/+9
| * log which storage id can't be insertedRobin Appelman2019-09-261-1/+1
* | Merge pull request #17264 from nextcloud/move-from-storage-wrappersRoeland Jago Douma2019-09-262-1/+37
|\ \ | |/ |/|
| * handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman2019-09-252-1/+37
* | Merge pull request #17262 from nextcloud/objectstore-remove-cache-on-deleteRoeland Jago Douma2019-09-261-3/+11
|\ \
| * | dont delete cache entries if deleting an object from object store failedRobin Appelman2019-09-251-3/+11
| |/
* | Fix getById for files in appdata and the root mountJoas Schilling2019-09-171-0/+44
* | emit file events via Dispatcher, tooArthur Schiwon2019-09-094-21/+39
* | Merge pull request #16836 from nextcloud/fix/16724/smb-availabilityRoeland Jago Douma2019-09-092-109/+102
|\ \ | |/ |/|
| * set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-222-109/+102
* | Return the proper jailed path when requesting the root pathJulius Härtl2019-09-041-1/+1
|/
* Undefined variable response when server is no nextcloud anymoreJoas Schilling2019-08-201-1/+1
* Merge pull request #15946 from martink-p/bugxfix/9792/encrypted-external-webdavRoeland Jago Douma2019-08-151-2/+27
|\
| * Update Encryption.phpmartink-p2019-06-171-7/+9
| * Update Encryption.phpmartink-p2019-06-171-1/+7
| * Apply suggestions from code reviewmartink-p2019-06-171-5/+5
| * Update Encryption.phpmartink-p2019-06-171-2/+19
* | Properly return an int in the getId function of the cacheRoeland Jago Douma2019-08-071-1/+1
* | Merge pull request #16502 from nextcloud/bugfix/16474Morris Jobke2019-07-291-1/+6
|\ \
| * | Add additional check for read permissionsJulius Härtl2019-07-241-1/+2
| * | Check the if we can actually access the storage cache for recent filesJulius Härtl2019-07-241-0/+4
* | | Fix typo in commentMorris Jobke2019-07-291-1/+1
* | | Merge pull request #16570 from nextcloud/enh/supress_touch_errorRoeland Jago Douma2019-07-291-2/+2
|\ \ \
| * | | Supress warnings touch can generateRoeland Jago Douma2019-07-261-2/+2
* | | | Merge pull request #16558 from nextcloud/enh/less_verbose_locked_loggingRoeland Jago Douma2019-07-271-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Do not log all locked exceptionsRoeland Jago Douma2019-07-261-3/+3
| |/ /
* / / Remove deprecated searchByTagRoeland Jago Douma2019-07-264-74/+0
|/ /
* | Merge pull request #16440 from marcelklehr/fix/objectstorage-put-contentsMorris Jobke2019-07-171-4/+4
|\ \
| * | Fix File#putContents(string) on ObjectStorageMarcel Klehr2019-07-171-4/+4
* | | Do not keep searching for recentRoeland Jago Douma2019-07-161-1/+6
|/ /
* | Use HTTP1.1 to read S3 objectsRoeland Jago Douma2019-07-101-0/+1