aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(Entity): Fix magic setter call for custom strong typed settersbackport/48008/stable30provokateurin2024-09-161-2/+7
* Merge pull request #47940 from nextcloud/backport/47933/stable30Andy Scherzinger2024-09-151-0/+36
|\
| * fix(config): Throw PreconditionException always when it didn't matchbackport/47933/stable30Joas Schilling2024-09-131-0/+36
* | Merge pull request #47796 from nextcloud/backport/47756/stable30Andy Scherzinger2024-09-151-1/+9
|\ \ | |/ |/|
| * fix(files): Check if the target path is a descendant of the shared folder pathbackport/47756/stable30Git'Fellow2024-09-061-1/+9
* | fix: Add whiteboard to education and public sector bundleJulius Knorr2024-09-121-0/+1
|/
* fix(files): Create non-existent parents of mountpointsprovokateurin2024-09-041-0/+31
* fix: Adjust filename validation messagesFerdinand Thiessen2024-08-301-1/+1
* fix(TaskProcessing): Fix namespace of TaskProcessingTest.phpMarcel Klehr2024-08-301-1/+1
* fix(taskprocessing): fix testsJulien Veyssier2024-08-302-13/+5
* test(phpunit): skip sharding tests on 32bitArthur Schiwon2024-08-292-0/+6
* fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-3/+3
* fix: Backport to 30Louis Chemineau2024-08-281-2/+2
* chore: Apply php:cs recommendationsLouis Chemineau2024-08-284-12/+12
* fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-282-9/+8
* test: fix share provider tests for shardingRobin Appelman2024-08-282-6/+6
* 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
* feat: add negative compare-and-delete to imemcacheRobin Appelman2024-08-231-0/+23
* fix: `FilenameValidator::isForbidden` should only check forbidden filesFerdinand Thiessen2024-08-221-17/+7
* ci: Skip flaky test on PHP 8.3Joas Schilling2024-08-211-0/+4
* Merge pull request #43573 from nextcloud/HolgerHees-fix-csp-nonce-handlingFerdinand Thiessen2024-08-134-262/+267
|\
| * feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-131-1/+0
| * test: Adjust tests for CSP nonceFerdinand Thiessen2024-08-134-261/+267
* | feat(auth): Clean-up unused auth tokens and wipe tokensChristoph Wurst2024-08-131-11/+10
* | fix(tests): Adapt tests to change of DefaultShareProvider constructorCôme Chilliet2024-08-121-6/+15
|/
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-082-10/+10
* fix(session): Log when session_* calls are slowChristoph Wurst2024-08-073-17/+17
* fix(files_sharing): show proper share not found error messageskjnldsv2024-08-061-2/+4
* fix: unify bundle namingJérôme Herbinet2024-08-061-1/+1
* chore: delete repair step for 8y old oc_mounts issueRobin Appelman2024-08-021-114/+0
* chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-2/+0
* Merge pull request #46476 from nextcloud/enh/noid/migration-attributesStephan Orbaugh2024-07-302-4/+386
|\
| * feat(migration-attributes): testsMaxence Lange2024-07-292-4/+386
* | feat(log): Allow to combine log.conditions to only log (app&user)Joas Schilling2024-07-301-0/+90
* | Merge pull request #46379 from nextcloud/fix/folder-search-ownerFerdinand Thiessen2024-07-301-3/+11
|\ \ | |/ |/|
| * fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-111-3/+11
* | fix(AppFramework): Allow requests with OCS-APIRequest header to pass CSRF checksprovokateurin2024-07-251-0/+20
* | feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-251-0/+96
* | Merge pull request #46644 from nextcloud/cast-bigintFerdinand Thiessen2024-07-241-1/+3
|\ \
| * | fix: cast to bigint on postgresqlRobin Appelman2024-07-231-1/+3
* | | Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegationLouis2024-07-241-8/+6
|\ \ \
| * | | feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-221-8/+6
| |/ /
* / / feat: mail provider backendSebastianKrupinski2024-07-234-0/+469
|/ /
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-221-0/+4
* | Merge pull request #46571 from nextcloud/chore/migrate-to-filenamevalidatorStephan Orbaugh2024-07-221-9/+6
|\ \
| * | refactor: Migrate some legacy and core functions to `IFilenameValidator`Ferdinand Thiessen2024-07-191-9/+6
* | | Merge pull request #46473 from nextcloud/feat/restrict_admin_to_ipsAndy Scherzinger2024-07-223-32/+118
|\ \ \ | |/ / |/| |