Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-12 | css | Alex Vitkov | |
2021-02-12 | no favicon requests | Alex Vitkov | |
2021-01-29 | Sign out button now signs out | Alex Vitkov | |
2021-01-29 | Menu bar, different .php pages for logged in/not logged in | Alex Vitkov | |
2021-01-29 | Login is now remembered in $_SESSION['username'] | Alex Vitkov | |
If it is set, user is logged in, if it is unset user is not logged in | |||
2021-01-29 | hero_form => login_form or register_form | Alex Vitkov | |
as they are now in the same file and conflicted | |||
2021-01-29 | index.html + login.html => index.php | Alex Vitkov | |
those files had the entire HTML tree duplicated, which would make it difficult to make any changes to the front end. this commit combines the two files in one, with some front-end JS to switch between the login and register forms. |