aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/routes/(main)/(public)/sign-in
Commit message (Collapse)AuthorAgeFilesLines
* feat: A whole slew of thingsivarlovlie2022-12-131-52/+54
| | | | | | | | | - Use a md5 hash of the session cookie value as key for session validity check - Introduce global state - Introduce a common interface for form logic, and implement it on the sign-in form - Introduce static resolve() on all services instead of new-upping all over. - Implement /portal on the frontend to support giving the frontend a inital context from server or anywhere. - Show a notification when users sign in for the first time after validating their email
* feat: Add frontpageivarlovlie2022-12-112-44/+53
|
* feat: Move everything out of $libivarlovlie2022-12-092-49/+51
|
* feat: Move LocaleSwitcher out of tabbingivarlovlie2022-11-291-1/+3
|
* refactor: Add and use FormError class to handle form error logicivarlovlie2022-11-261-28/+25
|
* feat: WIP! Rework http calls into servicesivarlovlie2022-11-251-54/+69
|
* fix: WIP use new api structureivarlovlie2022-11-171-53/+53
|
* .ivarlovlie2022-10-252-7/+8
|
* refactor: Update imports and clean upivarlovlie2022-10-091-4/+10
|
* refactor: Change file structureivarlovlie2022-10-053-0/+164