Skip to content

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Sep 21, 2025

Backport of PR #55196

@backportbot backportbot bot requested a review from a team as a code owner September 21, 2025 12:05
@backportbot backportbot bot requested review from AndyScherzinger, provokateurin, icewind1991, salmart-dev, come-nc and ArtificialOwl and removed request for a team September 21, 2025 12:05
@backportbot backportbot bot added the 3. to review Waiting for reviews label Sep 21, 2025
@backportbot backportbot bot added this to the Nextcloud 32 milestone Sep 21, 2025
@AndyScherzinger
Copy link
Member

@ArtificialOwl merge as is?

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.

🐘

),
new Entry(self::LASTCRON_TIMESTAMP, ValueType::INT, 0, 'timestamp of last cron execution'),
new Entry(self::OCM_DISCOVERY_ENABLED, ValueType::BOOL, true, 'enable/disable OCM', lazy: true),
new Entry(self::OCM_INVITE_ACCEPT_DIALOG, ValueType::STRING, '', 'route to local invite accept dialog', lazy: true, note: 'set as empty string to disable feature'),
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is that a setting, when is the route changing? How does the admin know the route?

Copy link
Member

Choose a reason for hiding this comment

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

this should be done by an app

Copy link
Member

Choose a reason for hiding this comment

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

In case it needs a change, please do a follow-up PR

Copy link
Contributor

Choose a reason for hiding this comment

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

I do not think it’s usual to use a setting for inter-app communication, I do not recall other occurences of that in the code.
Which application would fill this value?

@AndyScherzinger AndyScherzinger merged commit af64922 into stable32 Sep 22, 2025
229 of 234 checks passed
@AndyScherzinger AndyScherzinger deleted the backport/55196/stable32 branch September 22, 2025 09:31
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.

3 participants