]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 months agofeat(notifications): Migrate server INotifiers to new exceptions 46095/head
Joas Schilling [Tue, 25 Jun 2024 09:20:48 +0000 (11:20 +0200)]
feat(notifications): Migrate server INotifiers to new exceptions

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 months agoMerge pull request #46079 from nextcloud/fix/well-known-checks
Côme Chilliet [Tue, 25 Jun 2024 08:24:01 +0000 (10:24 +0200)]
Merge pull request #46079 from nextcloud/fix/well-known-checks

fix(settings): make trailing slash for caldav/carddav redirects optional

3 months agoMerge pull request #46073 from nextcloud/fix/save_global_credentials
Benjamin Gaussorgues [Tue, 25 Jun 2024 07:48:24 +0000 (09:48 +0200)]
Merge pull request #46073 from nextcloud/fix/save_global_credentials

3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 25 Jun 2024 00:19:52 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #44931 from nextcloud/Jerome-Herbinet-better-wordings-in-new-user...
Ferdinand Thiessen [Mon, 24 Jun 2024 22:52:01 +0000 (00:52 +0200)]
Merge pull request #44931 from nextcloud/Jerome-Herbinet-better-wordings-in-new-user-modal

Better wordings in the new user modal

3 months agochore: Compile assets 44931/head
Ferdinand Thiessen [Mon, 24 Jun 2024 22:12:56 +0000 (00:12 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofix: Better wordings in the new user modal
Jérôme Herbinet [Fri, 19 Apr 2024 08:53:08 +0000 (10:53 +0200)]
fix: Better wordings in the new user modal

Co-authored-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com>
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Co-authored-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
3 months agoMerge pull request #45095 from nextcloud/feat/upload-folders
Ferdinand Thiessen [Mon, 24 Jun 2024 19:53:01 +0000 (21:53 +0200)]
Merge pull request #45095 from nextcloud/feat/upload-folders

feat(files): Allow to upload folders

3 months agochore: Compile assets 45095/head
Ferdinand Thiessen [Sat, 22 Jun 2024 14:10:31 +0000 (16:10 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofeat(files): Allow uploading directories
Ferdinand Thiessen [Sat, 22 Jun 2024 11:56:30 +0000 (13:56 +0200)]
feat(files): Allow uploading directories

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofix(settings): make trailing slash for caldav/carddav redirects optional 46079/head
MichaIng [Mon, 24 Jun 2024 15:52:22 +0000 (17:52 +0200)]
fix(settings): make trailing slash for caldav/carddav redirects optional

#43939 moved the CalDAV/CardDAV redirect checks from the frontend to a new backend API.

Since the backend does not send an authentication header, checking for the expected response code 207 of the DAV endpoint does not work anymore, hence the URL of the last redirect is checked instead.

This URL is expected to contain a trailing slash, which was not required before, since the DAV endpoint works properly without it (when authenticated).

While a trailing slash in the redirect does no harm, it causes many setups to throw an admin panel warning, while in fact the redirects work properly. Furthermore, the proposed "/.well-known/carddav" => "/remote.php/dav/" redirect leads to double slashes, when doing a request to "/.well-known/carddav/", which seems more wrong then right.

This change makes the trailing slash optional, hence old and adjusted setups won't throw the warning anymore, and the DAV endpoint works well in both cases.

Signed-off-by: MichaIng <micha@dietpi.com>
3 months agoMerge pull request #46071 from nextcloud/fix/46070/scope-error
Arthur Schiwon [Mon, 24 Jun 2024 13:21:28 +0000 (15:21 +0200)]
Merge pull request #46071 from nextcloud/fix/46070/scope-error

fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION

3 months agofix: allows admin to edit global credentials 46073/head
Benjamin Gaussorgues [Mon, 24 Jun 2024 12:49:09 +0000 (14:49 +0200)]
fix: allows admin to edit global credentials

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
3 months agoMerge pull request #45998 from nextcloud/publicdav-fs-setup
Julius Härtl [Mon, 24 Jun 2024 12:43:23 +0000 (14:43 +0200)]
Merge pull request #45998 from nextcloud/publicdav-fs-setup

perf: remove full filesystem setup for accessing public link share dav endpoints

3 months agoMerge pull request #45876 from nextcloud/fix/45715
Julius Härtl [Mon, 24 Jun 2024 12:27:19 +0000 (14:27 +0200)]
Merge pull request #45876 from nextcloud/fix/45715

fix: Avoid throwing errors for teams are unavailable

3 months agoMerge pull request #45860 from nextcloud/fix/files-handle-failed-state
Ferdinand Thiessen [Mon, 24 Jun 2024 11:56:53 +0000 (13:56 +0200)]
Merge pull request #45860 from nextcloud/fix/files-handle-failed-state

fix(files): Bring back handling of failed files

3 months agofix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION 46071/head
Arthur Schiwon [Mon, 24 Jun 2024 11:47:12 +0000 (13:47 +0200)]
fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION

The scope design requires scopes to be either not specified, or
specified explicitely. Therefore, when setting the
skip-password-validation scope for user authentication from mechanisms
like SAML, we also have to set the filesystem scope, otherwise they will
lack access to the filesystem.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 months agochore: Compile assets 45860/head
Ferdinand Thiessen [Mon, 24 Jun 2024 10:55:21 +0000 (12:55 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agorefactor(files): Fix nullish operator usage and add missing code comment
Ferdinand Thiessen [Thu, 13 Jun 2024 13:07:06 +0000 (15:07 +0200)]
refactor(files): Fix nullish operator usage and add missing code comment

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofix(files): Properly handle files in failed state
Ferdinand Thiessen [Thu, 13 Jun 2024 13:06:12 +0000 (15:06 +0200)]
fix(files): Properly handle files in failed state

When files are loaded from API the `fileid` might be set to `-1` indicating
an error on the API.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofix: Avoid throwing errors for teams are unavailable 45876/head
Julius Härtl [Fri, 14 Jun 2024 10:08:10 +0000 (12:08 +0200)]
fix: Avoid throwing errors for teams are unavailable

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 months agoMerge pull request #46041 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint...
dependabot[bot] [Mon, 24 Jun 2024 09:51:07 +0000 (09:51 +0000)]
Merge pull request #46041 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.4.1

3 months agoMerge pull request #46062 from nextcloud/ci/noid/parallel-cs-check
Joas Schilling [Mon, 24 Jun 2024 09:49:41 +0000 (11:49 +0200)]
Merge pull request #46062 from nextcloud/ci/noid/parallel-cs-check

feat(CI): Speed up cs:check with parallelism

3 months agoMerge pull request #45877 from nextcloud/fix-default-cert-bundle-path
Robin Appelman [Mon, 24 Jun 2024 09:28:19 +0000 (11:28 +0200)]
Merge pull request #45877 from nextcloud/fix-default-cert-bundle-path

fix: don't use custom certificate bundle if no customer certificates are configured

3 months agofeat(CI): Speed up cs:check with parallelism 46062/head
Joas Schilling [Mon, 24 Jun 2024 08:40:15 +0000 (10:40 +0200)]
feat(CI): Speed up cs:check with parallelism

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 months agochore(deps-dev): bump @nextcloud/eslint-config from 8.3.0 to 8.4.1 46041/head
dependabot[bot] [Sat, 22 Jun 2024 01:38:55 +0000 (01:38 +0000)]
chore(deps-dev): bump @nextcloud/eslint-config from 8.3.0 to 8.4.1

Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config) from 8.3.0 to 8.4.1.
- [Release notes](https://github.com/nextcloud-libraries/eslint-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/eslint-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0...v8.4.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agoMerge pull request #45938 from nextcloud/do-not-log-an-error-when-connecting-to-sftp...
Louis [Mon, 24 Jun 2024 08:35:16 +0000 (10:35 +0200)]
Merge pull request #45938 from nextcloud/do-not-log-an-error-when-connecting-to-sftp-without-a-logged-in-user

fix: Do not log an error when connecting to SFTP without a logged in user

3 months agoMerge pull request #46048 from nextcloud/automated/noid/master-update-psalm-baseline
Ferdinand Thiessen [Mon, 24 Jun 2024 07:58:08 +0000 (09:58 +0200)]
Merge pull request #46048 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

3 months agoMerge pull request #45973 from nextcloud/remove-chunking-v1
Julius Härtl [Mon, 24 Jun 2024 07:52:18 +0000 (09:52 +0200)]
Merge pull request #45973 from nextcloud/remove-chunking-v1

chore: remove chunking-v1

3 months agochore(tests): Update psalm baseline 46048/head
nextcloud-command [Mon, 24 Jun 2024 02:27:17 +0000 (02:27 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 24 Jun 2024 00:19:33 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #45929 from nextcloud/chore/update-nextcloud-files
Ferdinand Thiessen [Sun, 23 Jun 2024 15:19:06 +0000 (17:19 +0200)]
Merge pull request #45929 from nextcloud/chore/update-nextcloud-files

refactor(files): Update `@nextcloud/files` to v3.5.0

3 months agochore: Compile assets 45929/head
Ferdinand Thiessen [Fri, 21 Jun 2024 13:53:19 +0000 (15:53 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agorefactor: Use composable for `currentView` and `views` to make it reactive when share...
Ferdinand Thiessen [Fri, 21 Jun 2024 13:48:37 +0000 (15:48 +0200)]
refactor: Use composable for `currentView` and `views` to make it reactive when shared with other Vue apps

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofix(files_trashbin): Make files view registering an init script
Ferdinand Thiessen [Sat, 22 Jun 2024 16:02:42 +0000 (18:02 +0200)]
fix(files_trashbin): Make files view registering an init script

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agochore(deps): Update `debounce` to 2.1.0
Ferdinand Thiessen [Fri, 21 Jun 2024 13:06:25 +0000 (15:06 +0200)]
chore(deps): Update `debounce` to 2.1.0

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agorefactor(files): Update `@nextcloud/files` to v3.5.0
Ferdinand Thiessen [Mon, 17 Jun 2024 15:06:53 +0000 (17:06 +0200)]
refactor(files): Update `@nextcloud/files` to v3.5.0

* Removed now duplicated code

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 23 Jun 2024 00:19:40 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46042 from nextcloud/dependabot/composer/vendor-bin/psalm/vimeo...
dependabot[bot] [Sat, 22 Jun 2024 08:02:41 +0000 (08:02 +0000)]
Merge pull request #46042 from nextcloud/dependabot/composer/vendor-bin/psalm/vimeo/psalm-5.25.0

3 months agochore(deps): bump vimeo/psalm from 5.24.0 to 5.25.0 in /vendor-bin/psalm 46042/head
dependabot[bot] [Sat, 22 Jun 2024 02:38:58 +0000 (02:38 +0000)]
chore(deps): bump vimeo/psalm from 5.24.0 to 5.25.0 in /vendor-bin/psalm

Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.24.0 to 5.25.0.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/5.24.0...5.25.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoMerge pull request #46017 from nextcloud/get-first-node-by-id-folder
Robin Appelman [Fri, 21 Jun 2024 10:27:53 +0000 (12:27 +0200)]
Merge pull request #46017 from nextcloud/get-first-node-by-id-folder

fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById

3 months agoMerge pull request #45514 from nextcloud/bug/noid/fix-check-for-dark-avatar
Daniel [Fri, 21 Jun 2024 09:11:06 +0000 (11:11 +0200)]
Merge pull request #45514 from nextcloud/bug/noid/fix-check-for-dark-avatar

fix: use different file name for generated dark avatars

3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 21 Jun 2024 00:19:57 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #39825 from nextcloud/fix/debounce-account-properties
Ferdinand Thiessen [Thu, 20 Jun 2024 23:39:54 +0000 (01:39 +0200)]
Merge pull request #39825 from nextcloud/fix/debounce-account-properties

Increase debounce delay when saving account properties

3 months agofix: Increase debounce delay when saving account properties 39825/head
Christopher Ng [Fri, 11 Aug 2023 23:10:36 +0000 (16:10 -0700)]
fix: Increase debounce delay when saving account properties

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agofix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById 46017/head
Robin Appelman [Thu, 20 Jun 2024 15:29:19 +0000 (17:29 +0200)]
fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 months agoMerge pull request #45984 from nextcloud/artonge/fix/click_while_renaming
Louis [Thu, 20 Jun 2024 15:49:51 +0000 (17:49 +0200)]
Merge pull request #45984 from nextcloud/artonge/fix/click_while_renaming

Don't trigger action when renaming

3 months agochore(assets): Recompile assets 45984/head
nextcloud-command [Thu, 20 Jun 2024 14:41:08 +0000 (14:41 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agofix(files): Don't react to clicks when renaming
Louis Chemineau [Wed, 19 Jun 2024 14:45:24 +0000 (16:45 +0200)]
fix(files): Don't react to clicks when renaming

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agoMerge pull request #45999 from nextcloud/fix/caldav/shared-calendars-activity-umlauts
Richard Steinmetz [Thu, 20 Jun 2024 13:44:34 +0000 (15:44 +0200)]
Merge pull request #45999 from nextcloud/fix/caldav/shared-calendars-activity-umlauts

fix(caldav): encode calendar URIs with umlauts for activities

3 months agoMerge pull request #45161 from nextcloud/fix/import-axios
Ferdinand Thiessen [Thu, 20 Jun 2024 13:06:36 +0000 (15:06 +0200)]
Merge pull request #45161 from nextcloud/fix/import-axios

fix: Do not import from `axios` but only `@nextcloud/axios`

3 months agoMerge pull request #46003 from nextcloud/fix/noid/undeclared-context-write-task-type
julien-nc [Thu, 20 Jun 2024 11:56:06 +0000 (13:56 +0200)]
Merge pull request #46003 from nextcloud/fix/noid/undeclared-context-write-task-type

Add missing ContextWrite default task type in task processing manager

3 months agofix(taskprocessing): missing GenerateEmoji default task type in manager::_getTaskTypes 46003/head
Julien Veyssier [Thu, 20 Jun 2024 10:55:36 +0000 (12:55 +0200)]
fix(taskprocessing): missing GenerateEmoji default task type in manager::_getTaskTypes

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
3 months agofix(taskprocessing): missing ContextWrite default task type in manager::_getTaskTypes
Julien Veyssier [Thu, 20 Jun 2024 10:27:08 +0000 (12:27 +0200)]
fix(taskprocessing): missing ContextWrite default task type in manager::_getTaskTypes

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
3 months agochore: Compile assets 45161/head
Ferdinand Thiessen [Wed, 15 May 2024 09:25:22 +0000 (11:25 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofix: Do not import from `axios` but only `@nextcloud/axios`
Ferdinand Thiessen [Thu, 2 May 2024 20:14:17 +0000 (22:14 +0200)]
fix: Do not import from `axios` but only `@nextcloud/axios`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agoMerge pull request #45207 from nextcloud/fix/webdav-aja
Ferdinand Thiessen [Thu, 20 Jun 2024 10:28:31 +0000 (12:28 +0200)]
Merge pull request #45207 from nextcloud/fix/webdav-aja

fix(dav): Try basic auth for ajax WebDAV requests

3 months agoMerge pull request #45688 from nextcloud/artonge/fix/show_non_writable_folders
Louis [Thu, 20 Jun 2024 10:16:29 +0000 (12:16 +0200)]
Merge pull request #45688 from nextcloud/artonge/fix/show_non_writable_folders

Show non writable folders during move or copy

3 months agoperf: remove full filesystem setup for accessing public link share dav endpoints 45998/head
Robin Appelman [Thu, 20 Jun 2024 08:37:25 +0000 (10:37 +0200)]
perf: remove full filesystem setup for accessing public link share dav endpoints

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 months agoMerge pull request #45980 from nextcloud/fix/theming/update-warning
Richard Steinmetz [Thu, 20 Jun 2024 08:58:46 +0000 (10:58 +0200)]
Merge pull request #45980 from nextcloud/fix/theming/update-warning

fix(theming): properly apply warning style to update output

3 months agofix(caldav): encode calendar URIs with umlauts for activities 45999/head
Richard Steinmetz [Thu, 20 Jun 2024 08:56:27 +0000 (10:56 +0200)]
fix(caldav): encode calendar URIs with umlauts for activities

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
3 months agoMerge pull request #45958 from nextcloud/fix/renaming-file-version-when-number
Louis [Thu, 20 Jun 2024 07:14:57 +0000 (09:14 +0200)]
Merge pull request #45958 from nextcloud/fix/renaming-file-version-when-number

fix(files_versions): renaming file version when its not a string

3 months agoMerge pull request #45845 from nextcloud/fix/log-rename-to-use-internal-path
yemkareems [Thu, 20 Jun 2024 06:06:21 +0000 (11:36 +0530)]
Merge pull request #45845 from nextcloud/fix/log-rename-to-use-internal-path

fix: rename split into two as before rename and after rename

3 months agoMerge pull request #45580 from nextcloud/fix/44933/avoid-duplicate-inserts-in-systemt...
yemkareems [Thu, 20 Jun 2024 05:29:38 +0000 (10:59 +0530)]
Merge pull request #45580 from nextcloud/fix/44933/avoid-duplicate-inserts-in-systemtag-object-mapping

fix: avoid duplicate tag inserts by checking if the mapping exists already in db

3 months agofix: renameParams named as renamedNodes and code changed accordingly as suggested... 45845/head
yemkareems [Fri, 14 Jun 2024 04:44:44 +0000 (10:14 +0530)]
fix: renameParams named as renamedNodes and code changed accordingly as suggested in review comments

Signed-off-by: yemkareems <yemkareems@gmail.com>
3 months agofix: rename params old path passed from before rename to after rename to have one...
yemkareems [Thu, 13 Jun 2024 12:05:15 +0000 (17:35 +0530)]
fix: rename params old path passed from before rename to after rename to have one log for rename event

Signed-off-by: yemkareems <yemkareems@gmail.com>
3 months agofix: rename logged as beforeRename and afterRename, and in both place getInternalPath...
yemkareems [Thu, 13 Jun 2024 07:29:51 +0000 (12:59 +0530)]
fix: rename logged as beforeRename and afterRename, and in both place getInternalPath is used in place of getPath to make it consistent across the logs

Signed-off-by: yemkareems <yemkareems@gmail.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 20 Jun 2024 00:19:55 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agochore(assets): Recompile assets 45958/head
nextcloud-command [Wed, 19 Jun 2024 22:37:03 +0000 (22:37 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agofix(files_versions): renaming file version when its not a string
Sanskar Soni [Mon, 10 Jun 2024 10:17:21 +0000 (15:47 +0530)]
fix(files_versions): renaming file version when its not a string

Signed-off-by: Sanskar Soni <sanskarsoni300@gmail.com>
3 months agoMerge pull request #45972 from nextcloud/fix/noid/copyIcon
Andy Scherzinger [Wed, 19 Jun 2024 19:46:11 +0000 (21:46 +0200)]
Merge pull request #45972 from nextcloud/fix/noid/copyIcon

Update copy icon to Material Design icon and checkmark in non-bold

3 months agoMerge pull request #45968 from nextcloud/fix/dav/limit-sync-token-created-at-updates
Christoph Wurst [Wed, 19 Jun 2024 16:04:36 +0000 (18:04 +0200)]
Merge pull request #45968 from nextcloud/fix/dav/limit-sync-token-created-at-updates

fix(dav): Limit number of UPDATES for sync token created_at

3 months agofix(files): Show non writable folders during move or copy 45688/head
Louis Chemineau [Thu, 13 Jun 2024 14:08:41 +0000 (16:08 +0200)]
fix(files): Show non writable folders during move or copy

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agoMerge pull request #45963 from nextcloud/artonge/fix/openfile
John Molakvoæ [Wed, 19 Jun 2024 15:04:42 +0000 (17:04 +0200)]
Merge pull request #45963 from nextcloud/artonge/fix/openfile

3 months agochore: remove chunking-v1 45973/head
Robin Appelman [Wed, 19 Jun 2024 12:55:05 +0000 (14:55 +0200)]
chore: remove chunking-v1

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 months agochore(assets): Recompile assets 45972/head
nextcloud-command [Wed, 19 Jun 2024 13:58:18 +0000 (13:58 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agofix(theming): properly apply warning style to update output 45980/head
Richard Steinmetz [Wed, 19 Jun 2024 13:44:21 +0000 (15:44 +0200)]
fix(theming): properly apply warning style to update output

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
3 months agofix(dav): Limit number of UPDATES for sync token created_at 45968/head
Christoph Wurst [Wed, 19 Jun 2024 10:30:32 +0000 (12:30 +0200)]
fix(dav): Limit number of UPDATES for sync token created_at

Address book and calendar sync tokens have a created_at column in 26+
and we need to assign a current timestamp to the existing data at
upgrade so the data isn't cleaned up immediately. Updating the full
table is expensive and fails on clustered setups that limit transaction
size. We don't need a timestamp for the oldest rows so we can skip
updating them.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 months agochore(assets): Recompile assets 45963/head
nextcloud-command [Wed, 19 Jun 2024 09:55:38 +0000 (09:55 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agofix(files): Rename openFileInfo to fileInfo
Louis Chemineau [Wed, 19 Jun 2024 09:18:57 +0000 (11:18 +0200)]
fix(files): Rename openFileInfo to fileInfo

And check if openFile is set in the URL before opening a file.

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agostyle: update copy icon to Material Design icon
Andy Scherzinger [Wed, 19 Jun 2024 12:33:18 +0000 (14:33 +0200)]
style: update copy icon to Material Design icon

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
3 months agoMerge pull request #45969 from nextcloud/ci/phpunit-mysql/more-retries
Richard Steinmetz [Wed, 19 Jun 2024 12:57:06 +0000 (14:57 +0200)]
Merge pull request #45969 from nextcloud/ci/phpunit-mysql/more-retries

ci(phpunit-mysql): increase mysql health check retries

3 months agoMerge pull request #45960 from nextcloud/chore/noid/spdxBatch17
Andy Scherzinger [Wed, 19 Jun 2024 11:47:05 +0000 (13:47 +0200)]
Merge pull request #45960 from nextcloud/chore/noid/spdxBatch17

Add SPDX header - batch 17

3 months agofix: removed unused variable and check if tag ids are empty before starting the inserts 45580/head
yemkareems [Wed, 19 Jun 2024 06:59:44 +0000 (12:29 +0530)]
fix: removed unused variable and check if tag ids are empty before starting the inserts

Signed-off-by: yemkareems <yemkareems@gmail.com>
3 months agofix: filtering tags based on existing tags and doing a transaction around the select...
yemkareems [Thu, 30 May 2024 10:08:06 +0000 (15:38 +0530)]
fix: filtering tags based on existing tags and doing a transaction around the select and insert

Signed-off-by: yemkareems <yemkareems@gmail.com>
3 months agofix: do a select in systemtag_object_mapping to see if tag exists already in db....
yemkareems [Thu, 30 May 2024 09:09:58 +0000 (14:39 +0530)]
fix: do a select in systemtag_object_mapping to see if tag exists already in db. if it does not exist alone insert the same or else do nothing

Signed-off-by: yemkareems <yemkareems@gmail.com>
3 months agoci(phpunit-mysql): increase mysql health check retries 45969/head
Richard Steinmetz [Wed, 19 Jun 2024 10:36:16 +0000 (12:36 +0200)]
ci(phpunit-mysql): increase mysql health check retries

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
3 months agochore(assets): Recompile assets 45960/head
nextcloud-command [Wed, 19 Jun 2024 10:22:05 +0000 (10:22 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agodocs: Add REUSE compliance status badge
Andy Scherzinger [Wed, 19 Jun 2024 10:00:24 +0000 (12:00 +0200)]
docs: Add REUSE compliance status badge

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
3 months agoci: Add REUSE compliance check
Andy Scherzinger [Wed, 19 Jun 2024 09:54:47 +0000 (11:54 +0200)]
ci: Add REUSE compliance check

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
3 months agochore: Add SPDX header
Andy Scherzinger [Tue, 18 Jun 2024 14:46:56 +0000 (16:46 +0200)]
chore: Add SPDX header

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
3 months agoMerge pull request #45930 from nextcloud/repair-mimetype-expensive
Robin Appelman [Wed, 19 Jun 2024 09:09:15 +0000 (11:09 +0200)]
Merge pull request #45930 from nextcloud/repair-mimetype-expensive

fix: move repair mimetype repair step to the expensive steps

3 months agoMerge pull request #45957 from nextcloud/perf/cache-storage-stats-header
Richard Steinmetz [Wed, 19 Jun 2024 06:10:24 +0000 (08:10 +0200)]
Merge pull request #45957 from nextcloud/perf/cache-storage-stats-header

perf: Tell browsers to cache storage stats endpoint as it is cached

3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 19 Jun 2024 00:20:28 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months agoMerge pull request #45952 from nextcloud/fix/noid/spdxLicenseIdentifier
Andy Scherzinger [Tue, 18 Jun 2024 21:32:58 +0000 (23:32 +0200)]
Merge pull request #45952 from nextcloud/fix/noid/spdxLicenseIdentifier

Fix license information extracted from built assets

4 months agoperf: Tell browsers to cache storage stats endpoint as it is cached 45957/head
Julius Härtl [Tue, 18 Jun 2024 21:00:17 +0000 (23:00 +0200)]
perf: Tell browsers to cache storage stats endpoint as it is cached

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 months agoMerge pull request #45685 from nextcloud/feat/emit-users-loaded
Pytal [Tue, 18 Jun 2024 18:58:43 +0000 (11:58 -0700)]
Merge pull request #45685 from nextcloud/feat/emit-users-loaded

feat(settings): Emit loaded event for user management

4 months agochore(assets): Recompile assets 45685/head
nextcloud-command [Tue, 18 Jun 2024 18:40:31 +0000 (18:40 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months agofeat(settings): Emit loaded event for user management
Christopher Ng [Wed, 5 Jun 2024 21:52:47 +0000 (14:52 -0700)]
feat(settings): Emit loaded event for user management

Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 months agoMerge pull request #45228 from smokris/heartbeat-route
Andy Scherzinger [Tue, 18 Jun 2024 15:29:30 +0000 (17:29 +0200)]
Merge pull request #45228 from smokris/heartbeat-route

fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root