]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 months agofix: expect invalidateTokensOfUser only be called for seen users 37761/head
Artur Neumann [Fri, 19 May 2023 06:42:20 +0000 (12:27 +0545)]
fix: expect invalidateTokensOfUser only be called for seen users

Signed-off-by: Artur Neumann <artur@jankaritech.com>
2 months agoinvalidate oauth2 tokens only for seen users
Artur Neumann [Fri, 17 Mar 2023 08:17:35 +0000 (14:02 +0545)]
invalidate oauth2 tokens only for seen users

Signed-off-by: Artur Neumann <artur@jankaritech.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 16 Aug 2024 00:20:07 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #47258 from nextcloud/bugfix/noid/translated-predefined-user-status
Joas Schilling [Thu, 15 Aug 2024 17:17:35 +0000 (19:17 +0200)]
Merge pull request #47258 from nextcloud/bugfix/noid/translated-predefined-user-status

Don't save translated predefined user status as custom status

2 months agoMerge pull request #47252 from nextcloud/bugfix/noid/dont-crash-when-creating-folder
Joas Schilling [Thu, 15 Aug 2024 13:33:49 +0000 (15:33 +0200)]
Merge pull request #47252 from nextcloud/bugfix/noid/dont-crash-when-creating-folder

fix(adminaudit): Don't crash when creating folder

2 months agochore(assets): Recompile assets 47258/head
Joas Schilling [Thu, 15 Aug 2024 12:41:08 +0000 (14:41 +0200)]
chore(assets): Recompile assets

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agofix(userstatus): Don't set predefined user status as custom when changing "Clear at"
Joas Schilling [Thu, 15 Aug 2024 12:39:56 +0000 (14:39 +0200)]
fix(userstatus): Don't set predefined user status as custom when changing "Clear at"

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agoMerge pull request #47253 from nextcloud/feat/webauthn-uv
Joas Schilling [Thu, 15 Aug 2024 09:50:00 +0000 (11:50 +0200)]
Merge pull request #47253 from nextcloud/feat/webauthn-uv

feat(webauthn): Add user verification to webauthn challenges

2 months agofeat(webauthn): Add user verification to webauthn challenges 47253/head
S1m [Sun, 24 Mar 2024 11:17:10 +0000 (12:17 +0100)]
feat(webauthn): Add user verification to webauthn challenges

Require user verification if all tokens are registered
with UV flag, else discourage it

Signed-off-by: S1m <git@sgougeon.fr>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 months agofix(adminaudit): Don't crash when creating folder 47252/head
Joas Schilling [Thu, 15 Aug 2024 08:00:22 +0000 (10:00 +0200)]
fix(adminaudit): Don't crash when creating folder

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 15 Aug 2024 00:25:46 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #47240 from nextcloud/fix/webauth-credentials-length
Ferdinand Thiessen [Wed, 14 Aug 2024 22:19:55 +0000 (00:19 +0200)]
Merge pull request #47240 from nextcloud/fix/webauth-credentials-length

fix(webauthn): Increase database column for public key id

2 months agofix(webauthn): Increase database column for public key id 47240/head
Ferdinand Thiessen [Wed, 14 Aug 2024 16:07:51 +0000 (18:07 +0200)]
fix(webauthn): Increase database column for public key id

* Resolves https://github.com/nextcloud/server/issues/34476

There is no maximum length defined in the standard,
most common the length is between 128 and 200 characters,
but as we store it not in plain data but base64 encoded the length can grow about 1/3.

We had a regression with 'Nitrokey 3' which created IDs with 196 byte length -> 262 bytes encoded base64.
So to be save we increase the size to 512 bytes.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #47203 from nextcloud/fix/app-menu-hover
Ferdinand Thiessen [Wed, 14 Aug 2024 14:56:37 +0000 (16:56 +0200)]
Merge pull request #47203 from nextcloud/fix/app-menu-hover

fix(AppMenu): Prevent menu entries from jumping on hover

2 months agoMerge pull request #47225 from nextcloud/dependabot/npm_and_yarn/is-svg-5.1.0
dependabot[bot] [Wed, 14 Aug 2024 12:35:06 +0000 (12:35 +0000)]
Merge pull request #47225 from nextcloud/dependabot/npm_and_yarn/is-svg-5.1.0

2 months agochore: Compile assets 47203/head
Ferdinand Thiessen [Wed, 14 Aug 2024 10:24:31 +0000 (12:24 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix(AppMenu): Prevent menu entries from jumping on hover
Ferdinand Thiessen [Tue, 13 Aug 2024 17:30:54 +0000 (19:30 +0200)]
fix(AppMenu): Prevent menu entries from jumping on hover

Only grow and shrink app menu entry if needed

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agochore(deps): bump is-svg from 5.0.1 to 5.1.0 47225/head
dependabot[bot] [Wed, 14 Aug 2024 09:33:21 +0000 (09:33 +0000)]
chore(deps): bump is-svg from 5.0.1 to 5.1.0

Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/sindresorhus/is-svg/releases)
- [Commits](https://github.com/sindresorhus/is-svg/compare/v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: is-svg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoMerge pull request #47212 from nextcloud/chore/master-is-now-31
John Molakvoæ [Wed, 14 Aug 2024 09:29:57 +0000 (11:29 +0200)]
Merge pull request #47212 from nextcloud/chore/master-is-now-31

2 months agoMerge pull request #46809 from nextcloud/refactor/files_external/security-attributes
Kate [Wed, 14 Aug 2024 08:48:49 +0000 (10:48 +0200)]
Merge pull request #46809 from nextcloud/refactor/files_external/security-attributes

2 months agoMerge pull request #47211 from nextcloud/fix/core/limit-valid-avatar-sizes
John Molakvoæ [Wed, 14 Aug 2024 08:35:00 +0000 (10:35 +0200)]
Merge pull request #47211 from nextcloud/fix/core/limit-valid-avatar-sizes

2 months agoMerge pull request #47201 from nextcloud/fix/also-run-user-status-automation-for...
Christoph Wurst [Wed, 14 Aug 2024 08:34:42 +0000 (10:34 +0200)]
Merge pull request #47201 from nextcloud/fix/also-run-user-status-automation-for-start-and-end

fix(userstatus): run user status automation job for start and end events

2 months agoMerge pull request #46887 from nextcloud/fix/versions-catch-insertion-error
John Molakvoæ [Wed, 14 Aug 2024 08:32:45 +0000 (10:32 +0200)]
Merge pull request #46887 from nextcloud/fix/versions-catch-insertion-error

2 months agofix(3rdparty): Update 3rdparty after dependabot changes 47212/head
Joas Schilling [Wed, 14 Aug 2024 08:28:31 +0000 (10:28 +0200)]
fix(3rdparty): Update 3rdparty after dependabot changes

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agoMerge pull request #46966 from nextcloud/fix/cache-uploader-get-content-function
John Molakvoæ [Wed, 14 Aug 2024 08:18:38 +0000 (10:18 +0200)]
Merge pull request #46966 from nextcloud/fix/cache-uploader-get-content-function

2 months agochore(assets): Recompile assets
Joas Schilling [Wed, 14 Aug 2024 08:07:48 +0000 (10:07 +0200)]
chore(assets): Recompile assets

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agofeat(branchoff): Bump versions and requirements in apps
Joas Schilling [Wed, 14 Aug 2024 08:03:30 +0000 (10:03 +0200)]
feat(branchoff): Bump versions and requirements in apps

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agofeat(release)!: Bump Server version to 31
Joas Schilling [Wed, 14 Aug 2024 07:58:57 +0000 (09:58 +0200)]
feat(release)!: Bump Server version to 31

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agofix(security): Update expiration date in security.txt
Joas Schilling [Wed, 14 Aug 2024 07:58:02 +0000 (09:58 +0200)]
fix(security): Update expiration date in security.txt

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agofix(CI)!: Add stable30 to and remove stable27 from GitHub Actions
Joas Schilling [Wed, 14 Aug 2024 07:54:58 +0000 (09:54 +0200)]
fix(CI)!: Add stable30 to and remove stable27 from GitHub Actions

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agochore: compile assets 46966/head
skjnldsv [Wed, 14 Aug 2024 07:49:12 +0000 (09:49 +0200)]
chore: compile assets

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2 months agoperf(files): Cache `getContents` function used for uploader
Ferdinand Thiessen [Thu, 1 Aug 2024 19:20:07 +0000 (21:20 +0200)]
perf(files): Cache `getContents` function used for uploader

Instead of trigger a PROPFIND for every new-menu entry clicks,
or conflict handling of uploads, we can just use the cached content from the file store.
If we do not have any cache entry we fetch new, but otherwise this is not needed.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #46813 from nextcloud/refactor/files_versions/security-attributes
Kate [Wed, 14 Aug 2024 07:46:46 +0000 (09:46 +0200)]
Merge pull request #46813 from nextcloud/refactor/files_versions/security-attributes

2 months agoMerge pull request #46812 from nextcloud/refactor/files_trashbin/security-attributes
Kate [Wed, 14 Aug 2024 07:46:28 +0000 (09:46 +0200)]
Merge pull request #46812 from nextcloud/refactor/files_trashbin/security-attributes

2 months agorefactor(files_external): Replace security annotations with respective attributes 46809/head
provokateurin [Thu, 25 Jul 2024 11:14:46 +0000 (13:14 +0200)]
refactor(files_external): Replace security annotations with respective attributes

Signed-off-by: provokateurin <kate@provokateurin.de>
2 months agofix(userstatus): run user status automation job for start and end events 47201/head
Anna Larch [Tue, 13 Aug 2024 14:27:51 +0000 (16:27 +0200)]
fix(userstatus): run user status automation job for start and end events

Signed-off-by: Anna Larch <anna@nextcloud.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 months agoMerge pull request #47016 from nextcloud/refactor/cleanup-files-view
John Molakvoæ [Wed, 14 Aug 2024 07:43:27 +0000 (09:43 +0200)]
Merge pull request #47016 from nextcloud/refactor/cleanup-files-view

2 months agoMerge pull request #46806 from nextcloud/refactor/federation/security-attributes
Kate [Wed, 14 Aug 2024 07:40:41 +0000 (09:40 +0200)]
Merge pull request #46806 from nextcloud/refactor/federation/security-attributes

2 months agoMerge pull request #46814 from nextcloud/refactor/oauth2/security-attributes
Kate [Wed, 14 Aug 2024 07:38:28 +0000 (09:38 +0200)]
Merge pull request #46814 from nextcloud/refactor/oauth2/security-attributes

2 months agoMerge pull request #46816 from nextcloud/refactor/settings/security-attributes
Kate [Wed, 14 Aug 2024 07:38:08 +0000 (09:38 +0200)]
Merge pull request #46816 from nextcloud/refactor/settings/security-attributes

2 months agoMerge pull request #46821 from nextcloud/refactor/updatenotification/security-attributes
Kate [Wed, 14 Aug 2024 07:37:56 +0000 (09:37 +0200)]
Merge pull request #46821 from nextcloud/refactor/updatenotification/security-attributes

2 months agoMerge pull request #47207 from nextcloud/fix/sticky-nav-item
John Molakvoæ [Wed, 14 Aug 2024 07:34:13 +0000 (09:34 +0200)]
Merge pull request #47207 from nextcloud/fix/sticky-nav-item

2 months agochore(assets): Recompile assets 47016/head
nextcloud-command [Tue, 13 Aug 2024 17:43:07 +0000 (17:43 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agorefactor(files): Drop unneeded initial state
Ferdinand Thiessen [Sat, 3 Aug 2024 12:04:25 +0000 (14:04 +0200)]
refactor(files): Drop unneeded initial state

The initial state is no longer used, it was only used in legacy UI and in the f2v rewrite
it was only used for the `id` which can be loaded just from the URL.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix(core): Limit valid avatar sizes 47211/head
provokateurin [Wed, 14 Aug 2024 07:29:30 +0000 (09:29 +0200)]
fix(core): Limit valid avatar sizes

Signed-off-by: provokateurin <kate@provokateurin.de>
2 months agofix(files): Fix non-sticky sticky views in files nav 47207/head
Christopher Ng [Tue, 13 Aug 2024 23:00:10 +0000 (16:00 -0700)]
fix(files): Fix non-sticky sticky views in files nav

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agoMerge pull request #47209 from nextcloud/rakekniven-patch-2
John Molakvoæ [Wed, 14 Aug 2024 07:20:04 +0000 (09:20 +0200)]
Merge pull request #47209 from nextcloud/rakekniven-patch-2

2 months agochore(i18n): Improved grammar 47209/head
rakekniven [Wed, 14 Aug 2024 06:20:26 +0000 (08:20 +0200)]
chore(i18n): Improved grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agoMerge pull request #46888 from nextcloud/jtr/bfp-settings-app-default-enable
John Molakvoæ [Wed, 14 Aug 2024 07:09:47 +0000 (09:09 +0200)]
Merge pull request #46888 from nextcloud/jtr/bfp-settings-app-default-enable

2 months agoMerge pull request #46723 from nextcloud/feat/add-delta-sync-to-subscription-calendars
Richard Steinmetz [Wed, 14 Aug 2024 06:57:03 +0000 (08:57 +0200)]
Merge pull request #46723 from nextcloud/feat/add-delta-sync-to-subscription-calendars

feat(webcal): only update modified and deleted events from webcal calendars

2 months agoMerge pull request #45435 from nextcloud/feat/dav/upcoming-events-api
Christoph Wurst [Wed, 14 Aug 2024 04:54:43 +0000 (06:54 +0200)]
Merge pull request #45435 from nextcloud/feat/dav/upcoming-events-api

feat(dav): Add an API for upcoming events

2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 14 Aug 2024 00:20:23 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agofeat(dav): Add an API for upcoming events 45435/head
Christoph Wurst [Wed, 22 May 2024 07:10:24 +0000 (09:10 +0200)]
feat(dav): Add an API for upcoming events

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 months agoMerge pull request #47200 from nextcloud/fix/issue-47193
Sebastian Krupinski [Tue, 13 Aug 2024 17:25:14 +0000 (13:25 -0400)]
Merge pull request #47200 from nextcloud/fix/issue-47193

fix: test variables before returning

2 months agoMerge pull request #47202 from nextcloud/chore/nextcloud-auth-2_4
Ferdinand Thiessen [Tue, 13 Aug 2024 16:53:21 +0000 (18:53 +0200)]
Merge pull request #47202 from nextcloud/chore/nextcloud-auth-2_4

chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where possible

2 months agochore(assets): Recompile assets 47202/head
nextcloud-command [Tue, 13 Aug 2024 16:20:05 +0000 (16:20 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agochore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where possible
Ferdinand Thiessen [Tue, 13 Aug 2024 15:54:47 +0000 (17:54 +0200)]
chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where possible

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #43573 from nextcloud/HolgerHees-fix-csp-nonce-handling
Ferdinand Thiessen [Tue, 13 Aug 2024 15:53:30 +0000 (17:53 +0200)]
Merge pull request #43573 from nextcloud/HolgerHees-fix-csp-nonce-handling

Fix for ignored `CSP_NONCE` in ContentSecurity Header

2 months agoMerge pull request #45786 from nextcloud/fix/caldav/default-vjournal
Richard Steinmetz [Tue, 13 Aug 2024 15:16:40 +0000 (17:16 +0200)]
Merge pull request #45786 from nextcloud/fix/caldav/default-vjournal

fix(caldav): allow VJOURNAL if no supported component set is specified

2 months agoMerge pull request #45221 from nextcloud/feat/auth/authtoken-clean-up
Christoph Wurst [Tue, 13 Aug 2024 14:32:08 +0000 (16:32 +0200)]
Merge pull request #45221 from nextcloud/feat/auth/authtoken-clean-up

feat(auth): Clean-up unused auth tokens and wipe tokens

2 months agofix: test variables before returning 47200/head
SebastianKrupinski [Tue, 13 Aug 2024 13:54:38 +0000 (09:54 -0400)]
fix: test variables before returning

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2 months agofix(caldav): allow VJOURNAL if no supported component set is specified 45786/head
Richard Steinmetz [Tue, 11 Jun 2024 12:00:14 +0000 (14:00 +0200)]
fix(caldav): allow VJOURNAL if no supported component set is specified

This is mandated by the RFCs.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 months agoMerge pull request #47195 from nextcloud/bugfix/noid/return-correct-userid-on-fed...
Joas Schilling [Tue, 13 Aug 2024 13:15:47 +0000 (15:15 +0200)]
Merge pull request #47195 from nextcloud/bugfix/noid/return-correct-userid-on-fed-invites

fix(federation): Return the used userID to allow the inviting server …

2 months agoMerge pull request #47198 from nextcloud/fix/issue-46700
Joas Schilling [Tue, 13 Aug 2024 13:09:49 +0000 (15:09 +0200)]
Merge pull request #47198 from nextcloud/fix/issue-46700

Change label "Allow download" for better l10n

2 months agochore(assets): Recompile assets 47198/head
Joas Schilling [Mon, 12 Aug 2024 10:40:41 +0000 (12:40 +0200)]
chore(assets): Recompile assets

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agofix: Update translation string
Archisman Das [Fri, 9 Aug 2024 17:46:59 +0000 (23:16 +0530)]
fix: Update translation string

Signed-off-by: Archisman Das <archisman.officials@gmail.com>
2 months agofix(federation): Return the used userID to allow the inviting server to react to... 47195/head
Joas Schilling [Tue, 13 Aug 2024 11:19:52 +0000 (13:19 +0200)]
fix(federation): Return the used userID to allow the inviting server to react to the famous `mapUid` result

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agoMerge pull request #47189 from nextcloud/feat/noid/ship-twofactor_nextcloud_notification
Stephan Orbaugh [Tue, 13 Aug 2024 12:13:49 +0000 (14:13 +0200)]
Merge pull request #47189 from nextcloud/feat/noid/ship-twofactor_nextcloud_notification

chore: Ship twofactor_nextcloud_notification

2 months agofeat(webcal): only update modified and deleted events from webcal calendars 46723/head
Anna Larch [Wed, 24 Jul 2024 14:11:47 +0000 (16:11 +0200)]
feat(webcal): only update modified and deleted events from webcal calendars

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 months agofeat(auth): Clean-up unused auth tokens and wipe tokens 45221/head
Christoph Wurst [Tue, 7 May 2024 17:30:11 +0000 (19:30 +0200)]
feat(auth): Clean-up unused auth tokens and wipe tokens

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 months agoMerge pull request #41740 from nextcloud/Fix/duplicate-reminders
Hamza [Tue, 13 Aug 2024 10:33:10 +0000 (12:33 +0200)]
Merge pull request #41740 from nextcloud/Fix/duplicate-reminders

fix(dav): Handle duplicate event reminder

2 months agoMerge pull request #47180 from nextcloud/fix/apply-group-limit-on-remove-from-group
Côme Chilliet [Tue, 13 Aug 2024 10:20:48 +0000 (12:20 +0200)]
Merge pull request #47180 from nextcloud/fix/apply-group-limit-on-remove-from-group

Apply group limit on remove from group

2 months agoMerge pull request #47181 from nextcloud/fix/new-folder-messae
Ferdinand Thiessen [Tue, 13 Aug 2024 10:09:55 +0000 (12:09 +0200)]
Merge pull request #47181 from nextcloud/fix/new-folder-messae

fix(files): Add messages when "new folder" fails or gets cancelled

2 months agofix: handle-duplicate-reminder 41740/head
hamza221 [Fri, 24 Nov 2023 16:45:32 +0000 (17:45 +0100)]
fix: handle-duplicate-reminder

Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
2 months agoMerge pull request #47188 from nextcloud/spreed/12950/avatar-menu-icon-color
Joas Schilling [Tue, 13 Aug 2024 09:32:27 +0000 (11:32 +0200)]
Merge pull request #47188 from nextcloud/spreed/12950/avatar-menu-icon-color

fix(avatar): Fix icon-color for action-router contacts menu options

2 months agochore: Ship twofactor_nextcloud_notification 47189/head
Joas Schilling [Tue, 13 Aug 2024 09:31:03 +0000 (11:31 +0200)]
chore: Ship twofactor_nextcloud_notification

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agofix(avatar): Fix icon-color for action-router contacts menu options 47188/head
Joas Schilling [Tue, 13 Aug 2024 09:04:29 +0000 (11:04 +0200)]
fix(avatar): Fix icon-color for action-router contacts menu options

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 months agochore(assets): Recompile assets 47181/head
nextcloud-command [Tue, 13 Aug 2024 08:41:05 +0000 (08:41 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofeat: Provide CSP nonce as `<meta>` element 43573/head
Ferdinand Thiessen [Thu, 1 Aug 2024 21:06:55 +0000 (23:06 +0200)]
feat: Provide CSP nonce as `<meta>` element

This way we use the CSP nonce for dynamically loaded scripts.
Important to notice: The CSP nonce must NOT be injected in `content` as
this can lead to value exfiltration using e.g. side-channel attacts (CSS selectors).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix(files): Add messages when "new folder" fails or gets cancelled
Ferdinand Thiessen [Mon, 12 Aug 2024 14:03:10 +0000 (16:03 +0200)]
fix(files): Add messages when "new folder" fails or gets cancelled

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agotest: Adjust tests for CSP nonce
Ferdinand Thiessen [Tue, 13 Aug 2024 07:51:24 +0000 (09:51 +0200)]
test: Adjust tests for CSP nonce

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix: Make sure CSP nonce is not double base64 encoded
Ferdinand Thiessen [Thu, 1 Aug 2024 21:06:23 +0000 (23:06 +0200)]
fix: Make sure CSP nonce is not double base64 encoded

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix: Use `CSP_NONCE` env variable in ContentSecurity Header
Holger Hees [Wed, 14 Feb 2024 12:32:21 +0000 (13:32 +0100)]
fix: Use `CSP_NONCE` env variable in ContentSecurity Header

We should use 'cspNonceManager' for requesting the NONCE value, because it is doing the same as before, except that it honors a CPS_NONCE environment variable if available.

Signed-off-by: Holger Hees <holger.hees@gmail.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 13 Aug 2024 00:20:11 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #47177 from nextcloud/fix/noid/preferred-taskprocessing-providers
Julien Veyssier [Mon, 12 Aug 2024 23:31:52 +0000 (01:31 +0200)]
Merge pull request #47177 from nextcloud/fix/noid/preferred-taskprocessing-providers

[Task processing] Fix preferred providers

2 months agofeat(taskprocessing): add text2text, text2image, contextWrite, transcribe and transla... 47177/head
Julien Veyssier [Mon, 12 Aug 2024 15:39:54 +0000 (17:39 +0200)]
feat(taskprocessing): add text2text, text2image, contextWrite, transcribe and translate providers in the testing app

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agochore(tests): Fix import in cypress test limit_to_same_group.cy.ts 47180/head
Côme Chilliet [Mon, 12 Aug 2024 14:09:42 +0000 (16:09 +0200)]
chore(tests): Fix import in cypress test limit_to_same_group.cy.ts

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 months agochore(tests): Fix SPDX license header on new cypress test
Côme Chilliet [Mon, 12 Aug 2024 13:21:38 +0000 (15:21 +0200)]
chore(tests): Fix SPDX license header on new cypress test

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 months agofix(tests): Adapt tests to change of DefaultShareProvider constructor
Côme Chilliet [Mon, 12 Aug 2024 13:15:58 +0000 (15:15 +0200)]
fix(tests): Adapt tests to change of DefaultShareProvider constructor

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 months agofix: Remove shares only if there are no more common groups between users
Côme Chilliet [Thu, 13 Jun 2024 15:05:29 +0000 (17:05 +0200)]
fix: Remove shares only if there are no more common groups between users

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 months agochore(tests): Test limiting sharing to same group
Louis Chemineau [Wed, 22 May 2024 09:59:10 +0000 (11:59 +0200)]
chore(tests): Test limiting sharing to same group

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 months agofix(files_sharing): Delete user shares if needed when user is removed from a group
Louis Chemineau [Wed, 22 May 2024 09:55:47 +0000 (11:55 +0200)]
fix(files_sharing): Delete user shares if needed when user is removed from a group

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 months agofix(taskprocessing): select preferred provider when running sync task, fix task type...
Julien Veyssier [Mon, 12 Aug 2024 11:11:41 +0000 (13:11 +0200)]
fix(taskprocessing): select preferred provider when running sync task, fix task type values according to preferred provider

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agoMerge pull request #46987 from nextcloud/fix/dav-public
Ferdinand Thiessen [Mon, 12 Aug 2024 10:06:15 +0000 (12:06 +0200)]
Merge pull request #46987 from nextcloud/fix/dav-public

fix(dav): Ensure share properties are also set on public remote endpoint

2 months agofeat: Make `ISharedStorage` public API and reuse where possible 46987/head
Ferdinand Thiessen [Mon, 5 Aug 2024 15:51:45 +0000 (17:51 +0200)]
feat: Make `ISharedStorage` public API and reuse where possible

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix(dav): Ensure share properties are also set on public remote endpoint
Ferdinand Thiessen [Fri, 2 Aug 2024 12:30:52 +0000 (14:30 +0200)]
fix(dav): Ensure share properties are also set on public remote endpoint

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 12 Aug 2024 00:19:52 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 11 Aug 2024 00:19:57 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #47157 from nextcloud/perf/prevent-extra-requests
Pytal [Sat, 10 Aug 2024 12:59:44 +0000 (05:59 -0700)]
Merge pull request #47157 from nextcloud/perf/prevent-extra-requests

perf(files): Prevent extraneous requests when tree children are loading

2 months agoMerge pull request #47153 from nextcloud/trashbin-fix-folder-extract
Ferdinand Thiessen [Sat, 10 Aug 2024 12:48:14 +0000 (14:48 +0200)]
Merge pull request #47153 from nextcloud/trashbin-fix-folder-extract

fix: fix getting the folder node from the dav response