Commit Graph

169 Commits

Author SHA1 Message Date
Artemy 2ce7b6e7f9 UseHttpsRedirection 2025-07-01 21:09:05 +07:00
Artemy cc4449ca29 Merge branch 'master' of https://github.com/Govor-team/Govor 2025-07-01 20:49:21 +07:00
Artemy f90b124ba3 Update Program.cs 2025-07-01 20:49:14 +07:00
Artemy 88c4210ad6 Update dotnet.yml 2025-07-01 20:16:13 +07:00
Artemy e43d3a2c8f Update dotnet.yml 2025-07-01 20:10:25 +07:00
Artemy efdcd92828 Merge branch 'master' of https://github.com/Govor-team/Govor 2025-07-01 20:08:02 +07:00
Artemy e6e1dd6e92 LangVersion 12 2025-07-01 20:07:53 +07:00
Artemy cab30a79eb Update dotnet.yml 2025-07-01 20:03:32 +07:00
Artemy b9e2b5d417 update 2025-07-01 19:53:12 +07:00
Artemy 42e58dad9f dockerfile add 2025-07-01 19:50:24 +07:00
Artemy e061725a99 downcast to .net 8.x 2025-07-01 19:17:01 +07:00
Artemy b84d641bb5 new logger 2025-07-01 15:46:41 +07:00
Artemy cdae63b223 optimization sql 2025-07-01 15:05:49 +07:00
Artemy 5883f3e340 hot fix 2025-07-01 13:25:55 +07:00
Artemy f855b91155 Completed the development of tests for FriendsController 2025-07-01 11:43:11 +07:00
Artemy 8e245ea044 Test for SendRequest action 2025-06-30 19:27:29 +07:00
Artemy ab426979d0 Update AuthControllerTests.cs 2025-06-30 19:04:35 +07:00
Artemy 494c12df49 MySQL migration 2025-06-30 18:59:05 +07:00
Artemy f53ee6644b Refactor user context handling with CurrentUserService
Introduced ICurrentUserService and its implementation to centralize retrieval of the current user's ID from claims. Updated FriendsController to use this service instead of direct claim access. Registered the service and IHttpContextAccessor in DI. Added integration tests for FriendsController. Moved UsernameValidator to Infrastructure/Validators.
2025-06-30 17:37:02 +07:00
Artemy a659c73357 Final Friends Service Tests 2025-06-30 16:54:58 +07:00
Artemy 681a55c198 Update FriendsServiceTests.cs 2025-06-30 16:34:31 +07:00
Artemy 523e55508b Update FriendsServiceTests.cs 2025-06-30 14:44:15 +07:00
Artemy 86a96cdb0a Create FriendsServiceTests.cs 2025-06-30 14:18:54 +07:00
Artemy 7aa1b1831a Improve friends search and error handling in API
Refactored FriendsController to provide more precise error responses and input validation. Enhanced FriendsService to handle new exception types and improved user search logic. Added tests for user search, updated repository to throw on empty search results, and implemented User equality override. Cleaned up Program.cs controller JSON options.
2025-06-30 12:47:53 +07:00
Artemy 9bfcc1980d Update RegistrationRequest.cs 2025-06-30 11:54:00 +07:00
Artemy 26dc4ccc1f client 2025-06-27 21:50:23 +07:00
Artemy 05298c004c FriendsController 2025-06-27 19:12:31 +07:00
Artemy ec44347bbe Add username validation and initial friends feature
Introduced a UsernameValidator with Cyrillic and length checks, integrated into AuthService and registration flow. Added InvalidUsernameException and related interface. Updated User model to support friend requests, added FriendsController (stub), and configured Friendship entity in EF Core. Adjusted UserValidator max name length and removed navigation properties from PrivateChat.
2025-06-27 16:36:56 +07:00
Artemy 9b9cd73a96 Add friendship feature with models, repository, and tests
Introduces Friendship and PrivateChat models, repository interfaces, and implementations for managing friendships. Adds validators and comprehensive unit and integration tests for friendship logic. Updates InviteUserController with new endpoints and restricts access to admin role. Removes unnecessary project references from Govor.API.csproj and registers new DbSets in GovorDbContext.
2025-06-27 15:09:28 +07:00
Artemy 4f3f4ec066 Refactor to introduce Govor.Application and Govor.Contracts layers
Moved service implementations and interfaces from Govor.API and Govor.Core to new Govor.Application and Govor.Contracts projects. Updated namespaces and references throughout the solution. Added custom exception classes for authentication and invite services. Adjusted dependency injection and project references to use the new structure. This refactor improves separation of concerns and prepares the codebase for better maintainability and scalability.
2025-06-25 15:16:14 +07:00
Artemy 5693190b1c Add unit tests for InvitationGenerator and JwtService
Introduces unit tests for the InvitationGenerator and JwtService classes. The tests cover invitation code generation, repository interaction, code uniqueness, and JWT token generation and validation.
2025-06-25 14:33:41 +07:00
Artemy e40489db40 AuthControllerTests 2025-06-25 14:08:54 +07:00
Artemy 06cee5caae rename dtos to requests 2025-06-24 21:43:35 +07:00
Artemy 76094af15b Invitation globale work
+ tests
+ new services
+ InvitationDto and IInvitationReqest
2025-06-24 21:20:43 +07:00
Artemy f99ec0b17b InvitesRepositoryTests
+ other reworks
2025-06-24 19:17:27 +07:00
Artemy 80e2ec30c6 ConfigurationProgramExtensions 2025-06-24 18:16:34 +07:00
Artemy 9893013bcc Invitation Validator Tests 2025-06-24 15:33:36 +07:00
Artemy 6e856a65db InvitationValidator 2025-06-24 15:24:14 +07:00
Artemy 672fc95823 Admins Repository
+ tests
2025-06-24 15:14:45 +07:00
Artemy ce013eae49 Registration rework
+ InvitesRepository
+ AdminsRepository
+ rework jwt
2025-06-24 14:27:08 +07:00
Artemy 410a1ce1cc Admin stuff init
UserController
2025-06-22 21:34:04 +07:00
Artemy e7b7c402e1 Finished MediaAttachments
the functionality and tests are completed
2025-06-22 16:05:36 +07:00
Artemy 4956a175c5 MediaAttachmentsTests init 2025-06-22 15:37:20 +07:00
Artemy 64a06c0d1c MediaAttachments first init 2025-06-22 15:10:10 +07:00
Artemy b75c0d3f5a Finished MessageRepository
+ Tests
2025-06-22 14:32:01 +07:00
Artemy 972b4fb83c more tests and fichers for MessagesRepository 2025-06-22 12:48:48 +07:00
Artemy b1c0a4b0e2 MessageRepositoryTests
+ Given_ValidSenderId_When_FindBySenderIdAsync_Then_ReturnMessages
+ Given_InvalidSenderId_When_FindBySenderId_Should_Throw_NotFoundByKeyException
2025-06-22 12:21:27 +07:00
Artemy 203bb5e5a4 MessageRepository + Tests
+ GetAllAsync rework
+ FindByIdAsync
+ rework FindBySenderAndReceiverIdAsync
2025-06-22 12:07:06 +07:00
Artemy a6e8ba1a65 Update models Messages 2025-06-22 11:45:25 +07:00
Artemy c9aad0c466 LocalStorageServiceTsts finished 2025-06-21 15:25:11 +07:00