simple-web-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.env.example6L
-rw-r--r--.gitignore5L
-rw-r--r--Cargo.lock1023L
-rw-r--r--Cargo.toml16L
-rw-r--r--README.md92L
-rwxr-xr-xbench.sh99L
-rw-r--r--flake.lock64L
-rw-r--r--flake.nix181L
-rw-r--r--migrations/0001_initial_schema.sql122L
-rw-r--r--migrations/0002_email_verification.sql7L
-rw-r--r--migrations/0003_strict_tables.sql176L
-rw-r--r--migrations/0004_sessions.sql12L
-rw-r--r--migrations/0005_epoch_timestamps.sql203L
-rw-r--r--migrations/0006_fts_vocab.sql6L
-rw-r--r--migrations/0007_structured_pks.sql77L
-rw-r--r--src/auth.rs23L
-rw-r--r--src/config.rs27L
-rw-r--r--src/database.rs1087L
-rw-r--r--src/error.rs48L
-rw-r--r--src/handlers/auth.rs392L
-rw-r--r--src/handlers/comment.rs120L
-rw-r--r--src/handlers/feed.rs178L
-rw-r--r--src/handlers/mod.rs19L
-rw-r--r--src/handlers/search.rs46L
-rw-r--r--src/handlers/settings.rs37L
-rw-r--r--src/handlers/story.rs450L
-rw-r--r--src/handlers/tag.rs103L
-rw-r--r--src/handlers/user.rs114L
-rw-r--r--src/handlers/vote.rs63L
-rw-r--r--src/main.rs35L
-rw-r--r--src/migrations.rs96L
-rw-r--r--src/routes.rs88L
-rw-r--r--src/sse.rs54L
-rw-r--r--src/state.rs34L
-rw-r--r--src/templates.rs147L
-rw-r--r--static/datastar.js9L
-rw-r--r--static/style.css599L
-rw-r--r--static/validation-enhancer.js396L
-rw-r--r--templates/application.html34L
-rw-r--r--templates/comments.html30L
-rw-r--r--templates/edit.html57L
-rw-r--r--templates/feed.html25L
-rw-r--r--templates/login.html32L
-rw-r--r--templates/register.html44L
-rw-r--r--templates/reply_form.html32L
-rw-r--r--templates/resend_verification.html28L
-rw-r--r--templates/search.html12L
-rw-r--r--templates/search_results.html20L
-rw-r--r--templates/settings_page.html95L
-rw-r--r--templates/settings_tab.html503L
-rw-r--r--templates/story.html87L
-rw-r--r--templates/story_row.html53L
-rw-r--r--templates/submit.html61L
-rw-r--r--templates/tag.html19L
-rw-r--r--templates/user.html49L
-rw-r--r--templates/vote_button.html8L