0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-30 22:37:01 +00:00
nextcloud_server/lib/public/Settings
Ferdinand Thiessen 9a7e1bb227
feat(DeclarativeSettings): Allow to implement value getter and setter directly in Form
Instead of implementing the form class, a setter event listener and a getter event listener,
this allows to simply write a basic class that provides `getSchema`, `setValue` and `getValue` functions.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-15 20:33:45 +02:00
..
Events chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
DeclarativeSettingsTypes.php feat(DeclarativeSettings): Allow to implement value getter and setter directly in Form 2024-10-15 20:33:45 +02:00
IDeclarativeManager.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
IDeclarativeSettingsForm.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
IDeclarativeSettingsFormWithHandlers.php feat(DeclarativeSettings): Allow to implement value getter and setter directly in Form 2024-10-15 20:33:45 +02:00
IDelegatedSettings.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
IIconSection.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
IManager.php fix(settings): Sort all settings - incl declarative settings - by priority 2024-09-28 14:08:26 +02:00
ISettings.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
ISubAdminSettings.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00