History log of /dokuwiki/lib/plugins/usermanager/remote.php (Results 1 – 3 of 3)
Revision Date Author Comments
# d48c2b25 07-Jan-2024 Andreas Gohr <andi@splitbrain.org>

API: code style fixes


# cad27e80 06-Jan-2024 Andreas Gohr <andi@splitbrain.org>

API: move user related tests to usermanager plugin


# 0caa81c7 05-Jan-2024 Andreas Gohr <andi@splitbrain.org>

API: move create/delete user calls to usermanager

This only moves the calls. A proper refactoring of the user manager
would make sense:

1) introduce a helper component covering the basic operations

API: move create/delete user calls to usermanager

This only moves the calls. A proper refactoring of the user manager
would make sense:

1) introduce a helper component covering the basic operations including
proper error signalling using Exceptions
2) refactor admin and cli components to make use of 1)
3) make the operations in 1) available via the API

show more ...