summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* dont update mimetype when moving to trashRobin Appelman2020-07-311-1/+5
* fix renameFromStorage messing with folder mimetypeRobin Appelman2020-07-231-7/+10
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-27/+10
* Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-2/+2
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-9/+0
* Use elseif instead of else ifChristoph Wurst2020-04-104-16/+16
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-1/+1
* restart transaction when cache insert fails due to duplicateRobin Appelman2020-04-011-3/+7
* call cache->insert directly instead of going trough cache->put first when sca...Robin Appelman2020-04-011-1/+1
* dont try to get existing cache data during scanning if we already know its a ...Robin Appelman2020-04-011-4/+4
* reuse known parentId when inserting cache entries in scannerRobin Appelman2020-04-012-1/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-318-0/+8
* Use the short array syntax, everywhereChristoph Wurst2020-03-267-30/+30
* Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
* dont try to update storage mtime if we can't get the mtimeRobin Appelman2020-03-021-6/+9
* Allow to overwrite the path on the cache eventJoas Schilling2020-02-131-0/+8
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Merge pull request #18314 from nextcloud/fixFileIdSearchRoeland Jago Douma2019-12-101-0/+2
|\
| * fix https://github.com/nextcloud/server/issues/18313tobiasKaminsky2019-12-101-0/+2
* | Fix search limit to homeRoeland Jago Douma2019-12-091-0/+4
* | Update license headersChristoph Wurst2019-12-0519-23/+42
* | Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma2019-12-052-3/+10
|\ \ | |/ |/|
| * remove old 'owner' filterRobin Appelman2019-12-031-5/+0
| * Allow filtering the search results to the users home storageRobin Appelman2019-12-032-3/+15
* | dont set folder size to negative values during propagationRobin Appelman2019-11-261-2/+5
|/
* Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-253-4/+4
|\
| * Some php-cs fixesRoeland Jago Douma2019-11-223-4/+4
* | Harden watcherRoeland Jago Douma2019-11-221-2/+2
|/
* Fix cache movesRoeland Jago Douma2019-11-181-1/+4
* 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
* 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
* 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
* set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-221-2/+3
* Properly return an int in the getId function of the cacheRoeland Jago Douma2019-08-071-1/+1
* Remove deprecated searchByTagRoeland Jago Douma2019-07-264-74/+0
* remove extra param in cache update callRobin Appelman2019-05-071-2/+2
* Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-064-8/+32
* add event for cache updateRobin Appelman2019-02-182-1/+75
* add event for inserting cache entriesRobin Appelman2019-02-072-10/+18