]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 months agofix(CalDAV): set acls for DeletedCalendarObjectsCollection 42850/head
Johannes Merkel [Wed, 3 Jan 2024 14:49:53 +0000 (15:49 +0100)]
fix(CalDAV): set acls for DeletedCalendarObjectsCollection

Signed-off-by: Johannes Merkel <mail@johannesgge.de>
9 months agoMerge pull request #42499 from nextcloud/bump-nc-vue-to-8.4.0
Julia Kirschenheuter [Tue, 2 Jan 2024 10:42:40 +0000 (11:42 +0100)]
Merge pull request #42499 from nextcloud/bump-nc-vue-to-8.4.0

Update Nc Vue to 8.4.0

9 months agoUpdate Nc Vue to 8.4.0 42499/head
julia.kirschenheuter [Wed, 27 Dec 2023 13:54:45 +0000 (14:54 +0100)]
Update Nc Vue to 8.4.0

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 2 Jan 2024 00:19:09 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoMerge pull request #42538 from nextcloud/fix/log-rotate-log-level
Git'Fellow [Mon, 1 Jan 2024 09:14:32 +0000 (10:14 +0100)]
Merge pull request #42538 from nextcloud/fix/log-rotate-log-level

Fix log rotation notification level (warning->info)

9 months agoFix log rotation notification level (warning->info) 42538/head
Josh Richards [Sun, 31 Dec 2023 17:00:47 +0000 (12:00 -0500)]
Fix log rotation notification level (warning->info)

Fixes #42537

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 1 Jan 2024 00:20:01 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 31 Dec 2023 00:20:16 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 30 Dec 2023 00:22:10 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoMerge pull request #42427 from nextcloud/fix/issue-42418
John Molakvoæ [Fri, 29 Dec 2023 13:40:34 +0000 (14:40 +0100)]
Merge pull request #42427 from nextcloud/fix/issue-42418

9 months agoMerge pull request #26540 from nextcloud/bugfix/noid/sqlite-datetime
Julius Härtl [Fri, 29 Dec 2023 10:52:32 +0000 (11:52 +0100)]
Merge pull request #26540 from nextcloud/bugfix/noid/sqlite-datetime

Cast datetime columns in sqlite before comparing

9 months agoMerge pull request #41914 from nextcloud/s3-copy-size-limit
Julius Härtl [Fri, 29 Dec 2023 10:28:54 +0000 (11:28 +0100)]
Merge pull request #41914 from nextcloud/s3-copy-size-limit

only do a multipart s3 copy when above the regular copy limit

9 months agotests(DB): Add test for date time comparisons in query builder 26540/head
Julius Härtl [Mon, 10 Jul 2023 17:41:46 +0000 (19:41 +0200)]
tests(DB): Add test for date time comparisons in query builder

Signed-off-by: Julius Härtl <jus@bitgrid.net>
9 months agoCast datetime columns in sqlite before comparing
Julius Härtl [Tue, 13 Apr 2021 14:57:48 +0000 (16:57 +0200)]
Cast datetime columns in sqlite before comparing

Move the logic to prepare a column to the parent ExpressionBuilder so
that it can be reused for OCI and sqlite

Signed-off-by: Julius Härtl <jus@bitgrid.net>
9 months agoMerge pull request #42479 from nextcloud/appapi-twofactor
Alexander Piskun [Fri, 29 Dec 2023 08:29:29 +0000 (11:29 +0300)]
Merge pull request #42479 from nextcloud/appapi-twofactor

AppAPI: allow to bypass Two-Factor

9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 29 Dec 2023 00:19:58 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoAppAPI: allowed to bypass Two-Factor 42479/head
Alexander Piskun [Mon, 25 Dec 2023 15:12:54 +0000 (18:12 +0300)]
AppAPI: allowed to bypass Two-Factor

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
9 months agofix(s3): Add config option to disable multipart copy for certain s3 providers 41914/head
Julius Härtl [Thu, 28 Dec 2023 14:31:08 +0000 (15:31 +0100)]
fix(s3): Add config option to disable multipart copy for certain s3 providers

Signed-off-by: Julius Härtl <jus@bitgrid.net>
9 months agoonly do a multipart s3 copy when above the regular copy limit
Robin Appelman [Wed, 29 Nov 2023 16:31:34 +0000 (17:31 +0100)]
only do a multipart s3 copy when above the regular copy limit

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agoMerge pull request #42504 from nextcloud/bugfix/setup-primary
Julius Härtl [Thu, 28 Dec 2023 11:47:48 +0000 (12:47 +0100)]
Merge pull request #42504 from nextcloud/bugfix/setup-primary

fix: Avoid using replicas during setup

9 months agofix: Avoid using replicas during setup 42504/head
Julius Härtl [Thu, 28 Dec 2023 10:45:58 +0000 (11:45 +0100)]
fix: Avoid using replicas during setup

Signed-off-by: Julius Härtl <jus@bitgrid.net>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 28 Dec 2023 00:20:20 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoMerge pull request #41998 from nextcloud/enh/read-replica
Daniel [Wed, 27 Dec 2023 20:57:30 +0000 (21:57 +0100)]
Merge pull request #41998 from nextcloud/enh/read-replica

9 months agoMerge pull request #42457 from nextcloud/bugfix/noid/ctrl-click
John Molakvoæ [Wed, 27 Dec 2023 09:57:16 +0000 (10:57 +0100)]
Merge pull request #42457 from nextcloud/bugfix/noid/ctrl-click

9 months agochore(assets): Recompile assets 42457/head
nextcloud-command [Wed, 27 Dec 2023 09:44:47 +0000 (09:44 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
9 months agofix(files): Allow Ctrl/Command click on file entries to open in a new tab
Julius Härtl [Fri, 22 Dec 2023 13:05:22 +0000 (14:05 +0100)]
fix(files): Allow Ctrl/Command click on file entries to open in a new tab

Signed-off-by: Julius Härtl <jus@bitgrid.net>
9 months agoMerge pull request #42438 from nextcloud/fix/make-high-contrast-theme-really-high...
Eduardo Morales [Wed, 27 Dec 2023 09:09:21 +0000 (03:09 -0600)]
Merge pull request #42438 from nextcloud/fix/make-high-contrast-theme-really-high-contrast

fix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrast

9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 27 Dec 2023 00:20:16 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoMerge pull request #42452 from nextcloud/feat/files-actionf-silent-error
John Molakvoæ [Tue, 26 Dec 2023 08:49:24 +0000 (09:49 +0100)]
Merge pull request #42452 from nextcloud/feat/files-actionf-silent-error

9 months agofix(files): allow silent batch actions errors 42452/head
John Molakvoæ [Fri, 22 Dec 2023 10:44:03 +0000 (11:44 +0100)]
fix(files): allow silent batch actions errors

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 26 Dec 2023 00:20:46 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 25 Dec 2023 00:20:26 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 24 Dec 2023 00:20:37 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoMerge pull request #42467 from nextcloud/dependabot/npm_and_yarn/testing-library...
dependabot[bot] [Sat, 23 Dec 2023 03:38:44 +0000 (03:38 +0000)]
Merge pull request #42467 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-6.1.5

9 months agochore(deps-dev): Bump @testing-library/jest-dom from 6.1.4 to 6.1.5 42467/head
dependabot[bot] [Sat, 23 Dec 2023 02:43:47 +0000 (02:43 +0000)]
chore(deps-dev): Bump @testing-library/jest-dom from 6.1.4 to 6.1.5

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.4 to 6.1.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.4...v6.1.5)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 23 Dec 2023 00:20:10 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agofix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrast 42438/head
Ferdinand Thiessen [Fri, 22 Dec 2023 00:18:55 +0000 (01:18 +0100)]
fix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrast

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 months agoMerge pull request #42379 from nextcloud/fix/ARIA-prop-for-NcBreadCrumb-component
Eduardo Morales [Fri, 22 Dec 2023 19:51:30 +0000 (13:51 -0600)]
Merge pull request #42379 from nextcloud/fix/ARIA-prop-for-NcBreadCrumb-component

enh(breadcrumbs): removed unnecessary aria label

9 months agoenh(breadcrumbs): removed unnecessary aria label 42379/head
Eduardo Morales [Tue, 19 Dec 2023 14:33:22 +0000 (08:33 -0600)]
enh(breadcrumbs): removed unnecessary aria label

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
9 months agoMerge pull request #42319 from nextcloud/fix/a11y/personal-info-headings
Ferdinand Thiessen [Fri, 22 Dec 2023 17:56:37 +0000 (18:56 +0100)]
Merge pull request #42319 from nextcloud/fix/a11y/personal-info-headings

fix(settings): Use heading for Profile and Profile picture sections

9 months agoMerge pull request #42442 from nextcloud/fix/app-menu-focus-visible
Julia Kirschenheuter [Fri, 22 Dec 2023 17:27:17 +0000 (18:27 +0100)]
Merge pull request #42442 from nextcloud/fix/app-menu-focus-visible

fix: Adjust focus-visible marker on appmenu

9 months agofix(settings): Use heading for Profile and Profile picture sections 42319/head
Christopher Ng [Sat, 16 Dec 2023 01:16:54 +0000 (17:16 -0800)]
fix(settings): Use heading for Profile and Profile picture sections

Signed-off-by: Christopher Ng <chrng8@gmail.com>
9 months agoMerge pull request #37469 from nextcloud/lock-restore-ttl
Stephan Orbaugh [Fri, 22 Dec 2023 09:43:04 +0000 (10:43 +0100)]
Merge pull request #37469 from nextcloud/lock-restore-ttl

restore shared lock ttl to previous value when releasing

9 months agoMerge pull request #42405 from nextcloud/fix/42374/ldap-remembered-groups-format
Julius Härtl [Fri, 22 Dec 2023 08:23:26 +0000 (09:23 +0100)]
Merge pull request #42405 from nextcloud/fix/42374/ldap-remembered-groups-format

fix(LDAP): ensure stored groups are formatted as simple list

9 months agoMerge pull request #42439 from nextcloud/fix/invert-on-primary-element
John Molakvoæ [Fri, 22 Dec 2023 07:11:15 +0000 (08:11 +0100)]
Merge pull request #42439 from nextcloud/fix/invert-on-primary-element

9 months agofix: Adjust focus-visible marker on appmenu 42442/head
Ferdinand Thiessen [Fri, 22 Dec 2023 01:05:27 +0000 (02:05 +0100)]
fix: Adjust focus-visible marker on appmenu

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 months agofix(theming): Invert filter should be based on primary-element 42439/head
Ferdinand Thiessen [Fri, 22 Dec 2023 00:37:01 +0000 (01:37 +0100)]
fix(theming): Invert filter should be based on primary-element

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 22 Dec 2023 00:20:19 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoMerge pull request #42415 from nextcloud/feat/add-escape-option-to-selection-of-files...
Eduardo Morales [Thu, 21 Dec 2023 18:59:52 +0000 (12:59 -0600)]
Merge pull request #42415 from nextcloud/feat/add-escape-option-to-selection-of-files-while-focused

enh(files): added ability to escape out of all selection when focused

9 months agoMerge pull request #42292 from nextcloud/fix/a11y/unified-search-headings-the-sequel
Ferdinand Thiessen [Thu, 21 Dec 2023 18:41:14 +0000 (19:41 +0100)]
Merge pull request #42292 from nextcloud/fix/a11y/unified-search-headings-the-sequel

fix(a11y): Unified search headings the sequel

9 months agochore: compile assets 42292/head
Christopher Ng [Thu, 14 Dec 2023 23:34:30 +0000 (15:34 -0800)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
9 months agofix(a11y): Unified search headings the sequel
Christopher Ng [Thu, 14 Dec 2023 23:34:30 +0000 (15:34 -0800)]
fix(a11y): Unified search headings the sequel

Signed-off-by: Christopher Ng <chrng8@gmail.com>
9 months agoenh(files): added ability to escape out of all selection when focused 42415/head
Eduardo Morales [Thu, 21 Dec 2023 00:32:30 +0000 (18:32 -0600)]
enh(files): added ability to escape out of all selection when focused

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
9 months agofix(ViewController): Regression lead to 500 on non-existent fileIds 42427/head
Josh Richards [Thu, 21 Dec 2023 16:19:06 +0000 (11:19 -0500)]
fix(ViewController): Regression lead to 500 on non-existent fileIds

Fixes #42418

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
9 months agoMerge pull request #42424 from nextcloud/fix/background-image
Ferdinand Thiessen [Thu, 21 Dec 2023 16:17:28 +0000 (17:17 +0100)]
Merge pull request #42424 from nextcloud/fix/background-image

fix(theming): Add adjusted color versions of default background

9 months agoMerge pull request #42389 from nextcloud/bugfix/noid/reset-reserved-at-when-force...
Joas Schilling [Thu, 21 Dec 2023 15:59:26 +0000 (16:59 +0100)]
Merge pull request #42389 from nextcloud/bugfix/noid/reset-reserved-at-when-force-running

fix(cron): Reset the reserved_at when force executing from CLI

9 months agoMerge pull request #42334 from nextcloud/fix/auth-tokens-settings-ui
Eduardo Morales [Thu, 21 Dec 2023 15:48:13 +0000 (09:48 -0600)]
Merge pull request #42334 from nextcloud/fix/auth-tokens-settings-ui

enh(settings): Refactor UI for session and app token management

9 months agofix(theming): Add adjusted color versions of default background for better app-menu... 42424/head
Ferdinand Thiessen [Thu, 21 Dec 2023 15:01:34 +0000 (16:01 +0100)]
fix(theming): Add adjusted color versions of default background for better app-menu contrast

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 months agoMerge pull request #42419 from nextcloud/fix/skip-buttons-files
Ferdinand Thiessen [Thu, 21 Dec 2023 14:55:15 +0000 (15:55 +0100)]
Merge pull request #42419 from nextcloud/fix/skip-buttons-files

fix(files): Adjust ID for skip content buttons

9 months agochore: Compile assets 42334/head
Ferdinand Thiessen [Sat, 16 Dec 2023 22:41:09 +0000 (23:41 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 months agoenh(settings): Refactor frontend for session and app token management
Ferdinand Thiessen [Sat, 16 Dec 2023 22:38:17 +0000 (23:38 +0100)]
enh(settings): Refactor frontend for session and app token management

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 months agoadjust redis compareSetTTL to use a lua script 37469/head
Robin Appelman [Tue, 5 Dec 2023 15:01:46 +0000 (16:01 +0100)]
adjust redis compareSetTTL to use a lua script

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agorestore shared lock ttl when releasing
Robin Appelman [Wed, 29 Mar 2023 16:03:03 +0000 (18:03 +0200)]
restore shared lock ttl when releasing

Signed-off-by: Robin Appelman <robin@icewind.nl>
9 months agofix(files): Adjust ID for skip content buttons 42419/head
Ferdinand Thiessen [Thu, 21 Dec 2023 10:34:02 +0000 (11:34 +0100)]
fix(files): Adjust ID for skip content buttons

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 months agoMerge pull request #42422 from nextcloud/fix/cache-tests-undefined
John Molakvoæ [Thu, 21 Dec 2023 13:45:44 +0000 (14:45 +0100)]
Merge pull request #42422 from nextcloud/fix/cache-tests-undefined

9 months agofix(dav): undeclared `$cache` property 42422/head
John Molakvoæ [Thu, 21 Dec 2023 13:23:52 +0000 (14:23 +0100)]
fix(dav): undeclared `$cache` property

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
9 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 21 Dec 2023 00:20:59 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months agoMerge pull request #42381 from nextcloud/fix/h1-element-rename-for-dashboard
Eduardo Morales [Wed, 20 Dec 2023 22:30:54 +0000 (16:30 -0600)]
Merge pull request #42381 from nextcloud/fix/h1-element-rename-for-dashboard

enh(dashboard): changed h1 to say Dashboard instead of Nextcloud

9 months agoenh(dashboard): changed h1 to say Dashboard instead of Nextcloud 42381/head
Eduardo Morales [Tue, 19 Dec 2023 16:01:21 +0000 (10:01 -0600)]
enh(dashboard): changed h1 to say Dashboard instead of Nextcloud

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
9 months agoenh(dashboard): changed h1 to say Dashboard instead of Nextcloud
Eduardo Morales [Tue, 19 Dec 2023 16:01:21 +0000 (10:01 -0600)]
enh(dashboard): changed h1 to say Dashboard instead of Nextcloud

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
9 months agoMerge pull request #42406 from nextcloud/fix/dav/calendar-notification-less-than...
Anna [Wed, 20 Dec 2023 21:17:05 +0000 (22:17 +0100)]
Merge pull request #42406 from nextcloud/fix/dav/calendar-notification-less-than-minute-title

fix(dav): Hide less than minute diff in calendar notification title

9 months agofix(dav): Hide less than minute diff in calendar notification title 42406/head
jld3103 [Wed, 20 Dec 2023 17:29:57 +0000 (18:29 +0100)]
fix(dav): Hide less than minute diff in calendar notification title

Signed-off-by: jld3103 <jld3103yt@gmail.com>
10 months agoMerge pull request #42366 from nextcloud/fix/dragdrop-join
John Molakvoæ [Wed, 20 Dec 2023 16:42:11 +0000 (17:42 +0100)]
Merge pull request #42366 from nextcloud/fix/dragdrop-join

10 months agofix(LDAP): ensure stored groups are formatted as simple list 42405/head
Arthur Schiwon [Wed, 20 Dec 2023 15:56:16 +0000 (16:56 +0100)]
fix(LDAP): ensure stored groups are formatted as simple list

With array_unique it is possible that the keys are not in sequential order
but have gaps. json_encode then would store them as associative array,
which later on json_decode would result in a stdClass by default. This is
unexpected and would also contradict the return type hint.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
10 months agoMerge pull request #42401 from nextcloud/fix/app-menu-colors
Julia Kirschenheuter [Wed, 20 Dec 2023 15:03:54 +0000 (16:03 +0100)]
Merge pull request #42401 from nextcloud/fix/app-menu-colors

fix: Ensure app menu entries and dashboard welcome message have enough contrast

10 months agochore: Compile assets 42401/head
Ferdinand Thiessen [Wed, 20 Dec 2023 13:48:37 +0000 (14:48 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
10 months agofix: Adjust colors of app menu and dashboard
Ferdinand Thiessen [Wed, 20 Dec 2023 13:47:33 +0000 (14:47 +0100)]
fix: Adjust colors of app menu and dashboard

Those elements are shown directly on the background which has the `color-primary`,
so they need to use `color-primary-text` instead of `color-primary-element-text` for guranteed contrast.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
10 months agoMerge pull request #42140 from nextcloud/updateCrl
Joas Schilling [Wed, 20 Dec 2023 12:11:34 +0000 (13:11 +0100)]
Merge pull request #42140 from nextcloud/updateCrl

Update crl after revoke rides.csr

10 months agochore: compile assets 42366/head
John Molakvoæ [Wed, 20 Dec 2023 09:52:39 +0000 (10:52 +0100)]
chore: compile assets

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
10 months agofix(files): drag and drop events chain and cancel
John Molakvoæ [Wed, 20 Dec 2023 08:25:04 +0000 (09:25 +0100)]
fix(files): drag and drop events chain and cancel

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
10 months agofix(files): recursive drop path join
John Molakvoæ [Tue, 19 Dec 2023 08:46:56 +0000 (09:46 +0100)]
fix(files): recursive drop path join

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
10 months agoUpdate crl after revoke rides.csr 42140/head
Matthieu Gallien [Mon, 11 Dec 2023 08:35:05 +0000 (08:35 +0000)]
Update crl after revoke rides.csr

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
10 months agofix(cron): Reset the reserved_at when force executing from CLI 42389/head
Joas Schilling [Wed, 20 Dec 2023 09:07:41 +0000 (10:07 +0100)]
fix(cron): Reset the reserved_at when force executing from CLI

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 20 Dec 2023 00:19:18 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months agoMerge pull request #42298 from nextcloud/readOnlyFSFalse
Git'Fellow [Tue, 19 Dec 2023 20:34:16 +0000 (21:34 +0100)]
Merge pull request #42298 from nextcloud/readOnlyFSFalse

Don't write back .htaccess file on a RO filesystem

10 months agoMerge pull request #42329 from nextcloud/fix/highcontrast
Eduardo Morales [Tue, 19 Dec 2023 17:34:54 +0000 (11:34 -0600)]
Merge pull request #42329 from nextcloud/fix/highcontrast

fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrast

10 months agoMerge pull request #41088 from nextcloud/enh/text-processing-provider-with-id
Marcel Klehr [Tue, 19 Dec 2023 16:43:18 +0000 (17:43 +0100)]
Merge pull request #41088 from nextcloud/enh/text-processing-provider-with-id

enh(TextProcessing): Allow providers and task types to declare a dynamic ID instead of using className

10 months agofix(theming): Adjust `color-error` and `color-success` to work for input border colors 42329/head
Ferdinand Thiessen [Tue, 19 Dec 2023 11:09:47 +0000 (12:09 +0100)]
fix(theming): Adjust `color-error` and `color-success` to work for input border colors

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
10 months agofix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrast
Ferdinand Thiessen [Sat, 16 Dec 2023 13:04:53 +0000 (14:04 +0100)]
fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrast

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
10 months agoMerge pull request #42309 from nextcloud/enh/meeting-status-automation
Anna [Tue, 19 Dec 2023 15:40:41 +0000 (16:40 +0100)]
Merge pull request #42309 from nextcloud/enh/meeting-status-automation

fix(userstatus): set user status to 'In a meeting' if calendar is busy

10 months agoMerge branch 'master' into enh/text-processing-provider-with-id 41088/head
Marcel Klehr [Tue, 19 Dec 2023 15:14:13 +0000 (16:14 +0100)]
Merge branch 'master' into enh/text-processing-provider-with-id

10 months agoMerge pull request #41087 from nextcloud/enh/stt-provider-with-id
Marcel Klehr [Tue, 19 Dec 2023 14:29:22 +0000 (15:29 +0100)]
Merge pull request #41087 from nextcloud/enh/stt-provider-with-id

enh(SpeechToText): Allow providers to declare a dynamic ID instead of using className

10 months agoUpdate autoloaders
Marcel Klehr [Tue, 19 Dec 2023 14:01:03 +0000 (15:01 +0100)]
Update autoloaders

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
10 months agofix(userstatus): set user status to 'In a meeting' if calendar is busy 42309/head
Anna Larch [Fri, 15 Dec 2023 13:51:01 +0000 (14:51 +0100)]
fix(userstatus): set user status to 'In a meeting' if calendar is busy

Signed-off-by: Anna Larch <anna@nextcloud.com>
10 months agoMerge pull request #42349 from nextcloud/artonge/perf/dav_hidden_prop
Louis [Tue, 19 Dec 2023 13:17:23 +0000 (14:17 +0100)]
Merge pull request #42349 from nextcloud/artonge/perf/dav_hidden_prop

Use FileInfo's metadata for hidden prop

10 months agoUpdate autoloaders 41087/head
Marcel Klehr [Tue, 19 Dec 2023 12:59:30 +0000 (13:59 +0100)]
Update autoloaders

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
10 months agocs:fix
Marcel Klehr [Tue, 19 Dec 2023 12:32:15 +0000 (13:32 +0100)]
cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
10 months agoMerge pull request #42339 from nextcloud/fix/dav/allow-multiple-organizers
Richard Steinmetz [Tue, 19 Dec 2023 12:03:47 +0000 (13:03 +0100)]
Merge pull request #42339 from nextcloud/fix/dav/allow-multiple-organizers

fix(dav): allow multiple organizers if possible

10 months agoenh(SpeechToText): Allow providers to declare a dynamic ID instead of using className
Marcel Klehr [Tue, 24 Oct 2023 12:20:45 +0000 (14:20 +0200)]
enh(SpeechToText): Allow providers to declare a dynamic ID instead of using className

this allows AppAPI to register anonymous classes as SpeechToText providers

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
10 months agoMerge branch 'master' into enh/text-processing-provider-with-id
Marcel Klehr [Tue, 19 Dec 2023 11:29:03 +0000 (12:29 +0100)]
Merge branch 'master' into enh/text-processing-provider-with-id

Signed-off-by: Marcel Klehr <mklehr@gmx.net>