Skip to content

Conversation

ArtificialOwl
Copy link
Member

  • get remote details about the invite accept dialog feature
  • add details about invite accept dialog to local ocm discovery
  • link to accept dialog is configured via appconfig:
./occ config:app:set core ocm_invite_accept_dialog --value 'contacts.federated_invites.invite_accept_dialog'

if empty, feature disabled (disabled by default)

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
@ArtificialOwl ArtificialOwl force-pushed the fix/55182/ocm-invite-accept-dialog branch from 2ec31a6 to 5e66cfe Compare September 19, 2025 16:44
@ArtificialOwl ArtificialOwl added the 3. to review Waiting for reviews label Sep 19, 2025
@ArtificialOwl ArtificialOwl added this to the Nextcloud 32 milestone Sep 19, 2025
@ArtificialOwl
Copy link
Member Author

/backport to stable32

Copy link
Member

@AndyScherzinger AndyScherzinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐘

@AndyScherzinger AndyScherzinger merged commit edd8112 into master Sep 21, 2025
213 of 218 checks passed
@AndyScherzinger AndyScherzinger deleted the fix/55182/ocm-invite-accept-dialog branch September 21, 2025 12:04
Copy link

backportbot bot commented Sep 21, 2025

The backport to stable32 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32

# Create the new backport branch
git checkout -b backport/55196/stable32

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 5e66cfe5

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/55196/stable32

Error: Failed to push branch backport/55196/stable32: remote: {"auth_status":"auth_error","body":"Invalid username or token. Password authentication is not supported for Git operations."}
fatal: Authentication failed for 'https://github.com/nextcloud/server.git/'


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@AndyScherzinger
Copy link
Member

/backport to stable32

@mickenordin
Copy link
Contributor

mickenordin commented Sep 21, 2025

@ArtificialOwl how do the set this config value to /apps/contacts/ocm/invite-accept-dialog from the contacts app?

@ArtificialOwl
Copy link
Member Author

@ArtificialOwl how do the set this config value to /apps/contacts/ocm/invite-accept-dialog from the contacts app?

call IAppConfig::setValueString('core', 'ocm_invite_accept_dialog', 'contacts.federated_invites.invite_accept_dialog'); from a repair step if enabled by default, or from a controller if it is enabled by external action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants