Skip to content

Conversation

@ArtificialOwl
Copy link
Member

@ArtificialOwl ArtificialOwl commented Oct 1, 2025

We use the appconfig/userconfig to store data others than real configuration value (ie timestamp and status) which should not be changed without a real knowledge of its implication.

This allow to define a config key in the Lexicon as INTERNAL:

	new Entry('test', ValueType::INT, 1, 'my test', lazy: false, flags: IAppConfig::FLAG_INTERNAL),

One of its application is to warn users that this is not a real config value.

image

@ArtificialOwl ArtificialOwl requested a review from a team as a code owner October 1, 2025 14:01
@ArtificialOwl ArtificialOwl requested review from come-nc, icewind1991 and yemkareems and removed request for a team October 1, 2025 14:01
@ArtificialOwl ArtificialOwl added this to the Nextcloud 33 milestone Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants