aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52822 from nextcloud/feat/mime-namesJohn Molakvoæ2025-05-151-1/+8
|\
| * feat(core): add human readable mimesJohn Molakvoæ (skjnldsv)2025-05-141-1/+8
* | test: Fix coding standardsci/noid/update-phpunit10Joas Schilling2025-05-1516-25/+25
* | test: Fix most tests/lib/DB/QueryBuilderJoas Schilling2025-05-156-42/+43
* | test: Fix non-static data providersJoas Schilling2025-05-1557-186/+181
* | test: Fix tests/lib/FilesJoas Schilling2025-05-1510-103/+95
* | test: Make Archive test order independentJoas Schilling2025-05-151-1/+5
* | test: Fix tests/lib/[S-Z]*Joas Schilling2025-05-159-62/+73
* | test: Fix tests/lib/Security/Joas Schilling2025-05-1513-28/+22
* | test: Fix tests/lib/[H-N]*Joas Schilling2025-05-159-91/+72
* | test: Fix tests/lib/[C-G]*Joas Schilling2025-05-157-57/+75
* | test: Fix tests/lib/App*Joas Schilling2025-05-1530-174/+134
* | test: Cleanup tests/lib/Files/*Joas Schilling2025-05-1517-89/+99
* | test: Remove more withConsecutiveJoas Schilling2025-05-1526-460/+506
* | Merge pull request #52544 from nextcloud/chore/drop-deprecated-account-scopesJohn Molakvoæ2025-05-141-5/+0
|\ \
| * | chore(IAccountManager): remove deprecated visibility constantschore/drop-deprecated-account-scopesFerdinand Thiessen2025-05-141-5/+0
* | | Merge pull request #52684 from nextcloud/bugfix/noid/last-insert-id-when-reco...Benjamin Gaussorgues2025-05-141-0/+4
|\ \ \
| * | | test: Sort the reactions before comparingbugfix/noid/last-insert-id-when-reconnectingJoas Schilling2025-05-141-0/+4
| | |/ | |/|
* | | Merge pull request #48560 from nextcloud/fix/migrate-encryption-away-from-hooksCôme Chilliet2025-05-143-118/+98
|\ \ \ | |_|/ |/| |
| * | fix(encryption): Improve Update class and event listeneningCôme Chilliet2025-05-132-85/+70
| * | fix(tests): Disable encryption wrapper when it makes senseCôme Chilliet2025-05-131-0/+14
| * | fix(tests): Remove Encryption disabling in ViewTest to avoid side effectsCôme Chilliet2025-05-131-10/+6
| * | fix(tests): Unregister encryption modules in ViewTest to avoid side effectsCôme Chilliet2025-05-131-0/+6
| * | feat(encryption): Migrate from hooks to eventsCôme Chilliet2025-05-131-35/+14
| |/
* | Merge pull request #52775 from nextcloud/nested-jail-rootAndy Scherzinger2025-05-141-0/+11
|\ \
| * | test: add test for nested cache jail unjailedrootRobin Appelman2025-05-131-0/+11
* | | fix: log requests exceeding the rate limitingbug/noid/log-requests-exceeding-rate-limitDaniel Kesselberg2025-05-141-5/+18
| |/ |/|
* | Merge pull request #52688 from nextcloud/feat/ocp-sanitize-filenamesCôme Chilliet2025-05-131-0/+134
|\ \
| * | feat(FilenameValidator): allow to sanitize filenamesfeat/ocp-sanitize-filenamesFerdinand Thiessen2025-05-131-0/+134
| |/
* / fix: check if properties exist before using themfix/noid-check-for-properties-before-processingSebastianKrupinski2025-05-121-176/+804
|/
* Merge pull request #52634 from nextcloud/perf/share20/get-all-shares-in-folderKate2025-05-081-15/+8
|\
| * perf(Share20): Add interface to query all shares in a folder without filterin...perf/share20/get-all-shares-in-folderprovokateurin2025-05-081-15/+8
* | Merge pull request #52360 from nextcloud/artonge/fix/use_preview_api_for_blur...Louis2025-05-061-22/+10
|\ \ | |/ |/|
| * fix(blurhash): Use preview API to generate the previewsartonge/fix/use_preview_api_for_blurhash_generationLouis Chemineau2025-05-051-22/+10
* | test: Fix coding standardsbugfix/noid/make-comments-test-better-readableJoas Schilling2025-05-051-1/+1
* | test(comments): Make Comments test result output properly readableJoas Schilling2025-05-051-184/+158
|/
* test: Finish migrating tests/Core/ to PHPUnit 10 compatible codetest/noid/more-phpunit-10Joas Schilling2025-05-0213-689/+615
* test: Prepare more tests for PHPUnit 10Joas Schilling2025-04-309-129/+125
* fix(navigation): Fix default app entry registered as closureJoas Schilling2025-04-251-3/+37
* Merge pull request #52299 from nextcloud/refactor/preview-testsFerdinand Thiessen2025-04-242-46/+30
|\
| * refactor: Thumbnail Generator logging and testsrefactor/preview-testsnfebe2025-04-232-46/+30
* | fix(federation): allows equal signs in federation idfix/noid/allows-some-char-from-federationidMaxence Lange2025-04-221-0/+4
|/
* Merge pull request #52221 from nextcloud/feat/no-issue/add-logging-preview-ge...F. E Noel Nfebe2025-04-221-1/+6
|\
| * feat: add logging to preview generationfeat/no-issue/add-logging-preview-generationnfebe2025-04-171-1/+6
* | Merge pull request #52224 from nextcloud/bugfix/noid/dont-break-when-checking...Arthur Schiwon2025-04-171-0/+29
|\ \ | |/ |/|
| * fix(usermanager): Don't throw when checking if a too long user id is an exist...Joas Schilling2025-04-161-0/+29
* | fix(mail): use matching text color for primary elementsfix/use-also-default-textFerdinand Thiessen2025-04-171-12/+12
* | feat(ip): add configurable IPv6 subnet for BFP and throttlingfeat/add-configurable-ipv6-subnetBenjamin Gaussorgues2025-04-171-4/+4
|/
* Merge pull request #51020 from nextcloud/artonge/fix/transfer_ownershipLouis2025-04-141-0/+18
|\
| * fix: Transfer ownership with S3 as primaryartonge/fix/transfer_ownershipLouis Chemineau2025-04-011-0/+18