e1696214b8
chore: remove trailing whitespace from chat.html template across all lines
main
retoor2025-09-14 19:15:36 +00:00
41b6547b52
chore: replace .gitignore patterns and add auth/rant endpoints to app.py
retoor2025-09-14 17:26:48 +00:00
499e14e502
chore: remove trailing whitespace from all source files in src/ directory
retoor2025-08-28 18:32:35 +00:00
c65f923def
feat: add WebSocket chat endpoint with message broadcasting and rate limiting in app.py
retoor2025-08-28 18:30:47 +00:00
2a5f854a70
fix: increase database connection timeout from 5s to 30s and add retry logic with exponential backoff in user service init_db
retoor2025-08-27 00:04:30 +00:00
716fcad4bc
chore: remove trailing whitespace from README.md line 42
retoor2025-08-05 01:59:28 +00:00
7ee3cb1699
feat: add Jinja2 server-side rendering with template components and locust load testing
retoor2025-08-05 01:07:46 +00:00
069f7aea57
fix: bind event handler methods in feed component to prevent stale listener references
retoor2025-08-04 15:44:12 +00:00
2eefaacc56
feat: replace static navigation HTML with custom rant-navigation web component
retoor2025-08-04 15:14:28 +00:00
0e7d21a7bb
chore: rename FastAPI app title from DevRant to Rant Community API
retoor2025-08-04 14:53:26 +00:00
b5b9b6c264
chore: add __pycache__ entry to .gitignore for Python cache directories
retoor2025-08-03 22:45:00 +00:00
cb2a91875e
chore: rename project from devrant to rant across all API routes, DB path, and static assets
retoor2025-08-03 22:44:29 +00:00
7eda6b9222
fix: replace deprecated get_current_user with authenticate_user across all endpoints and fix apiCall auth injection in frontend
retoor2025-08-03 22:40:37 +00:00
50d7db3ab9
feat: replace synchronous sqlite3 with AsyncDataSet and add dynamic column caching for schema flexibility
retoor2025-08-03 22:04:08 +00:00