aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* delay calculating the shared cache root until it's usedRobin Appelman2017-12-041-9/+14
* Use basename() instead of self implementationMorris Jobke2017-11-231-2/+2
* Update license headersMorris Jobke2017-11-068-12/+20
* unlock file when an exception occurs during scanningRobin Appelman2017-08-261-69/+87
* Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-271-1/+1
* Merge pull request #5812 from MrJeos/masterMorris Jobke2017-07-221-1/+1
|\
| * Fix for mb strlenArtem Kochnev2017-07-201-1/+1
* | Also repair storage id's when repairing invalid entriesRobin Appelman2017-07-211-1/+1
* | Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-202-0/+3
|/
* Fix propagating changes within jail wrapperRobin Appelman2017-07-111-0/+44
* fix moving folders out of a cache jailRobin Appelman2017-06-151-1/+11
* use unmasked permissions during scanningRobin Appelman2017-05-182-0/+4
* Remove unused use statementsMorris Jobke2017-04-222-2/+0
* Allow searching file by fileidRobin Appelman2017-04-051-1/+3
* rename fun to funcRobin Appelman2017-03-301-1/+1
* Add tests for query builder (i)likeRobin Appelman2017-03-301-1/+1
* Move all children of a folder in a single queryRobin Appelman2017-03-301-18/+27
* Merge pull request #4004 from nextcloud/backport-27172Roeland Jago Douma2017-03-281-0/+8
|\
| * Remove SharedCache::getNumericStorageId to let CacheWrapper do itVincent Petry2017-03-231-0/+8
* | Merge pull request #3850 from nextcloud/search-orderMorris Jobke2017-03-232-0/+13
|\ \ | |/ |/|
| * Fix search orderingRobin Appelman2017-03-232-0/+13
* | [OC/Files/Cache]: Fix wrong usage of basenameXuanwo2017-03-141-1/+2
|/
* dont allow empty wildcard searchRobin Appelman2017-03-131-0/+4
* Allow searching for favoritesRobin Appelman2017-03-082-6/+47
* Implement webdav SEARCHRobin Appelman2017-03-015-23/+74
* add icewind/searchdavRobin Appelman2017-02-281-0/+155
* Refactor files' CacheEntry object creation to call cacheEntryFromData() all t...Frédéric Fortier2017-02-221-36/+16