• Joined on 2025-08-08
Jiri pushed to 250812_UserProfileHistory at chilldev/drinkrate 2025-08-12 05:57:38 +00:00
13ab3083ed Fix update record author reference
Jiri created branch 250812_UserProfileHistory in chilldev/drinkrate 2025-08-12 05:57:38 +00:00
Jiri deleted branch 250809_UserProfile from chilldev/drinkrate 2025-08-11 20:13:28 +00:00
Jiri pushed to main at chilldev/drinkrate 2025-08-11 20:10:51 +00:00
de8d07ee02 Merge pull request 'User profile service' (#2) from 250809_UserProfile into main
602496ec08 Add user profile endpoints
84e16d655d Add exception messages
1b54a6d6a6 Merge branch '250809_UserProfile' of git.chillplace.beer:chilldev/drinkrate into 250809_UserProfile
4216535016 Prevent deleted user authentication
Compare 17 commits »
Jiri merged pull request chilldev/drinkrate#2 2025-08-11 20:10:51 +00:00
User profile service
Jiri created pull request chilldev/drinkrate#2 2025-08-11 20:10:36 +00:00
User profile service
Jiri pushed to 250809_UserProfile at chilldev/drinkrate 2025-08-11 20:08:20 +00:00
602496ec08 Add user profile endpoints
Jiri pushed to 250809_UserProfile at chilldev/drinkrate 2025-08-11 18:07:37 +00:00
84e16d655d Add exception messages
Jiri pushed to 250809_UserProfile at chilldev/drinkrate 2025-08-11 17:35:12 +00:00
1b54a6d6a6 Merge branch '250809_UserProfile' of git.chillplace.beer:chilldev/drinkrate into 250809_UserProfile
4216535016 Prevent deleted user authentication
Compare 2 commits »
Jiri pushed to 250809_UserProfile at chilldev/drinkrate 2025-08-11 05:56:18 +00:00
ae723cecaf Add more exceptions
Jiri pushed to 250809_UserProfile at chilldev/drinkrate 2025-08-11 05:46:21 +00:00
8058add053 Rename class
a246764e44 Movesadmin status update endpoint
3230a5ed0f Merge remote-tracking branch 'origin/250809_UserProfile' into 250810_UserProfileAdmin
b59fef222f Implement admin-only authorization policy
b2b8d1e076 Refactor admin endpoint and logic
Compare 6 commits »
Jiri pushed to 250809_UserProfile at chilldev/drinkrate 2025-08-10 14:35:43 +00:00
dad144a80f Create user profile service base
Jiri created branch 250809_UserProfile in chilldev/drinkrate 2025-08-10 09:20:36 +00:00
Jiri pushed to 250809_UserProfile at chilldev/drinkrate 2025-08-10 09:20:36 +00:00
76cb56d819 Add user authorization service
Jiri deleted branch EntityFrameworkSetup from chilldev/drinkrate 2025-08-09 17:20:49 +00:00
Jiri pushed to main at chilldev/drinkrate 2025-08-09 17:20:49 +00:00
9bcf4df149 Merge pull request 'Setup base EF model and authentication' (#1) from EntityFrameworkSetup into main
703d4751e2 Add EF object history
e06700458f Create default user profile on registration
e7ce2c7718 Fix forgotten renaming of user, change applicationuser id type to guid
d2e156b9f1 Fix identityuser being used instead of DbApplicationUser
Compare 18 commits »
Jiri merged pull request chilldev/drinkrate#1 2025-08-09 17:20:48 +00:00
Setup base EF model and authentication
Jiri created pull request chilldev/drinkrate#1 2025-08-09 17:19:55 +00:00
Setup base EF model and authentication
Jiri pushed to EntityFrameworkSetup at chilldev/drinkrate 2025-08-09 17:05:09 +00:00
703d4751e2 Add EF object history
Jiri pushed to EntityFrameworkSetup at chilldev/drinkrate 2025-08-09 12:54:50 +00:00
e6ed0d1b37 Create base db migration