• Joined on 2023-06-02
jtom38 created branch features/authortable in jtom38/Newsbot.Collector 2023-07-29 10:02:53 -07:00
jtom38 pushed to features/authortable at jtom38/Newsbot.Collector 2023-07-29 10:02:53 -07:00
dcb81315bf Adding the calls to track authors for metrics but also to attempt to find AI writers.
jtom38 deleted branch features/api-cleanup from jtom38/Newsbot.Collector 2023-07-29 09:47:33 -07:00
jtom38 merged pull request jtom38/Newsbot.Collector#15 2023-07-29 09:47:30 -07:00
features/api-cleanup
jtom38 pushed to main at jtom38/Newsbot.Collector 2023-07-29 09:47:30 -07:00
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
Compare 14 commits »
jtom38 created pull request jtom38/Newsbot.Collector#15 2023-07-29 09:46:03 -07:00
features/api-cleanup
jtom38 pushed to features/api-cleanup at jtom38/Newsbot.Collector 2023-07-29 09:44:26 -07:00
82dea60126 Updated DiscordWebHooks to handle userId
jtom38 created branch features/api-cleanup in jtom38/Newsbot.Collector 2023-07-23 22:58:40 -07:00
jtom38 pushed to features/api-cleanup at jtom38/Newsbot.Collector 2023-07-23 22:58:40 -07:00
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
Compare 10 commits »
jtom38 deleted branch features/identity-roles from jtom38/Newsbot.Collector 2023-07-23 16:24:25 -07:00
jtom38 pushed to main at jtom38/Newsbot.Collector 2023-07-23 16:24:24 -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
Compare 12 commits »
jtom38 merged pull request jtom38/Newsbot.Collector#14 2023-07-23 16:24:23 -07:00
features/identity-roles
jtom38 pushed to features/identity-roles at jtom38/Newsbot.Collector 2023-07-23 16:22:55 -07:00
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
Compare 5 commits »
jtom38 created pull request jtom38/Newsbot.Collector#14 2023-07-14 22:26:16 -07:00
features/identity-roles
jtom38 created branch features/identity-roles in jtom38/Newsbot.Collector 2023-07-14 22:26:05 -07:00
jtom38 pushed to features/identity-roles at 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
Compare 6 commits »
jtom38 deleted branch features/token-refresh from jtom38/Newsbot.Collector 2023-07-14 22:11:11 -07:00
jtom38 merged pull request jtom38/Newsbot.Collector#13 2023-07-14 22:11:10 -07:00
Getting things setup to support token refresh
jtom38 pushed to main at jtom38/Newsbot.Collector 2023-07-14 22:11:10 -07:00
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
Compare 3 commits »
jtom38 pushed to features/token-refresh at jtom38/Newsbot.Collector 2023-07-14 22:01:24 -07:00
558f9d352c Updating CI to not build latest on a pr.