Complete authentication and profile features

This commit is contained in:
Olaf
2026-08-24 14:50:05 +02:00
parent 1c827956c4
commit 01702fcadf
17 changed files with 227 additions and 40 deletions
+5
View File
@@ -37,6 +37,11 @@
33. Check the whole authentication flow as it seems broken.
34. In the admin interface allow to toggle administrative rights for users. But always enforce there to be at least one user with admin rights
35. remove default for bio and email in the profile page
36. Don't use an avatar URL but allow the user to upload an avatar
37. Show the avatar with all posts
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)
## Future entries