| -rw-r--r-- | .env.example | 6L |
| -rw-r--r-- | .gitignore | 5L |
| -rw-r--r-- | Cargo.lock | 1023L |
| -rw-r--r-- | Cargo.toml | 16L |
| -rw-r--r-- | README.md | 92L |
| -rwxr-xr-x | bench.sh | 99L |
| -rw-r--r-- | flake.lock | 64L |
| -rw-r--r-- | flake.nix | 181L |
| -rw-r--r-- | migrations/0001_initial_schema.sql | 122L |
| -rw-r--r-- | migrations/0002_email_verification.sql | 7L |
| -rw-r--r-- | migrations/0003_strict_tables.sql | 176L |
| -rw-r--r-- | migrations/0004_sessions.sql | 12L |
| -rw-r--r-- | migrations/0005_epoch_timestamps.sql | 203L |
| -rw-r--r-- | migrations/0006_fts_vocab.sql | 6L |
| -rw-r--r-- | migrations/0007_structured_pks.sql | 77L |
| -rw-r--r-- | src/auth.rs | 23L |
| -rw-r--r-- | src/config.rs | 27L |
| -rw-r--r-- | src/database.rs | 1087L |
| -rw-r--r-- | src/error.rs | 48L |
| -rw-r--r-- | src/handlers/auth.rs | 392L |
| -rw-r--r-- | src/handlers/comment.rs | 120L |
| -rw-r--r-- | src/handlers/feed.rs | 178L |
| -rw-r--r-- | src/handlers/mod.rs | 19L |
| -rw-r--r-- | src/handlers/search.rs | 46L |
| -rw-r--r-- | src/handlers/settings.rs | 37L |
| -rw-r--r-- | src/handlers/story.rs | 450L |
| -rw-r--r-- | src/handlers/tag.rs | 103L |
| -rw-r--r-- | src/handlers/user.rs | 114L |
| -rw-r--r-- | src/handlers/vote.rs | 63L |
| -rw-r--r-- | src/main.rs | 35L |
| -rw-r--r-- | src/migrations.rs | 96L |
| -rw-r--r-- | src/routes.rs | 88L |
| -rw-r--r-- | src/sse.rs | 54L |
| -rw-r--r-- | src/state.rs | 34L |
| -rw-r--r-- | src/templates.rs | 147L |
| -rw-r--r-- | static/datastar.js | 9L |
| -rw-r--r-- | static/style.css | 599L |
| -rw-r--r-- | static/validation-enhancer.js | 396L |
| -rw-r--r-- | templates/application.html | 34L |
| -rw-r--r-- | templates/comments.html | 30L |
| -rw-r--r-- | templates/edit.html | 57L |
| -rw-r--r-- | templates/feed.html | 25L |
| -rw-r--r-- | templates/login.html | 32L |
| -rw-r--r-- | templates/register.html | 44L |
| -rw-r--r-- | templates/reply_form.html | 32L |
| -rw-r--r-- | templates/resend_verification.html | 28L |
| -rw-r--r-- | templates/search.html | 12L |
| -rw-r--r-- | templates/search_results.html | 20L |
| -rw-r--r-- | templates/settings_page.html | 95L |
| -rw-r--r-- | templates/settings_tab.html | 503L |
| -rw-r--r-- | templates/story.html | 87L |
| -rw-r--r-- | templates/story_row.html | 53L |
| -rw-r--r-- | templates/submit.html | 61L |
| -rw-r--r-- | templates/tag.html | 19L |
| -rw-r--r-- | templates/user.html | 49L |
| -rw-r--r-- | templates/vote_button.html | 8L |