aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/routes/(main)/(public)
Commit message (Collapse)AuthorAgeFilesLines
* feat: A whole slew of thingsivarlovlie2022-12-135-79/+115
| | | | | | | | | - 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-118-85/+131
|
* feat: Move everything out of $libivarlovlie2022-12-097-112/+115
|
* feat: Move LocaleSwitcher out of tabbingivarlovlie2022-11-292-2/+4
|
* feat: Update sign-up page to new service apiivarlovlie2022-11-271-24/+62
|
* 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-262-41/+31
|
* feat: WIP! Rework http calls into servicesivarlovlie2022-11-253-82/+97
|
* feat: Update README.mdivarlovlie2022-11-171-1/+0
|
* fix: WIP use new api structureivarlovlie2022-11-172-76/+81
|
* .ivarlovlie2022-10-255-11/+12
|
* refactor: Only show LocaleSwitcher on public layoutivarlovlie2022-10-111-3/+3
|
* refactor: Update imports and clean upivarlovlie2022-10-095-72/+25
|
* refactor: Change file structureivarlovlie2022-10-0510-0/+501