]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 hours agorefactor(storage): Code adjustements and simplifications refactSmallAdjust 49417/head
Git'Fellow [Thu, 21 Nov 2024 07:38:50 +0000 (08:38 +0100)]
refactor(storage): Code adjustements and simplifications

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
9 hours agoMerge pull request #49396 from nextcloud/dav-webcal-default-refresh-rate
Christoph Wurst [Thu, 21 Nov 2024 05:12:14 +0000 (06:12 +0100)]
Merge pull request #49396 from nextcloud/dav-webcal-default-refresh-rate

feat(dav): increase default calendar subscription refresh rate to one day

14 hours agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 21 Nov 2024 00:21:29 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 hours agoMerge pull request #49305 from nextcloud/refactor/files-filelist-width
Ferdinand Thiessen [Wed, 20 Nov 2024 18:55:57 +0000 (19:55 +0100)]
Merge pull request #49305 from nextcloud/refactor/files-filelist-width

refactor(files): Provide `useFileListWidth` composable

19 hours agoMerge pull request #49315 from nextcloud/deleteExistingTarget
Kate [Wed, 20 Nov 2024 18:47:45 +0000 (19:47 +0100)]
Merge pull request #49315 from nextcloud/deleteExistingTarget

20 hours agochore: Compile assets refactor/files-filelist-width 49305/head
Ferdinand Thiessen [Sat, 16 Nov 2024 21:41:11 +0000 (22:41 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
20 hours agorefactor(files): Provide `useFileListWidth` composable
Ferdinand Thiessen [Fri, 15 Nov 2024 00:51:28 +0000 (01:51 +0100)]
refactor(files): Provide `useFileListWidth` composable

Replace the mixin with a composable, this is better typed and works in
both: Options- and Composition API.
Also added component tests for it.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
28 hours agoMerge pull request #49285 from nextcloud/3rdparty/justinrainbow/json-schema
Joas Schilling [Wed, 20 Nov 2024 10:26:51 +0000 (11:26 +0100)]
Merge pull request #49285 from nextcloud/3rdparty/justinrainbow/json-schema

fix(3rdparty): bump justinrainbow/json-schema to 5.3.0

28 hours agofix(3rdparty): bump justinrainbow/json-schema to 5.3.0 3rdparty/justinrainbow/json-schema 49285/head
grnd-alt [Thu, 14 Nov 2024 14:18:47 +0000 (15:18 +0100)]
fix(3rdparty): bump justinrainbow/json-schema to 5.3.0

Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
29 hours agofeat(dav): increase default calendar subscription refresh rate to one day dav-webcal-default-refresh-rate 49396/head
Thomas Citharel [Wed, 20 Nov 2024 09:05:13 +0000 (10:05 +0100)]
feat(dav): increase default calendar subscription refresh rate to one day

With the performance benefits from #43541 it makes sense

Reference https://github.com/nextcloud/server/issues/46171#issuecomment-2487910923

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
29 hours agofix(storage): Try to delete existing target deleteExistingTarget 49315/head
Git'Fellow [Fri, 15 Nov 2024 18:50:16 +0000 (19:50 +0100)]
fix(storage): Try to delete existing target

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Add same logic to common storage

38 hours agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 20 Nov 2024 00:21:33 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
41 hours agoMerge pull request #49387 from nextcloud/backport/49384/master
John Molakvoæ [Tue, 19 Nov 2024 21:30:57 +0000 (22:30 +0100)]
Merge pull request #49387 from nextcloud/backport/49384/master

42 hours agoMerge pull request #49308 from nextcloud/feat/46528/ask-confirm-extension-change
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

44 hours agofix(settings): psalm PhpMaxFileSize setup check warning backport/49384/master 49387/head
skjnldsv [Tue, 19 Nov 2024 18:05:35 +0000 (19:05 +0100)]
fix(settings): psalm PhpMaxFileSize setup check warning

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
44 hours agoMerge pull request #49332 from wolandtel/master
John Molakvoæ [Tue, 19 Nov 2024 18:25:25 +0000 (19:25 +0100)]
Merge pull request #49332 from wolandtel/master

44 hours agoMerge pull request #49376 from nextcloud/fix/47658/upgrade-version-3100005
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

44 hours agoMerge pull request #49386 from nextcloud/bugfix/47658/dont-fail-precondition-if-unset
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

45 hours agofix(job): Check if carddata is resource and read it to string 49332/head
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>
45 hours agofix(userconfig): Don't fail the precondition if the value is not set at all bugfix/47658/dont-fail-precondition-if-unset 49386/head
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>
46 hours agoMerge pull request #49372 from nextcloud/feat/php-setup-file-upload
John Molakvoæ [Tue, 19 Nov 2024 16:21:38 +0000 (17:21 +0100)]
Merge pull request #49372 from nextcloud/feat/php-setup-file-upload

46 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>
46 hours agofix(userconfig): incrementing version to trigger migration fix/47658/upgrade-version-3100005 49376/head
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>
46 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>
46 hours agofeat(settings): add big file upload setup checks feat/php-setup-file-upload 49372/head
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>
47 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"

47 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>
2 days 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>
2 days 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

2 days 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

2 days 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

2 days 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>
2 days 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>
2 days 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>
2 days 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>
2 days 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>
2 days 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>
3 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

3 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

3 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

3 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>
3 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>
3 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>
3 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

3 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>
3 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>
3 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

6 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>
6 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>
6 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

6 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

6 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

6 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>