Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(bruteforce): limit appconfig lazy loadingfix/noid/no-lazy-loading-on-isBypassListed | Maxence Lange | 2025-07-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(appconfig): add searchKeys()enh/noid/appconfig-get-fast-keys | Maxence Lange | 2025-07-18 | 1 | -0/+24 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(lexicon): preset()feat/noid/preset-config | Maxence Lange | 2025-07-15 | 3 | -2/+42 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(FileAccess): Use one param for rewriting home dirs and excluding ↵feat/getByAncestorInStorage | Marcel Klehr | 2025-07-15 | 1 | -4/+41 |
| | | | | | | non-user files mounts Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(FileAccess*): fix tests | Julien Veyssier | 2025-07-15 | 1 | -1/+2 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(FileAccess*): Change the way home dir root is found, remove the ↵ | Julien Veyssier | 2025-07-15 | 1 | -37/+0 |
| | | | | | | excludeTrashbinMounts param of getDistinctMounts Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(FileAccess*): Adress review comments | Julien Veyssier | 2025-07-15 | 1 | -12/+8 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(FileAccessTest): Adress review comments | Marcel Klehr | 2025-07-15 | 1 | -31/+32 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(FileAccessTest): Make it work on sharded instance | Marcel Klehr | 2025-07-15 | 1 | -1/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(FileAccessTest): Make sure path_hash is not NULL | Marcel Klehr | 2025-07-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(FileAccess#getByAncestorInStorage): Use a subquery to fix tests | Marcel Klehr | 2025-07-15 | 1 | -5/+4 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(FileAccess): Add tests | Marcel Klehr | 2025-07-15 | 1 | -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-11 | 3 | -0/+343 |
| | |||||
* | Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-request | John Molakvoæ | 2025-07-11 | 3 | -343/+0 |
|\ | |||||
| * | chore: Remove unused \OC\Cache\CappedMemoryCache | provokateurin | 2025-07-08 | 1 | -65/+0 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | chore: Remove unused \OC\Cache\File | provokateurin | 2025-07-08 | 1 | -160/+0 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix(core): Stop abusing the cache for avatar upload | provokateurin | 2025-07-08 | 1 | -118/+0 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(comments): Adjust interface with implementationfollowup/53896/adjust-interface | Joas Schilling | 2025-07-10 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #53893 from nextcloud/fix/cleanup-loadapp-calls | Kate | 2025-07-10 | 2 | -2/+10 |
|\ \ | |||||
| * | | chore: Remove calls to OC_App in bootstrap.php files for tests | Côme Chilliet | 2025-07-10 | 1 | -1/+8 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Replace OC_App::loadApp calls by IAppManager | Côme Chilliet | 2025-07-10 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #53892 from nextcloud/fix/cleanup-getinstallpath | Côme Chilliet | 2025-07-10 | 1 | -6/+8 |
|\ \ \ | | | | | | | | | fix: Move getInstallPath to Installer class | ||||
| * | | | fix: Move getInstallPath to Installer class | Côme Chilliet | 2025-07-10 | 1 | -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 duplicates | skjnldsv | 2025-07-09 | 1 | -33/+21 |
|/ / | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | chore: Move info parsing related method from OC_App to InfoParser | Côme Chilliet | 2025-07-08 | 3 | -80/+53 |
| | | | | | | | | | | | | Also fix the tests Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Fix CrashReport\Registry tests | Côme Chilliet | 2025-07-08 | 2 | -25/+23 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Fix issues and tests in DIContainer and friends | Côme Chilliet | 2025-07-08 | 2 | -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/master | Stephan Orbaugh | 2025-07-07 | 1 | -6/+29 |
|\ | | | | | fix(settings): change Mastodon only URI to webfinger | ||||
| * | fix(settings): fix test | 諏訪子 | 2025-05-27 | 1 | -4/+27 |
| | | | | | | | | Signed-off-by: 諏訪子 <suwako@076.moe> | ||||
| * | fix(settings): change Mastodon only URI to webfinger | 諏訪子 | 2025-05-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: 諏訪子 <suwako@076.moe> | ||||
* | | test: fix tests | Jana Peper | 2025-07-03 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | | chore: run rectorrector-phpunit10 | Robin Appelman | 2025-07-01 | 248 | -1527/+894 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | chore: apply new CSFixer rules | Ferdinand Thiessen | 2025-07-01 | 336 | -659/+977 |
| | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php | ||||
* | | Merge pull request #53671 from nextcloud/fix/read-only-share-download | John Molakvoæ | 2025-07-01 | 1 | -18/+6 |
|\ \ | |||||
| * | | feat(files_sharing): allow viewing files with download disabled | skjnldsv | 2025-06-26 | 1 | -18/+6 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Merge branch 'master' into remove-x-xss-protection | Joas Schilling | 2025-06-30 | 271 | -1728/+2656 |
|\ \ \ | |||||
| * | | | fix(nullcache): make get compliant with the interfacedebt/noid/wrong-return-type-nullcache | Daniel Kesselberg | 2025-06-26 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | The interface defines ICacheEntry|false, thus we should not return null. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | refactor: split off value casting out of config:system:set command | Robin Appelman | 2025-06-24 | 2 | -50/+71 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | feat(lexicon): new tests about lexicon migration | Maxence Lange | 2025-06-24 | 2 | -3/+59 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | feat(lexicon): fix tests | Maxence Lange | 2025-06-24 | 2 | -29/+23 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | feat(lexicon): migrate config key/value | Maxence Lange | 2025-06-24 | 5 | -5/+22 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | fix: revive always storing lowercased email addresses | Richard Steinmetz | 2025-06-24 | 2 | -0/+34 |
| | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
| * | | Merge pull request #53417 from nextcloud/fix/fix-32bits-phpunit | Côme Chilliet | 2025-06-19 | 1 | -6/+3 |
| |\ \ | | | | | | | | | fix(tests): Fix 32bits PHPUnit tests | ||||
| | * | | fix(tests): Simplify error handling in tests/enable_all.php | Côme Chilliet | 2025-06-10 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simply let the Exception bubble up instead of caching it and using grep to then detect it. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| | * | | fix(tests): Enable more PHP modules in phpunit-32bits | Côme Chilliet | 2025-06-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add output when enabling applications, and watch phpunit configuration file for changes. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | fix(FilenameValidator): use `_` as default replacement for invalid charsfix/validation-defaults | Ferdinand Thiessen | 2025-06-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | | style(occ): clean up SettingTest class | Salvatore Martire | 2025-06-17 | 1 | -27/+14 |
| | | | | | | | | | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> | ||||
| * | | | feat: allow reading profile properties from occ | Salvatore Martire | 2025-06-17 | 1 | -0/+470 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds support for reading profile information through the occ command, and updates the corresponding test. Signed-off-by: Salvatore Martire <4652631+klarkent@users.noreply.github.com> | ||||
| * | | | test: adjust karma global state mock | Ferdinand Thiessen | 2025-06-16 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | | chore: run rector on tests with new rulerector-tests | Robin Appelman | 2025-06-12 | 28 | -102/+86 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |