aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/routes/(main)/(public)/reset-password
Commit message (Collapse)AuthorAgeFilesLines
* feat: A whole slew of thingsivarlovlie2022-12-132-27/+25
| | | | | | | | | - 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-113-14/+40
|
* feat: Move everything out of $libivarlovlie2022-12-093-36/+37
|
* feat: Give general response if request is invalidivarlovlie2022-11-261-31/+8
|
* refactor: Final touches for move to serviceivarlovlie2022-11-261-13/+12
|
* refactor: Add and use FormError class to handle form error logicivarlovlie2022-11-261-13/+6
|
* feat: WIP! Rework http calls into servicesivarlovlie2022-11-252-28/+28
|
* feat: Update README.mdivarlovlie2022-11-171-1/+0
|
* fix: WIP use new api structureivarlovlie2022-11-171-23/+28
|
* .ivarlovlie2022-10-252-2/+2
|
* refactor: Update imports and clean upivarlovlie2022-10-093-49/+10
|
* refactor: Change file structureivarlovlie2022-10-055-0/+237