Conversation
… in TaskCreateDTO
…areaOfContribution
…, fetch, and delete functionalities
…for create, fetch, and delete operations
… retrieving, updating, and deleting posts
…ocialFeedResponseDTO
…ories for social feed module
…ticipationService
fix(auth): username mismatch issue resolved
…usResponseDto.java
|
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.




This pull request introduces several significant updates, including enhancements to the build process, dependency management, application configuration, and the addition of new controllers. The changes aim to improve the application's functionality, security, and maintainability.
Build and Workflow Enhancements:
.github/workflows/docker-build.ymlto include environment variables for testing and packaging with Maven, ensuring a consistent test and build environment. [1] [2]Dependency Management:
pom.xmlfor validation, AOP, H2 database, ModelMapper, Mockito, JUnit 5, and WebSocket support. Also updated existing dependencies likespringdoc-openapito the latest versions. [1] [2] [3] [4] [5]Application Configuration:
VoluntrixBackendApplication.javawith additional annotations for JPA, WebMVC, transaction management, and scheduling. Introduced aModelMapperbean for object mapping.RoleBasedAccessAspectclass to enforce role-based access control using AOP.SecurityConfig.javato include JWT authentication, OAuth2 login, stateless session management, and custom CORS configurations. Added beans forPasswordEncoderandAuthenticationManager. [1] [2] [3]New Controllers:
AuthControllerto handle user authentication, including signup, login, logout, email verification, and profile status retrieval.EmailControllerto manage email sending functionality with a new endpoint for sending HTML emails.