]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 weeks agofix(collaboration): Reduce timeouts to 3s for link reference connects fix/issue-34720 47948/head
Josh [Fri, 13 Sep 2024 14:41:28 +0000 (10:41 -0400)]
fix(collaboration): Reduce timeouts to 3s for link reference connects

Fixes rest of #34720

https://github.com/nextcloud/server/issues/34720#issuecomment-1286609205

Signed-off-by: Josh <josh.t.richards@gmail.com>
4 weeks agoMerge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listeners-v2
Côme Chilliet [Fri, 13 Sep 2024 14:21:44 +0000 (16:21 +0200)]
Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listeners-v2

Move admin_audit to proper event listeners v2

4 weeks agofix: Fix phpdoc wording 47865/head
Côme Chilliet [Fri, 13 Sep 2024 14:01:55 +0000 (16:01 +0200)]
fix: Fix phpdoc wording

Co-authored-by: Anna <anna@nextcloud.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
4 weeks agoMerge pull request #47883 from nextcloud/fix/setup-checks
Ferdinand Thiessen [Fri, 13 Sep 2024 11:42:41 +0000 (13:42 +0200)]
Merge pull request #47883 from nextcloud/fix/setup-checks

fix(setup-checks): Ensure URL with webroot works

4 weeks agoMerge pull request #47933 from nextcloud/bugfix/noid/throw-precondition-failure-when...
Joas Schilling [Fri, 13 Sep 2024 11:39:21 +0000 (13:39 +0200)]
Merge pull request #47933 from nextcloud/bugfix/noid/throw-precondition-failure-when-not-matching

fix(config): Throw PreconditionException always when it didn't match

4 weeks agorefactor(settings): `CheckServerResponseTrait` always expect absolute path 47883/head
Ferdinand Thiessen [Thu, 12 Sep 2024 18:44:59 +0000 (20:44 +0200)]
refactor(settings): `CheckServerResponseTrait` always expect absolute path

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix(setup-checks): Ensure URL with webroot works
Ferdinand Thiessen [Tue, 10 Sep 2024 23:14:56 +0000 (01:14 +0200)]
fix(setup-checks): Ensure URL with webroot works

We basically mock the way `URLGenerator::getAbsoluteURL` works,
so we must make sure that the URL might already contain the webroot.
Because `baseURL` and `cliURL` also contain the webroot we need to remove
the webroot from the URL first.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agoMerge pull request #47932 from nextcloud/automated/noid/master-update-psalm-baseline
github-actions[bot] [Fri, 13 Sep 2024 09:04:43 +0000 (09:04 +0000)]
Merge pull request #47932 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

4 weeks agoMerge pull request #47854 from nextcloud/validAppsFromAppStore
Git'Fellow [Fri, 13 Sep 2024 08:55:33 +0000 (10:55 +0200)]
Merge pull request #47854 from nextcloud/validAppsFromAppStore

fix(appstore): Ensure returned apps from AppStore are valid

4 weeks agofix: check if key is set 47854/head
Git'Fellow [Fri, 13 Sep 2024 07:49:09 +0000 (09:49 +0200)]
fix: check if key is set

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
4 weeks agofix(config): Throw PreconditionException always when it didn't match 47933/head
Joas Schilling [Fri, 13 Sep 2024 07:16:35 +0000 (09:16 +0200)]
fix(config): Throw PreconditionException always when it didn't match

Previously even when the precondition did not match, the call "passed"
when the after value was the expected one. This however can lead to
race conditions, duplicate code excutions and other things.

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks agochore(tests): Update psalm baseline 47932/head
nextcloud-command [Fri, 13 Sep 2024 02:32:35 +0000 (02:32 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 13 Sep 2024 00:20:46 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agoMerge pull request #47930 from nextcloud/chore/noid/bump-db-version
Andy Scherzinger [Thu, 12 Sep 2024 19:37:46 +0000 (21:37 +0200)]
Merge pull request #47930 from nextcloud/chore/noid/bump-db-version

build: bump version to run sha265 for background job arguments migration

4 weeks agochore: bump 3rdparty 47930/head
Daniel Kesselberg [Thu, 12 Sep 2024 16:17:46 +0000 (18:17 +0200)]
chore: bump 3rdparty

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 weeks agobuild: bump version to run sha265 for background job arguments migration
Daniel Kesselberg [Thu, 12 Sep 2024 15:57:39 +0000 (17:57 +0200)]
build: bump version to run sha265 for background job arguments migration

Follow-up for https://github.com/nextcloud/server/pull/47769

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 weeks agoMerge pull request #47526 from nextcloud/jtr/fix-ftp-custom-port-ui
Josh [Thu, 12 Sep 2024 13:34:47 +0000 (09:34 -0400)]
Merge pull request #47526 from nextcloud/jtr/fix-ftp-custom-port-ui

fix(files_external): Handling in FTP UI for custom ports

4 weeks agoMerge pull request #47527 from nextcloud/fix-sftp-custom-port-ui
Josh [Thu, 12 Sep 2024 13:34:32 +0000 (09:34 -0400)]
Merge pull request #47527 from nextcloud/fix-sftp-custom-port-ui

fix(files_external): Handling in SFTP UI for custom ports

4 weeks agoMerge pull request #47685 from nextcloud/fix/move-apihelper-to-oc-namespace
Côme Chilliet [Thu, 12 Sep 2024 12:34:07 +0000 (14:34 +0200)]
Merge pull request #47685 from nextcloud/fix/move-apihelper-to-oc-namespace

fix: Move OC_API into \OC\ApiHelper in standard namespace

4 weeks agoMerge pull request #47914 from nextcloud/fix/noid/ldap-range-index-check
Arthur Schiwon [Thu, 12 Sep 2024 10:53:44 +0000 (12:53 +0200)]
Merge pull request #47914 from nextcloud/fix/noid/ldap-range-index-check

fix(LDAP): check index before accessing it

4 weeks agofix(LDAP): check index before accessing it 47914/head
Arthur Schiwon [Thu, 12 Sep 2024 08:38:46 +0000 (10:38 +0200)]
fix(LDAP): check index before accessing it

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 weeks agoMerge pull request #47913 from nextcloud/fix/whiteboard-app-bundles
Julius Knorr [Thu, 12 Sep 2024 09:07:22 +0000 (11:07 +0200)]
Merge pull request #47913 from nextcloud/fix/whiteboard-app-bundles

fix: Add whiteboard to education and public sector bundle

4 weeks agofix: Add whiteboard to education and public sector bundle 47913/head
Julius Knorr [Thu, 12 Sep 2024 07:08:46 +0000 (09:08 +0200)]
fix: Add whiteboard to education and public sector bundle

Signed-off-by: Julius Knorr <jus@bitgrid.net>
4 weeks agoMerge pull request #47906 from nextcloud/chore/trashbin-retention-config-cleanup
Andy Scherzinger [Thu, 12 Sep 2024 06:51:22 +0000 (08:51 +0200)]
Merge pull request #47906 from nextcloud/chore/trashbin-retention-config-cleanup

chore: Update trashbin retention documentation with exceeded quota details

4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 12 Sep 2024 00:20:20 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agochore: Update trashbin retention documentation with exceeded quota details 47906/head
Christopher Ng [Wed, 11 Sep 2024 18:57:31 +0000 (11:57 -0700)]
chore: Update trashbin retention documentation with exceeded quota details

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 weeks agoMerge pull request #47586 from nextcloud/fix/color
Ferdinand Thiessen [Wed, 11 Sep 2024 13:10:09 +0000 (15:10 +0200)]
Merge pull request #47586 from nextcloud/fix/color

fix(theming): Add migration to restore primary color after separating primary and background

5 weeks agoMerge pull request #47891 from nextcloud/fix/make-watcher-null-safe
Kate [Wed, 11 Sep 2024 12:44:20 +0000 (14:44 +0200)]
Merge pull request #47891 from nextcloud/fix/make-watcher-null-safe

5 weeks agochore(assets): Recompile assets 47891/head
nextcloud-command [Wed, 11 Sep 2024 11:53:41 +0000 (11:53 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 weeks agofix(files): Make `openMenu` watcher null safe
Ferdinand Thiessen [Wed, 11 Sep 2024 09:51:20 +0000 (11:51 +0200)]
fix(files): Make `openMenu` watcher null safe

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agoMerge pull request #47339 from nextcloud/fix/leave-share-instead-of-delete
John Molakvoæ [Wed, 11 Sep 2024 11:42:15 +0000 (13:42 +0200)]
Merge pull request #47339 from nextcloud/fix/leave-share-instead-of-delete

fix: Display 'Leave share' instead of 'Delete'

5 weeks agofix(files_sharing): adjust permissions from custom edit and delete check methods 47339/head
skjnldsv [Thu, 22 Aug 2024 08:02:37 +0000 (10:02 +0200)]
fix(files_sharing): adjust permissions from custom edit and delete check methods

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
5 weeks agoMerge pull request #47881 from nextcloud/fix/new-group-icon
Pytal [Wed, 11 Sep 2024 09:19:39 +0000 (02:19 -0700)]
Merge pull request #47881 from nextcloud/fix/new-group-icon

fix(settings): Add back create group icon

5 weeks agofix(appstore): Ensure returned apps from AppStore are valid
Git'Fellow [Mon, 9 Sep 2024 17:50:11 +0000 (19:50 +0200)]
fix(appstore): Ensure returned apps from AppStore are valid

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: lint

chore: remove space

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: check if response array is null

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
chore: Add log

5 weeks agoMerge pull request #47884 from nextcloud/chore/blame-ignore
Daniel [Wed, 11 Sep 2024 09:05:38 +0000 (11:05 +0200)]
Merge pull request #47884 from nextcloud/chore/blame-ignore

chore: Add another coding standard commit to the git blame ignore

5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 11 Sep 2024 00:21:11 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agochore: Add another coding standard commit to the git blame ignore 47884/head
Ferdinand Thiessen [Tue, 10 Sep 2024 23:30:11 +0000 (01:30 +0200)]
chore: Add another coding standard commit to the git blame ignore

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agochore(assets): Recompile assets 47881/head
nextcloud-command [Tue, 10 Sep 2024 21:30:55 +0000 (21:30 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 weeks agofix(settings): Add back create group icon
Christopher Ng [Tue, 10 Sep 2024 21:11:51 +0000 (14:11 -0700)]
fix(settings): Add back create group icon

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 weeks agoMerge pull request #47848 from nextcloud/fix/files-context-menu
Ferdinand Thiessen [Tue, 10 Sep 2024 16:13:13 +0000 (18:13 +0200)]
Merge pull request #47848 from nextcloud/fix/files-context-menu

fix(files): Reset context menu position on close

5 weeks agofix: Adjust types of IQueryBuilder to properly allow joining with sub-query 47586/head
Ferdinand Thiessen [Mon, 9 Sep 2024 15:42:01 +0000 (17:42 +0200)]
fix: Adjust types of IQueryBuilder to properly allow joining with sub-query

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agofix: Use migration instead of repair step for restoring custom color
Ferdinand Thiessen [Mon, 2 Sep 2024 11:24:20 +0000 (13:24 +0200)]
fix: Use migration instead of repair step for restoring custom color

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agochore: Use `IAppConfig` instead of `IConfig->getAppValue`
Ferdinand Thiessen [Sun, 1 Sep 2024 11:16:49 +0000 (13:16 +0200)]
chore: Use `IAppConfig` instead of `IConfig->getAppValue`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agofix: Add repair step to restore primary color after separating primary and background
Ferdinand Thiessen [Wed, 28 Aug 2024 18:14:28 +0000 (20:14 +0200)]
fix: Add repair step to restore primary color after separating primary and background

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agofix(theming): Allow to specify a userId manually in BackgroundService
Ferdinand Thiessen [Mon, 2 Sep 2024 13:31:41 +0000 (15:31 +0200)]
fix(theming): Allow to specify a userId manually in BackgroundService

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agoMerge pull request #47662 from nextcloud/fix/notification/validate-rich-object-key...
Kate [Tue, 10 Sep 2024 15:40:46 +0000 (17:40 +0200)]
Merge pull request #47662 from nextcloud/fix/notification/validate-rich-object-key-value-types

5 weeks agoMerge pull request #47853 from nextcloud/clearify-swift-exception
Robin Appelman [Tue, 10 Sep 2024 14:45:19 +0000 (16:45 +0200)]
Merge pull request #47853 from nextcloud/clearify-swift-exception

fix: make swift connect exception message more informative

5 weeks agofix(Activity): Restrict IEvent rich object parameters type 47662/head
provokateurin [Mon, 9 Sep 2024 18:39:28 +0000 (20:39 +0200)]
fix(Activity): Restrict IEvent rich object parameters type

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agofix(SetupCheck): Restrict SetupResult rich object parameters type
provokateurin [Mon, 9 Sep 2024 18:38:34 +0000 (20:38 +0200)]
fix(SetupCheck): Restrict SetupResult rich object parameters type

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agofix(INotification): Restrict rich object parameters type
provokateurin [Sun, 1 Sep 2024 19:13:41 +0000 (21:13 +0200)]
fix(INotification): Restrict rich object parameters type

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agofix(RichObjectStrings/Validator): Validate key value types of rich object parameters
provokateurin [Sat, 31 Aug 2024 15:00:19 +0000 (17:00 +0200)]
fix(RichObjectStrings/Validator): Validate key value types of rich object parameters

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agoMerge pull request #47834 from nextcloud/retAppsManDis
John Molakvoæ [Tue, 10 Sep 2024 14:31:17 +0000 (16:31 +0200)]
Merge pull request #47834 from nextcloud/retAppsManDis

5 weeks agochore: Add descriptions for new events and fix copyright year
Côme Chilliet [Tue, 10 Sep 2024 14:20:30 +0000 (16:20 +0200)]
chore: Add descriptions for new events and fix copyright year

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 weeks agofix(appstore): disabled appstore log level bump from debug to info 47834/head
John Molakvoæ [Tue, 10 Sep 2024 14:00:56 +0000 (16:00 +0200)]
fix(appstore): disabled appstore log level bump from debug to info

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
5 weeks agofix(admin_audit): Remove now unused methods and classes
Côme Chilliet [Tue, 10 Sep 2024 12:24:55 +0000 (14:24 +0200)]
fix(admin_audit): Remove now unused methods and classes

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 weeks agochore(admin_audit): Fix License headers on new files
Côme Chilliet [Tue, 10 Sep 2024 10:25:44 +0000 (12:25 +0200)]
chore(admin_audit): Fix License headers on new files

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 weeks agofeat(admin_audit): Move admin_audit hooks to modern event listeners
Thomas Citharel [Mon, 13 Mar 2023 08:57:55 +0000 (09:57 +0100)]
feat(admin_audit): Move admin_audit hooks to modern event listeners

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 weeks agofeat(user_ldap): Introduce user id assigned typed events for LDAP usage
Carl Schwan [Mon, 13 Mar 2023 17:46:30 +0000 (18:46 +0100)]
feat(user_ldap): Introduce user id assigned typed events for LDAP usage

Based on work from https://github.com/nextcloud/server/pull/32019

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 weeks agochore: Code cleanup in lib/private/Console/Application
Thomas Citharel [Mon, 13 Mar 2023 10:05:52 +0000 (11:05 +0100)]
chore: Code cleanup in lib/private/Console/Application

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 weeks agofeat: Add mimetype into BeforePreviewFetchedEvent event
Thomas Citharel [Mon, 13 Mar 2023 08:58:31 +0000 (09:58 +0100)]
feat: Add mimetype into BeforePreviewFetchedEvent event

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 weeks agochore(assets): Recompile assets 47848/head
nextcloud-command [Tue, 10 Sep 2024 11:28:20 +0000 (11:28 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 weeks agoMerge pull request #47858 from nextcloud/fix/preview/handle-no-local-file
Richard Steinmetz [Tue, 10 Sep 2024 11:24:44 +0000 (13:24 +0200)]
Merge pull request #47858 from nextcloud/fix/preview/handle-no-local-file

fix(preview): gracefully handle file not being opened in ProviderV2

5 weeks agofix(files): Reset context menu position on close
Ferdinand Thiessen [Mon, 9 Sep 2024 13:37:01 +0000 (15:37 +0200)]
fix(files): Reset context menu position on close

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

Ensure that after a right-click the context menu position is resetted,
so that pressing the "actions"-menu button it is displayed on the correct location.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agoMerge pull request #47860 from nextcloud/fix/create-template-write-event
Marcel Klehr [Tue, 10 Sep 2024 08:04:17 +0000 (10:04 +0200)]
Merge pull request #47860 from nextcloud/fix/create-template-write-event

fix: Only write once to template instead of create/copy

5 weeks agoMerge pull request #47294 from nextcloud/fix/natural-order-tree
Pytal [Tue, 10 Sep 2024 08:00:31 +0000 (01:00 -0700)]
Merge pull request #47294 from nextcloud/fix/natural-order-tree

fix(files): Sort tree views correctly by natural order

5 weeks agofix: Only write once to template instead of create/copy 47860/head
Julius Knorr [Tue, 10 Sep 2024 07:43:42 +0000 (09:43 +0200)]
fix: Only write once to template instead of create/copy

Signed-off-by: Julius Knorr <jus@bitgrid.net>
5 weeks agofix(preview): gracefully handle file not being opened in ProviderV2 47858/head
Richard Steinmetz [Tue, 10 Sep 2024 06:49:43 +0000 (08:49 +0200)]
fix(preview): gracefully handle file not being opened in ProviderV2

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
5 weeks agoMerge pull request #47737 from nextcloud/fix/also-allow-unsharing-for-circles
Richard Steinmetz [Tue, 10 Sep 2024 05:42:17 +0000 (07:42 +0200)]
Merge pull request #47737 from nextcloud/fix/also-allow-unsharing-for-circles

fix(caldav, carddav): also allow unsharing of circle shares

5 weeks agoMerge pull request #47816 from nextcloud/automated/noid/master-update-psalm-baseline
github-actions[bot] [Tue, 10 Sep 2024 02:57:48 +0000 (02:57 +0000)]
Merge pull request #47816 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

5 weeks agochore(tests): Update psalm baseline 47816/head
nextcloud-command [Tue, 10 Sep 2024 02:35:13 +0000 (02:35 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 10 Sep 2024 00:37:30 +0000 (00:37 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agochore(assets): Recompile assets 47294/head
nextcloud-command [Mon, 9 Sep 2024 23:23:10 +0000 (23:23 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 weeks agofix(files): Render folders in natural sort order
Christopher Ng [Mon, 9 Sep 2024 23:11:43 +0000 (16:11 -0700)]
fix(files): Render folders in natural sort order
- Nodes are returned from the endpoint in an undefined order

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 weeks agofix(files): Sort tree views correctly by natural order
Christopher Ng [Mon, 9 Sep 2024 23:11:43 +0000 (16:11 -0700)]
fix(files): Sort tree views correctly by natural order

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 weeks agochore(deps): Bump `@nextcloud/files` to v3.9.0
Christopher Ng [Mon, 9 Sep 2024 23:11:43 +0000 (16:11 -0700)]
chore(deps): Bump `@nextcloud/files` to v3.9.0

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 weeks agoMerge pull request #47845 from nextcloud/feat/webhook_listeners-remove-all-from-appid
Andy Scherzinger [Mon, 9 Sep 2024 18:39:56 +0000 (20:39 +0200)]
Merge pull request #47845 from nextcloud/feat/webhook_listeners-remove-all-from-appid

Add an endpoint to remove all webhook registrations from an app

5 weeks agoMerge pull request #47523 from nextcloud/fix/theming/custom-apps-order
Kate [Mon, 9 Sep 2024 16:04:41 +0000 (18:04 +0200)]
Merge pull request #47523 from nextcloud/fix/theming/custom-apps-order

5 weeks agofix: make swift connect exception message more informative 47853/head
Robin Appelman [Mon, 9 Sep 2024 15:15:01 +0000 (17:15 +0200)]
fix: make swift connect exception message more informative

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 weeks agodocs(config): Explain how to retrieve navigation entry IDs for 'defaultapp' option 47523/head
provokateurin [Wed, 4 Sep 2024 16:03:32 +0000 (18:03 +0200)]
docs(config): Explain how to retrieve navigation entry IDs for 'defaultapp' option

Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 weeks agoMerge pull request #47841 from nextcloud/fix/files-sharing-openfile
Jonas [Mon, 9 Sep 2024 14:44:15 +0000 (16:44 +0200)]
Merge pull request #47841 from nextcloud/fix/files-sharing-openfile

fix(files_sharing): Open single-file-share by default

5 weeks agoMerge pull request #47807 from nextcloud/fix/files_sharing--password-label
Grigorii K. Shartsev [Mon, 9 Sep 2024 14:41:46 +0000 (19:41 +0500)]
Merge pull request #47807 from nextcloud/fix/files_sharing--password-label

fix(files_sharing): password checkbox and labels in link share

5 weeks agoMerge pull request #47803 from nextcloud/chore/add-migration-attribute
Ferdinand Thiessen [Mon, 9 Sep 2024 14:21:42 +0000 (16:21 +0200)]
Merge pull request #47803 from nextcloud/chore/add-migration-attribute

chore(files_sharing): Add migration attribute for `share.reminder_sent` column

5 weeks agochore(assets): Recompile assets 47841/head
nextcloud-command [Mon, 9 Sep 2024 13:13:26 +0000 (13:13 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 weeks agochore(assets): Recompile assets 47807/head
Grigorii K. Shartsev [Fri, 6 Sep 2024 14:51:31 +0000 (16:51 +0200)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
5 weeks agofix(files_sharing): add accessible labels in link share creation
Grigorii K. Shartsev [Fri, 6 Sep 2024 14:48:05 +0000 (16:48 +0200)]
fix(files_sharing): add accessible labels in link share creation

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
5 weeks agofix(files_sharing): checkbox for password in link share is not shown
Grigorii K. Shartsev [Fri, 6 Sep 2024 14:47:08 +0000 (16:47 +0200)]
fix(files_sharing): checkbox for password in link share is not shown

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
5 weeks agochore(webhook_listeners): Update openapi.json 47845/head
Côme Chilliet [Mon, 9 Sep 2024 12:50:52 +0000 (14:50 +0200)]
chore(webhook_listeners): Update openapi.json

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 weeks agofix(files_sharing): Open single-file-share by default
Ferdinand Thiessen [Mon, 9 Sep 2024 10:11:32 +0000 (12:11 +0200)]
fix(files_sharing): Open single-file-share by default

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agofeat(webhook_listeners): Add API endpoint to remove all registrations from an AppAPI app
Côme Chilliet [Mon, 9 Sep 2024 12:41:20 +0000 (14:41 +0200)]
feat(webhook_listeners): Add API endpoint to remove all registrations from an AppAPI app

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 weeks agofeat(webhook_listeners): Add mapper method to remove all registrations from a given...
Côme Chilliet [Mon, 9 Sep 2024 12:39:41 +0000 (14:39 +0200)]
feat(webhook_listeners): Add mapper method to remove all registrations from a given AppAPI id

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 weeks agoMerge pull request #47805 from nextcloud/fix/xml-exception-template
Ferdinand Thiessen [Mon, 9 Sep 2024 11:44:48 +0000 (13:44 +0200)]
Merge pull request #47805 from nextcloud/fix/xml-exception-template

fix: Replace conflicting tags in `xml_exception` template

5 weeks agofix: Replace conflicting tags in `xml_exception` template 47805/head
Ferdinand Thiessen [Fri, 6 Sep 2024 14:49:33 +0000 (16:49 +0200)]
fix: Replace conflicting tags in `xml_exception` template

The `<?xml` tag is interpreted as PHP short tags, so this causes errors.
Instead just print that part of the template.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agofix(NavigationManager): Skip invalid default navigation entries
provokateurin [Wed, 4 Sep 2024 15:48:30 +0000 (17:48 +0200)]
fix(NavigationManager): Skip invalid default navigation entries

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agofix(theming): Use NavigationManager to handle default entries
provokateurin [Tue, 27 Aug 2024 11:11:30 +0000 (13:11 +0200)]
fix(theming): Use NavigationManager to handle default entries

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agofix(TemplateLayout): Use NavigationManager to get default app name
provokateurin [Tue, 27 Aug 2024 11:14:56 +0000 (13:14 +0200)]
fix(TemplateLayout): Use NavigationManager to get default app name

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agofix(URLGenerator): Use NavigationManager to generate default page URL
provokateurin [Tue, 27 Aug 2024 11:12:21 +0000 (13:12 +0200)]
fix(URLGenerator): Use NavigationManager to generate default page URL

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agorefactor(AppManager): Deprecated default apps handling
provokateurin [Tue, 27 Aug 2024 10:14:09 +0000 (12:14 +0200)]
refactor(AppManager): Deprecated default apps handling

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agofeat(NavigationManager): Add default entries handling
provokateurin [Tue, 27 Aug 2024 10:13:04 +0000 (12:13 +0200)]
feat(NavigationManager): Add default entries handling

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agoMerge pull request #47837 from nextcloud/fix/files/dav-etag
Kate [Mon, 9 Sep 2024 09:04:08 +0000 (11:04 +0200)]
Merge pull request #47837 from nextcloud/fix/files/dav-etag

5 weeks agochore: Make parameter name more explicit 47685/head
Côme Chilliet [Mon, 9 Sep 2024 08:45:41 +0000 (10:45 +0200)]
chore: Make parameter name more explicit

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>