summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Cache.php
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-2/+1
* Use basename() instead of self implementationMorris Jobke2017-11-231-2/+2
* Update license headersMorris Jobke2017-11-061-2/+2
* 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-201-0/+1
|/
* 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-231-0/+2
|\ \ | |/ |/|
| * Fix search orderingRobin Appelman2017-03-231-0/+2
* | [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-081-4/+17
* Implement webdav SEARCHRobin Appelman2017-03-011-7/+36
* Refactor files' CacheEntry object creation to call cacheEntryFromData() all t...Frédéric Fortier2017-02-221-36/+16
* Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-201-0/+2
* always use numeric storage id in cacheentryRobin Appelman2016-12-131-4/+2
* fix cacheentry return wrong storage idRobin Appelman2016-12-131-0/+1
* let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-171-16/+28
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-2/+2
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+837