aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs_page/user
Commit message (Expand)AuthorAgeFilesLines
* feat(dashboard): Hide the functionality behind a dashboard roleDavid Valecký2025-12-081-1/+1
* Fix GitHub auth with emails.J08nY2025-12-031-19/+20
* Add default roles to users from github.J08nY2025-12-031-1/+1
* Add text version to user emails.J08nY2025-11-112-12/+19
* Fix captcha validation.J08nY2025-11-101-1/+1
* Add captcha to registration.J08nY2025-10-252-26/+30
* Add default roles to users.J08nY2025-10-232-4/+3
* Remove expired email tokens.J08nY2025-10-191-1/+15
* Allow logged-in user to reset password.J08nY2025-10-191-3/+5
* Add more user tests.J08nY2025-10-161-10/+6
* Allow admins to edit user roles.J08nY2025-10-161-0/+2
* Tie in subscriptions to users.J08nY2025-10-133-107/+18
* Move email sends in user handling to async tasks.J08nY2025-10-132-75/+65
* Cleanup token handling of users.J08nY2025-10-133-215/+207
* Implement comprehensive user accounts system with unified authentication, asy...copilot-swe-agent[bot]2025-10-132-28/+47
* Complete user accounts system with all requested improvementscopilot-swe-agent[bot]2025-10-131-3/+4
* Move login/logout functionality from admin to user blueprintcopilot-swe-agent[bot]2025-10-132-15/+53
* Refactor user functionality into separate user blueprintcopilot-swe-agent[bot]2025-10-134-0/+682