Conversation
* Relocate solution and docker compose project * Add assembly markers * Update packages * Add architecture tests
* Add Chat base and PrivateChat * Add GroupChat aggregate * Add Chat configurations * Add migration * Implement CreatePrivateChat use case * Implement CreateGroupChat use case * Update repositories * Update namespaces * Update docker settings * Implement create endpoints for private and group chats * Add json configuration to return proper chat types
* Change datetime properties to be of common type Timestamp * Refactor GetUserChatsPaginatedWithLastMessage method logic
* Add Icon property for group chat * Update CreateGroupChat use case to take icon parameter * Add custom json multipart data support * Update packages
* Add iconUri to response on api * Add group and private chat mapping
* Reset ClockSkew to TimeStap.Zero in token validation parameters * Disable console logs in production environment * Change access token storage location * Add refresh token mechanism * Update chats navigation
* Refactor refresh token and login functionality to use sessionId * Update client to generate and use sessionId
* Add Azure Function project * Implement RemoveExpiredRefreshTokens function
* Implement GetChatWithUserExists use case * Fix polymorphic behavior for single types * Add uuid package * Implement modal component * Implement search bar component * Update common button component * Refactor chats-page structure and chat creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.