aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(UserTrait): Fix backend initializationfix/usertrait/backend-initializationprovokateurin2024-10-081-0/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0898-4/+244
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48592 from nextcloud/dependabot/composer/doctrine/dbal-3.9.xJoas Schilling2024-10-071-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.xJoas Schilling2024-10-071-0/+0
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #46691 from nextcloud/fix-show-original-ownerF. E Noel Nfebe2024-10-0721-45/+94
|\ | | | | feat(sidebar): Show node owner in metadata subline
| * chore(assets): Recompile assetsfix-show-original-ownernextcloud-command2024-10-0718-21/+24
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * feat(sidebar): Show node owner in metadata sublinefenn-cs2024-10-073-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/typingsKate2024-10-074-268/+214
|\
| * refactor(Wrapper\Encryption): Migrate to strong typesrefactor/stream-encryption/typingsprovokateurin2024-10-072-168/+134
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * refactor(Stream\Encryption): Migrate to strong typesprovokateurin2024-10-072-100/+80
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #48584 from nextcloud/bugfix/noid/increase-exclude-listFerdinand Thiessen2024-10-071-0/+9
|\ | | | | fix(config): Mark more app configs sensitive
| * fix(config): Mark more app configs sensitivebugfix/noid/increase-exclude-listJoas Schilling2024-10-071-0/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #48539 from nextcloud/dependabot/composer/symfony-6.4Joas Schilling2024-10-0716-31/+49
|\ \ | | | | | | build: Bump symfony/* to 6.4
| * | test(settings): Correctly only return bool for Symfony ↵dependabot/composer/symfony-6.4Joas Schilling2024-10-071-7/+17
| | | | | | | | | | | | | | | | | | Input::hasParameterOption calls Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(message): Fix logic of Mail testJoas Schilling2024-10-071-5/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix: Ensure we only pass string to writeln()Joas Schilling2024-10-072-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | test: Fix wrongly mocked methodJoas Schilling2024-10-071-2/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | test: Fix mock creationJoas Schilling2024-10-071-4/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | ci: Fix psalm by typing the QuestionHelperJoas Schilling2024-10-077-0/+15
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | ci: Update psalm-baselineJoas Schilling2024-10-071-5/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(command): Make method compatible with upstream class (requires 3rdparty ↵Joas Schilling2024-10-071-4/+4
| | | | | | | | | | | | | | | | | | bump) Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(command): Make method compatible with upstream class (backportable)Joas Schilling2024-10-072-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | build: Bump symfony/* to 6.4Joas Schilling2024-10-071-0/+0
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #48438 from nextcloud/fix/bring-back-zip-eventFerdinand Thiessen2024-10-074-47/+71
|\ \ | | | | | | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archive
| * | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archivefix/bring-back-zip-eventFerdinand Thiessen2024-09-294-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-removalFerdinand Thiessen2024-10-0711-85/+328
|\ \ \ | |_|/ |/| | fix: Make user removal more resilient
| * | fix: Skip users that still exist in backendfix/resiliant-user-removalFerdinand Thiessen2024-09-265-11/+30
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: Make user removal more resilientFerdinand Thiessen2024-09-2611-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 TransifexNextcloud bot2024-10-0724-58/+94
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0624-6/+230
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48574 from nextcloud/dependabot/npm_and_yarn/dompurify-3.1.7dependabot[bot]2024-10-0584-89/+88
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2024-10-0582-83/+83
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | chore(deps): Bump dompurify from 3.1.6 to 3.1.7dependabot/npm_and_yarn/dompurify-3.1.7dependabot[bot]2024-10-052-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.6 to 3.1.7. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.6...3.1.7) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #48576 from ↵dependabot[bot]2024-10-052-109/+91
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.7
| * | | | chore(deps-dev): Bump @babel/plugin-transform-private-methodsdependabot[bot]2024-10-052-109/+91
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/plugin-transform-private-methods](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-private-methods) from 7.25.4 to 7.25.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-plugin-transform-private-methods) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-private-methods" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #48573 from ↵dependabot[bot]2024-10-052-24/+10
|\ \ \ \ | |/ / / |/| | | | | | | nextcloud/dependabot/npm_and_yarn/babel/node-7.25.7
| * | | chore(deps-dev): Bump @babel/node from 7.25.0 to 7.25.7dependabot/npm_and_yarn/babel/node-7.25.7dependabot[bot]2024-10-052-24/+10
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.25.0 to 7.25.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-node) --- updated-dependencies: - dependency-name: "@babel/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0516-0/+42
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48532 from nextcloud/fix/48437/dont-exclude-userArthur Schiwon2024-10-041-6/+0
|\ \ \ | | | | | | | | fix: do not reduce count for subadmins if they are members of group
| * | | fix: do not reduce count for subadmins if they are members of groupfix/48437/dont-exclude-userMaksim Sukharev2024-10-021-6/+0
| | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | Merge pull request #48421 from nextcloud/smb-systembridgeRobin Appelman2024-10-045-8/+37
|\ \ \ \ | | | | | | | | | | fix: use nc's binary finding logic for smb
| * | | | fix: use nc's binary finding logic for smbsmb-systembridgeRobin Appelman2024-10-045-8/+37
|/ / / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0452-532/+584
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48440 from nextcloud/refactor/background-serviceFerdinand Thiessen2024-10-031-34/+28
|\ \ \ \ | | | | | | | | | | refactor(theming): Reduce duplicated code in `BackgroundService`
| * | | | refactor(theming): Reduce duplicated code in `BackgroundService`refactor/background-serviceFerdinand Thiessen2024-09-281-34/+28
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #48522 from nextcloud/fix/querybuilder/output-columns-aliasesKate2024-10-031-8/+4
|\ \ \ \
| * | | | fix(QueryBuilder): Account for aliases in output columnsfix/querybuilder/output-columns-aliasesprovokateurin2024-10-021-8/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #48543 from nextcloud/fix/themes-layoutPytal2024-10-034-10/+3
|\ \ \ \ \ | | | | | | | | | | | | fix(theming): Fix layout of themes
| * | | | | chore(assets): Recompile assetsfix/themes-layoutnextcloud-command2024-10-022-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(theming): Fix layout of themesChristopher Ng2024-10-022-7/+0
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>