Commit Graph

45 Commits

Author SHA1 Message Date
f6cd629fe2 Minor fixes for CreateUser 2025-03-16 23:26:15 +01:00
18e713153b Adding role creation during startup + minor fixes in tests 2025-03-16 22:41:44 +01:00
7f5178883d Fixing issues 2025-03-15 17:44:39 +01:00
bd175da738 Fixed JwtAuthorizationAttribute + tests 2025-03-15 17:31:13 +01:00
962de4df9e Adding index and max length to user tabel + minor fixes 2025-03-13 00:53:08 +01:00
61b9c732bc Adding user CRUD methods and controller + automapper 2025-03-13 00:19:29 +01:00
0b354988fd Adding SHA256 password encryption and password verify 2025-03-11 23:36:49 +01:00
78911eb877 Minor fixes 2025-03-04 00:55:30 +01:00
f73fe748ed Code refactoring + tests 2025-03-04 00:42:20 +01:00
433e97938d Added UserService tests 2025-03-03 21:45:22 +01:00
b2619f6acc Adding tests on models 2025-03-02 23:36:21 +01:00
505a2cb6cc Fixes + restored ModelState.IsValid 2025-03-02 20:19:15 +01:00
114e7c7c50 Improving code coverage - wip 2025-03-02 17:59:12 +01:00
0bf3e081fb Removed unused Moq package from MainProject 2025-03-01 20:48:05 +01:00
5591f6516b Adding AuthController tests - wip 2025-03-01 19:53:09 +01:00
d0cb4666d4 Fixing issues 2025-03-01 17:46:05 +01:00
7321ab2901 Fixing issues 2025-02-27 00:28:33 +01:00
fbf5ef8c16 Adding authentication and authorization flow 2025-02-27 00:12:41 +01:00
7926cf2f65 Minor fixes to remove issues 2025-02-26 22:52:27 +01:00
76779afd2e Adding authentication and authorization flow 2025-02-26 22:23:15 +01:00
810f23f814 Adding new tests 2025-02-21 13:21:06 +01:00
b26c553d12 Fixed multiple db contexts 2024-11-30 00:26:05 +01:00
0ab8d7f7d1 Fixing connection strings - wip 2024-11-29 22:23:40 +01:00
998a4d5ab9 Adding database configuration - wip 2024-09-05 01:52:07 +02:00
ada6967234 Minor fixes + changed debug launch.json file 2024-09-04 15:51:56 +02:00
ebf8237be6 Fixing dotnet coverage + minor fixes 2024-05-14 19:47:25 +02:00
277d6b99fd Fixing coverage - 8 2024-05-13 00:58:40 +02:00
bbfac5eb07 Changed method name 2024-05-13 00:27:36 +02:00
4663e10f96 Revert "Fixing coverage - 7"
This reverts commit b393abe948.
2024-05-13 00:26:17 +02:00
b393abe948 Fixing coverage - 7 2024-05-13 00:21:21 +02:00
3e4372c1b7 Removed unuseful configuration from RootController 2024-05-12 23:53:15 +02:00
6b53139fd4 Fixing coverage - 6 2024-05-12 23:47:10 +02:00
3808adb6db Fixing coverage - 4 2024-05-12 22:56:15 +02:00
8ee14255ce Fixing coverage - 3 2024-05-12 21:50:23 +02:00
5d4e351982 Fixing coverage 2024-05-12 19:36:23 +02:00
1739961bc2 Added basic README + minor fixes 2024-05-12 17:57:27 +02:00
54be2c8732 Fixing SonarCloud integration - 4 2024-05-05 02:13:08 +02:00
39b7f4f3b3 Fixing SonarCloud integration + fixing CodeSmells - 2 2024-05-04 19:29:44 +02:00
79b66cb8b4 Fixing SonarCloud integration + fixing CodeSmells 2024-05-04 18:47:58 +02:00
708966fcf8 Various changes (Controller and test)
- Added RootController
- Added new methods in BaseController
- Added BaseResponse
- Changed Program structure
- Added first basic test for Program
2024-05-04 17:51:11 +02:00
d3ba42e57a Adding base controller 2024-04-07 20:04:41 +02:00
716d75a072 Added base NLog configuration 2024-04-07 17:50:11 +02:00
61f0dab8df Removed unnecessary check for null 2024-04-07 17:03:33 +02:00
e78e5b205f Merge branch 'test' 2024-04-07 16:55:28 +02:00
ddb5223572 Adding test configuration 2024-03-10 20:36:07 +01:00