]>
source.dussan.org Git - nextcloud-server.git/log
Julius Härtl [Wed, 7 Feb 2024 11:51:50 +0000 (12:51 +0100)]
feat: Log large assets that are initially loaded on the frontend
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Richard Steinmetz [Tue, 25 Jun 2024 14:48:30 +0000 (16:48 +0200)]
Merge pull request #45532 from nextcloud/feat/publish-resources-room-update
feat: implement public OCP api to update resources and rooms
Joas Schilling [Tue, 25 Jun 2024 14:09:38 +0000 (16:09 +0200)]
Merge pull request #46095 from nextcloud/techdebt/44770/migrate-server-notifier-to-new-exceptions
feat(notifications): Migrate server INotifiers to new exceptions
Joas Schilling [Tue, 25 Jun 2024 14:07:52 +0000 (16:07 +0200)]
Merge pull request #46104 from nextcloud/build/depependabot
build(deps): disable dependabot for EOL 27
Arthur Schiwon [Tue, 25 Jun 2024 13:15:18 +0000 (15:15 +0200)]
build(deps): disable dependabot for EOL 27
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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>
Anna [Tue, 25 Jun 2024 09:32:12 +0000 (11:32 +0200)]
Merge pull request #46077 from nextcloud/bugfix/noid/user-status-automation
fix(userstatus): Fix user status automation in real-life scenario
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
Benjamin Gaussorgues [Tue, 25 Jun 2024 07:48:24 +0000 (09:48 +0200)]
Merge pull request #46073 from nextcloud/fix/save_global_credentials
Joas Schilling [Mon, 24 Jun 2024 14:28:43 +0000 (16:28 +0200)]
fix(userstatus): Fix user status automation in real-life scenario
Order of applying:
- Out-of-office
- Availability
- Call
- Meeting
- User status
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
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
Ferdinand Thiessen [Mon, 24 Jun 2024 22:12:56 +0000 (00:12 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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
Ferdinand Thiessen [Sat, 22 Jun 2024 14:10:31 +0000 (16:10 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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>
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
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>
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
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
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
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>
Ferdinand Thiessen [Mon, 24 Jun 2024 10:55:21 +0000 (12:55 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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>
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>
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
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
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
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>
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>
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
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
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
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>
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>
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
Ferdinand Thiessen [Fri, 21 Jun 2024 13:53:19 +0000 (15:53 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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>
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>
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>
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>
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
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>
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
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
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>
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
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>
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>
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
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>
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>
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
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`
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
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>
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>
Ferdinand Thiessen [Wed, 15 May 2024 09:25:22 +0000 (11:25 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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
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
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>
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
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>
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
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
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
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>
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>
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>
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>
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>
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>
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
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
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>
John Molakvoæ [Wed, 19 Jun 2024 15:04:42 +0000 (17:04 +0200)]
Merge pull request #45963 from nextcloud/artonge/fix/openfile
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>
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>
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>
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>
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>
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>
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>
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
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
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>
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>
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>
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>
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>
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>
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>
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>
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
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