summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdataMorris Jobke2018-12-061-3/+12
|\
| * No need to propogate changes in appdataRoeland Jago Douma2018-12-051-3/+12
* | Only execute query in propagateChange onceRoeland Jago Douma2018-12-051-2/+2
|/
* return the correct value when trying to get a non existing item from cache by idRobin Appelman2018-11-161-0/+2
* Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-121-4/+4
|\
| * Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-4/+4
* | 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
* pass `Cache::getMoveInfo` along cache wrappersRobin Appelman2018-10-171-0/+6
* cleanup locks in scanner on errorRobin Appelman2018-05-041-9/+12
* move log constants to ILoggerArthur Schiwon2018-04-261-2/+3
* CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-071-2/+9
* Do not try to get the jailed path if we can't find the idRoeland Jago Douma2018-02-031-0/+4
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+1
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-263-4/+4
* Merge pull request #8058 from nextcloud/useless-returnRoeland Jago Douma2018-01-261-7/+0
|\
| * Remove useless return statementsMorris Jobke2018-01-251-7/+0
* | Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-2/+1
|/
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+5
* Support arbitrary number of arguments for d:or and d:and in search queriesRobin Appelman2018-01-161-2/+12
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-1/+0