OSDN Git Service

Plugin::users: fix update_password()
[newslash/newslash.git] / src / newslash_web / lib / Newslash / Web / Controller / API / User.pm
2018-11-07 hylomPlugin::users: fix update_password()
2018-11-05 hylomchange /newuser/password handler
2018-11-02 hylomfix /my/settings to work correctly
2018-10-30 hylomimplement /newuser/password API
2018-10-24 hylomimplement AJAX style new user registration
2018-10-10 hylomimplement /api/v1/newuser/validate
2018-09-07 hylomfix for reconstruction of Model::Users
2018-09-04 hylomModel: restructure Model::Users
2017-09-01 hylomseparate Model::Users some code to Users::Configs and...
2017-07-25 hylom/api/v1/users now support "user_id" parameter for admin
2017-07-25 hylom * Model::Networks: separate Activities.pm
2017-05-06 hylom* Plugin::UserAuth: add update_user_cache() and change...
2017-05-05 hylomusers-manager: show activities
2017-05-05 hylomusers-manager: support query by network id
2017-05-04 hylomusers-manager: show ACL2 history
2017-05-04 hylom* Web::Controller::API::User: get() takes 'type=all...
2017-05-01 hylomWeb::Controller::API::User: add query user information...
2017-02-28 hylomController::API::User: impelement message settings...
2017-02-28 hylomController::API::User: fix session cache update when...
2017-02-28 hylomController::API: POST handlers now emit event
2017-02-24 hylomController::API::User: accept type=messatge_config...
2017-01-20 hylomModel::Users: separete update_* method from update...
2016-12-21 hylomModel::User: rename user hash's 'login' and 'admin...
2016-12-08 hylomModel::Users: implement select/update for sidebar
2016-12-06 hylomuse Mojo::JSON::to_json and from_json to handle utf8...
2016-11-25 hylomController::API::User: implement post handler
2016-11-24 hylomController: add User and API::User