OSDN Git Service

implement /newuser/password API
[newslash/newslash.git] / src / newslash_web / lib / Newslash / Web / Controller / Login.pm
2018-10-30 hylomimplement /newuser/password API
2018-10-29 hylommove create/reset password function to Eventd
2018-10-26 hylomimplement /my/activation and /my/resetpassword
2018-10-24 hylomimplement AJAX style new user registration
2018-10-04 hylomre-implement newuser form
2017-05-24 hylomfix login error message more vorbose
2017-05-06 hylom* Plugin::UserAuth: add update_user_cache() and change...
2017-04-04 hylomWeb::Controller::Login: rpath need absolute path
2017-04-04 hylomWeb::Controller::Login: move some login code to Plugin...
2017-04-03 hylomWeb::Controller::Login: /logout now can take rpath...
2017-02-23 hylomController: add event emitter to Comment, Journal,...
2017-02-22 hylomController::Login: add return path support to login...
2017-02-21 hylomController::Login: add relation info to user-hash when...
2017-01-24 hylomController::Login: move session-store related code...
2017-01-20 hylomController::Login: correct token overlap check and...
2016-12-06 hylomuse Mojo::JSON::to_json and from_json to handle utf8...
2016-12-01 hylomController::Login: fix to use Mojo::JSON module
2016-11-28 hylomController::Login: use Mojolicious's JSON module
2016-11-25 hylomController::Login: fix user prefs convertion
2016-11-24 hylomController::Login: add config data to user variable
2016-10-06 hylomPlugin::userAuth: implement KeyValueStore base session...
2016-10-04 hylomWeb::Controller: fix logout error
2016-10-03 hylomController::Login: fix use of uninitialized value
2016-10-03 hylomrename dev -> src