aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* fix: fix mimetype not being updated when changing file extention on object storebackport/40394/stable30Robin Appelman2024-12-111-0/+35
* test: put parent items into cache in testsRobin Appelman2024-09-193-49/+55
* chore: Apply php:cs recommendationsLouis Chemineau2024-08-281-7/+7
* feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-281-0/+17
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-2/+2
* fix: make batch propagator work with sharding restrictionsRobin Appelman2024-07-171-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-1312-74/+34
* test: add test for jail watcherRobin Appelman2024-04-081-0/+30
* optimize query pattern used by storage filterRobin Appelman2024-02-151-0/+1
* add test for updating etag with unchanged mtime in child folderRobin Appelman2024-01-311-0/+25
* add test for updating etag with unchanged mtimeRobin Appelman2024-01-311-0/+19
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* tests: Add test for CacheEntry gettersFerdinand Thiessen2023-08-161-0/+25
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-272-3/+4
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* cleanup scannertest a bitRobin Appelman2022-08-161-42/+36
* Files: Extend search to also cover tagsMarcel Klehr2022-05-171-1/+1
* adjust tests to new fs setupRobin Appelman2022-03-042-3/+5
* Check style updateCarl Schwan2022-01-131-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