aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-2013-162/+141
|\
| * Merge pull request #37795 from nextcloud/techdebt/noid/improve-ciJoas Schilling2023-04-181-10/+10
| |\
| | * fix(CI): Disable unstable test until someone can have a look at itJoas Schilling2023-04-181-10/+10
| * | 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-183-0/+6
| |\
| | * fix: Adjust console formatter code to match with Symfony type hintsFerdinand Thiessen2023-04-173-0/+6
| * | 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
| * fix(tests): acceptanceJohn Molakvoæ2023-04-061-1/+1
| * Merge pull request #37595 from jtrees/add-some-tests-to-lost-controllerArthur Schiwon2023-04-061-0/+36
| |\
| | * Add some tests for input trimming in LostController.phpJoshua Trees2023-04-051-0/+36
* | | Adapt tests to config value typingCôme Chilliet2023-04-0536-304/+332
|/ /
* | 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
| * | Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-031-1/+1
* | | Fix types for reading and writing config valuesjld31032023-04-052-14/+14
* | | fix(initial-state): Log an error when initial-state can not be JSON encodedJoas Schilling2023-04-041-5/+26
* | | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_valueLouis2023-04-041-8/+8
|\ \ \ | |_|/ |/| |
| * | Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-031-8/+8
* | | Merge pull request #37542 from nextcloud/bugfix/noid/allow-to-opt-out-of-rate...Joas Schilling2023-04-031-0/+9
|\ \ \
| * | | feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CIJoas Schilling2023-04-031-0/+9
| | |/ | |/|
* / | fix DBAL exception handling in setValuesArthur Schiwon2023-03-311-2/+21
|/ /
* | Add label for logo linkChristopher Ng2023-03-292-70/+53
* | Fix testsGit'Fellow2023-03-281-25/+4
* | Merge pull request #36057 from nextcloud/feat/esm-js-scriptsJulius Härtl2023-03-222-12/+93
|\ \
| * | feat(OC/Template): Add `type="module"` for ES6 scriptsFerdinand Thiessen2023-02-221-0/+29
| * | feat(template): Allow `JSResourceLocator` to find ES6 scriptsFerdinand Thiessen2023-02-221-12/+64
* | | Fix BackgroundCleanupJobTestCôme Chilliet2023-03-201-2/+2
* | | Merge pull request #36928 from nextcloud/techdebt/noid/bruteforce-protection-...Joas Schilling2023-03-161-64/+198
|\ \ \
| * | | Add a debug message when throttling without definingJoas Schilling2023-03-081-6/+33
| * | | feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an...Joas Schilling2023-03-081-61/+168
| | |/ | |/|
* | | Merge pull request #37227 from nextcloud/h1-dav-brute-force-protectionArthur Schiwon2023-03-151-0/+97
|\ \ \
| * | | chore(tests): add tests for handleLoginFailedDaniel Kesselberg2023-03-101-0/+97
* | | | unit tests for Manager::invalidateTokensOfUserArtur Neumann2023-03-141-0/+44
* | | | Merge pull request #37029 from nextcloud/fix/chunk-objectids-in-systemtagobje...Côme Chilliet2023-03-131-5/+16
|\ \ \ \
| * | | | Add chunking in SystemTagObjectMapper::getTagIdsForObjectsCôme Chilliet2023-03-131-5/+16
| | |/ / | |/| |
* / | | Introduced app enable/disable/update typed eventsThomas Citharel2023-03-132-7/+25
|/ / /