Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | dont create empty filecache extended rows | Robin Appelman | 2019-11-13 | 1 | -1/+8 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | store filecache extension fields | Robin Appelman | 2019-11-13 | 1 | -0/+61 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Remove deprecated searchByTag | Roeland Jago Douma | 2019-07-26 | 1 | -70/+0 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Avoid calculating folder size for parent that needs scan. | Ari Selseng | 2019-03-06 | 1 | -0/+38 | |
| | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | |||||
* | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | add test for non existing file by id | Robin Appelman | 2018-11-19 | 1 | -0/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Moves the logo files to logo | Michael Weimann | 2018-10-02 | 3 | -7/+7 | |
| | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Support arbitrary number of arguments for d:or and d:and in search queries | Robin Appelman | 2018-01-16 | 1 | -1/+6 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Fix CacheTest | Roeland Jago Douma | 2017-08-09 | 1 | -2/+2 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Can not insert auto increment on oracle | Joas Schilling | 2017-08-02 | 1 | -18/+23 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | add tests for renaming paths with multibyte utf8 characters | Robin Appelman | 2017-07-22 | 1 | -36/+38 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix moving folders out of a cache jail | Robin Appelman | 2017-06-15 | 1 | -0/+50 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Allow searching for favorites | Robin Appelman | 2017-03-08 | 1 | -6/+64 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | add tests for filesearchbackend | Robin Appelman | 2017-03-01 | 1 | -0/+3 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | add tests for searchQuery | Robin Appelman | 2017-03-01 | 1 | -15/+59 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 1 | -0/+173 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | add icewind/searchdav | Robin Appelman | 2017-02-28 | 1 | -0/+28 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Make sure we don't scan files that can not be accessed | Joas Schilling | 2016-11-21 | 1 | -0/+26 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | only query substorages to calculate the final mtime/size/etag lazily | Robin Appelman | 2016-11-10 | 1 | -9/+14 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Do not skip when mysql uses utf8mb4 | Joas Schilling | 2016-10-19 | 1 | -1/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix getMock Cache | Roeland Jago Douma | 2016-09-13 | 1 | -1/+5 | |
| | ||||||
* | Adding test case for getPathById including a jailed cache where root is just ↵ | Thomas Müller | 2016-08-05 | 1 | -2/+11 | |
| | | | | empty | |||||
* | mysql only works with 3 byte UTF-8 | Morris Jobke | 2016-06-29 | 1 | -0/+8 | |
| | ||||||
* | add tests for propagator batching | Robin Appelman | 2016-06-02 | 1 | -0/+125 | |
| | ||||||
* | Only recurse into incomplete folders during background scans | Robin Appelman | 2016-05-23 | 1 | -0/+27 | |
| | ||||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 9 | -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 |