aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow stdClass in XML responsesjld31032023-06-131-1/+2
* chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy:...Christoph Wurst2023-06-124-43/+5
* Merge pull request #38524 from nextcloud/chore/app/clear-unused-cache-keyArthur Schiwon2023-06-051-10/+0
|\
| * chore(app): Do not clear unused cache keyChristoph Wurst2023-05-301-10/+0
* | refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-032-5/+37
* | fix(dispatcher): Migrate to OCP event dispatcher before symfony/event-dispatc...Joas Schilling2023-06-022-1/+8
* | chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-011-1/+3
* | chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-011-1/+2
|/
* Merge pull request #37758 from nextcloud/redis-atomicSimon L2023-05-191-0/+6
|\
| * redis: move lua scripts to class and add type hintsVarun Patil2023-05-101-3/+1
| * add test to verify redis lua script hashesRobin Appelman2023-04-171-0/+8
* | Merge pull request #38143 from nextcloud/fix/generated-avatars-cacheSimon L2023-05-161-1/+1
|\ \
| * | Clear generated avatar cachesjld31032023-05-151-1/+1
* | | fix(middleware): Also abort the request when reaching max delay in afterContr...Joas Schilling2023-05-151-7/+7
|/ /
* | fix(JSResourceLocator): Handle missing translations silentlyFerdinand Thiessen2023-05-111-0/+22
* | Merge pull request #37691 from nextcloud/object-store-background-scanJohn Molakvoæ2023-05-111-16/+26
|\ \
| * | repair -1 folder sizes for object store background scanRobin Appelman2023-05-101-16/+26
* | | Merge pull request #37838 from nextcloud/event-logger-httpRobin Appelman2023-05-091-1/+11
|\ \ \ | |/ / |/| |
| * | log performance events for http requestsRobin Appelman2023-04-281-1/+11
* | | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-031-5/+5
* | | Merge pull request #38024 from nextcloud/fix/fix-32bits-ciArthur Schiwon2023-05-031-6/+3
|\ \ \
| * | | Put back file cleanups, and remove dead code in tests/lib/Template/JSResource...Côme Chilliet2023-05-021-3/+2
| * | | Remove the array_pop failing tests on 32bit CICôme Chilliet2023-05-021-3/+1
| |/ /
* | | Merge pull request #33106 from nextcloud/feature/update-expire-dateArthur Schiwon2023-05-031-2/+28
|\ \ \
| * | | Cover expire_date with unit testsVitor Mattos2023-04-261-2/+28
| |/ /
* | | Fix tests, and fix Group::searchUsers to avoid duplicatesCôme Chilliet2023-05-022-6/+10
* | | Clear up return typesCôme Chilliet2023-04-272-3/+3
* | | Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-273-63/+62
|/ /
* | Merge pull request #37905 from nextcloud/techdebt/noid/add-attributes-for-rem...Joas Schilling2023-04-258-250/+801
|\ \
| * | feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-258-250/+801
* | | Merge pull request #37835 from nextcloud/feat/background-allow-parallel-runsCôme Chilliet2023-04-254-9/+101
|\ \ \ | |/ / |/| |
| * | JobListTest: Fix JobList constructor callMarcel Klehr2023-04-241-1/+3
| * | Update tests/lib/BackgroundJob/DummyJobList.phpMarcel Klehr2023-04-241-2/+2
| * | Run cs:FixMarcel Klehr2023-04-231-4/+4
| * | Fix BackgroundJob testsMarcel Klehr2023-04-232-11/+20
| * | JobListTest: clearJobsList before testHasReservedJobsMarcel Klehr2023-04-231-0/+1
| * | fix(tests): Remove duplicated methodMarcel Klehr2023-04-231-21/+0
| * | test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobsMarcel Klehr2023-04-234-4/+105
* | | feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-241-103/+170
|/ /
* | Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-208-151/+92
|\ \
| * | feat(app-framework): Add native argument types for middlewareChristoph Wurst2023-04-181-8/+8
| * | Merge pull request #36617 from nextcloud/update/psr-containerSimon L2023-04-181-0/+4
| |\ \
| | * | fix: Adjust console formatter code to match with Symfony type hintsFerdinand Thiessen2023-04-171-0/+4
| | |/
| * | tests: Adapt node related unit tests mocks to required root viewJulius Härtl2023-04-174-126/+66
| * | fix: Use proper path when creating node instancesJulius Härtl2023-04-171-0/+2
| * | adapt test to new workflowGlandos2023-04-171-12/+7
| |/
| * Add type hints for mappersjld31032023-04-071-6/+6
* | Adapt tests to config value typingCôme Chilliet2023-04-0535-302/+330
|/
* Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-051-2/+1
|\
| * Remove unused method getLocalFolderCôme Chilliet2023-04-031-1/+0