aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/routes/(main)/+layout.server.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat: A whole slew of thingsivarlovlie2022-12-131-47/+27
| | | | | | | | | - 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-111-7/+10
|
* feat: Move everything out of $libivarlovlie2022-12-091-17/+18
|
* feat:Small changesivarlovlie2022-12-071-2/+3
|
* refactor: Cache valid-session resultivarlovlie2022-12-071-4/+29
|
* feat: Brush upivarlovlie2022-11-291-2/+2
|
* fix: Align with new api to get routeIdivarlovlie2022-11-141-4/+5
|
* refactor/fix: Small refactors/fixes, update importsivarlovlie2022-10-091-5/+5
|
* refactor: Change file structureivarlovlie2022-10-051-0/+34