]> source.dussan.org Git - nextcloud-server.git/commit
feat(user-prefs): renaming to IUserConfig enh/noid/user-preferences 47658/head
authorMaxence Lange <maxence@artificial-owl.com>
Mon, 18 Nov 2024 21:09:45 +0000 (20:09 -0100)
committerMaxence Lange <maxence@artificial-owl.com>
Mon, 18 Nov 2024 21:11:31 +0000 (20:11 -0100)
commit5b4f1904c0867b14237c5fcfb3e27e936f35ca0b
treebf387cc719e3cc8425cfcebe45412432c9304ab6
parent6afc8552b7c0dcd96c88533f47bc8b55cba327c9
feat(user-prefs): renaming to IUserConfig

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
15 files changed:
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/AllConfig.php
lib/private/Config/UserConfig.php [new file with mode: 0644]
lib/private/Config/UserPreferences.php [deleted file]
lib/private/Server.php
lib/public/IConfig.php
lib/unstable/Config/Exceptions/IncorrectTypeException.php
lib/unstable/Config/Exceptions/TypeConflictException.php
lib/unstable/Config/Exceptions/UnknownKeyException.php
lib/unstable/Config/IUserConfig.php [new file with mode: 0644]
lib/unstable/Config/IUserPreferences.php [deleted file]
lib/unstable/Config/ValueType.php
tests/lib/Config/UserConfigTest.php [new file with mode: 0644]
tests/lib/UserPreferencesTest.php [deleted file]