Commit graph

9 commits

Author SHA1 Message Date
Slendy
cf1769ca77
Rework the flow of setting email from the website 2023-01-02 02:23:14 -06:00
Josh
3f70563e1d
Fix compilation error 2023-01-02 01:43:06 -06:00
Slendy
461de3a299
Make 2FA redirect highest priority 2023-01-02 00:58:57 -06:00
Slendy
28ff0ddc1d
Fix bug where redirect handler would fetch wrong token 2022-12-14 01:14:58 -06:00
Josh
14d2f0305e
Implement 2FA (#577)
* Initial work for TOTP 2FA

* Fix bug in 2FA code script

* Add translations for two factor and /disable2fa

* Fix compilation error

* Add TwoFactorLoginPage

* Add two factor login process

* Little bit of backup code work

* Finish two factor

* Fix unit tests

* ??? goofy ahh code

* Use SHA-256 instead of SHA-512

* I guess SHA-256 doesn't work either

* Fix comments in Base32 helper

* Move QRCoder package to website

* Add name to endregion comment in css

* Fix bug with redirects
2022-12-12 21:11:39 -06:00
Slendy
83a905c8a2
Don't redirect for gameAssets either 2022-09-20 15:56:42 -05:00
Slendy
b7c4f17298
Fix bug in user redirection middleware 2022-09-20 15:31:48 -05:00
Slendy
602f0c63d5
Don't redirect for StaticFiles 2022-09-20 15:18:27 -05:00
Josh
f6a7fe6283
User settings, level settings, language and timezone selection and more. (#471)
* Initial work for user settings page

* Finish user setting and slot setting pages

* Don't show slot upload date on home page and fix team pick redirection

* Fix upload image button alignment on mobile

* Fix image upload on iPhone

* Remove unused css and add selected button color

* Fix login email check and bump ChromeDriver to 105

* Remove duplicated code and allow users to leave fields empty

* Add unpublish button on level settings and move settings button position

* Don't show edit button on mini card

* Self review bug fixes and users can no longer use an in-use email
2022-09-17 14:02:46 -05:00