Block a user
features/api-cleanup
06427d53f3
Merge pull request 'features/api-cleanup' (#15) from features/api-cleanup into main
82dea60126
Updated DiscordWebHooks to handle userId
c92d13797f
minor adjustments
463cb893e8
Logging update
a416746269
DiscordNotificationController.cs got a new route, moved over to ActionResults, records are now tracking the userId and returning common result classes
features/api-cleanup
c92d13797f
minor adjustments
463cb893e8
Logging update
a416746269
DiscordNotificationController.cs got a new route, moved over to ActionResults, records are now tracking the userId and returning common result classes
7344d2bdd2
CodeProjectController.cs was updated to support ActionResults and new route
19d8e3e925
ArticlesController.cs was cleaned up and supports results with details now
jtom38
deleted branch features/identity-roles from jtom38/Newsbot.Collector
2023-07-23 16:24:25 -07:00
5b8f0beb6e
Merge pull request 'features/identity-roles' (#14) from features/identity-roles into main
3697093df1
Moved AccountController.cs to IdentityController.cs and defined roles on a route
c4a84e9adc
moved some rest actions over to roles
64f167c0c5
added global.json to pin dotnet version
16e63aa4a1
Added the Authorization.cs file to contain policy, claims and roles
features/identity-roles
3697093df1
Moved AccountController.cs to IdentityController.cs and defined roles on a route
c4a84e9adc
moved some rest actions over to roles
64f167c0c5
added global.json to pin dotnet version
16e63aa4a1
Added the Authorization.cs file to contain policy, claims and roles
b9c07eda7d
Refactored how the start up works... everything in one file was getting very messy to read
features/identity-roles
jtom38
created branch features/identity-roles in jtom38/Newsbot.Collector
2023-07-14 22:26:05 -07:00
2bc20fccc8
docker-compose.example.yaml was updated
71319c05ef
Controllers have been updated to support Authorize
bc79b507ac
Added a API Key Attribute but not used yet
d5278a8be9
Added consts to lookup things in config easier
0aa6c1489d
Adding roles into the Identity side
jtom38
deleted branch features/token-refresh from jtom38/Newsbot.Collector
2023-07-14 22:11:11 -07:00
Getting things setup to support token refresh
5c06865b1f
Merge pull request 'Getting things setup to support token refresh' (#13) from features/token-refresh into main
558f9d352c
Updating CI to not build latest on a pr.
4cacc03fb8
Getting things setup to support token refresh