summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* Fix psalm not runningCarl Schwan2022-01-271-12/+6
* add test for searching within a "root jail"Robin Appelman2021-07-281-0/+18
* split of query building bits from searchhelperRobin Appelman2021-06-141-20/+9
* rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-142-3/+17
* Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry2021-03-151-0/+70
|\
| * fix search in nested jailsRobin Appelman2021-01-261-0/+18
| * fix cachjail searching for rootRobin Appelman2021-01-261-2/+17
| * do cachejail search filtering in sqlRobin Appelman2021-01-261-0/+37
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
|/
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+1
* Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+6
* Use query builder instead of OC_DB in OC\Files\*Joas Schilling2020-11-091-11/+15
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-122-2/+2
* prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-111-0/+59
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-104-27/+27
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-6/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-269-136/+136
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-1/+1
|/
* Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-041-0/+11
|\
| * dont set folder size to negative values during propagationRobin Appelman2019-11-261-0/+11
* | Mode to modern phpunitRoeland Jago Douma2019-11-276-47/+47
* | Make phpunit8 compatibleRoeland Jago Douma2019-11-2711-17/+17
|/
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* fix folder deleteRobin Appelman2019-11-131-0/+2
* dont create empty filecache extended rowsRobin Appelman2019-11-131-1/+8
* store filecache extension fieldsRobin Appelman2019-11-131-0/+61
* Remove deprecated searchByTagRoeland Jago Douma2019-07-261-70/+0
* Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-061-0/+38
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-2/+2
* add test for non existing file by idRobin Appelman2018-11-191-0/+1
* Moves the logo files to logoMichael Weimann2018-10-023-7/+7
* Fix risky tests without assertionsJoas Schilling2018-01-251-1/+1
* Support arbitrary number of arguments for d:or and d:and in search queriesRobin Appelman2018-01-161-1/+6
* Fix CacheTestRoeland Jago Douma2017-08-091-2/+2
* Can not insert auto increment on oracleJoas Schilling2017-08-021-18/+23
* add tests for renaming paths with multibyte utf8 charactersRobin Appelman2017-07-221-36/+38
* fix moving folders out of a cache jailRobin Appelman2017-06-151-0/+50
* Allow searching for favoritesRobin Appelman2017-03-081-6/+64
* add tests for filesearchbackendRobin Appelman2017-03-011-0/+3
* add tests for searchQueryRobin Appelman2017-03-011-15/+59
* Implement webdav SEARCHRobin Appelman2017-03-011-0/+173
* add icewind/searchdavRobin Appelman2017-02-281-0/+28
* Make sure we don't scan files that can not be accessedJoas Schilling2016-11-211-0/+26
* only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-101-9/+14
* Do not skip when mysql uses utf8mb4Joas Schilling2016-10-191-1/+2
* Fix getMock CacheRoeland Jago Douma2016-09-131-1/+5