]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 months agotest: Update test for PublicSectorBundle 44011/head
Christopher Ng [Tue, 12 Mar 2024 17:46:28 +0000 (10:46 -0700)]
test: Update test for PublicSectorBundle

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofeat: Adding PublicSectorBundle
sorbaugh [Tue, 5 Mar 2024 21:22:45 +0000 (22:22 +0100)]
feat: Adding PublicSectorBundle

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agoMerge pull request #44152 from nextcloud/release/29.0.0_beta_2
Benjamin Gaussorgues [Tue, 12 Mar 2024 17:11:08 +0000 (18:11 +0100)]
Merge pull request #44152 from nextcloud/release/29.0.0_beta_2

29.0.0 beta 2

7 months agoMerge pull request #42661 from nextcloud/feat/settings/declarative
Benjamin Gaussorgues [Tue, 12 Mar 2024 17:05:21 +0000 (18:05 +0100)]
Merge pull request #42661 from nextcloud/feat/settings/declarative

7 months agoMerge pull request #44138 from nextcloud/docs/config-sampe-php-updatedirectory
Git'Fellow [Tue, 12 Mar 2024 16:54:01 +0000 (17:54 +0100)]
Merge pull request #44138 from nextcloud/docs/config-sampe-php-updatedirectory

docs(config.sample.php): Warn that `updatedirectory` will break updates if set to a value within the installation folder

7 months agofix: add missing copyrights and strict types 42661/head
Andrey Borysenko [Tue, 12 Mar 2024 16:14:40 +0000 (18:14 +0200)]
fix: add missing copyrights and strict types

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
7 months agoMerge pull request #44117 from nextcloud/test/dav/caldav-no-calendars-subscriptions...
Christoph Wurst [Tue, 12 Mar 2024 14:02:51 +0000 (15:02 +0100)]
Merge pull request #44117 from nextcloud/test/dav/caldav-no-calendars-subscriptions-limit

test(dav): Add unit test for no calendars/subscription limit

7 months agoMerge pull request #44151 from nextcloud/fix/go-back-to-job-execute
Benjamin Gaussorgues [Tue, 12 Mar 2024 13:55:13 +0000 (14:55 +0100)]
Merge pull request #44151 from nextcloud/fix/go-back-to-job-execute

7 months agochore(assets): Recompile assets
nextcloud-command [Tue, 12 Mar 2024 12:33:58 +0000 (12:33 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofeat: Add declarative settings
jld3103 [Thu, 7 Dec 2023 15:39:16 +0000 (16:39 +0100)]
feat: Add declarative settings

Signed-off-by: jld3103 <jld3103yt@gmail.com>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
7 months agotest(dav): Add unit test for no calendars/subscription limit 44117/head
Christoph Wurst [Mon, 11 Mar 2024 09:27:33 +0000 (10:27 +0100)]
test(dav): Add unit test for no calendars/subscription limit

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 months agofix: Suppress psalm errors about deprecated execute method, we have to use it for now 44151/head
Côme Chilliet [Tue, 12 Mar 2024 10:23:35 +0000 (11:23 +0100)]
fix: Suppress psalm errors about deprecated execute method, we have to use it for now

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agobuild(hub): 29.0.0 beta 2 44152/head
Benjamin Gaussorgues [Tue, 12 Mar 2024 10:10:48 +0000 (11:10 +0100)]
build(hub): 29.0.0 beta 2

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
7 months agofix: Call execute until it is removed for Job class
Côme Chilliet [Tue, 12 Mar 2024 10:01:46 +0000 (11:01 +0100)]
fix: Call execute until it is removed for Job class

Because if an application extends execute it will change behavior
 without warning otherwise.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agoMerge pull request #44140 from nextcloud/fix/subadmin-disabled-users
Pytal [Tue, 12 Mar 2024 09:00:31 +0000 (02:00 -0700)]
Merge pull request #44140 from nextcloud/fix/subadmin-disabled-users

fix(settings): Fix always empty disabled users list for subadmins

7 months agoMerge pull request #44142 from nextcloud/automated/noid/master-update-ca-cert-bundle
Joas Schilling [Tue, 12 Mar 2024 07:05:10 +0000 (08:05 +0100)]
Merge pull request #44142 from nextcloud/automated/noid/master-update-ca-cert-bundle

[master] fix(security): Update CA certificate bundle

7 months agofix(security): Update CA certificate bundle 44142/head
nextcloud-command [Tue, 12 Mar 2024 02:11:07 +0000 (02:11 +0000)]
fix(security): Update CA certificate bundle

Signed-off-by: GitHub <noreply@github.com>
7 months agofix(settings): Fix always empty disabled users list for subadmins 44140/head
Christopher Ng [Tue, 12 Mar 2024 00:21:46 +0000 (17:21 -0700)]
fix(settings): Fix always empty disabled users list for subadmins

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 12 Mar 2024 00:20:21 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agodocs(config.sample.php): 44138/head
Josh [Mon, 11 Mar 2024 23:22:20 +0000 (19:22 -0400)]
docs(config.sample.php):

When setting a custom `updatedirectory` it's important that it not be located within the Server installation folder structure.

Partially addresses nextcloud/updater#463

Signed-off-by: Josh <josh.t.richards@gmail.com>
7 months agoMerge pull request #44049 from nextcloud/feat/show-name-of-user-in-versions
Eduardo Morales [Mon, 11 Mar 2024 21:17:18 +0000 (16:17 -0500)]
Merge pull request #44049 from nextcloud/feat/show-name-of-user-in-versions

feat: show the id of last author in versions metadata

7 months agochore(assets): compile assets 44049/head
Eduardo Morales [Mon, 11 Mar 2024 20:58:43 +0000 (15:58 -0500)]
chore(assets): compile assets

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agochore(assets): build autoloader
Eduardo Morales [Mon, 11 Mar 2024 18:10:11 +0000 (13:10 -0500)]
chore(assets): build autoloader

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofix: fixed stylistic errors
Eduardo Morales [Mon, 11 Mar 2024 15:33:08 +0000 (10:33 -0500)]
fix: fixed stylistic errors

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofix(files_version): deprecated INameableVersion
Eduardo Morales [Mon, 11 Mar 2024 13:11:53 +0000 (08:11 -0500)]
fix(files_version): deprecated INameableVersion

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofeat: exposed metadata column to frontend
Eduardo Morales [Sat, 9 Mar 2024 17:05:25 +0000 (11:05 -0600)]
feat: exposed metadata column to frontend

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofeat: added backend metadata interface, allows JSON storage
Eduardo Morales [Sat, 9 Mar 2024 17:04:44 +0000 (11:04 -0600)]
feat: added backend metadata interface, allows JSON storage

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofeat: added metadata event listener
Eduardo Morales [Sat, 9 Mar 2024 16:55:22 +0000 (10:55 -0600)]
feat: added metadata event listener

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agoMerge pull request #39990 from nextcloud/recursive-share
Arthur Schiwon [Mon, 11 Mar 2024 18:30:50 +0000 (19:30 +0100)]
Merge pull request #39990 from nextcloud/recursive-share

add some recrusive detection/prevention

7 months agoMerge pull request #44134 from nextcloud/deps/bump-@nextcloud/vue-from-8.9.1-to-8...
Grigorii K. Shartsev [Mon, 11 Mar 2024 18:08:52 +0000 (23:08 +0500)]
Merge pull request #44134 from nextcloud/deps/bump-@nextcloud/vue-from-8.9.1-to-8.10.0

chore(deps): bump `@nextcloud/vue` from 8.9.1 to 8.10.0

7 months agochore(assets): Recompile assets 44134/head
Grigorii K. Shartsev [Mon, 11 Mar 2024 16:43:13 +0000 (17:43 +0100)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
7 months agochore(deps): bump @nextcloud/vue from 8.9.1 to 8.10.0
Grigorii K. Shartsev [Mon, 11 Mar 2024 16:41:42 +0000 (17:41 +0100)]
chore(deps): bump @nextcloud/vue from 8.9.1 to 8.10.0

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
7 months agoMerge pull request #44076 from nextcloud/fix/file-widget-viewer
Julius Härtl [Mon, 11 Mar 2024 17:07:14 +0000 (18:07 +0100)]
Merge pull request #44076 from nextcloud/fix/file-widget-viewer

Use viewer to open files still on the simple widget

7 months agoMerge pull request #43907 from nextcloud/enh/noid/switching-to-lazy-config-2
Maxence Lange [Mon, 11 Mar 2024 16:15:45 +0000 (15:15 -0100)]
Merge pull request #43907 from nextcloud/enh/noid/switching-to-lazy-config-2

feat(appconfig): storing integrity check result as a lazy config value

7 months agochore: Bump bundles 44076/head
Julius Härtl [Fri, 8 Mar 2024 08:16:00 +0000 (09:16 +0100)]
chore: Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agofix: Open viewer on simple file widget
Julius Härtl [Fri, 8 Mar 2024 08:13:27 +0000 (09:13 +0100)]
fix: Open viewer on simple file widget

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agoMerge pull request #44119 from nextcloud/enh/noid/inverted-favicons
Ferdinand Thiessen [Mon, 11 Mar 2024 15:30:55 +0000 (16:30 +0100)]
Merge pull request #44119 from nextcloud/enh/noid/inverted-favicons

fix(theming): fix incorrectly inverted favicons

7 months agoMerge pull request #44092 from nextcloud/feat/refactor-app-account-management
Ferdinand Thiessen [Mon, 11 Mar 2024 15:21:43 +0000 (16:21 +0100)]
Merge pull request #44092 from nextcloud/feat/refactor-app-account-management

feat: Refactor app & account management UI code

7 months agochore: Compile assets 44092/head
Ferdinand Thiessen [Mon, 11 Mar 2024 12:49:35 +0000 (13:49 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(settings): Save account management settings in local storage
Ferdinand Thiessen [Mon, 11 Mar 2024 13:48:08 +0000 (14:48 +0100)]
fix(settings): Save account management settings in local storage

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(settings): Always open the details tab for selected app
Ferdinand Thiessen [Fri, 8 Mar 2024 17:51:28 +0000 (18:51 +0100)]
fix(settings): Always open the details tab for selected app

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat(settings): Split account management into navigation and content
Ferdinand Thiessen [Fri, 8 Mar 2024 14:04:16 +0000 (15:04 +0100)]
feat(settings): Split account management into navigation and content

The should ease the maintenance of it due to reduced complexity.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat(settings): Split account management and app store views into chunks
Ferdinand Thiessen [Thu, 22 Feb 2024 15:45:42 +0000 (16:45 +0100)]
feat(settings): Split account management and app store views into chunks

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat(settings): Refactor appstore to use Pinia
Ferdinand Thiessen [Thu, 22 Feb 2024 15:46:02 +0000 (16:46 +0100)]
feat(settings): Refactor appstore to use Pinia

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat: Add composable to fetch app icon as SVG for inline use
Ferdinand Thiessen [Thu, 22 Feb 2024 15:45:07 +0000 (16:45 +0100)]
feat: Add composable to fetch app icon as SVG for inline use

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat: Make appstore sidebar tabs standalone components
Ferdinand Thiessen [Thu, 22 Feb 2024 15:43:45 +0000 (16:43 +0100)]
feat: Make appstore sidebar tabs standalone components

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix: Get rid of PrefixMixin
Ferdinand Thiessen [Thu, 22 Feb 2024 15:43:25 +0000 (16:43 +0100)]
fix: Get rid of PrefixMixin

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat(settings): Split appstore code into better maintainable pieces
Ferdinand Thiessen [Tue, 20 Feb 2024 12:11:04 +0000 (13:11 +0100)]
feat(settings): Split appstore code into better maintainable pieces

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat(settings): Refactor routing code to use named router views
Ferdinand Thiessen [Tue, 20 Feb 2024 12:08:45 +0000 (13:08 +0100)]
feat(settings): Refactor routing code to use named router views

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #42707 from nextcloud/enh/noid/store-file-etag-at-metadata-creation
Maxence Lange [Mon, 11 Mar 2024 13:46:29 +0000 (12:46 -0100)]
Merge pull request #42707 from nextcloud/enh/noid/store-file-etag-at-metadata-creation

enh(metadata): store current file etag

7 months agoMerge pull request #42628 from nextcloud/fix/42627/deprecated-file-metadata-enabled
Maxence Lange [Mon, 11 Mar 2024 12:00:11 +0000 (11:00 -0100)]
Merge pull request #42628 from nextcloud/fix/42627/deprecated-file-metadata-enabled

deprecated sysconfig 'enable_file_metadata'

7 months agofeat(appconfig): repair step to migrate lazy config values 43907/head
Maxence Lange [Thu, 29 Feb 2024 13:43:08 +0000 (12:43 -0100)]
feat(appconfig): repair step to migrate lazy config values

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
f

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
7 months agofeat(appconfig): switching integrity check to lazy config values
Maxence Lange [Wed, 31 Jan 2024 11:06:52 +0000 (10:06 -0100)]
feat(appconfig): switching integrity check to lazy config values

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
7 months agofix(config): deprecated enable_file_metadata 42628/head
Maxence Lange [Mon, 8 Jan 2024 13:43:27 +0000 (12:43 -0100)]
fix(config): deprecated enable_file_metadata

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
7 months agofix(theming): fix incorrectly inverted favicons 44119/head
Simon L [Mon, 11 Mar 2024 09:53:04 +0000 (10:53 +0100)]
fix(theming): fix incorrectly inverted favicons

Signed-off-by: Simon L <szaimen@e.mail.de>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 11 Mar 2024 00:34:00 +0000 (00:34 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #43946 from nextcloud/feat/315/login-behavior-and-text-update
Eduardo Morales [Sun, 10 Mar 2024 16:56:45 +0000 (11:56 -0500)]
Merge pull request #43946 from nextcloud/feat/315/login-behavior-and-text-update

fix: changed login-page to reflect correct LDAP settings

7 months agochore(assets): compile assets 43946/head
Eduardo Morales [Sun, 10 Mar 2024 16:38:19 +0000 (11:38 -0500)]
chore(assets): compile assets

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agochore: update logincontroller tests
Eduardo Morales [Thu, 7 Mar 2024 13:27:43 +0000 (07:27 -0600)]
chore: update logincontroller tests

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofix: login page now correctly shows email LDAP settings
Eduardo Morales [Mon, 4 Mar 2024 15:34:44 +0000 (09:34 -0600)]
fix: login page now correctly shows email LDAP settings

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofeat: added login's initial possible email-states
Eduardo Morales [Fri, 1 Mar 2024 20:26:21 +0000 (14:26 -0600)]
feat: added login's initial possible email-states

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 10 Mar 2024 00:19:33 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #43589 from nextcloud/feat/reminder-status
Pytal [Sat, 9 Mar 2024 08:21:09 +0000 (00:21 -0800)]
Merge pull request #43589 from nextcloud/feat/reminder-status

feat(files_reminders): Add reminder status indicator

7 months agoMerge pull request #44103 from nextcloud/dependabot/npm_and_yarn/types/dockerode...
dependabot[bot] [Sat, 9 Mar 2024 04:28:31 +0000 (04:28 +0000)]
Merge pull request #44103 from nextcloud/dependabot/npm_and_yarn/types/dockerode-3.3.26

7 months agochore(deps-dev): bump @types/dockerode from 3.3.24 to 3.3.26 44103/head
dependabot[bot] [Sat, 9 Mar 2024 02:29:44 +0000 (02:29 +0000)]
chore(deps-dev): bump @types/dockerode from 3.3.24 to 3.3.26

Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.24 to 3.3.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

---
updated-dependencies:
- dependency-name: "@types/dockerode"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agoMerge pull request #44091 from nextcloud/automated/noid/master-fix-npm-audit
Maxence Lange [Sat, 9 Mar 2024 01:34:49 +0000 (00:34 -0100)]
Merge pull request #44091 from nextcloud/automated/noid/master-fix-npm-audit

[master] Fix npm audit

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 9 Mar 2024 00:46:30 +0000 (00:46 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agochore(deps): fix npm audit 44091/head
nextcloud-command [Fri, 8 Mar 2024 15:42:46 +0000 (15:42 +0000)]
chore(deps): fix npm audit

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agoMerge pull request #44073 from nextcloud/fix/provide-correct-icon
Joas Schilling [Fri, 8 Mar 2024 16:07:06 +0000 (17:07 +0100)]
Merge pull request #44073 from nextcloud/fix/provide-correct-icon

fix(AppManager): Allow to query dark **or** bright icon

7 months agoMerge pull request #43425 from nextcloud/enh/noid/no-insert-statement-if-we-know...
Maxence Lange [Fri, 8 Mar 2024 14:58:39 +0000 (13:58 -0100)]
Merge pull request #43425 from nextcloud/enh/noid/no-insert-statement-if-we-know-it-exists

enh(appconfig): only try to insert new value if in doubt

7 months agoMerge pull request #42170 from nextcloud/fix/noid/copy-live-photos
Maxence Lange [Fri, 8 Mar 2024 14:51:17 +0000 (13:51 -0100)]
Merge pull request #42170 from nextcloud/fix/noid/copy-live-photos

handle copy of live photos

7 months agofeat(files): copy live photos 42170/head
Maxence Lange [Fri, 8 Mar 2024 14:08:57 +0000 (13:08 -0100)]
feat(files): copy live photos

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
7 months agoMerge pull request #43778 from nextcloud/fix/edge-csp
Julius Härtl [Fri, 8 Mar 2024 13:51:53 +0000 (14:51 +0100)]
Merge pull request #43778 from nextcloud/fix/edge-csp

Fix CSP for script-src with nonce on edge

7 months agoMerge pull request #44083 from nextcloud/revert-44066-pulsejet/ver-nc
Louis [Fri, 8 Mar 2024 13:22:44 +0000 (13:22 +0000)]
Merge pull request #44083 from nextcloud/revert-44066-pulsejet/ver-nc

Revert "files_versions: add missing null check"

7 months agotest: improve notify tests for smb 39990/head
Robin Appelman [Fri, 21 Jan 2022 13:09:45 +0000 (14:09 +0100)]
test: improve notify tests for smb

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agofix: add some recrusive detection/prevention
Robin Appelman [Mon, 21 Aug 2023 17:45:03 +0000 (19:45 +0200)]
fix: add some recrusive detection/prevention

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agofix(appconfig): no insert statement if data already exist 43425/head
Maxence Lange [Mon, 12 Feb 2024 19:33:44 +0000 (18:33 -0100)]
fix(appconfig): no insert statement if data already exist

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
7 months agochore: compile assets 43589/head
Christopher Ng [Fri, 8 Mar 2024 11:53:09 +0000 (03:53 -0800)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofix(files_reminders): Fix translations
Christopher Ng [Thu, 15 Feb 2024 01:05:38 +0000 (17:05 -0800)]
fix(files_reminders): Fix translations

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agochore(files_reminders): Drop moment in favour of native js Date API
Christopher Ng [Fri, 16 Feb 2024 02:44:21 +0000 (18:44 -0800)]
chore(files_reminders): Drop moment in favour of native js Date API

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofix(files_reminders): Add year to date string if not in the same year
Christopher Ng [Thu, 15 Feb 2024 01:05:38 +0000 (17:05 -0800)]
fix(files_reminders): Add year to date string if not in the same year

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofeat(files_reminders): Add reminder status indicator
Christopher Ng [Thu, 15 Feb 2024 01:05:38 +0000 (17:05 -0800)]
feat(files_reminders): Add reminder status indicator

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agochore(files_reminders): Register dav plugin directly
Christopher Ng [Thu, 15 Feb 2024 01:05:38 +0000 (17:05 -0800)]
chore(files_reminders): Register dav plugin directly

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofix(files): Close submenu actions after click like top-level actions
Christopher Ng [Thu, 15 Feb 2024 01:05:38 +0000 (17:05 -0800)]
fix(files): Close submenu actions after click like top-level actions

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agoMerge pull request #44064 from nextcloud/deprecate-getNumberOfUnreadCommentsForFolder
Robin Appelman [Fri, 8 Mar 2024 11:28:58 +0000 (12:28 +0100)]
Merge pull request #44064 from nextcloud/deprecate-getNumberOfUnreadCommentsForFolder

refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's …

7 months agoMerge pull request #44082 from nextcloud/fix/setup-checks
Ferdinand Thiessen [Fri, 8 Mar 2024 11:18:31 +0000 (12:18 +0100)]
Merge pull request #44082 from nextcloud/fix/setup-checks

fix(settings): Adjust order of parameters for `runRequest`

7 months agofix: Allow nonce in csp header also if no other reasons are given 43778/head
Julius Härtl [Fri, 23 Feb 2024 09:53:12 +0000 (10:53 +0100)]
fix: Allow nonce in csp header also if no other reasons are given

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agofix: Add edge as supported user agent for CSPv3 nonces
Julius Härtl [Fri, 23 Feb 2024 09:52:31 +0000 (10:52 +0100)]
fix: Add edge as supported user agent for CSPv3 nonces

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agofix: Adjust user agent pattern for Edge
Julius Härtl [Fri, 23 Feb 2024 09:52:04 +0000 (10:52 +0100)]
fix: Adjust user agent pattern for Edge

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agoMerge pull request #43983 from nextcloud/fix/s3-upload-shared-lock
Robin Appelman [Fri, 8 Mar 2024 10:51:39 +0000 (11:51 +0100)]
Merge pull request #43983 from nextcloud/fix/s3-upload-shared-lock

Use the proper path to check if a file needs to be copied/moved to the actual target storage

7 months agoRevert "files_versions: add missing null check" 44083/head
Louis [Fri, 8 Mar 2024 10:33:30 +0000 (10:33 +0000)]
Revert "files_versions: add missing null check"

7 months agofix(settings): Adjust order of parameters for `runRequest` 44082/head
Ferdinand Thiessen [Fri, 8 Mar 2024 10:21:51 +0000 (11:21 +0100)]
fix(settings): Adjust order of parameters for `runRequest`

Fixing invalid request to host `HEAD`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix: Use proper path when trying to check if a file needs to get copied 43983/head
Julius Härtl [Mon, 4 Mar 2024 19:22:45 +0000 (20:22 +0100)]
fix: Use proper path when trying to check if a file needs to get copied

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agofix(AppManager): Allow to query dark **or** bright icon 44073/head
Ferdinand Thiessen [Fri, 8 Mar 2024 00:05:24 +0000 (01:05 +0100)]
fix(AppManager): Allow to query dark **or** bright icon

The navigation needs the bright icon, while the notifications and activity need a dark icon.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #43992 from nextcloud/fix/avoid-cache-clear
John Molakvoæ [Fri, 8 Mar 2024 08:37:36 +0000 (09:37 +0100)]
Merge pull request #43992 from nextcloud/fix/avoid-cache-clear

fix: Avoid clear cache with prefix

7 months agofix: Avoid clear cache with prefix 43992/head
Julius Härtl [Mon, 4 Mar 2024 11:29:55 +0000 (12:29 +0100)]
fix: Avoid clear cache with prefix

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agoMerge pull request #44074 from nextcloud/fix/updatenotification-test
Joas Schilling [Fri, 8 Mar 2024 08:01:44 +0000 (09:01 +0100)]
Merge pull request #44074 from nextcloud/fix/updatenotification-test

fix(updatenotification): Adjust tests for changed IAppConfig

7 months agofix(updatenotification): Adjust tests for changed IAppConfig 44074/head
Ferdinand Thiessen [Fri, 8 Mar 2024 00:35:04 +0000 (01:35 +0100)]
fix(updatenotification): Adjust tests for changed IAppConfig

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 8 Mar 2024 00:19:17 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44062 from nextcloud/fix/preview-cancel
John Molakvoæ [Thu, 7 Mar 2024 22:37:33 +0000 (23:37 +0100)]
Merge pull request #44062 from nextcloud/fix/preview-cancel

fix(files): properly reset preview component