Files
opencloud/docs/services/settings/glossary.md
T
Benedikt Kulmann 8c033e1936 change: remove the settings ui
ownCloud Web recently transitioned to Vue3. The settings ui is still
written in Vue2. Since it's pretty much unused we won't take the efforts
of upgrading it to Vue3.
2023-02-03 10:27:05 +01:00

944 B

title, date, weight, geekdocRepo, geekdocEditPath, geekdocFilePath
title date weight geekdocRepo geekdocEditPath geekdocFilePath
Glossary 2020-05-04T12:35:00+01:00 80 https://github.com/owncloud/ocis edit/master/docs/services/settings glossary.md

In the context of this extension and oCIS in general, we are using the following terminology.

Configuration

  • System configuration
  • e.g. service host names and ports
  • Changes need to be propagated to other services
  • Typically modified on the CLI

Settings

  • Application level settings
  • e.g. default language
  • Can be modified at runtime without restarting the service

Preferences

  • User settings
  • Subset of "Settings"
  • e.g. preferred language of a user

Settings Bundle

  • Collection of related settings
  • Registered by an oCIS extension

Settings Value

  • Manifestation of a setting for a specific user
  • E.g. used for customization (at runtime) in ocis-web
  • Can be queried and modified by other oCIS extensions