summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
...
* The file cache entry is array accessibleChristoph Wurst2020-10-131-1/+1
* Merge pull request #22867 from nextcloud/shared-storage-init-lessRoeland Jago Douma2020-09-171-0/+53
|\
| * optimize View::getPath if we already know the storage idRobin Appelman2020-09-161-3/+0
| * disable update checking for shared storagesRobin Appelman2020-09-151-0/+56
* | Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-162-5/+0
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-2/+4
* Make Cache::removeChildren non recursiveRobin Appelman2020-08-202-15/+38
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-2/+2
* dont update mimetype when moving to trashRobin Appelman2020-07-301-1/+5
* fix renameFromStorage messing with folder mimetypeRobin Appelman2020-07-231-7/+10
* prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-111-0/+47
* 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