Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #52949 from nextcloud/fix/delete-legacy-autoloader | Ferdinand Thiessen | 3 days | 1 | -51/+0 |
|\ | | | | | fix: Remove useless legacy autoloader | ||||
| * | fix: Remove useless legacy autoloaderfix/delete-legacy-autoloader | Côme Chilliet | 9 days | 1 | -51/+0 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #52242 from nextcloud/artonge/fix/copy_subfolders_s3 | Louis | 3 days | 1 | -0/+13 |
|\ \ | |||||
| * | | test: add test that object store folder copy preserves folder sizeartonge/fix/copy_subfolders_s3 | Robin Appelman | 8 days | 1 | -0/+13 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | test: Mock ITaskManager to remove test interactions | Joas Schilling | 7 days | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | feat: add support for sensitive Declarative settings values encryption | Andrey Borysenko | 7 days | 1 | -1/+37 |
| | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | | Merge pull request #52816 from nextcloud/primary-object-store-settings | Robin Appelman | 8 days | 3 | -112/+142 |
|\ \ | | | | | | | feat: move primary object store configuration to a single place | ||||
| * | | feat: move primary object store configuration to a single placeprimary-object-store-settings | Robin Appelman | 8 days | 3 | -112/+142 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* / | test: adjust library tests for PHPunit deprecations | Ferdinand Thiessen | 8 days | 2 | -4/+4 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Remove useless legacy autoloader for testsfix/cleanup-test-legacy-autoloader | Côme Chilliet | 9 days | 2 | -8/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(IUser): add `getQuotaBytes` method to get machine readable quotafeat/user-get-quota-bytes | Ferdinand Thiessen | 14 days | 1 | -4/+5 |
| | | | | | | | | | | | Proper replacement for deprecated `OC_Util::getUserQuota`. Also we still use this in some cases we can now replace, moreover it just makes sense to have a machine readable format in the API instead of only the human readable format which is less precise. Alings also with `getQuota` of the quota storage, which already returned the machine readable format. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test: Speed up comments test | Joas Schilling | 2025-05-21 | 1 | -0/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(UserMountCache): Emit events for added, removed and updated mountsfeat/mountmanager/emit-events | provokateurin | 2025-05-19 | 1 | -17/+68 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #52848 from nextcloud/fix/cleanup-servercontainer | Kate | 2025-05-19 | 6 | -7/+7 |
|\ | |||||
| * | fix: Remove calls to legacy callers in testsfix/cleanup-servercontainer | Côme Chilliet | 2025-05-16 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix(tests): Remove calls to removed getMountProviderCollection from tests | Côme Chilliet | 2025-05-16 | 4 | -5/+5 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | test: replace `OC_Helper:rmdirr` with `OCP\Files::rmdirr`chore/remove-deprecated-oc-helper | Ferdinand Thiessen | 2025-05-16 | 8 | -10/+22 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | test: move legacy tests to non-depecated class tests | Ferdinand Thiessen | 2025-05-16 | 4 | -104/+123 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(RouteParser): bail out if method name contains hashtagrefactor/app/remove-register-routes | Ferdinand Thiessen | 2025-05-15 | 1 | -0/+9 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(AppFramework): Remove unused RouteConfig class and migrate tests to ↵ | provokateurin | 2025-05-15 | 2 | -477/+338 |
| | | | | | | RouteParser Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #52822 from nextcloud/feat/mime-names | John Molakvoæ | 2025-05-15 | 1 | -1/+8 |
|\ | |||||
| * | feat(core): add human readable mimes | John Molakvoæ (skjnldsv) | 2025-05-14 | 1 | -1/+8 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | test: Fix coding standardsci/noid/update-phpunit10 | Joas Schilling | 2025-05-15 | 16 | -25/+25 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Fix most tests/lib/DB/QueryBuilder | Joas Schilling | 2025-05-15 | 6 | -42/+43 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Fix non-static data providers | Joas Schilling | 2025-05-15 | 57 | -186/+181 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Fix tests/lib/Files | Joas Schilling | 2025-05-15 | 10 | -103/+95 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Make Archive test order independent | Joas Schilling | 2025-05-15 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Fix tests/lib/[S-Z]* | Joas Schilling | 2025-05-15 | 9 | -62/+73 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Fix tests/lib/Security/ | Joas Schilling | 2025-05-15 | 13 | -28/+22 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Fix tests/lib/[H-N]* | Joas Schilling | 2025-05-15 | 9 | -91/+72 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Fix tests/lib/[C-G]* | Joas Schilling | 2025-05-15 | 7 | -57/+75 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Fix tests/lib/App* | Joas Schilling | 2025-05-15 | 30 | -174/+134 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Cleanup tests/lib/Files/* | Joas Schilling | 2025-05-15 | 17 | -89/+99 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | test: Remove more withConsecutive | Joas Schilling | 2025-05-15 | 26 | -460/+506 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #52544 from nextcloud/chore/drop-deprecated-account-scopes | John Molakvoæ | 2025-05-14 | 1 | -5/+0 |
|\ \ | |||||
| * | | chore(IAccountManager): remove deprecated visibility constantschore/drop-deprecated-account-scopes | Ferdinand Thiessen | 2025-05-14 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | Those constants are not used anywhere anymore and are deprecated for more than ten versions. So its time to cleanup the interface. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #52684 from ↵ | Benjamin Gaussorgues | 2025-05-14 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/last-insert-id-when-reconnecting | ||||
| * | | | test: Sort the reactions before comparingbugfix/noid/last-insert-id-when-reconnecting | Joas Schilling | 2025-05-14 | 1 | -0/+4 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #48560 from nextcloud/fix/migrate-encryption-away-from-hooks | Côme Chilliet | 2025-05-14 | 3 | -118/+98 |
|\ \ \ | |_|/ |/| | | feat(encryption): Migrate from hooks to events | ||||
| * | | fix(encryption): Improve Update class and event listenening | Côme Chilliet | 2025-05-13 | 2 | -85/+70 |
| | | | | | | | | | | | | | | | | | | to avoid back&forth between path and Node object Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(tests): Disable encryption wrapper when it makes sense | Côme Chilliet | 2025-05-13 | 1 | -0/+14 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(tests): Remove Encryption disabling in ViewTest to avoid side effects | Côme Chilliet | 2025-05-13 | 1 | -10/+6 |
| | | | | | | | | | | | | | | | | | | Adapt tests a bit to make them pass with Encryption wrapper registered Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(tests): Unregister encryption modules in ViewTest to avoid side effects | Côme Chilliet | 2025-05-13 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | It was clearing the hooks with the same results before Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | feat(encryption): Migrate from hooks to events | Côme Chilliet | 2025-05-13 | 1 | -35/+14 |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #52775 from nextcloud/nested-jail-root | Andy Scherzinger | 2025-05-14 | 1 | -0/+11 |
|\ \ | | | | | | | fix unjailedroot of nested jails if there are other wrappers in between | ||||
| * | | test: add test for nested cache jail unjailedroot | Robin Appelman | 2025-05-13 | 1 | -0/+11 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | fix: log requests exceeding the rate limitingbug/noid/log-requests-exceeding-rate-limit | Daniel Kesselberg | 2025-05-14 | 1 | -5/+18 |
| |/ |/| | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Merge pull request #52688 from nextcloud/feat/ocp-sanitize-filenames | Côme Chilliet | 2025-05-13 | 1 | -0/+134 |
|\ \ | | | | | | | feat(FilenameValidator): allow to sanitize filenames | ||||
| * | | feat(FilenameValidator): allow to sanitize filenamesfeat/ocp-sanitize-filenames | Ferdinand Thiessen | 2025-05-13 | 1 | -0/+134 |
| |/ | | | | | | | | | | | Share the filename sanitizing with the OCP filename validator. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* / | fix: check if properties exist before using themfix/noid-check-for-properties-before-processing | SebastianKrupinski | 2025-05-12 | 1 | -176/+804 |
|/ | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> |