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.
+1
View File
@@ -42,6 +42,7 @@
38. Show the avatar with each entry on the home page. On the specific /<user>/ page don't show the avatar and user name with each entry
39. For the user filter create a dropdown of all users that are available on the server
40. If I select a user filter I want the appropriate page to be opened (e.g. /user/ for user of / -home- for all-users)
41. git commit the whole lot
## Future entries