]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/history - settings/install.php
Users: Scratch the "Secure" column, as it's less useful nowadays that
[irc/unrealircd/unrealircd-webpanel.git] / settings / install.php
2023-04-24  Bram MatthysDisplay SQL error during installation, if we get one.
2023-04-23  Bram Matthysfile_auth -> file_db and sql_auth -> sql_db. Config...
2023-04-23  Bram MatthysSetup: actually delete data/database.php as well (after...
2023-04-23  Bram MatthysSetup: acctually delete SQL tables (after confirmation...
2023-04-23  Bram MatthysSetup: warn if file_auth database exists too
2023-04-23  Bram MatthysSetup: fix error about undefined "secrets". Reported...
2023-04-23  Bram MatthysAdd warning if there is already data in the SQL database.
2023-04-23  Bram MatthysSetup: Use HTTP POST instead of GET when testing MySQL...
2023-04-23  Bram MatthysSetup: fix connection check not working with passwords...
2023-04-23  Bram MatthysDisable autocomplete in setup pages for user/password...
2023-04-22  Bram MatthysMove some PHP files from ./ to ./inc: common, connectio...
2023-04-21  Bram MatthysMove all the rest of session management outside sqlauth...
2023-04-21  Bram MatthysAdd sql::table_prefix to first setup screen
2023-04-21  Bram MatthysMerge branch 'main' of github.com:unrealircd/unrealircd...
2023-04-21  Bram MatthysSetup major reshuffle: split up in pre-auth: backend...
2023-04-21  Bram MatthysWriting and reading settings from DB file now work...
2023-04-21  Bram MatthysMinimize config/config.php and put settings in DB....
2023-04-19  Valerie PondMerge branch 'main' of https://github.com/unrealircd...
2023-04-19  Valerie PondGive permission to edit users heh...
2023-04-19  Bram MatthysSetup: fix for when you tick verify SSL/TLS verification
2023-04-19  Bram MatthysFix issue in installation page that leads to failed...
2023-04-18  Valerie PondTask 2 complete @syzop ! :D
2023-04-18  Valerie PondMore work on installation screen
2023-04-17  Bram MatthysFix wrong BASE_URL in settings
2023-04-17  Valerie PondAdd some form validation for user account
2023-04-16  Valerie Pondsettings/install.php: make a big start to the installat...