Commit graph

23 commits

Author SHA1 Message Date
8512e7cf81 feat: return 404 when static file not found for requested route 2025-02-22 20:23:01 +01:00
50be37804f feat: handle commonly scanned routes by bots 2024-05-29 16:41:34 +02:00
e9ceb61476 feat: support async threads; add static/reset.css 2024-05-20 16:16:57 +02:00
b8915b6dbb fix: 404.html not served on error 404 2024-05-20 08:28:11 +02:00
2ce604e376 feat: use /threads module-provided cache 2024-05-19 22:08:06 +02:00
1c79c58ac6 feat: provide app-wide cache 2024-05-19 21:01:19 +02:00
d44301ef14 feat: catch missing dist error 2024-05-18 22:38:08 +02:00
c81887024a feat: show warning if threads blueprint is missing 2024-05-18 22:35:41 +02:00
24cdb8f620 refactor: remove partials feature 2024-05-18 22:23:12 +02:00
bc46633af4 refactor: put threads blueprint in threads dir 2024-05-18 21:53:36 +02:00
4dfaa63a65 chore: add flask-caching as dependency 2024-05-18 20:59:54 +02:00
7926535685 feat: remove /error route 2024-05-17 18:12:44 +02:00
d0752c8ec7 feat: use config.json for sentry stuff 2024-05-17 18:04:58 +02:00
f90058dfbe feat: register threads blueprint 2024-04-24 11:50:45 +02:00
a600920f06 refactor: remove unused import 2024-04-11 15:34:53 +02:00
b3f9158a54 feat: first partials blueprint 2024-04-11 14:18:05 +02:00
5aa8503f0c feat: send HTTP error 404 response 2024-04-10 17:39:45 +02:00
ec771521f5 feat: handle error 404 2024-04-09 13:36:54 +02:00
35b07cefa4 fix: serve .html if no file extension in request url 2024-04-08 20:10:32 +02:00
053513b4e6 feat: serve static files in dist directory 2024-04-08 18:18:55 +02:00
4676aac024 feat: initial copy of pages from astro site 2024-04-08 17:20:08 +02:00
3927c7e08f chore: use command for dev server 2024-04-08 16:58:37 +02:00
ced9f535c7 refactor: rename api to web 2024-04-08 16:33:54 +02:00
Renamed from api.py (Browse further)