aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fix(config): add envCache tests for getKeys()Josh Richards2024-07-081-0/+7
* | | | feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-162-0/+252
| |/ / |/| |
* | | Merge pull request #47852 from nextcloud/sharding-code-fixesJohn Molakvoæ2024-09-161-2/+2
|\ \ \
| * | | fix: misc code fixes around db shardingsharding-code-fixesRobin Appelman2024-09-092-14/+14
* | | | Merge pull request #48008 from nextcloud/fix/entity/strict-typesKate2024-09-161-2/+7
|\ \ \ \
| * | | | fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-typesprovokateurin2024-09-151-2/+7
| | |_|/ | |/| |
* | | | Merge pull request #48049 from nextcloud/refactor/void-testsAnna2024-09-16418-3112/+3112
|\ \ \ \
| * | | | refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-15418-3112/+3112
* | | | | Merge pull request #48046 from nextcloud/refactor/self-class-referenceAnna2024-09-151-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-151-2/+2
| |/ / /
* / / / feat(db): switch from settype to castsfeat/switch-from-settype-to-castsAnna Larch2024-09-153-6/+6
|/ / /
* | | feat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel` for `log` methodFerdinand Thiessen2024-09-141-0/+88
* | | Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_appCôme Chilliet2024-09-136-14/+35
|\ \ \
| * | | chore(tests): Fix Router test by mocking AppManager methods correctlyCôme Chilliet2024-09-131-1/+13
| * | | fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-132-6/+2
| * | | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-133-7/+20
* | | | Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listen...Côme Chilliet2024-09-131-6/+6
|\ \ \ \
| * | | | feat: Add mimetype into BeforePreviewFetchedEvent eventThomas Citharel2024-09-101-6/+6
* | | | | fix(config): Throw PreconditionException always when it didn't matchJoas Schilling2024-09-131-0/+36
| |/ / / |/| | |
* | | | Merge pull request #47685 from nextcloud/fix/move-apihelper-to-oc-namespaceCôme Chilliet2024-09-125-114/+93
|\ \ \ \
| * | | | chore: Adapt tests to OC_API refactoringCôme Chilliet2024-09-095-114/+93
| | |/ / | |/| |
* | | | fix: Add whiteboard to education and public sector bundleJulius Knorr2024-09-121-0/+1
* | | | fix(RichObjectStrings/Validator): Validate key value types of rich object par...provokateurin2024-09-101-0/+23
| |/ / |/| |
* | | fix(NavigationManager): Skip invalid default navigation entriesprovokateurin2024-09-091-0/+57
* | | refactor(AppManager): Deprecated default apps handlingprovokateurin2024-09-091-153/+0
* | | feat(NavigationManager): Add default entries handlingprovokateurin2024-09-091-1/+168
|/ /
* | fix(files): Check if the target path is a descendant of the shared folder pathGit'Fellow2024-09-051-1/+9
* | chore: adjust code to adhere to coding standardAnna Larch2024-09-052-2/+2
* | Merge pull request #47417 from nextcloud/fix/files/create-mountpoint-parentsKate2024-09-041-0/+31
|\ \
| * | fix(files): Create non-existent parents of mountpointsprovokateurin2024-08-221-0/+31
* | | fix: share manager tests translation stringJohn Molakvoæ2024-09-041-1/+1
* | | refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-031-2/+0
* | | chore: Remove unused `CsrfTokenManager` from `CSPMiddleware`Ferdinand Thiessen2024-08-311-5/+0
* | | fix(TaskProcessing): Fix namespace of TaskProcessingTest.phpMarcel Klehr2024-08-301-1/+1
* | | fix(taskprocessing): fix testsJulien Veyssier2024-08-302-13/+5
* | | Merge pull request #47546 from nextcloud/fix/files-view-error-messagesAndy Scherzinger2024-08-291-1/+1
|\ \ \
| * | | fix: Adjust filename validation messagesFerdinand Thiessen2024-08-271-1/+1
* | | | test(phpunit): skip sharding tests on 32bitArthur Schiwon2024-08-292-0/+6
* | | | fix(tests): Fix ImageTest testCôme Chilliet2024-08-291-5/+7
* | | | fix: Remove all references to OC_ImageCôme Chilliet2024-08-293-57/+60
* | | | fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-3/+3
* | | | chore: Apply php:cs recommendationsLouis Chemineau2024-08-285-18/+18
* | | | fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-282-11/+10
* | | | test: fix share provider tests for shardingRobin Appelman2024-08-282-6/+6
* | | | test: run sharding tests in ciRobin Appelman2024-08-281-0/+21
* | | | test: mark share test cleanup as running across all shardsRobin Appelman2024-08-281-0/+3
* | | | feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-285-2/+154
* | | | feat: add option to automatically partition queries by specific tablesRobin Appelman2024-08-282-0/+290
* | | | fix: delay calculating global cache prefix untill a cache is createdRobin Appelman2024-08-281-3/+3
|/ / /
* | | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-25110-4067/+4067