aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52816 from nextcloud/primary-object-store-settingsRobin Appelman2025-05-283-112/+142
|\
| * feat: move primary object store configuration to a single placeprimary-object-store-settingsRobin Appelman2025-05-283-112/+142
* | test: adjust library tests for PHPunit deprecationsFerdinand Thiessen2025-05-282-4/+4
|/
* chore: Remove useless legacy autoloader for testsfix/cleanup-test-legacy-autoloaderCôme Chilliet2025-05-272-8/+0
* feat(IUser): add `getQuotaBytes` method to get machine readable quotafeat/user-get-quota-bytesFerdinand Thiessen2025-05-221-4/+5
* test: Speed up comments testJoas Schilling2025-05-211-0/+2
* feat(UserMountCache): Emit events for added, removed and updated mountsfeat/mountmanager/emit-eventsprovokateurin2025-05-191-17/+68
* Merge pull request #52848 from nextcloud/fix/cleanup-servercontainerKate2025-05-196-7/+7
|\
| * fix: Remove calls to legacy callers in testsfix/cleanup-servercontainerCôme Chilliet2025-05-162-2/+2
| * fix(tests): Remove calls to removed getMountProviderCollection from testsCôme Chilliet2025-05-164-5/+5
* | test: replace `OC_Helper:rmdirr` with `OCP\Files::rmdirr`chore/remove-deprecated-oc-helperFerdinand Thiessen2025-05-168-10/+22
* | test: move legacy tests to non-depecated class testsFerdinand Thiessen2025-05-164-104/+123
|/
* fix(RouteParser): bail out if method name contains hashtagrefactor/app/remove-register-routesFerdinand Thiessen2025-05-151-0/+9
* chore(AppFramework): Remove unused RouteConfig class and migrate tests to Rou...provokateurin2025-05-152-477/+338
* 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
|/