• Joined on 2025-01-01
mw pushed to experiments at philologue/diachron 2026-01-25 18:12:29 +00:00
cd19a32be5 Add more todo items
478305bc4f Update /home template
421628d49e Add various doc updates
Compare 3 commits »
mw pushed to experiments at philologue/diachron 2026-01-24 22:55:03 +00:00
4f37a72d7b Clean commands up
mw pushed to experiments at philologue/diachron 2026-01-24 22:39:21 +00:00
e30bf5d96d Fix regexp in fixup.sh
mw pushed to experiments at philologue/diachron 2026-01-24 22:38:56 +00:00
8704c4a8d5 Separate framework and app migrations
579a19669e Match user and session schema changes
Compare 2 commits »
mw pushed to experiments at philologue/diachron 2026-01-24 21:13:47 +00:00
474420ac1e Add development command to reset the database and rerun migrations
960f78a1ad Update initial tables
Compare 2 commits »
mw pushed to experiments at philologue/diachron 2026-01-17 23:46:33 +00:00
d921679058 Rework user types: create AuthenticatedUser and AnonymousUser class
mw pushed to experiments at philologue/diachron 2026-01-17 22:31:06 +00:00
350bf7c865 Run shell scripts through shfmt
mw pushed to experiments at philologue/diachron 2026-01-17 22:21:18 +00:00
8a7682e953 Split services into core and request
mw pushed to experiments at philologue/diachron 2026-01-17 22:20:19 +00:00
894c841bb7 Split services into core and request
e59bb35ac9 Update todo list
a345a2adfb Add directive
00d84d6686 Note that files belong to framework
7ed05695b9 Separate happy path utility functions for requests
Compare 21 commits »
mw pushed to experiments at philologue/diachron 2026-01-10 20:02:47 +00:00
7cecf5326d Make biome happier
47f6bee75f Improve test command to find spec/test files recursively
6e96c33457 Add very basic support for finding and rendering templates
05eaf938fa Add test command
Compare 8 commits »
mw pushed to experiments at philologue/diachron 2026-01-10 14:55:13 +00:00
241d3e799e Use less ambiguous funcion
49dc0e3fe0 Mark several unused vars as such
c7b8cd33da Clean up imports
6c0895de07 Fix formatting
17ea6ba02d Consider block stmts without braces to be errors
Compare 10 commits »
mw pushed to experiments at philologue/diachron 2026-01-03 23:07:03 +00:00
e136c07928 Add some stub user stuff
c926f15aab Fix circular dependency breaking ncc bundle
39cd93c81e Move services.ts
Compare 3 commits »
mw pushed to experiments at philologue/diachron 2026-01-03 20:07:37 +00:00
c246e0384f Add authentication system with session-based auth
788ea2ab19 Add User class with role and permission-based authorization
Compare 2 commits »
mw pushed to experiments at philologue/diachron 2026-01-02 03:20:51 +00:00
6297a95d3c Reformat more files
63cf0a670d Update todo list
Compare 2 commits »
mw pushed to experiments at philologue/diachron 2026-01-02 03:20:08 +00:00
mw pushed to experiments at philologue/diachron 2026-01-02 03:12:53 +00:00
03980e114b Add basic template rendering route
539717efda Add todo item
8be88bb696 Move TODOs re logging to the end
ab74695f4c Have master start and manage the logger process
dc5a70ba33 Add logging service
Compare 6 commits »
mw pushed to experiments at philologue/diachron 2026-01-02 02:27:13 +00:00
bee6938a67 Add some logging related stubs to express backend
b0ee53f7d5 Listen by default on port 3500
5c93c9e982 Add TODO items
Compare 3 commits »
mw pushed to experiments at philologue/diachron 2026-01-01 23:36:34 +00:00
5606a59614 Note that you need docker as well as docker compose
mw pushed to experiments at philologue/diachron 2026-01-01 23:36:07 +00:00
22dde8c213 Add wrapper script for master program
30463b60a5 Use CLI flags instead of environment variables for master config
Compare 2 commits »
mw pushed to experiments at philologue/diachron 2026-01-01 23:22:11 +00:00
e2ea472a10 Make biome happier