Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Fix empty sections appearing in search resultsfix/unified-search-empty-sections | Christopher Ng | 2024-10-08 | 1 | -2/+18 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #48597 from ↵ | Côme Chilliet | 2024-10-08 | 3 | -1/+8 |
|\ | | | | | | | | | nextcloud/fix/fix-email-share-transfer-accross-storages Fix email share transfer accross storages | ||||
| * | fix(tests): Fix sharebymail testsfix/fix-email-share-transfer-accross-storages | Côme Chilliet | 2024-10-08 | 2 | -2/+4 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix(sharebymail): Fix share update when node id changed | Côme Chilliet | 2024-10-07 | 1 | -1/+4 |
| | | | | | | | | | | | | | | This fixes transfering an email share from a user to another one when using objectstore as primary storage. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | feat(transfer-ownership): Improve verbose output of command | Côme Chilliet | 2024-10-07 | 1 | -0/+2 |
| | | | | | | | | | | | | Makes debbuging way easier Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #48610 from nextcloud/fix/usertrait/backend-initialization | Kate | 2024-10-08 | 1 | -0/+3 |
|\ \ | |||||
| * | | fix(UserTrait): Fix backend initializationfix/usertrait/backend-initialization | provokateurin | 2024-10-08 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #48613 from nextcloud/feat/add-query-param-to-force-language | Côme Chilliet | 2024-10-08 | 1 | -4/+8 |
|\ \ \ | | | | | | | | | feat(l10n): Allow to force language with a query parameter | ||||
| * | | | feat(l10n): Respect forceLanguage query parameter in more placesfeat/add-query-param-to-force-language | Côme Chilliet | 2024-10-08 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempt to make L10N Factory consistent with itself when forceLanguage query parameter is used. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | feat(l10n): Allow to force language with a query parameter | Côme Chilliet | 2024-10-08 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | This will be used by support application to always generate the support report in english. It may also be used to debug a language, or to temporarily show a page in an other language to take a screenshot or to share your screen with someone speaking another language. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types | Kate | 2024-10-08 | 48 | -995/+710 |
|\ \ \ | |||||
| * | | | refactor(files_external): Add Storage parameter strong typesrefactor/storage/strong-param-types | provokateurin | 2024-10-07 | 8 | -175/+116 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | refactor(files_sharing): Add Storage parameter strong types | provokateurin | 2024-10-07 | 3 | -38/+33 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | refactor(files_trashbin): Add Storage parameter strong types | provokateurin | 2024-10-07 | 2 | -10/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | refactor(dav): Add Storage parameter strong types | provokateurin | 2024-10-07 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | test(workflowengine): Add Storage parameter strong types | provokateurin | 2024-10-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | refactor(Storage): Make all parameter types strong types | provokateurin | 2024-10-07 | 32 | -768/+542 |
| |/ / | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #48603 from nextcloud/bugfix/noid/censor-more-values | Joas Schilling | 2024-10-08 | 1 | -2/+19 |
|\ \ \ | | | | | | | | | fix(logger): Remove more parameters of other methods | ||||
| * | | | fix(logger): Remove more parameters of other methodsbugfix/noid/censor-more-values | Joas Schilling | 2024-10-07 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #48600 from ↵ | Kate | 2024-10-08 | 26 | -51/+41 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | nextcloud/fix/backgroundjobs/adjust-intervals-time-sensitivities | ||||
| * | | | feat(TimedJob): Add debug log about time sensitive jobs with long intervalsfix/backgroundjobs/adjust-intervals-time-sensitivities | provokateurin | 2024-10-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 26 | -51/+36 |
|/ / / | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-08 | 98 | -4/+244 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48592 from nextcloud/dependabot/composer/doctrine/dbal-3.9.x | Joas Schilling | 2024-10-07 | 1 | -0/+0 |
|\ \ | | | | | | | build: Update doctrine/dbal from 3.8.x to 3.9.1 | ||||
| * | | build: Update doctrine/dbal from 3.8.x to 3.9.1dependabot/composer/doctrine/dbal-3.9.x | Joas Schilling | 2024-10-07 | 1 | -0/+0 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #46691 from nextcloud/fix-show-original-owner | F. E Noel Nfebe | 2024-10-07 | 21 | -45/+94 |
|\ \ | |/ |/| | feat(sidebar): Show node owner in metadata subline | ||||
| * | chore(assets): Recompile assetsfix-show-original-owner | nextcloud-command | 2024-10-07 | 18 | -21/+24 |
| | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | feat(sidebar): Show node owner in metadata subline | fenn-cs | 2024-10-07 | 3 | -24/+70 |
|/ | | | | | | Resolves: https://github.com/nextcloud/server/issues/46178 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | Merge pull request #48487 from nextcloud/refactor/stream-encryption/typings | Kate | 2024-10-07 | 4 | -268/+214 |
|\ | |||||
| * | refactor(Wrapper\Encryption): Migrate to strong typesrefactor/stream-encryption/typings | provokateurin | 2024-10-07 | 2 | -168/+134 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | refactor(Stream\Encryption): Migrate to strong types | provokateurin | 2024-10-07 | 2 | -100/+80 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #48584 from nextcloud/bugfix/noid/increase-exclude-list | Ferdinand Thiessen | 2024-10-07 | 1 | -0/+9 |
|\ | | | | | fix(config): Mark more app configs sensitive | ||||
| * | fix(config): Mark more app configs sensitivebugfix/noid/increase-exclude-list | Joas Schilling | 2024-10-07 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #48539 from nextcloud/dependabot/composer/symfony-6.4 | Joas Schilling | 2024-10-07 | 16 | -31/+49 |
|\ \ | | | | | | | build: Bump symfony/* to 6.4 | ||||
| * | | test(settings): Correctly only return bool for Symfony ↵dependabot/composer/symfony-6.4 | Joas Schilling | 2024-10-07 | 1 | -7/+17 |
| | | | | | | | | | | | | | | | | | | Input::hasParameterOption calls Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(message): Fix logic of Mail test | Joas Schilling | 2024-10-07 | 1 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix: Ensure we only pass string to writeln() | Joas Schilling | 2024-10-07 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | test: Fix wrongly mocked method | Joas Schilling | 2024-10-07 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | test: Fix mock creation | Joas Schilling | 2024-10-07 | 1 | -4/+3 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | ci: Fix psalm by typing the QuestionHelper | Joas Schilling | 2024-10-07 | 7 | -0/+15 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | ci: Update psalm-baseline | Joas Schilling | 2024-10-07 | 1 | -5/+0 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(command): Make method compatible with upstream class (requires 3rdparty ↵ | Joas Schilling | 2024-10-07 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | bump) Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(command): Make method compatible with upstream class (backportable) | Joas Schilling | 2024-10-07 | 2 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | build: Bump symfony/* to 6.4 | Joas Schilling | 2024-10-07 | 1 | -0/+0 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #48438 from nextcloud/fix/bring-back-zip-event | Ferdinand Thiessen | 2024-10-07 | 4 | -47/+71 |
|\ \ | | | | | | | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archive | ||||
| * | | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archivefix/bring-back-zip-event | Ferdinand Thiessen | 2024-09-29 | 4 | -47/+71 |
| | | | | | | | | | | | | | | | | | | This is required to not break behavior on zip download (apps should be able to react to zip download especially for shares). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #47896 from nextcloud/fix/resiliant-user-removal | Ferdinand Thiessen | 2024-10-07 | 11 | -85/+328 |
|\ \ \ | |_|/ |/| | | fix: Make user removal more resilient | ||||
| * | | fix: Skip users that still exist in backendfix/resiliant-user-removal | Ferdinand Thiessen | 2024-09-26 | 5 | -11/+30 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix: Make user removal more resilient | Ferdinand Thiessen | 2024-09-26 | 11 | -85/+309 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently there is a problem if an exception is thrown in `User::delete`, because at that point the user is already removed from the backend, but not all data is deleted. There is no way to recover from this state, as the user is gone no information is available anymore. This means the data is still available on the server but can not removed by any API anymore. The solution here is to first set a flag and backup the user home, this can be used to recover failed user deletions in a way the delete can be re-tried. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-07 | 24 | -58/+94 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |