]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/history - plugins/sql_auth/sql_auth.php
Update the overview to get panel users
[irc/unrealircd/unrealircd-webpanel.git] / plugins / sql_auth / sql_auth.php
2023-02-06  Valerie PondUpdate the overview to get panel users
2023-02-06  Valerie PondMove user functionality fully into the base
2023-02-06  Valerie PondFix login redirector and forward meta properly to hooks
2023-02-05  Valerie PondRefer to the new-ish login modal
2023-02-05  Valerie PondMove user functionality to the base
2023-02-04  Valerie PondRedirect back on login
2023-02-03  Valerie Pondsql: Some further checking on sessions
2023-01-23  Valerie PondRather large update, please see commit notes
2023-01-20  Valerie Pondset a cookie to make the session last 1h instead of 24m
2023-01-20  Valerie PondWait until tables have been built and we have a success...
2023-01-20  Valerie PondFix login bug where it wouldn't redirect to the login...
2023-01-19  Valerie PondAdd blacklist options
2023-01-19  Valerie Ponddie
2023-01-19  Valerie PondLog a user out if their account no longer exists
2023-01-19  Valerie PondHook a card into the overview about number of panel...
2023-01-18  Valerie PondSome casual fixes
2023-01-17  Valerie PondCreate the tables automatically on plugin-load
2023-01-17  Valerie PondAllow adding a default user through the config
2023-01-17  Valerie PondMove some code around, add lookup by ID and get_current...
2023-01-17  Valerie PondMore towards the sql_auth
2023-01-17  Valerie PondAdd the start of the SQL_Auth plugin