]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 weeks agochore(assets): Recompile assets 47465/head
nextcloud-command [Mon, 26 Aug 2024 11:59:13 +0000 (11:59 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 weeks agofix(files): Reset drop notice on firefox
Ferdinand Thiessen [Fri, 23 Aug 2024 17:55:03 +0000 (19:55 +0200)]
fix(files): Reset drop notice on firefox

On firefox there is an old bug where when you move a dragged file outside
the window the `dragleave` event is never emitted.
So we just use a timeout to reset the drag over state.

Also a small change: Use the ID of the main container instead of relying on tag name and class.
(The ID is guranteed as other APIs rely on it, while the class is just used internally).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agoMerge pull request #47466 from nextcloud/chore/migrate-vitest
Ferdinand Thiessen [Mon, 26 Aug 2024 18:30:26 +0000 (20:30 +0200)]
Merge pull request #47466 from nextcloud/chore/migrate-vitest

test: Migrate from Jest to vitest

7 weeks agoMerge pull request #47467 from nextcloud/fix/virtual-files-list
Ferdinand Thiessen [Mon, 26 Aug 2024 15:44:06 +0000 (17:44 +0200)]
Merge pull request #47467 from nextcloud/fix/virtual-files-list

fix(files): Adjust margin at the file list bottom

7 weeks agochore: Update source maps due to dependency changes 47466/head
Ferdinand Thiessen [Mon, 26 Aug 2024 15:29:42 +0000 (17:29 +0200)]
chore: Update source maps due to dependency changes

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agochore: Add `vitest.config.ts` as expected and remove Jest config
Ferdinand Thiessen [Mon, 26 Aug 2024 12:10:25 +0000 (14:10 +0200)]
chore: Add `vitest.config.ts` as expected and remove Jest config

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agotest: Migrated all Jest tests to vitest
Ferdinand Thiessen [Sat, 24 Aug 2024 14:53:33 +0000 (16:53 +0200)]
test: Migrated all Jest tests to vitest

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agochore: Move from Jest to vitest
Ferdinand Thiessen [Sat, 24 Aug 2024 14:51:18 +0000 (16:51 +0200)]
chore: Move from Jest to vitest

There are some benefits, like faster tests and thus saving CI time, but the main reason for me is:

Jest still does not properly support ESM packages, this casues a lot of breaking stuff.
Sometimes you need to adjust imports for mocking, and somethimes other random stuff break.
Instead of wasting valuable developer lifetime we can use vitest which works perfectly with ESM.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agochore: Compile assets 47467/head
Ferdinand Thiessen [Mon, 26 Aug 2024 14:33:21 +0000 (16:33 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agofix(files): Remove huge margin on bottom
Ferdinand Thiessen [Fri, 23 Aug 2024 17:52:42 +0000 (19:52 +0200)]
fix(files): Remove huge margin on bottom

Instead make it relative to screen size.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agoMerge pull request #47480 from nextcloud/fix/41639/flow-check-user-agent
Joas Schilling [Mon, 26 Aug 2024 12:09:25 +0000 (14:09 +0200)]
Merge pull request #47480 from nextcloud/fix/41639/flow-check-user-agent

fix(flow): cannot set custom user agent

7 weeks agoMerge pull request #46013 from nextcloud/obj-store-move-from-storage-preserve-fileid
Julius Härtl [Mon, 26 Aug 2024 11:47:27 +0000 (13:47 +0200)]
Merge pull request #46013 from nextcloud/obj-store-move-from-storage-preserve-fileid

fix: write object to the correct urn when moving from another storage to object store

7 weeks agobuild: js assets 47480/head
Arthur Schiwon [Mon, 26 Aug 2024 11:31:57 +0000 (13:31 +0200)]
build: js assets

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 weeks agofix(flow): cannot set customer user agent
Arthur Schiwon [Mon, 26 Aug 2024 11:25:33 +0000 (13:25 +0200)]
fix(flow): cannot set customer user agent

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 weeks agoMerge pull request #47470 from nextcloud/automated/noid/master-fix-npm-audit
Andy Scherzinger [Mon, 26 Aug 2024 07:50:52 +0000 (09:50 +0200)]
Merge pull request #47470 from nextcloud/automated/noid/master-fix-npm-audit

[master] Fix npm audit

7 weeks agoMerge pull request #47435 from phreaker0/fix-mail-template-class-call
Joas Schilling [Mon, 26 Aug 2024 06:58:00 +0000 (08:58 +0200)]
Merge pull request #47435 from phreaker0/fix-mail-template-class-call

fix(mailer): Call to custom mail_template_class

7 weeks agoMerge pull request #47474 from nextcloud/fix/cs-fixer/ignore-git-ignored-entries
Kate [Mon, 26 Aug 2024 05:40:16 +0000 (07:40 +0200)]
Merge pull request #47474 from nextcloud/fix/cs-fixer/ignore-git-ignored-entries

7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 26 Aug 2024 00:20:22 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #47464 from nextcloud/dependabot/composer/vendor-bin/cs-fixer...
Daniel [Sun, 25 Aug 2024 19:09:41 +0000 (21:09 +0200)]
Merge pull request #47464 from nextcloud/dependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.2.3

bump nextcloud/coding-standard from 1.2.1 to 1.2.3 in /vendor-bin/cs-fixer

7 weeks agochore: ignore coding-standard update 1.2.3 in git blame 47464/head
Daniel Kesselberg [Sun, 25 Aug 2024 18:40:22 +0000 (20:40 +0200)]
chore: ignore coding-standard update 1.2.3 in git blame

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
7 weeks agostyle: update codestyle for coding-standard 1.2.3
Daniel Kesselberg [Sun, 25 Aug 2024 18:39:22 +0000 (20:39 +0200)]
style: update codestyle for coding-standard 1.2.3

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
7 weeks agobuild(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3
dependabot[bot] [Sun, 25 Aug 2024 18:14:13 +0000 (18:14 +0000)]
build(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3

Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/nextcloud/coding-standard/releases)
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md)
- [Commits](nextcloud/coding-standard@v1.2.1...v1.2.3)

---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 weeks agofix(cs-fixer): Correctly ignore files ignored by git 47474/head
provokateurin [Sun, 25 Aug 2024 18:40:47 +0000 (20:40 +0200)]
fix(cs-fixer): Correctly ignore files ignored by git

Signed-off-by: provokateurin <kate@provokateurin.de>
7 weeks agoMerge pull request #47449 from nextcloud/debt/noid/update-codestyle
Daniel [Sun, 25 Aug 2024 17:56:37 +0000 (19:56 +0200)]
Merge pull request #47449 from nextcloud/debt/noid/update-codestyle

Update to coding-standard 1.2.3

7 weeks agochore: add .git-blame-ignore-revs as expected file 47449/head
Daniel Kesselberg [Sun, 25 Aug 2024 16:52:30 +0000 (18:52 +0200)]
chore: add .git-blame-ignore-revs as expected file

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
7 weeks agochore: ignore coding-standard update 1.2.3 in git blame
Daniel Kesselberg [Fri, 23 Aug 2024 13:12:30 +0000 (15:12 +0200)]
chore: ignore coding-standard update 1.2.3 in git blame

https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
7 weeks agostyle: update codestyle for coding-standard 1.2.3
Daniel Kesselberg [Fri, 23 Aug 2024 13:10:27 +0000 (15:10 +0200)]
style: update codestyle for coding-standard 1.2.3

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
7 weeks agofix(deps): Fix npm audit 47470/head
nextcloud-command [Sun, 25 Aug 2024 02:49:40 +0000 (02:49 +0000)]
fix(deps): Fix npm audit

Signed-off-by: GitHub <noreply@github.com>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 25 Aug 2024 00:24:21 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #47460 from nextcloud/dependabot/npm_and_yarn/vueuse/integrations...
Ferdinand Thiessen [Sat, 24 Aug 2024 10:25:55 +0000 (12:25 +0200)]
Merge pull request #47460 from nextcloud/dependabot/npm_and_yarn/vueuse/integrations-11.0.1

chore(deps): bump @vueuse/integrations from 11.0.0 to 11.0.1

7 weeks agochore(deps): bump @vueuse/integrations from 11.0.0 to 11.0.1 47460/head
dependabot[bot] [Sat, 24 Aug 2024 09:48:16 +0000 (09:48 +0000)]
chore(deps): bump @vueuse/integrations from 11.0.0 to 11.0.1

Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.1/packages/integrations)

---
updated-dependencies:
- dependency-name: "@vueuse/integrations"
  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>
7 weeks agoMerge pull request #47463 from nextcloud/dependabot/npm_and_yarn/vueuse/core-11.0.1
dependabot[bot] [Sat, 24 Aug 2024 09:46:42 +0000 (09:46 +0000)]
Merge pull request #47463 from nextcloud/dependabot/npm_and_yarn/vueuse/core-11.0.1

7 weeks agochore(deps): bump @vueuse/core from 11.0.0 to 11.0.1 47463/head
dependabot[bot] [Sat, 24 Aug 2024 01:29:15 +0000 (01:29 +0000)]
chore(deps): bump @vueuse/core from 11.0.0 to 11.0.1

Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.1/packages/core)

---
updated-dependencies:
- dependency-name: "@vueuse/core"
  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>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 24 Aug 2024 00:20:27 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #47452 from nextcloud/fix/issue-47447-mail-provider-documentation
Sebastian Krupinski [Fri, 23 Aug 2024 16:34:19 +0000 (12:34 -0400)]
Merge pull request #47452 from nextcloud/fix/issue-47447-mail-provider-documentation

fix: correct documentation for mail provider

7 weeks agofix: correct documentation for mail provider 47452/head
SebastianKrupinski [Fri, 23 Aug 2024 16:09:44 +0000 (12:09 -0400)]
fix: correct documentation for mail provider

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
7 weeks agoMerge pull request #46021 from nextcloud/middleware-delay-admin
Robin Appelman [Fri, 23 Aug 2024 15:38:01 +0000 (17:38 +0200)]
Merge pull request #46021 from nextcloud/middleware-delay-admin

perf: delay getting (sub)admin status for user in the security middleware untill we need it

7 weeks agoMerge pull request #45457 from nextcloud/qb-escape-like
Robin Appelman [Fri, 23 Aug 2024 15:08:58 +0000 (17:08 +0200)]
Merge pull request #45457 from nextcloud/qb-escape-like

expose escapeLikeParameter trough query builder

7 weeks agoMerge pull request #45880 from nextcloud/memcache-redis-command
Robin Appelman [Fri, 23 Aug 2024 14:53:22 +0000 (16:53 +0200)]
Merge pull request #45880 from nextcloud/memcache-redis-command

feat: add command to send raw commands to redis

7 weeks agofix: correct documentation for mail provider
SebastianKrupinski [Fri, 23 Aug 2024 14:26:40 +0000 (10:26 -0400)]
fix: correct documentation for mail provider

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
7 weeks agoperf: delay getting (sub)admin status for user in the security middleware untill... 46021/head
Robin Appelman [Thu, 20 Jun 2024 16:44:52 +0000 (18:44 +0200)]
perf: delay getting (sub)admin status for user in the security middleware untill we need it

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 weeks agofix: write object to the correct urn when moving from another storage to object store 46013/head
Robin Appelman [Thu, 20 Jun 2024 13:57:59 +0000 (15:57 +0200)]
fix: write object to the correct urn when moving from another storage to object store

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 weeks agofeat: add command to send raw commands to redis 45880/head
Robin Appelman [Fri, 14 Jun 2024 12:14:15 +0000 (14:14 +0200)]
feat: add command to send raw commands to redis

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 weeks agofeat: expose escapeLikeParameter trough query builder 45457/head
Robin Appelman [Wed, 14 Feb 2024 15:04:35 +0000 (16:04 +0100)]
feat: expose escapeLikeParameter trough query builder

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 23 Aug 2024 00:20:06 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #47204 from nextcloud/fix/tree-hidden-files
Pytal [Thu, 22 Aug 2024 23:41:04 +0000 (16:41 -0700)]
Merge pull request #47204 from nextcloud/fix/tree-hidden-files

fix(files): Respect "Show hidden files" setting in tree

7 weeks agochore(assets): Recompile assets 47204/head
nextcloud-command [Thu, 22 Aug 2024 23:17:06 +0000 (23:17 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 weeks agorefactor(files): Consolidate node registration
Christopher Ng [Tue, 13 Aug 2024 18:25:47 +0000 (11:25 -0700)]
refactor(files): Consolidate node registration

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 weeks agorefactor(files): Organize event subscriptions
Christopher Ng [Tue, 13 Aug 2024 18:25:47 +0000 (11:25 -0700)]
refactor(files): Organize event subscriptions

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 weeks agofix(files): Respect "Show hidden files" setting in tree
Christopher Ng [Tue, 13 Aug 2024 18:25:47 +0000 (11:25 -0700)]
fix(files): Respect "Show hidden files" setting in tree

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 weeks agoMerge pull request #47403 from nextcloud/feat/password-context
Ferdinand Thiessen [Thu, 22 Aug 2024 22:01:39 +0000 (00:01 +0200)]
Merge pull request #47403 from nextcloud/feat/password-context

feat(Security): Allow defining a password context for password validation and generation

7 weeks agoMerge pull request #47419 from nextcloud/bugfix/noid/add-missing-attribute
Daniel [Thu, 22 Aug 2024 19:34:35 +0000 (21:34 +0200)]
Merge pull request #47419 from nextcloud/bugfix/noid/add-missing-attribute

fix(migration): Add missing migration attributes

7 weeks agoMerge pull request #47407 from nextcloud/fix/version-name-dialog
Andy Scherzinger [Thu, 22 Aug 2024 19:27:05 +0000 (21:27 +0200)]
Merge pull request #47407 from nextcloud/fix/version-name-dialog

fix(files_versions): Migrate version name dialog from NcModal to NcDialog

7 weeks agofix(migration): Add missing migration attributes 47419/head
Joas Schilling [Thu, 22 Aug 2024 10:19:01 +0000 (12:19 +0200)]
fix(migration): Add missing migration attributes

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 weeks agoMerge branch 'master' into fix-mail-template-class-call 47435/head
Christoph Klaffl [Thu, 22 Aug 2024 17:42:51 +0000 (19:42 +0200)]
Merge branch 'master' into fix-mail-template-class-call

7 weeks agofix call to custom mail_template_class
Christoph Klaffl [Thu, 22 Aug 2024 17:39:23 +0000 (19:39 +0200)]
fix call to custom mail_template_class

Signed-off-by: Christoph Klaffl <christoph@phreaker.eu>
7 weeks agochore(assets): Recompile assets 47407/head
nextcloud-command [Thu, 22 Aug 2024 17:38:36 +0000 (17:38 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 weeks agofeat: Use new password context in sharing API 47403/head
Ferdinand Thiessen [Wed, 21 Aug 2024 19:58:10 +0000 (21:58 +0200)]
feat: Use new password context in sharing API

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agofeat(Security): Allow setting password context for validation and generation
Ferdinand Thiessen [Wed, 21 Aug 2024 18:23:27 +0000 (20:23 +0200)]
feat(Security): Allow setting password context for validation and generation

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agofix(files_versions): Migrate version name dialog from NcModal to NcDialog
Ferdinand Thiessen [Wed, 21 Aug 2024 23:35:45 +0000 (01:35 +0200)]
fix(files_versions): Migrate version name dialog from NcModal to NcDialog

* Resolves https://github.com/nextcloud/viewer/issues/2390

Make the version name dialog a real dialog instead of a modal.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agoMerge pull request #47408 from nextcloud/fix/dashboard-widgets
Andy Scherzinger [Thu, 22 Aug 2024 16:59:35 +0000 (18:59 +0200)]
Merge pull request #47408 from nextcloud/fix/dashboard-widgets

fix(dashboard): Adjust widget border radius

7 weeks agochore(assets): Recompile assets 47408/head
nextcloud-command [Thu, 22 Aug 2024 14:00:18 +0000 (14:00 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 weeks agofix(dashboard): Adjust widget border radius
Ferdinand Thiessen [Wed, 21 Aug 2024 23:44:49 +0000 (01:44 +0200)]
fix(dashboard): Adjust widget border radius

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 weeks agoMerge pull request #47415 from nextcloud/Fix/trusted-server-icon-recovery-without...
Anna [Thu, 22 Aug 2024 15:01:28 +0000 (17:01 +0200)]
Merge pull request #47415 from nextcloud/Fix/trusted-server-icon-recovery-without-addressbook-change

fix: Trusted server icon recovery without addressbook change

7 weeks agofix(federation): always set server status to OK after successful runs 47415/head
Pablo Zimdahl [Thu, 22 Aug 2024 08:22:30 +0000 (10:22 +0200)]
fix(federation): always set server status to OK after successful runs

Previously if a server status got set to failure, it stayed that way
until an addressbook-sync found changes. Now the server status is set to
OK after each successful sync check (if that's not the case already),
regardless of addressbook changes.

This change also includes two new logging statements, which could help
next time someone debugs this.

Signed-off-by: Pablo Zimdahl <pablo@nextcloud.com>
7 weeks agoMerge pull request #47379 from nextcloud/fix/cypress-stop-cache
John Molakvoæ [Thu, 22 Aug 2024 12:32:31 +0000 (14:32 +0200)]
Merge pull request #47379 from nextcloud/fix/cypress-stop-cache

7 weeks agofix(cypress): drop unwanted docker output characters 47379/head
skjnldsv [Thu, 22 Aug 2024 10:03:32 +0000 (12:03 +0200)]
fix(cypress): drop unwanted docker output characters

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
7 weeks agochore(cypress): enable apcu
skjnldsv [Thu, 22 Aug 2024 06:59:19 +0000 (08:59 +0200)]
chore(cypress): enable apcu

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
7 weeks agochore(cypress): skip cypress binary install on init step
skjnldsv [Wed, 21 Aug 2024 20:57:20 +0000 (22:57 +0200)]
chore(cypress): skip cypress binary install on init step

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
7 weeks agochore(cypress): put nextcloud into ram
skjnldsv [Wed, 21 Aug 2024 18:00:24 +0000 (20:00 +0200)]
chore(cypress): put nextcloud into ram

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
7 weeks agochore(cypress): allow db snapshot and restore fo faster tests
skjnldsv [Wed, 21 Aug 2024 17:28:55 +0000 (19:28 +0200)]
chore(cypress): allow db snapshot and restore fo faster tests

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
7 weeks agofix(cypress): do not install deps twice
skjnldsv [Wed, 21 Aug 2024 08:27:09 +0000 (10:27 +0200)]
fix(cypress): do not install deps twice

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
7 weeks agoMerge pull request #47413 from nextcloud/fix/limit-property-values
Anna [Thu, 22 Aug 2024 11:17:21 +0000 (13:17 +0200)]
Merge pull request #47413 from nextcloud/fix/limit-property-values

fix(caldav): limit property length

7 weeks agofix(caldav): limit property length 47413/head
Anna Larch [Tue, 20 Aug 2024 11:20:47 +0000 (13:20 +0200)]
fix(caldav): limit property length

Signed-off-by: Anna Larch <anna@nextcloud.com>
8 weeks agoMerge pull request #47409 from nextcloud/followup/46991/allow-setting-new-configs
Joas Schilling [Thu, 22 Aug 2024 06:39:14 +0000 (08:39 +0200)]
Merge pull request #47409 from nextcloud/followup/46991/allow-setting-new-configs

fix(provisioning): Support setting new app configs as well

8 weeks agofix(provisioning): Support setting new app configs as well 47409/head
Joas Schilling [Thu, 22 Aug 2024 06:02:15 +0000 (08:02 +0200)]
fix(provisioning): Support setting new app configs as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 22 Aug 2024 00:20:22 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 weeks agoMerge pull request #47363 from nextcloud/fix/template-picker-press-enter
John Molakvoæ [Wed, 21 Aug 2024 20:01:51 +0000 (22:01 +0200)]
Merge pull request #47363 from nextcloud/fix/template-picker-press-enter

fix: use empty template by default when pressing enter

8 weeks agochore: build assets 47363/head
Elizabeth Danzberger [Wed, 21 Aug 2024 19:02:14 +0000 (15:02 -0400)]
chore: build assets

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
8 weeks agochore(assets): Recompile assets
nextcloud-command [Wed, 21 Aug 2024 17:15:36 +0000 (17:15 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 weeks agofix: use empty template by default when pressing enter
Elizabeth Danzberger [Tue, 20 Aug 2024 21:37:48 +0000 (17:37 -0400)]
fix: use empty template by default when pressing enter

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
8 weeks agoMerge pull request #47397 from nextcloud/chore/update-vue
Ferdinand Thiessen [Wed, 21 Aug 2024 17:56:05 +0000 (19:56 +0200)]
Merge pull request #47397 from nextcloud/chore/update-vue

Update `@nextcloud/vue` to v8.17.0

8 weeks agochore: Compile assets 47397/head
Ferdinand Thiessen [Wed, 21 Aug 2024 15:08:14 +0000 (17:08 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
8 weeks agochore: Update `@nextcloud/vue` to v8.17.0
Ferdinand Thiessen [Wed, 21 Aug 2024 15:03:19 +0000 (17:03 +0200)]
chore: Update `@nextcloud/vue` to v8.17.0

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 weeks agoMerge pull request #47259 from nextcloud/memcache-ncad
Robin Appelman [Wed, 21 Aug 2024 15:19:04 +0000 (17:19 +0200)]
Merge pull request #47259 from nextcloud/memcache-ncad

feat: add negative compare-and-delete to imemcache

8 weeks agoMerge pull request #47388 from nextcloud/bugfix/noid/green-ci
Joas Schilling [Wed, 21 Aug 2024 13:53:27 +0000 (15:53 +0200)]
Merge pull request #47388 from nextcloud/bugfix/noid/green-ci

ci: Skip flaky test on PHP 8.3

8 weeks agoMerge pull request #46991 from nextcloud/fix/45083/config-from-js
Arthur Schiwon [Wed, 21 Aug 2024 12:58:24 +0000 (14:58 +0200)]
Merge pull request #46991 from nextcloud/fix/45083/config-from-js

fix(ProvisioningAPI): set typed config values by via API

8 weeks agoMerge pull request #47370 from nextcloud/fix/loading-icon
Ferdinand Thiessen [Wed, 21 Aug 2024 12:37:47 +0000 (14:37 +0200)]
Merge pull request #47370 from nextcloud/fix/loading-icon

fix(files): Move loading icon before grid toggle

8 weeks agoMerge pull request #47371 from nextcloud/fix/disable-auto-zoom-ios
Ferdinand Thiessen [Wed, 21 Aug 2024 12:32:16 +0000 (14:32 +0200)]
Merge pull request #47371 from nextcloud/fix/disable-auto-zoom-ios

fix: Disable auto-zoom on iOS

8 weeks agoMerge pull request #47352 from nextcloud/fix/context-write-wording
Andy Scherzinger [Wed, 21 Aug 2024 11:25:09 +0000 (13:25 +0200)]
Merge pull request #47352 from nextcloud/fix/context-write-wording

fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"

8 weeks agoMerge pull request #47381 from nextcloud/chore/deps/openapi-extractor
Andy Scherzinger [Wed, 21 Aug 2024 11:20:10 +0000 (13:20 +0200)]
Merge pull request #47381 from nextcloud/chore/deps/openapi-extractor

chore(deps): Update openapi-extractor to v1.0.0

8 weeks agoci: Skip flaky test on PHP 8.3 47388/head
Joas Schilling [Wed, 21 Aug 2024 11:13:12 +0000 (13:13 +0200)]
ci: Skip flaky test on PHP 8.3

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 weeks agoMerge pull request #47372 from nextcloud/fix/filename-validator
Ferdinand Thiessen [Wed, 21 Aug 2024 11:07:33 +0000 (13:07 +0200)]
Merge pull request #47372 from nextcloud/fix/filename-validator

fix: `FilenameValidator::isForbidden` should only check forbidden files

8 weeks agofix: Support Safari mobile 47371/head
Ferdinand Thiessen [Wed, 21 Aug 2024 09:54:47 +0000 (11:54 +0200)]
fix: Support Safari mobile

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 weeks agofix: Disable auto-zoom on iOS
Ferdinand Thiessen [Wed, 21 Aug 2024 00:59:14 +0000 (02:59 +0200)]
fix: Disable auto-zoom on iOS

When using iOS and focussing an input element the view should not be zoomed.
So if we set a maximum scale iOS will not auto-zoom but still allow users to zoom.
But we can not do this by default as this will disable user zoom on Chrome.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 weeks agochore: Compile assets 47370/head
Ferdinand Thiessen [Wed, 21 Aug 2024 10:50:59 +0000 (12:50 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 weeks agofix(files): Move loading icon before grid toggle
Ferdinand Thiessen [Wed, 21 Aug 2024 00:27:02 +0000 (02:27 +0200)]
fix(files): Move loading icon before grid toggle

This prevents jumping of that toggle button when the view is loading.
Also adjust the design for Nextcloud 30 (prevent jumping of breadcrumbs when loading due to increased height).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 weeks agoMerge pull request #47380 from nextcloud/bugfix/noid/make-logo-dimension-more-save
Joas Schilling [Wed, 21 Aug 2024 10:01:44 +0000 (12:01 +0200)]
Merge pull request #47380 from nextcloud/bugfix/noid/make-logo-dimension-more-save

fix(theming): Make getImage() call save against missing non-SVG version

8 weeks agoMerge pull request #47331 from nextcloud/skalidindi53/12351/Add-blurhash-to-richobjec...
Joas Schilling [Wed, 21 Aug 2024 09:59:16 +0000 (11:59 +0200)]
Merge pull request #47331 from nextcloud/skalidindi53/12351/Add-blurhash-to-richobjectstrings

fix: adding blurhash to definitions

8 weeks agochore(deps): Update openapi-extractor to v1.0.0 47381/head
provokateurin [Mon, 19 Aug 2024 09:08:28 +0000 (11:08 +0200)]
chore(deps): Update openapi-extractor to v1.0.0

Signed-off-by: provokateurin <kate@provokateurin.de>