aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(bruteforce): limit appconfig lazy loadingfix/noid/no-lazy-loading-on-isBypassListedMaxence Lange2025-07-201-2/+2
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(appconfig): add searchKeys()enh/noid/appconfig-get-fast-keysMaxence Lange2025-07-181-0/+24
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(lexicon): preset()feat/noid/preset-configMaxence Lange2025-07-153-2/+42
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(FileAccess): Use one param for rewriting home dirs and excluding ↵feat/getByAncestorInStorageMarcel Klehr2025-07-151-4/+41
| | | | | | non-user files mounts Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess*): fix testsJulien Veyssier2025-07-151-1/+2
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccess*): Change the way home dir root is found, remove the ↵Julien Veyssier2025-07-151-37/+0
| | | | | | excludeTrashbinMounts param of getDistinctMounts Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccess*): Adress review commentsJulien Veyssier2025-07-151-12/+8
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccessTest): Adress review commentsMarcel Klehr2025-07-151-31/+32
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccessTest): Make it work on sharded instanceMarcel Klehr2025-07-151-1/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccessTest): Make sure path_hash is not NULLMarcel Klehr2025-07-151-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess#getByAncestorInStorage): Use a subquery to fix testsMarcel Klehr2025-07-151-5/+4
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess): Add testsMarcel Klehr2025-07-151-0/+438
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Revert "perf(base): Stop setting up the FS for every basic auth request"John Molakvoæ2025-07-112-0/+225
|
* Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-requestJohn Molakvoæ2025-07-112-225/+0
|\
| * chore: Remove unused \OC\Cache\CappedMemoryCacheprovokateurin2025-07-081-65/+0
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * chore: Remove unused \OC\Cache\Fileprovokateurin2025-07-081-160/+0
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(comments): Adjust interface with implementationfollowup/53896/adjust-interfaceJoas Schilling2025-07-101-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #53893 from nextcloud/fix/cleanup-loadapp-callsKate2025-07-101-1/+2
|\ \
| * | fix: Replace OC_App::loadApp calls by IAppManagerCôme Chilliet2025-07-101-1/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #53892 from nextcloud/fix/cleanup-getinstallpathCôme Chilliet2025-07-101-6/+8
|\ \ \ | | | | | | | | fix: Move getInstallPath to Installer class
| * | | fix: Move getInstallPath to Installer classCôme Chilliet2025-07-101-6/+8
| |/ / | | | | | | | | | | | | | | | | | | This method does not need a public API for now, it’s only used internally. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / / fix(systemtags): case-insensitive search & prevent duplicatesskjnldsv2025-07-091-33/+21
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | chore: Move info parsing related method from OC_App to InfoParserCôme Chilliet2025-07-083-80/+53
| | | | | | | | | | | | Also fix the tests Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore: Fix CrashReport\Registry testsCôme Chilliet2025-07-082-25/+23
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Fix issues and tests in DIContainer and friendsCôme Chilliet2025-07-082-8/+10
|/ | | | | | Some tests related to MiddlewareDispatcher are still failing. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #53109 from TechnicalSuwako/masterStephan Orbaugh2025-07-071-6/+29
|\ | | | | fix(settings): change Mastodon only URI to webfinger
| * fix(settings): fix test諏訪子2025-05-271-4/+27
| | | | | | | | Signed-off-by: 諏訪子 <suwako@076.moe>
| * fix(settings): change Mastodon only URI to webfinger諏訪子2025-05-251-2/+2
| | | | | | | | Signed-off-by: 諏訪子 <suwako@076.moe>
* | test: fix testsJana Peper2025-07-031-0/+5
| | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | chore: run rectorrector-phpunit10Robin Appelman2025-07-01210-1397/+815
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | chore: apply new CSFixer rulesFerdinand Thiessen2025-07-01279-657/+919
| | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
* | fix(nullcache): make get compliant with the interfacedebt/noid/wrong-return-type-nullcacheDaniel Kesselberg2025-06-261-1/+1
| | | | | | | | | | | | The interface defines ICacheEntry|false, thus we should not return null. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | feat(lexicon): new tests about lexicon migrationMaxence Lange2025-06-242-3/+59
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | feat(lexicon): fix testsMaxence Lange2025-06-242-29/+23
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | feat(lexicon): migrate config key/valueMaxence Lange2025-06-241-1/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fix: revive always storing lowercased email addressesRichard Steinmetz2025-06-242-0/+34
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix(FilenameValidator): use `_` as default replacement for invalid charsfix/validation-defaultsFerdinand Thiessen2025-06-181-6/+6
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: run rector on tests with new rulerector-testsRobin Appelman2025-06-1223-91/+75
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | chore: run rector on testsRobin Appelman2025-06-12232-1444/+1801
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #53000 from nextcloud/fix/noid/stuck-ffmpegDaniel2025-06-102-4/+25
|\ \ | | | | | | fix: unblock ffmpeg on some broken videos
| * | fix: unbloc ffmpeg on some broken videosfix/noid/stuck-ffmpegArthur Schiwon2025-05-202-4/+25
| | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #52743 from nextcloud/bug/noid/expires-date-formatKate2025-06-102-6/+6
|\ \ \
| * | | fix: use correct format for expires, last-modified, and if-modified-since ↵Daniel Kesselberg2025-06-102-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | headers Before: Sat, 10 May 2025 18:17:41 +0000 After: Sat, 10 May 2025 18:17:41 GMT RFC: https://httpwg.org/specs/rfc9110.html#http.date Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | test: addd test for hideFromCollaborationdebt/noid/use-logical-operatorDaniel Kesselberg2025-06-101-0/+53
|/ / / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #52538 from nextcloud/feat/use-php84-lazy-objectsCôme Chilliet2025-06-101-1/+9
|\ \ \ | | | | | | | | Use PHP 8.4 lazy ghosts for Dependency injection
| * | | fix(tests): Force lazy ghost initialisation in container testsCôme Chilliet2025-06-051-1/+9
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | test: Add a hint message on boolean comparisonJoas Schilling2025-06-061-1/+1
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | chore(tests): Add test for AppConfig::getAppInstalledVersionsCôme Chilliet2025-06-051-5/+19
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | chore(tests): Adapt AppManager test to the use of searchValuesCôme Chilliet2025-06-052-5/+14
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #52949 from nextcloud/fix/delete-legacy-autoloaderFerdinand Thiessen2025-06-021-51/+0
|\ \ \ | | | | | | | | fix: Remove useless legacy autoloader