Complete authentication and profile features

This commit is contained in:
Olaf
2026-08-24 14:52:41 +02:00
parent 01702fcadf
commit ff249ec911
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -235,3 +235,9 @@ If I select a user filter I want the appropriate page to be opened (e.g. /user/
### Assistant outcome
Changed the user dropdown to navigate to `/<username>/` for a selected user and `/` for all users, instead of filtering only in the current page. Added direct support for the trailing-slash user route, bumped the feed asset version to `v4`, rebuilt Docker, and verified the live routes and strict backend suite with 10 passing tests.
### User
git commit the whole lot
### Assistant outcome
Ran the strict backend suite with 10 passing tests, staged all project changes, expanded `.gitignore` to exclude runtime avatar uploads, confirmed `.env`, caches, virtualenv files, bytecode, databases, and generated assets were not staged, and created the complete-project commit.