aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-251-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-221-0/+1
| * | | 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
| |\ \ \ | | |/ / | |/| |
| | * | feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-193-18/+21
| | * | feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-193-32/+115
| * | | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versionsJoas Schilling2024-07-197-22/+21
| |\ \ \ | | |/ / | |/| |
| | * | fix(test): Make the test less flakyJoas Schilling2024-07-191-0/+1
| | * | fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-191-1/+6
| | * | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-195-20/+13
| | * | fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprec...Joas Schilling2024-07-191-1/+1
| * | | Merge pull request #46368 from nextcloud/fix/task-processingMarcel Klehr2024-07-191-10/+73
| |\ \ \ | | |/ / | |/| |
| | * | fix(TaskProcessing): Run cs:fixMarcel Klehr2024-07-171-1/+0
| | * | fix(TaskProcessing): fix testsMarcel Klehr2024-07-171-9/+21
| | * | test(TaskProcessing): Add test for setTaskResult with fileIdsMarcel Klehr2024-07-171-0/+52
| * | | Merge pull request #46583 from nextcloud/filecache-sharding-compatRobin Appelman2024-07-192-23/+34
| |\ \ \
| | * | | fix: make batch propagator work with sharding restrictionsRobin Appelman2024-07-171-1/+1
| | * | | fix: make usermountcache compatible with shardingRobin Appelman2024-07-171-22/+33
| | |/ /
| * | | feat(Security): Warn about using annotations instead of attributesprovokateurin2024-07-182-12/+19
| * | | Merge pull request #46510 from nextcloud/feat/info-xml-backendsRichard Steinmetz2024-07-175-5/+59
| |\ \ \
| | * | | feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-165-5/+59
| * | | | feat(settings/admin/ai): fix testsJulien Veyssier2024-07-171-0/+1
| | |/ / | |/| |
| * | | Merge pull request #46419 from nextcloud/bugfix/noid/limit-logo-size-for-outlookJoas Schilling2024-07-175-3/+8
| |\ \ \
| | * | | fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-175-3/+8
| * | | | Merge pull request #46538 from nextcloud/fix/use-filename-validatorFerdinand Thiessen2024-07-164-157/+107
| |\ \ \ \
| | * | | | fix(dav): Verify target path in `setName` instead of source pathFerdinand Thiessen2024-07-161-2/+2
| | * | | | refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-58/+0
| | * | | | refactor: Migrate filename validation logic from `Storage` to `FilenameValida...Ferdinand Thiessen2024-07-163-99/+107
| | |/ / /
| * | | | Merge pull request #46547 from nextcloud/query-builder-connectionRobin Appelman2024-07-161-31/+58
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | feat: allow running QueryBuilder queries on different connectionsRobin Appelman2024-07-151-31/+58
| | |/ /
| * / / feat: Add `forbidden_filename_basenames` config optionFerdinand Thiessen2024-07-151-27/+58
| |/ /
| * / fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-8/+20
| |/
| * feat: don't count failed CSRF as failed login attemptBenjamin Gaussorgues2024-07-111-1/+0
| * feat: Add `IFilenameValidator` to have one consistent place for filename vali...Ferdinand Thiessen2024-07-091-0/+188
| * test: Test hash validationChristopher Ng2024-07-041-0/+25
| * feat: support excalidraw fileHoang Pham2024-07-042-2/+4
| * fix(tests): Remove output when running testsJoas Schilling2024-07-031-0/+15
| * Merge pull request #46185 from nextcloud/debt/noid/migrate-background-command...Daniel2024-07-022-38/+59
| |\
| | * refactor: simplify background commandsDaniel Kesselberg2024-07-012-38/+59
| * | Merge pull request #45766 from nextcloud/feat/ooo-replacementDaniel2024-07-011-3/+15
| |\ \
| | * | Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-011-3/+15
| | |/
| * / feat(AppFramework): Add ExAppRequired attributeprovokateurin2024-07-012-1/+58
| |/