]> source.dussan.org Git - nextcloud-server.git/commit
feat(user-prefs): switching to NCU/
authorMaxence Lange <maxence@artificial-owl.com>
Tue, 12 Nov 2024 22:29:18 +0000 (21:29 -0100)
committerMaxence Lange <maxence@artificial-owl.com>
Mon, 18 Nov 2024 21:11:31 +0000 (20:11 -0100)
commit6afc8552b7c0dcd96c88533f47bc8b55cba327c9
tree44bb0b891743ecbd8f5827233d7f6b0a0e18ae9c
parent7c04818c5c078fb1dc7c5b79f295fc40a60a6296
feat(user-prefs): switching to NCU/

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