| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Fully functioning i18n | ivarlovlie | 2022-10-03 | 1 | -2/+13 |
| | | |||||
| * | feat: Revert to using built-in fetch since we are not required to use https ↵ | ivarlovlie | 2022-10-01 | 1 | -26/+11 |
| | | | | | | | | after all Not needing https is due to the change of api url in dev from 127.0.0.1 to localhost. Which previously gave us an incompatible cookie that would not be set on clients, since it came from an unsecure context (non-https api). | ||||
| * | feat: !WIP Use https when consuming dev api | ivarlovlie | 2022-10-01 | 1 | -11/+24 |
| | | | | | | This is needed for go_session to be set, afaik. And it requires us to ignore self-signed check on undici when in development. | ||||
| * | feat: Show an 503 message if GET /valid-session fails | ivarlovlie | 2022-09-29 | 1 | -2/+8 |
| | | |||||
| * | refactor: Check session and redirect server side | ivarlovlie | 2022-09-29 | 1 | -13/+19 |
| | | |||||
| * | feat: Move frontend into layout group (main) | ivarlovlie | 2022-09-27 | 1 | -0/+13 |
| This enables /book to load without the usual layout (app layout) | |||||
