]>
source.dussan.org Git - nextcloud-server.git/log
SebastianKrupinski [Tue, 19 Nov 2024 21:03:06 +0000 (16:03 -0500)]
fix: (CalDav) Delete invitation when deleting Calendars or Events
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Sebastian Krupinski [Tue, 19 Nov 2024 20:59:09 +0000 (15:59 -0500)]
Merge branch 'master' into fix/issue-12387-delete-invitations
F. E Noel Nfebe [Tue, 19 Nov 2024 20:15:05 +0000 (21:15 +0100)]
Merge pull request #49308 from nextcloud/feat/46528/ask-confirm-extension-change
feat: add confirmation dialog for file extension changes
John Molakvoæ [Tue, 19 Nov 2024 18:25:25 +0000 (19:25 +0100)]
Merge pull request #49332 from wolandtel/master
Joas Schilling [Tue, 19 Nov 2024 18:20:29 +0000 (19:20 +0100)]
Merge pull request #49376 from nextcloud/fix/47658/upgrade-version-
3100005
fix(userconfig): incrementing version to trigger migration
Joas Schilling [Tue, 19 Nov 2024 18:05:35 +0000 (19:05 +0100)]
Merge pull request #49386 from nextcloud/bugfix/47658/dont-fail-precondition-if-unset
fix(userconfig): Don't fail the precondition if the value is not set at all
Mikhail Kotelnikov [Sat, 16 Nov 2024 06:20:43 +0000 (11:20 +0500)]
fix(job): Check if carddata is resource and read it to string
Fixes nextcloud/server#46100
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Mikhail Kotelnikov <fox@woland.me>
Joas Schilling [Tue, 19 Nov 2024 17:02:22 +0000 (18:02 +0100)]
fix(userconfig): Don't fail the precondition if the value is not set at all
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ [Tue, 19 Nov 2024 16:21:38 +0000 (17:21 +0100)]
Merge pull request #49372 from nextcloud/feat/php-setup-file-upload
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>
Maxence Lange [Tue, 19 Nov 2024 14:05:07 +0000 (13:05 -0100)]
fix(userconfig): incrementing version to trigger migration
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
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>
skjnldsv [Tue, 19 Nov 2024 11:41:53 +0000 (12:41 +0100)]
feat(settings): add big file upload setup checks
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
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"
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>
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>
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
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
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
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>
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>
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>
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>
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>
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
John Molakvoæ [Tue, 19 Nov 2024 09:46:16 +0000 (10:46 +0100)]
Merge pull request #49346 from nextcloud/fix/drop-v-html
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>
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>
John Molakvoæ [Tue, 19 Nov 2024 09:14:52 +0000 (10:14 +0100)]
Merge pull request #49342 from nextcloud/chore/force-style-lint
skjnldsv [Tue, 19 Nov 2024 08:43:18 +0000 (09:43 +0100)]
chore: lint fix
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Ferdinand Thiessen [Mon, 18 Nov 2024 14:03:59 +0000 (15:03 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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>
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>
John Molakvoæ [Tue, 19 Nov 2024 08:31:17 +0000 (09:31 +0100)]
Merge pull request #47658 from nextcloud/enh/noid/user-preferences
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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
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
John Molakvoæ [Mon, 18 Nov 2024 13:32:28 +0000 (14:32 +0100)]
Merge pull request #49337 from nextcloud/fix/sass
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>
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>
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>
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
Ferdinand Thiessen [Mon, 18 Nov 2024 11:27:07 +0000 (12:27 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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
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>
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>
Ferdinand Thiessen [Sun, 17 Nov 2024 01:02:28 +0000 (02:02 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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>
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
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
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>
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
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>
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>
Kate [Sat, 16 Nov 2024 10:10:33 +0000 (11:10 +0100)]
Merge pull request #49333 from nextcloud/revert/openapi-extractor
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>
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
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>
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
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
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
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>
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>
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>
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>
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>
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
Ferdinand Thiessen [Fri, 15 Nov 2024 16:20:46 +0000 (17:20 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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
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>
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>
John Molakvoæ [Fri, 15 Nov 2024 13:14:39 +0000 (14:14 +0100)]
Merge pull request #45330 from nextcloud/remove-locking-config-sample
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
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
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>
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>
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
John Molakvoæ [Fri, 15 Nov 2024 11:03:09 +0000 (12:03 +0100)]
Merge pull request #49129 from nextcloud/feat/systemtags-bulk-create-list
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
skjnldsv [Fri, 15 Nov 2024 10:30:14 +0000 (11:30 +0100)]
chore: compile assets
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
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>
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>
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
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>
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>
Kate [Thu, 14 Nov 2024 22:23:12 +0000 (23:23 +0100)]
Merge pull request #49276 from nextcloud/refactor/register-routes
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