]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
42 hours agochore(assets): Recompile assets feat/46528/ask-confirm-extension-change 49308/head
nextcloud-command [Tue, 19 Nov 2024 15:59:10 +0000 (15:59 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
42 hours agofeat: add confirmation dialog for file extension changes
nfebe [Fri, 15 Nov 2024 12:11:35 +0000 (13:11 +0100)]
feat: add confirmation dialog for file extension changes

- Introduced a dialog to confirm if users want to proceed with changing the file extension.
- Added handling for dialog visibility to prevent recursion. (Since it looks like use must press escape to stop rename???)

Signed-off-by: nfebe <fenn25.fn@gmail.com>
42 hours agoMerge pull request #49347 from nextcloud/fix/typo-recommended-apps
Ferdinand Thiessen [Tue, 19 Nov 2024 15:16:43 +0000 (16:16 +0100)]
Merge pull request #49347 from nextcloud/fix/typo-recommended-apps

fix(recommended-apps): Typo "screen sharing" vs "screensharing"

43 hours agochore(assets): Recompile assets fix/typo-recommended-apps 49347/head
nextcloud-command [Tue, 19 Nov 2024 14:36:20 +0000 (14:36 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
44 hours agofix(recommended-apps): Typo "screen sharing" vs "screensharing"
Ferdinand Thiessen [Mon, 18 Nov 2024 13:35:06 +0000 (14:35 +0100)]
fix(recommended-apps): Typo "screen sharing" vs "screensharing"

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
44 hours agoMerge pull request #48977 from IONOS-Productivity/tl/dev/disable-mailing
Louis [Tue, 19 Nov 2024 14:02:22 +0000 (15:02 +0100)]
Merge pull request #48977 from IONOS-Productivity/tl/dev/disable-mailing

feat: add "null" SMTP transport mode

46 hours agoMerge pull request #49357 from nextcloud/bugfix/noid/allow-to-fail-fake-AI-providers
Anna [Tue, 19 Nov 2024 11:20:14 +0000 (12:20 +0100)]
Merge pull request #49357 from nextcloud/bugfix/noid/allow-to-fail-fake-AI-providers

test(fakeAI): Allow to specify whether the fake providers should fail

47 hours agoMerge pull request #49199 from nextcloud/fix/files/delete-display-no-trashbin
John Molakvoæ [Tue, 19 Nov 2024 10:45:31 +0000 (11:45 +0100)]
Merge pull request #49199 from nextcloud/fix/files/delete-display-no-trashbin

47 hours agofeat(Mailer): hide admin settings for "null" transport artonge/local/IONOS/tl/dev/disable-mailing 48977/head 49294/head
Thomas Lehmann [Thu, 14 Nov 2024 11:15:02 +0000 (12:15 +0100)]
feat(Mailer): hide admin settings for "null" transport

When the mail transport is configured as null transport, the
configuration UI would not work.

== Background

The null transport is meant for situations where operators
implement mail delivery via custom mechanisms like REST APIs.

Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>
47 hours agofeat(Mailer): add "null" SMTP transport mode
Thomas Lehmann [Tue, 29 Oct 2024 10:53:18 +0000 (11:53 +0100)]
feat(Mailer): add "null" SMTP transport mode

== Goal

Allow disabling mail delivery altogether.

== Usecase

If mails ought to be send by other means than rendering messages from
templates and sending them via SMTP-like protocols.

Example: listening to specific Nextcloud events and pass parameters to
a centralized (i.e. REST-based) API that sends e-mails.

Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>
47 hours agochore(Mailer): remove no-op local variable initilization
Thomas Lehmann [Thu, 7 Nov 2024 10:05:11 +0000 (11:05 +0100)]
chore(Mailer): remove no-op local variable initilization

The IDE hinted the value is immediately overwritten.

Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>
47 hours agofeat(Mailer): implement caching
Thomas Lehmann [Thu, 7 Nov 2024 10:02:17 +0000 (11:02 +0100)]
feat(Mailer): implement caching

Currently $this->instance is never set, so the code is no-op. This
brings back caching of the instance.

Caching broke with

   be7db1573dc8c6e7309ec9db124a7a74b8b41199

   Swift to \Swift_Mailer as abstraction

Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>
47 hours agofix(files): improve delete display name when trashbin is disabled fix/files/delete-display-no-trashbin 49199/head
Richard Steinmetz [Mon, 11 Nov 2024 12:16:35 +0000 (13:16 +0100)]
fix(files): improve delete display name when trashbin is disabled

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
47 hours agoMerge pull request #49361 from nextcloud/fix/fix-share-creation-error-messages
John Molakvoæ [Tue, 19 Nov 2024 10:17:30 +0000 (11:17 +0100)]
Merge pull request #49361 from nextcloud/fix/fix-share-creation-error-messages

2 days agoMerge pull request #49346 from nextcloud/fix/drop-v-html
John Molakvoæ [Tue, 19 Nov 2024 09:46:16 +0000 (10:46 +0100)]
Merge pull request #49346 from nextcloud/fix/drop-v-html

2 days agochore(assets): Recompile assets 49346/head
nextcloud-command [Tue, 19 Nov 2024 09:37:28 +0000 (09:37 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 days agofix(core): Do not use `v-html` for translation output
Ferdinand Thiessen [Mon, 18 Nov 2024 13:31:05 +0000 (14:31 +0100)]
fix(core): Do not use `v-html` for translation output

The content that can be renderered does *not* include HTML (see
`recommended` object).
But `v-html` was used, this is potentially dangerous, even though we
sanitize the translation values, so no urgent harm but better safe than
sorry.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 days agoMerge pull request #49342 from nextcloud/chore/force-style-lint
John Molakvoæ [Tue, 19 Nov 2024 09:14:52 +0000 (10:14 +0100)]
Merge pull request #49342 from nextcloud/chore/force-style-lint

2 days agochore: lint fix chore/force-style-lint 49342/head
skjnldsv [Tue, 19 Nov 2024 08:43:18 +0000 (09:43 +0100)]
chore: lint fix

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2 days agochore: Compile assets
Ferdinand Thiessen [Mon, 18 Nov 2024 14:03:59 +0000 (15:03 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 days agorefactor(styles): Adjust code style in SCSS sources to match our stylelint config
Ferdinand Thiessen [Mon, 18 Nov 2024 11:25:05 +0000 (12:25 +0100)]
refactor(styles): Adjust code style in SCSS sources to match our stylelint config

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 days agoci: Enforce SCSS/CSS rules - add stylelint workflow
Ferdinand Thiessen [Mon, 18 Nov 2024 11:24:16 +0000 (12:24 +0100)]
ci: Enforce SCSS/CSS rules - add stylelint workflow

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 days agofix(files_sharing): Fix error messages from password policy fix/fix-share-creation-error-messages 49361/head
Côme Chilliet [Tue, 19 Nov 2024 08:40:26 +0000 (09:40 +0100)]
fix(files_sharing): Fix error messages from password policy

Exceptions thrown from password_policy may bubble up in share creation
 or update when a password is used. Their message is meant to be shown
 to the user. This always the case for HintException so we catch that
 instead of the subclass GenericShareException.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 days agoMerge pull request #47658 from nextcloud/enh/noid/user-preferences
John Molakvoæ [Tue, 19 Nov 2024 08:31:17 +0000 (09:31 +0100)]
Merge pull request #47658 from nextcloud/enh/noid/user-preferences

2 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 19 Nov 2024 00:21:11 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 days agofeat(user-prefs): renaming to IUserConfig enh/noid/user-preferences 47658/head
Maxence Lange [Mon, 18 Nov 2024 21:09:45 +0000 (20:09 -0100)]
feat(user-prefs): renaming to IUserConfig

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2 days agofeat(user-prefs): switching to NCU/
Maxence Lange [Tue, 12 Nov 2024 22:29:18 +0000 (21:29 -0100)]
feat(user-prefs): switching to NCU/

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2 days agofeat(user-prefs): iterator instead of array on search
Maxence Lange [Mon, 21 Oct 2024 19:31:14 +0000 (18:31 -0100)]
feat(user-prefs): iterator instead of array on search

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2 days agofix(user-prefs): adding sensitive and indexed as flags
Maxence Lange [Thu, 17 Oct 2024 09:48:09 +0000 (08:48 -0100)]
fix(user-prefs): adding sensitive and indexed as flags

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2 days agofeat(user-prefs): IUserPreferences
Maxence Lange [Thu, 3 Oct 2024 13:52:26 +0000 (12:52 -0100)]
feat(user-prefs): IUserPreferences

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2 days agoMerge pull request #49343 from nextcloud/fix/ai-settings
Joas Schilling [Mon, 18 Nov 2024 21:10:24 +0000 (22:10 +0100)]
Merge pull request #49343 from nextcloud/fix/ai-settings

fix(settings): Add nextTick to saveChanges

2 days agotest(fakeAI): Allow to specify whether the fake providers should fail bugfix/noid/allow-to-fail-fake-AI-providers 49357/head
Joas Schilling [Mon, 18 Nov 2024 21:01:15 +0000 (22:01 +0100)]
test(fakeAI): Allow to specify whether the fake providers should fail

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 days agochore(assets): Recompile assets fix/ai-settings 49343/head
nextcloud-command [Mon, 18 Nov 2024 17:15:04 +0000 (17:15 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 days agofix(settings): Add nextTick to saveChanges
Marcel Klehr [Mon, 18 Nov 2024 12:04:47 +0000 (13:04 +0100)]
fix(settings): Add nextTick to saveChanges

to alleviate race condition

fixes #49335

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2 days agoMerge pull request #49329 from nextcloud/dependabot/npm_and_yarn/vue-material-design...
dependabot[bot] [Mon, 18 Nov 2024 13:44:56 +0000 (13:44 +0000)]
Merge pull request #49329 from nextcloud/dependabot/npm_and_yarn/vue-material-design-icons-5.3.1

2 days agoMerge pull request #48855 from nextcloud/fix/app-store-remove-force-enable
Ferdinand Thiessen [Mon, 18 Nov 2024 13:37:16 +0000 (14:37 +0100)]
Merge pull request #48855 from nextcloud/fix/app-store-remove-force-enable

fix(apps-store): Remove apps from force-enabled state when uninstalled

2 days agoMerge pull request #49337 from nextcloud/fix/sass
John Molakvoæ [Mon, 18 Nov 2024 13:32:28 +0000 (14:32 +0100)]
Merge pull request #49337 from nextcloud/fix/sass

2 days agochore(assets): Recompile assets dependabot/npm_and_yarn/vue-material-design-icons-5.3.1 49329/head
nextcloud-command [Mon, 18 Nov 2024 13:24:33 +0000 (13:24 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 days agochore(deps): bump vue-material-design-icons from 5.3.0 to 5.3.1
dependabot[bot] [Sun, 17 Nov 2024 00:49:21 +0000 (00:49 +0000)]
chore(deps): bump vue-material-design-icons from 5.3.0 to 5.3.1

---
updated-dependencies:
- dependency-name: vue-material-design-icons
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 days agofix(apps-store): Remove apps from force-enabled state when uninstalled fix/app-store-remove-force-enable 48855/head
Ferdinand Thiessen [Wed, 23 Oct 2024 10:55:28 +0000 (12:55 +0200)]
fix(apps-store): Remove apps from force-enabled state when uninstalled

If an app is force-enabled and then uninstalled the force-enabled state was kept.
This is now removed, so when the app should be re-installed the compatibility should be reevaluated.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 days agoMerge pull request #49300 from nextcloud/refactor/files-deprecated-share-types
Ferdinand Thiessen [Mon, 18 Nov 2024 11:40:30 +0000 (12:40 +0100)]
Merge pull request #49300 from nextcloud/refactor/files-deprecated-share-types

refactor(files): Replace deprecated `Types` enum for share types

2 days agochore: Compile assets refactor/files-deprecated-share-types 49300/head
Ferdinand Thiessen [Mon, 18 Nov 2024 11:27:07 +0000 (12:27 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 days agorefactor(files): Replace deprecated `Types` enum for share types
Ferdinand Thiessen [Fri, 15 Nov 2024 01:03:06 +0000 (02:03 +0100)]
refactor(files): Replace deprecated `Types` enum for share types

Replace with `ShareType` enum.
Also fix some small Typescript issues in `FilesList.vue`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 days agoMerge pull request #49341 from nextcloud/bugfix/noid/add-missing-blurhash
Joas Schilling [Mon, 18 Nov 2024 10:20:32 +0000 (11:20 +0100)]
Merge pull request #49341 from nextcloud/bugfix/noid/add-missing-blurhash

fix(richtextvalidator): Add missing blurhash

3 days agofix(richtextvalidator): Add missing blurhash bugfix/noid/add-missing-blurhash 49341/head
Joas Schilling [Mon, 18 Nov 2024 09:40:49 +0000 (10:40 +0100)]
fix(richtextvalidator): Add missing blurhash

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 18 Nov 2024 00:20:43 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 days agochore: Compile assets fix/sass 49337/head
Ferdinand Thiessen [Sun, 17 Nov 2024 01:02:28 +0000 (02:02 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 days agofix: Replace deprecated SASS rules
Ferdinand Thiessen [Sun, 17 Nov 2024 01:00:46 +0000 (02:00 +0100)]
fix: Replace deprecated SASS rules

- global color functions are now deprecated - use color namespace
- `@import` is deprecated and will be removed (will be native CSS import
  in future)

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 17 Nov 2024 00:20:47 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 days agoMerge pull request #49324 from nextcloud/dependabot/npm_and_yarn/sass-1.81.0
dependabot[bot] [Sat, 16 Nov 2024 23:24:46 +0000 (23:24 +0000)]
Merge pull request #49324 from nextcloud/dependabot/npm_and_yarn/sass-1.81.0

4 days agoMerge pull request #49331 from nextcloud/dependabot/npm_and_yarn/workbox-webpack...
Ferdinand Thiessen [Sat, 16 Nov 2024 22:53:57 +0000 (23:53 +0100)]
Merge pull request #49331 from nextcloud/dependabot/npm_and_yarn/workbox-webpack-plugin-7.3.0

bump workbox-webpack-plugin from 7.1.0 to 7.3.0

4 days agochore(deps): bump workbox-webpack-plugin from 7.1.0 to 7.3.0 49331/head
dependabot[bot] [Sat, 16 Nov 2024 05:33:20 +0000 (05:33 +0000)]
chore(deps): bump workbox-webpack-plugin from 7.1.0 to 7.3.0

---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Co-authored-by: dependabot[bot] <support@github.com>
Co-authored-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 days agoMerge pull request #49301 from nextcloud/refactor/files-required-navigation
Ferdinand Thiessen [Sat, 16 Nov 2024 21:10:52 +0000 (22:10 +0100)]
Merge pull request #49301 from nextcloud/refactor/files-required-navigation

refactor(files): Adjust `useNavigation` composable to enforce active view

4 days agochore(assets): Recompile assets 49301/head
nextcloud-command [Sat, 16 Nov 2024 13:17:15 +0000 (13:17 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 days agorefactor(files): Adjust `useNavigation` composable to enforce active view
Ferdinand Thiessen [Thu, 14 Nov 2024 22:24:47 +0000 (23:24 +0100)]
refactor(files): Adjust `useNavigation` composable to enforce active view

In some cases it is guaranteed that we have a proper active view,
e.g. when the file list is loaded (so within FileEntry* components).
This does not change anything but the Typescript types,
so the `currentView` is typed as `View` instead of `View | null´.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 days agoMerge pull request #49333 from nextcloud/revert/openapi-extractor
Kate [Sat, 16 Nov 2024 10:10:33 +0000 (11:10 +0100)]
Merge pull request #49333 from nextcloud/revert/openapi-extractor

5 days agoRevert "build(deps): bump nextcloud/openapi-extractor" revert/openapi-extractor 49333/head
provokateurin [Sat, 16 Nov 2024 08:47:49 +0000 (09:47 +0100)]
Revert "build(deps): bump nextcloud/openapi-extractor"

This reverts commit 03f438d1b7f5e013527bce4ffc3274911a7c3df0.

Signed-off-by: provokateurin <kate@provokateurin.de>
5 days agoMerge pull request #49325 from nextcloud/dependabot/npm_and_yarn/vitest/coverage...
dependabot[bot] [Sat, 16 Nov 2024 05:21:00 +0000 (05:21 +0000)]
Merge pull request #49325 from nextcloud/dependabot/npm_and_yarn/vitest/coverage-v8-2.1.5

5 days agobuild(deps-dev): bump @vitest/coverage-v8 from 2.1.1 to 2.1.5 49325/head
dependabot[bot] [Sat, 16 Nov 2024 05:09:08 +0000 (05:09 +0000)]
build(deps-dev): bump @vitest/coverage-v8 from 2.1.1 to 2.1.5

Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 2.1.1 to 2.1.5.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/coverage-v8)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 days agoMerge pull request #49322 from nextcloud/dependabot/composer/vendor-bin/openapi-extra...
dependabot[bot] [Sat, 16 Nov 2024 05:09:04 +0000 (05:09 +0000)]
Merge pull request #49322 from nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.2.2

5 days agoMerge pull request #49326 from nextcloud/dependabot/npm_and_yarn/zip.js/zip.js-2...
dependabot[bot] [Sat, 16 Nov 2024 05:05:46 +0000 (05:05 +0000)]
Merge pull request #49326 from nextcloud/dependabot/npm_and_yarn/zip.js/zip.js-2.7.53

5 days agoMerge pull request #49327 from nextcloud/dependabot/npm_and_yarn/babel/plugin-transfo...
dependabot[bot] [Sat, 16 Nov 2024 05:04:35 +0000 (05:04 +0000)]
Merge pull request #49327 from nextcloud/dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.9

5 days agobuild(deps-dev): bump @babel/plugin-transform-private-methods dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.9 49327/head
dependabot[bot] [Sat, 16 Nov 2024 04:42:19 +0000 (04:42 +0000)]
build(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.7 to 7.25.9.
- [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.9/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>
5 days agobuild(deps-dev): bump @zip.js/zip.js from 2.7.52 to 2.7.53 dependabot/npm_and_yarn/zip.js/zip.js-2.7.53 49326/head
dependabot[bot] [Sat, 16 Nov 2024 04:41:46 +0000 (04:41 +0000)]
build(deps-dev): bump @zip.js/zip.js from 2.7.52 to 2.7.53

Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.7.52 to 2.7.53.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.7.52...v2.7.53)

---
updated-dependencies:
- dependency-name: "@zip.js/zip.js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
5 days agobuild(deps-dev): bump sass from 1.79.3 to 1.81.0 dependabot/npm_and_yarn/sass-1.81.0 49324/head
dependabot[bot] [Sat, 16 Nov 2024 04:40:37 +0000 (04:40 +0000)]
build(deps-dev): bump sass from 1.79.3 to 1.81.0

Bumps [sass](https://github.com/sass/dart-sass) from 1.79.3 to 1.81.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.79.3...1.81.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
5 days agobuild(deps): bump nextcloud/openapi-extractor dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.2.2 49322/head
dependabot[bot] [Sat, 16 Nov 2024 04:39:41 +0000 (04:39 +0000)]
build(deps): bump nextcloud/openapi-extractor

Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.1.0 to 1.2.2.
- [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.1.0...v1.2.2)

---
updated-dependencies:
- dependency-name: nextcloud/openapi-extractor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
5 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 16 Nov 2024 00:21:25 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 days agoMerge pull request #49313 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8...
Ferdinand Thiessen [Fri, 15 Nov 2024 16:30:44 +0000 (17:30 +0100)]
Merge pull request #49313 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.20.0

build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0

5 days agochore: Compile assets dependabot/npm_and_yarn/nextcloud/vue-8.20.0 49313/head
Ferdinand Thiessen [Fri, 15 Nov 2024 16:20:46 +0000 (17:20 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 days agobuild(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0
dependabot[bot] [Fri, 15 Nov 2024 16:17:06 +0000 (16:17 +0000)]
build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.17.1 to 8.20.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.17.1...v8.20.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
5 days agoMerge pull request #49048 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.14.1
John Molakvoæ [Fri, 15 Nov 2024 14:37:13 +0000 (15:37 +0100)]
Merge pull request #49048 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.14.1

5 days agochore(assets): Recompile assets dependabot/npm_and_yarn/jquery-ui-1.14.1 49048/head
nextcloud-command [Fri, 15 Nov 2024 14:24:06 +0000 (14:24 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 days agobuild(deps): bump jquery-ui from 1.13.3 to 1.14.1
dependabot[bot] [Sat, 2 Nov 2024 08:59:33 +0000 (08:59 +0000)]
build(deps): bump jquery-ui from 1.13.3 to 1.14.1

Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.3 to 1.14.1.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.3...1.14.1)

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
5 days agoMerge pull request #45330 from nextcloud/remove-locking-config-sample
John Molakvoæ [Fri, 15 Nov 2024 13:14:39 +0000 (14:14 +0100)]
Merge pull request #45330 from nextcloud/remove-locking-config-sample

5 days agoMerge pull request #49130 from nextcloud/fix/cron-strict-cookie
Joas Schilling [Fri, 15 Nov 2024 12:25:24 +0000 (13:25 +0100)]
Merge pull request #49130 from nextcloud/fix/cron-strict-cookie

fix: Do not check for strict cookie when running webcron

5 days agoMerge pull request #49271 from nextcloud/fix/files/reactivity-inject
Ferdinand Thiessen [Fri, 15 Nov 2024 11:33:06 +0000 (12:33 +0100)]
Merge pull request #49271 from nextcloud/fix/files/reactivity-inject

fix(files): Make injected actions reactive

5 days agochore(assets): Recompile assets fix/files/reactivity-inject 49271/head
nextcloud-command [Fri, 15 Nov 2024 11:23:29 +0000 (11:23 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 days agofix(files): Make injected actions reactive
Ferdinand Thiessen [Thu, 14 Nov 2024 00:01:38 +0000 (01:01 +0100)]
fix(files): Make injected actions reactive

Provided values are not reactive by default and by design,
we must need computed to make them reactive.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 days agoMerge pull request #49299 from nextcloud/tests/fix-jest-leftover
Ferdinand Thiessen [Fri, 15 Nov 2024 11:16:13 +0000 (12:16 +0100)]
Merge pull request #49299 from nextcloud/tests/fix-jest-leftover

test: Fix test mocks for nextcloud-dialogs

5 days agoMerge pull request #49129 from nextcloud/feat/systemtags-bulk-create-list
John Molakvoæ [Fri, 15 Nov 2024 11:03:09 +0000 (12:03 +0100)]
Merge pull request #49129 from nextcloud/feat/systemtags-bulk-create-list

5 days agoMerge pull request #49304 from nextcloud/feat/dispatcher/log-raw-response-data
Daniel [Fri, 15 Nov 2024 10:58:15 +0000 (11:58 +0100)]
Merge pull request #49304 from nextcloud/feat/dispatcher/log-raw-response-data

feat(Dispatcher): Add debug log for controller methods returning raw data not wrapped in Response

5 days agochore: compile assets feat/systemtags-bulk-create-list 49129/head
skjnldsv [Fri, 15 Nov 2024 10:30:14 +0000 (11:30 +0100)]
chore: compile assets

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
6 days agofix(systemtags): enhance create tag in tag picker UX
skjnldsv [Thu, 7 Nov 2024 10:47:09 +0000 (11:47 +0100)]
fix(systemtags): enhance create tag in tag picker UX

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
6 days agofeat(Dispatcher): Add debug log for controller methods returning raw data not wrapped... feat/dispatcher/log-raw-response-data 49304/head
provokateurin [Fri, 15 Nov 2024 09:09:59 +0000 (10:09 +0100)]
feat(Dispatcher): Add debug log for controller methods returning raw data not wrapped in Response

Signed-off-by: provokateurin <kate@provokateurin.de>
6 days agoMerge pull request #48833 from nextcloud/fix/issue-48732-exdate-rdate-property-instances
Richard Steinmetz [Fri, 15 Nov 2024 06:49:13 +0000 (07:49 +0100)]
Merge pull request #48833 from nextcloud/fix/issue-48732-exdate-rdate-property-instances

fix: RDATE and EXDATE property instances

6 days agotest: Fix test mocks for nextcloud-dialogs tests/fix-jest-leftover 49299/head
Ferdinand Thiessen [Fri, 15 Nov 2024 00:52:16 +0000 (01:52 +0100)]
test: Fix test mocks for nextcloud-dialogs

Leftover from Jest -> Vitest migration

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 15 Nov 2024 00:21:29 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 days agoMerge pull request #49276 from nextcloud/refactor/register-routes
Kate [Thu, 14 Nov 2024 22:23:12 +0000 (23:23 +0100)]
Merge pull request #49276 from nextcloud/refactor/register-routes

6 days agoMerge pull request #49290 from nextcloud/fix/use-invokeprivate-for-test
Sebastian Krupinski [Thu, 14 Nov 2024 16:37:46 +0000 (11:37 -0500)]
Merge pull request #49290 from nextcloud/fix/use-invokeprivate-for-test

fix: use invokePrivate for test

6 days agofix: use invokePrivate for test fix/use-invokeprivate-for-test 49290/head
SebastianKrupinski [Thu, 14 Nov 2024 15:46:47 +0000 (10:46 -0500)]
fix: use invokePrivate for test

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
6 days agoMerge pull request #49225 from nextcloud/fix/invalid-mtime
John Molakvoæ [Thu, 14 Nov 2024 13:57:41 +0000 (14:57 +0100)]
Merge pull request #49225 from nextcloud/fix/invalid-mtime

6 days agochore(assets): Recompile assets 49225/head
nextcloud-command [Thu, 14 Nov 2024 13:34:53 +0000 (13:34 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 days agofix(files): ensure valid mtime and fallback to crtime if defined
skjnldsv [Tue, 12 Nov 2024 10:30:13 +0000 (11:30 +0100)]
fix(files): ensure valid mtime and fallback to crtime if defined

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
6 days agoMerge pull request #49275 from nextcloud/chore/drop-skjnldsv/sanitize-svg
Kate [Thu, 14 Nov 2024 13:28:52 +0000 (14:28 +0100)]
Merge pull request #49275 from nextcloud/chore/drop-skjnldsv/sanitize-svg

6 days agochore(assets): Recompile assets 49275/head
nextcloud-command [Thu, 14 Nov 2024 13:08:22 +0000 (13:08 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 days agoMerge pull request #49281 from nextcloud/rakekniven-patch-1
Sebastian Krupinski [Thu, 14 Nov 2024 12:52:52 +0000 (07:52 -0500)]
Merge pull request #49281 from nextcloud/rakekniven-patch-1

chore(i18n): Fixed grammar

6 days agochore(i18n): Fixed grammar rakekniven-patch-1 49281/head
rakekniven [Thu, 14 Nov 2024 11:59:14 +0000 (12:59 +0100)]
chore(i18n): Fixed grammar

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
6 days agoMerge pull request #49260 from nextcloud/fix/noid/textprocessing-schedule-taskprocess...
Julien Veyssier [Thu, 14 Nov 2024 10:58:09 +0000 (11:58 +0100)]
Merge pull request #49260 from nextcloud/fix/noid/textprocessing-schedule-taskprocessing-provider

[textprocessing] Fix: Accept scheduling a task if there are equivalent taskprocessing providers only

6 days agorefactor(user_ldap): Remove Application::registerRoutes() usage refactor/register-routes 49276/head
provokateurin [Thu, 14 Nov 2024 10:28:45 +0000 (11:28 +0100)]
refactor(user_ldap): Remove Application::registerRoutes() usage

Signed-off-by: provokateurin <kate@provokateurin.de>
6 days agoMerge pull request #48675 from georglauterbach/master
Côme Chilliet [Thu, 14 Nov 2024 10:43:32 +0000 (11:43 +0100)]
Merge pull request #48675 from georglauterbach/master

DNS: do not query CNAME if A succeeded already