aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Config
Commit message (Expand)AuthorAgeFilesLines
* fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_searchLouis Chemineau2024-09-231-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-15/+15
* fix: make usermountcache compatible with shardingRobin Appelman2024-07-171-22/+33
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
* fix: clearify logic around getMountsForFileId filteringRobin Appelman2024-03-061-11/+11
* only get the path for the users cached mount info when we use itRobin Appelman2024-02-091-3/+5
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* optimize UserMountCache::registerStorageRobin Appelman2023-11-161-14/+18
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-2/+1
* more filesystem setup performance instrumentationRobin Appelman2023-02-101-1/+2
* add tests for cached mount provider migrationRobin Appelman2022-08-161-0/+25
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-1/+2
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-2/+2
* adjust tests to new fs setupRobin Appelman2022-03-041-0/+2
* Make mock config return default value to fix warningsCôme Chilliet2021-11-231-1/+12
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-17/+17
* Cache the user backend info for 300sJoas Schilling2021-02-151-1/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-8/+8
* Add typed create user eventsChristoph Wurst2019-12-031-1/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-271-2/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Fix testsJulius Härtl2019-03-011-1/+2
* Allow getting the filepath when getting cached mounts by fileidRobin Appelman2017-10-271-0/+4
* Fix missing escape on column and table nameJoas Schilling2017-08-021-1/+1
* show used space in user listRobin Appelman2017-06-151-2/+33
* Add unit tests for mounts of delete usersJoas Schilling2017-04-241-0/+24
* Proper DI of configRoeland Jago Douma2016-10-281-1/+2
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-39/+72
* Fix getMock UserMountcacheTestRoeland Jago Douma2016-09-131-1/+1
* Save the files external mount id in the mount cache tableRobin Appelman2016-07-131-1/+26
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+375