Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add SQLite migrations, setup guard, and first-run initialization |
|---|---|
| Downloads: | See separate download page |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
42f7a9d5e6946eac296d6491fe5993c4 |
| User & Date: | pluto 2026-08-30 06:29:47.099 |
Context
|
2026-08-30
| ||
| 06:40 | Add admin login, SQLite sessions, and CSRF protection check-in: 0c5c363130 user: pluto tags: trunk | |
| 06:29 | Add SQLite migrations, setup guard, and first-run initialization check-in: 42f7a9d5e6 user: pluto tags: trunk | |
| 06:17 | Add runnable portal routes and access policy tests check-in: b8eaf08d7e user: pluto tags: trunk | |
Changes
Added manifest.toml.
Changes to src/trilobite.gleam.
Changes to src/trilobite/config.gleam.
Added src/trilobite/db.gleam.
Added src/trilobite/password.gleam.
Changes to src/trilobite/route_policy.gleam.
Added src/trilobite/store.gleam.
Changes to src/trilobite/views.gleam.
Changes to src/trilobite/web.gleam.
Added test/trilobite/config_test.gleam.
Added test/trilobite/password_test.gleam.
Changes to test/trilobite/route_policy_test.gleam.
Added test/trilobite/store_test.gleam.
Added test/trilobite/web_test.gleam.