]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 days agochore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2 dependabot/composer/guzzlehttp/guzzle-7.9.2 48605/head
Joas Schilling [Mon, 7 Oct 2024 21:01:37 +0000 (23:01 +0200)]
chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 days agoMerge pull request #48538 from nextcloud/fix/get-managers-as-subadmin
Pytal [Wed, 9 Oct 2024 00:48:21 +0000 (17:48 -0700)]
Merge pull request #48538 from nextcloud/fix/get-managers-as-subadmin

fix: Return correct list of managers for a user

7 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 9 Oct 2024 00:20:13 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 days agotest: Fix tests fix/get-managers-as-subadmin 48538/head
Christopher Ng [Tue, 8 Oct 2024 23:44:06 +0000 (16:44 -0700)]
test: Fix tests

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 days agorefactor: Clean up
Christopher Ng [Fri, 4 Oct 2024 23:28:23 +0000 (16:28 -0700)]
refactor: Clean up

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 days agofix: Return correct list of managers for a user
Christopher Ng [Fri, 4 Oct 2024 23:28:23 +0000 (16:28 -0700)]
fix: Return correct list of managers for a user

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 days agofix: Subadmin can access self
Christopher Ng [Fri, 4 Oct 2024 23:28:23 +0000 (16:28 -0700)]
fix: Subadmin can access self

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 days agoMerge pull request #48520 from nextcloud/chore/48409/replace-diaspora-and-twitter
F. E Noel Nfebe [Tue, 8 Oct 2024 19:02:38 +0000 (21:02 +0200)]
Merge pull request #48520 from nextcloud/chore/48409/replace-diaspora-and-twitter

chore: Replace Twitter & Diaspora links and text

7 days agoMerge pull request #48597 from nextcloud/fix/fix-email-share-transfer-accross-storages
Côme Chilliet [Tue, 8 Oct 2024 15:31:53 +0000 (17:31 +0200)]
Merge pull request #48597 from nextcloud/fix/fix-email-share-transfer-accross-storages

Fix email share transfer accross storages

7 days agofix(tests): Fix sharebymail tests fix/fix-email-share-transfer-accross-storages 48597/head
Côme Chilliet [Tue, 8 Oct 2024 14:53:51 +0000 (16:53 +0200)]
fix(tests): Fix sharebymail tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 days agoMerge pull request #48610 from nextcloud/fix/usertrait/backend-initialization
Kate [Tue, 8 Oct 2024 14:53:26 +0000 (16:53 +0200)]
Merge pull request #48610 from nextcloud/fix/usertrait/backend-initialization

7 days agoMerge pull request #48613 from nextcloud/feat/add-query-param-to-force-language
Côme Chilliet [Tue, 8 Oct 2024 14:29:03 +0000 (16:29 +0200)]
Merge pull request #48613 from nextcloud/feat/add-query-param-to-force-language

feat(l10n): Allow to force language with a query parameter

7 days agofeat(l10n): Respect forceLanguage query parameter in more places feat/add-query-param-to-force-language 48613/head
Côme Chilliet [Tue, 8 Oct 2024 13:40:40 +0000 (15:40 +0200)]
feat(l10n): Respect forceLanguage query parameter in more places

Attempt to make L10N Factory consistent with itself when forceLanguage
 query parameter is used.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 days agoMerge pull request #48494 from nextcloud/refactor/storage/strong-param-types
Kate [Tue, 8 Oct 2024 13:20:17 +0000 (15:20 +0200)]
Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types

7 days agofeat(l10n): Allow to force language with a query parameter
Côme Chilliet [Tue, 8 Oct 2024 12:44:03 +0000 (14:44 +0200)]
feat(l10n): Allow to force language with a query parameter

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>
7 days agochore(assets): Recompile assets chore/48409/replace-diaspora-and-twitter 48520/head
nextcloud-command [Mon, 7 Oct 2024 18:54:54 +0000 (18:54 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 days agofix(federatedfilesharing): Use valid mastodon URL for sharing
Ferdinand Thiessen [Mon, 7 Oct 2024 16:32:35 +0000 (18:32 +0200)]
fix(federatedfilesharing): Use valid mastodon URL for sharing

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 days agofix(federatedfilesharing): Add aria label to include the `X` in `X (formerly Twitter...
Ferdinand Thiessen [Mon, 7 Oct 2024 16:27:23 +0000 (18:27 +0200)]
fix(federatedfilesharing): Add aria label to include the `X` in `X (formerly Twitter)` button.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 days agorefactor(federatedfilessharing): Make copy logic more resilient and use Typescript
Ferdinand Thiessen [Mon, 7 Oct 2024 16:19:34 +0000 (18:19 +0200)]
refactor(federatedfilessharing): Make copy logic more resilient and use Typescript

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 days agofix(federatedfilessharing): Use social media icons from core rather than inline SVGs
Ferdinand Thiessen [Mon, 7 Oct 2024 16:17:55 +0000 (18:17 +0200)]
fix(federatedfilessharing): Use social media icons from core rather than inline SVGs

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 days agofeat(core): Add correct X logo as provided by X Corp.
Ferdinand Thiessen [Mon, 7 Oct 2024 16:15:49 +0000 (18:15 +0200)]
feat(core): Add correct X logo as provided by X Corp.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 days agofix(core): Use correct facebook icon provided by Meta
Ferdinand Thiessen [Mon, 7 Oct 2024 16:14:50 +0000 (18:14 +0200)]
fix(core): Use correct facebook icon provided by Meta

The legal terms require to exactly use the facebook logo as provided by Meta.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 days agochore: Replace Twitter & Diaspora links and text
fenn-cs [Wed, 2 Oct 2024 09:35:13 +0000 (11:35 +0200)]
chore: Replace Twitter & Diaspora links and text

- Use Twitters new name "X"
- Remove Diaspora social and include Mastodon instead

Resolves : https://github.com/nextcloud/server/issues/48409

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
7 days agoMerge pull request #48603 from nextcloud/bugfix/noid/censor-more-values
Joas Schilling [Tue, 8 Oct 2024 11:49:53 +0000 (13:49 +0200)]
Merge pull request #48603 from nextcloud/bugfix/noid/censor-more-values

fix(logger): Remove more parameters of other methods

7 days agoMerge pull request #48600 from nextcloud/fix/backgroundjobs/adjust-intervals-time...
Kate [Tue, 8 Oct 2024 10:25:53 +0000 (12:25 +0200)]
Merge pull request #48600 from nextcloud/fix/backgroundjobs/adjust-intervals-time-sensitivities

7 days agofeat(TimedJob): Add debug log about time sensitive jobs with long intervals fix/backgroundjobs/adjust-intervals-time-sensitivities 48600/head
provokateurin [Mon, 7 Oct 2024 15:37:38 +0000 (17:37 +0200)]
feat(TimedJob): Add debug log about time sensitive jobs with long intervals

Signed-off-by: provokateurin <kate@provokateurin.de>
7 days agofix(BackgroundJobs): Adjust intervals and time sensitivities
provokateurin [Mon, 7 Oct 2024 15:36:55 +0000 (17:36 +0200)]
fix(BackgroundJobs): Adjust intervals and time sensitivities

Signed-off-by: provokateurin <kate@provokateurin.de>
7 days agofix(UserTrait): Fix backend initialization fix/usertrait/backend-initialization 48610/head
provokateurin [Tue, 8 Oct 2024 09:12:01 +0000 (11:12 +0200)]
fix(UserTrait): Fix backend initialization

Signed-off-by: provokateurin <kate@provokateurin.de>
8 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 8 Oct 2024 00:20:08 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 days agofix(logger): Remove more parameters of other methods bugfix/noid/censor-more-values 48603/head
Joas Schilling [Mon, 7 Oct 2024 19:04:49 +0000 (21:04 +0200)]
fix(logger): Remove more parameters of other methods

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agoMerge pull request #48592 from nextcloud/dependabot/composer/doctrine/dbal-3.9.x
Joas Schilling [Mon, 7 Oct 2024 15:29:44 +0000 (17:29 +0200)]
Merge pull request #48592 from nextcloud/dependabot/composer/doctrine/dbal-3.9.x

build: Update doctrine/dbal from 3.8.x to 3.9.1

8 days agobuild: Update doctrine/dbal from 3.8.x to 3.9.1 dependabot/composer/doctrine/dbal-3.9.x 48592/head
Joas Schilling [Mon, 7 Oct 2024 11:16:54 +0000 (13:16 +0200)]
build: Update doctrine/dbal from 3.8.x to 3.9.1

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agoMerge pull request #46691 from nextcloud/fix-show-original-owner
F. E Noel Nfebe [Mon, 7 Oct 2024 14:19:36 +0000 (16:19 +0200)]
Merge pull request #46691 from nextcloud/fix-show-original-owner

feat(sidebar): Show node owner in metadata subline

8 days agofix(sharebymail): Fix share update when node id changed
Côme Chilliet [Mon, 7 Oct 2024 13:36:53 +0000 (15:36 +0200)]
fix(sharebymail): Fix share update when node id changed

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>
8 days agofeat(transfer-ownership): Improve verbose output of command
Côme Chilliet [Mon, 7 Oct 2024 13:35:47 +0000 (15:35 +0200)]
feat(transfer-ownership): Improve verbose output of command

Makes debbuging way easier

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
8 days agochore(assets): Recompile assets fix-show-original-owner 46691/head
nextcloud-command [Mon, 7 Oct 2024 13:22:35 +0000 (13:22 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 days agofeat(sidebar): Show node owner in metadata subline
fenn-cs [Mon, 22 Jul 2024 16:54:39 +0000 (17:54 +0100)]
feat(sidebar): Show node owner in metadata subline

Resolves: https://github.com/nextcloud/server/issues/46178

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
8 days agorefactor(files_external): Add Storage parameter strong types refactor/storage/strong-param-types 48494/head
provokateurin [Tue, 1 Oct 2024 14:14:28 +0000 (16:14 +0200)]
refactor(files_external): Add Storage parameter strong types

Signed-off-by: provokateurin <kate@provokateurin.de>
8 days agorefactor(files_sharing): Add Storage parameter strong types
provokateurin [Tue, 1 Oct 2024 14:14:13 +0000 (16:14 +0200)]
refactor(files_sharing): Add Storage parameter strong types

Signed-off-by: provokateurin <kate@provokateurin.de>
8 days agorefactor(files_trashbin): Add Storage parameter strong types
provokateurin [Tue, 1 Oct 2024 14:14:04 +0000 (16:14 +0200)]
refactor(files_trashbin): Add Storage parameter strong types

Signed-off-by: provokateurin <kate@provokateurin.de>
8 days agorefactor(dav): Add Storage parameter strong types
provokateurin [Tue, 1 Oct 2024 14:14:48 +0000 (16:14 +0200)]
refactor(dav): Add Storage parameter strong types

Signed-off-by: provokateurin <kate@provokateurin.de>
8 days agotest(workflowengine): Add Storage parameter strong types
provokateurin [Tue, 1 Oct 2024 14:13:51 +0000 (16:13 +0200)]
test(workflowengine): Add Storage parameter strong types

Signed-off-by: provokateurin <kate@provokateurin.de>
8 days agorefactor(Storage): Make all parameter types strong types
provokateurin [Tue, 1 Oct 2024 14:12:30 +0000 (16:12 +0200)]
refactor(Storage): Make all parameter types strong types

Signed-off-by: provokateurin <kate@provokateurin.de>
8 days agoMerge pull request #48487 from nextcloud/refactor/stream-encryption/typings
Kate [Mon, 7 Oct 2024 12:37:25 +0000 (14:37 +0200)]
Merge pull request #48487 from nextcloud/refactor/stream-encryption/typings

8 days agorefactor(Wrapper\Encryption): Migrate to strong types refactor/stream-encryption/typings 48487/head
provokateurin [Tue, 1 Oct 2024 13:55:36 +0000 (15:55 +0200)]
refactor(Wrapper\Encryption): Migrate to strong types

Signed-off-by: provokateurin <kate@provokateurin.de>
8 days agorefactor(Stream\Encryption): Migrate to strong types
provokateurin [Tue, 1 Oct 2024 13:07:36 +0000 (15:07 +0200)]
refactor(Stream\Encryption): Migrate to strong types

Signed-off-by: provokateurin <kate@provokateurin.de>
8 days agoMerge pull request #48584 from nextcloud/bugfix/noid/increase-exclude-list
Ferdinand Thiessen [Mon, 7 Oct 2024 11:14:23 +0000 (13:14 +0200)]
Merge pull request #48584 from nextcloud/bugfix/noid/increase-exclude-list

fix(config): Mark more app configs sensitive

8 days agoMerge pull request #48539 from nextcloud/dependabot/composer/symfony-6.4
Joas Schilling [Mon, 7 Oct 2024 11:08:42 +0000 (13:08 +0200)]
Merge pull request #48539 from nextcloud/dependabot/composer/symfony-6.4

build: Bump symfony/* to 6.4

8 days agotest(settings): Correctly only return bool for Symfony Input::hasParameterOption... dependabot/composer/symfony-6.4 48539/head
Joas Schilling [Fri, 4 Oct 2024 14:24:22 +0000 (16:24 +0200)]
test(settings): Correctly only return bool for Symfony Input::hasParameterOption calls

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agofix(message): Fix logic of Mail test
Joas Schilling [Fri, 4 Oct 2024 14:13:28 +0000 (16:13 +0200)]
fix(message): Fix logic of Mail test

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agofix: Ensure we only pass string to writeln()
Joas Schilling [Wed, 2 Oct 2024 22:28:22 +0000 (00:28 +0200)]
fix: Ensure we only pass string to writeln()

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agotest: Fix wrongly mocked method
Joas Schilling [Wed, 2 Oct 2024 22:28:07 +0000 (00:28 +0200)]
test: Fix wrongly mocked method

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agotest: Fix mock creation
Joas Schilling [Wed, 2 Oct 2024 22:27:52 +0000 (00:27 +0200)]
test: Fix mock creation

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agoci: Fix psalm by typing the QuestionHelper
Joas Schilling [Wed, 2 Oct 2024 21:58:31 +0000 (23:58 +0200)]
ci: Fix psalm by typing the QuestionHelper

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agoci: Update psalm-baseline
Joas Schilling [Wed, 2 Oct 2024 21:58:01 +0000 (23:58 +0200)]
ci: Update psalm-baseline

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agofix(command): Make method compatible with upstream class (requires 3rdparty bump)
Joas Schilling [Wed, 2 Oct 2024 21:41:44 +0000 (23:41 +0200)]
fix(command): Make method compatible with upstream class (requires 3rdparty bump)

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agofix(command): Make method compatible with upstream class (backportable)
Joas Schilling [Wed, 2 Oct 2024 21:38:05 +0000 (23:38 +0200)]
fix(command): Make method compatible with upstream class (backportable)

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agobuild: Bump symfony/* to 6.4
Joas Schilling [Wed, 2 Oct 2024 21:18:52 +0000 (23:18 +0200)]
build: Bump symfony/* to 6.4

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 days agoMerge pull request #48438 from nextcloud/fix/bring-back-zip-event
Ferdinand Thiessen [Mon, 7 Oct 2024 09:58:34 +0000 (11:58 +0200)]
Merge pull request #48438 from nextcloud/fix/bring-back-zip-event

fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archive

8 days agoMerge pull request #47896 from nextcloud/fix/resiliant-user-removal
Ferdinand Thiessen [Mon, 7 Oct 2024 09:33:07 +0000 (11:33 +0200)]
Merge pull request #47896 from nextcloud/fix/resiliant-user-removal

fix: Make user removal more resilient

8 days agofix(config): Mark more app configs sensitive bugfix/noid/increase-exclude-list 48584/head
Joas Schilling [Mon, 7 Oct 2024 08:58:03 +0000 (10:58 +0200)]
fix(config): Mark more app configs sensitive

Signed-off-by: Joas Schilling <coding@schilljs.com>
9 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 7 Oct 2024 00:19:56 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 6 Oct 2024 00:21:20 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
11 days agoMerge pull request #48574 from nextcloud/dependabot/npm_and_yarn/dompurify-3.1.7
dependabot[bot] [Sat, 5 Oct 2024 06:21:23 +0000 (06:21 +0000)]
Merge pull request #48574 from nextcloud/dependabot/npm_and_yarn/dompurify-3.1.7

11 days agochore(assets): Recompile assets 48574/head
nextcloud-command [Sat, 5 Oct 2024 06:11:26 +0000 (06:11 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
11 days agoMerge pull request #48576 from nextcloud/dependabot/npm_and_yarn/babel/plugin-transfo...
dependabot[bot] [Sat, 5 Oct 2024 02:29:46 +0000 (02:29 +0000)]
Merge pull request #48576 from nextcloud/dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.7

11 days agochore(deps-dev): Bump @babel/plugin-transform-private-methods 48576/head
dependabot[bot] [Sat, 5 Oct 2024 02:16:21 +0000 (02:16 +0000)]
chore(deps-dev): Bump @babel/plugin-transform-private-methods

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>
11 days agoMerge pull request #48573 from nextcloud/dependabot/npm_and_yarn/babel/node-7.25.7
dependabot[bot] [Sat, 5 Oct 2024 02:14:50 +0000 (02:14 +0000)]
Merge pull request #48573 from nextcloud/dependabot/npm_and_yarn/babel/node-7.25.7

11 days agochore(deps): Bump dompurify from 3.1.6 to 3.1.7 dependabot/npm_and_yarn/dompurify-3.1.7
dependabot[bot] [Sat, 5 Oct 2024 01:23:03 +0000 (01:23 +0000)]
chore(deps): Bump dompurify from 3.1.6 to 3.1.7

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>
11 days agochore(deps-dev): Bump @babel/node from 7.25.0 to 7.25.7 dependabot/npm_and_yarn/babel/node-7.25.7 48573/head
dependabot[bot] [Sat, 5 Oct 2024 01:22:44 +0000 (01:22 +0000)]
chore(deps-dev): Bump @babel/node from 7.25.0 to 7.25.7

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>
11 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 5 Oct 2024 00:20:17 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
11 days agoMerge pull request #48532 from nextcloud/fix/48437/dont-exclude-user
Arthur Schiwon [Fri, 4 Oct 2024 18:03:18 +0000 (20:03 +0200)]
Merge pull request #48532 from nextcloud/fix/48437/dont-exclude-user

fix: do not reduce count for subadmins if they are members of group

11 days agoMerge pull request #48421 from nextcloud/smb-systembridge
Robin Appelman [Fri, 4 Oct 2024 14:43:21 +0000 (16:43 +0200)]
Merge pull request #48421 from nextcloud/smb-systembridge

fix: use nc's binary finding logic for smb

11 days agofix: use nc's binary finding logic for smb smb-systembridge 48421/head
Robin Appelman [Fri, 27 Sep 2024 13:41:26 +0000 (15:41 +0200)]
fix: use nc's binary finding logic for smb

Signed-off-by: Robin Appelman <robin@icewind.nl>
12 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 4 Oct 2024 00:20:04 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 days agoMerge pull request #48440 from nextcloud/refactor/background-service
Ferdinand Thiessen [Thu, 3 Oct 2024 17:04:30 +0000 (19:04 +0200)]
Merge pull request #48440 from nextcloud/refactor/background-service

refactor(theming): Reduce duplicated code in `BackgroundService`

12 days agoMerge pull request #48522 from nextcloud/fix/querybuilder/output-columns-aliases
Kate [Thu, 3 Oct 2024 13:48:10 +0000 (15:48 +0200)]
Merge pull request #48522 from nextcloud/fix/querybuilder/output-columns-aliases

12 days agoMerge pull request #48543 from nextcloud/fix/themes-layout
Pytal [Thu, 3 Oct 2024 12:28:24 +0000 (05:28 -0700)]
Merge pull request #48543 from nextcloud/fix/themes-layout

fix(theming): Fix layout of themes

12 days agoMerge pull request #48548 from nextcloud/fix/fix-admin-audit-event-listening
Côme Chilliet [Thu, 3 Oct 2024 12:07:55 +0000 (14:07 +0200)]
Merge pull request #48548 from nextcloud/fix/fix-admin-audit-event-listening

fix(admin_audit): Listen to the right events

12 days agoMerge pull request #48540 from nextcloud/bugfix/noid/remove-3rdparty-use
Joas Schilling [Thu, 3 Oct 2024 10:28:12 +0000 (12:28 +0200)]
Merge pull request #48540 from nextcloud/bugfix/noid/remove-3rdparty-use

fix(filesexternal): Remove unneeded 3rdparty library use

13 days agofix(admin_audit): Listen to the right events fix/fix-admin-audit-event-listening 48548/head
Côme Chilliet [Thu, 3 Oct 2024 08:56:42 +0000 (10:56 +0200)]
fix(admin_audit): Listen to the right events

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
13 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 3 Oct 2024 00:20:34 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 days agochore(assets): Recompile assets fix/themes-layout 48543/head
nextcloud-command [Wed, 2 Oct 2024 23:29:56 +0000 (23:29 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 days agofix(theming): Fix layout of themes
Christopher Ng [Wed, 2 Oct 2024 23:13:43 +0000 (16:13 -0700)]
fix(theming): Fix layout of themes

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 days agofix(filesexternal): Remove unneeded 3rdparty library use bugfix/noid/remove-3rdparty-use 48540/head
Joas Schilling [Wed, 2 Oct 2024 21:27:44 +0000 (23:27 +0200)]
fix(filesexternal): Remove unneeded 3rdparty library use

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 days agofix: do not reduce count for subadmins if they are members of group fix/48437/dont-exclude-user 48532/head
Maksim Sukharev [Wed, 2 Oct 2024 13:25:19 +0000 (15:25 +0200)]
fix: do not reduce count for subadmins if they are members of group

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
13 days agoMerge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middleware
Anna [Wed, 2 Oct 2024 13:12:26 +0000 (15:12 +0200)]
Merge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middleware

fix(caldav): add missing handlers

13 days agoMerge pull request #48519 from nextcloud/bug/48518/ignore-invalid-dates
Sebastian Krupinski [Wed, 2 Oct 2024 13:04:21 +0000 (09:04 -0400)]
Merge pull request #48519 from nextcloud/bug/48518/ignore-invalid-dates

fix(dav): don't crash subscription on invalid calendar object

13 days agoMerge pull request #48486 from nextcloud/chore/48408/rename-twitter-to-x
F. E Noel Nfebe [Wed, 2 Oct 2024 10:03:54 +0000 (12:03 +0200)]
Merge pull request #48486 from nextcloud/chore/48408/rename-twitter-to-x

chore: Move from Twitter to X

13 days agofix(QueryBuilder): Account for aliases in output columns fix/querybuilder/output-columns-aliases 48522/head
provokateurin [Wed, 2 Oct 2024 09:55:27 +0000 (11:55 +0200)]
fix(QueryBuilder): Account for aliases in output columns

Signed-off-by: provokateurin <kate@provokateurin.de>
13 days agofix(dav): don't crash subscription on invalid calendar object bug/48518/ignore-invalid-dates 48519/head
escoand [Wed, 25 Sep 2024 10:29:12 +0000 (12:29 +0200)]
fix(dav): don't crash subscription on invalid calendar object

Signed-off-by: escoand <escoand@users.noreply.github.com>
13 days agoMerge pull request #47414 from nextcloud/debt/noid/user-changed-event
Arthur Schiwon [Wed, 2 Oct 2024 09:25:36 +0000 (11:25 +0200)]
Merge pull request #47414 from nextcloud/debt/noid/user-changed-event

test(admin_audit): add test for user management listener

13 days agoMerge pull request #48512 from nextcloud/fix/pick-folder-smart-picker
Pytal [Wed, 2 Oct 2024 09:07:50 +0000 (02:07 -0700)]
Merge pull request #48512 from nextcloud/fix/pick-folder-smart-picker

fix(files): Fix folders not being selectable in the smart picker

2 weeks agochore: Move from Twitter to X chore/48408/rename-twitter-to-x 48486/head
fenn-cs [Tue, 1 Oct 2024 12:45:07 +0000 (14:45 +0200)]
chore: Move from Twitter to X

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2 weeks agoMerge pull request #47788 from nextcloud/feat/add-addressbook-list-command
Anna [Wed, 2 Oct 2024 08:35:44 +0000 (10:35 +0200)]
Merge pull request #47788 from nextcloud/feat/add-addressbook-list-command

feat(carddav): add command to list address books

2 weeks agoMerge pull request #48513 from nextcloud/fix/taskprocessing-manager/php-notice
Marcel Klehr [Wed, 2 Oct 2024 07:56:13 +0000 (09:56 +0200)]
Merge pull request #48513 from nextcloud/fix/taskprocessing-manager/php-notice

fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResult

2 weeks agofix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResult fix/taskprocessing-manager/php-notice 48513/head
Marcel Klehr [Wed, 2 Oct 2024 06:38:20 +0000 (08:38 +0200)]
fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResult

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 2 Oct 2024 00:19:58 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 weeks agochore(assets): Recompile assets fix/pick-folder-smart-picker 48512/head
nextcloud-command [Tue, 1 Oct 2024 23:12:33 +0000 (23:12 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 weeks agofix(files): Fix folders not being selectable in the smart picker
Christopher Ng [Tue, 1 Oct 2024 22:55:14 +0000 (15:55 -0700)]
fix(files): Fix folders not being selectable in the smart picker

Signed-off-by: Christopher Ng <chrng8@gmail.com>