aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Cache
Commit message (Collapse)AuthorAgeFilesLines
...
* dont create empty filecache extended rowsRobin Appelman2019-11-131-1/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* store filecache extension fieldsRobin Appelman2019-11-131-0/+61
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove deprecated searchByTagRoeland Jago Douma2019-07-261-70/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-061-0/+38
| | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add test for non existing file by idRobin Appelman2018-11-191-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Moves the logo files to logoMichael Weimann2018-10-023-7/+7
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Fix risky tests without assertionsJoas Schilling2018-01-251-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Support arbitrary number of arguments for d:or and d:and in search queriesRobin Appelman2018-01-161-1/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix CacheTestRoeland Jago Douma2017-08-091-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Can not insert auto increment on oracleJoas Schilling2017-08-021-18/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add tests for renaming paths with multibyte utf8 charactersRobin Appelman2017-07-221-36/+38
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix moving folders out of a cache jailRobin Appelman2017-06-151-0/+50
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Allow searching for favoritesRobin Appelman2017-03-081-6/+64
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add tests for filesearchbackendRobin Appelman2017-03-011-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add tests for searchQueryRobin Appelman2017-03-011-15/+59
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Implement webdav SEARCHRobin Appelman2017-03-011-0/+173
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add icewind/searchdavRobin Appelman2017-02-281-0/+28
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Make sure we don't scan files that can not be accessedJoas Schilling2016-11-211-0/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-101-9/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Do not skip when mysql uses utf8mb4Joas Schilling2016-10-191-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix getMock CacheRoeland Jago Douma2016-09-131-1/+5
|
* Adding test case for getPathById including a jailed cache where root is just ↵Thomas Müller2016-08-051-2/+11
| | | | empty
* mysql only works with 3 byte UTF-8Morris Jobke2016-06-291-0/+8
|
* add tests for propagator batchingRobin Appelman2016-06-021-0/+125
|
* Only recurse into incomplete folders during background scansRobin Appelman2016-05-231-0/+27
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-209-0/+2150
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader