Commit 7622afb
Staging (#100)
* :sparkles: add route to get Thmes
* change dates of creation messages
* add save geolocalisation for registration & fix size activity images
* :construction: temp
* :hammer: minor change to works with front reusable button and ez display of theme icon
* Feature/issue-25/create-login-modal
- Trigger user informations to frontend
- Rename geolocalisation to geolocation
- Add login DTO for geolocation, association, activity, association follower and voluntary
* review Pilou in progress for staging
* feature/issue-25/create-login-modal: add validators on register and login routes (#23)
* feature: add new asso, activities and images to display more cards
* feat: add themes to new activities
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* Development (#37)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Development (#45)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 2/docker (#43)
* Development (#37)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
---------
Co-authored-by: Pierre-Louis <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
* Feature/issue 2/docker (#44)
* Development (#37)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :sparkles: added the cd yml conf to deploy on VPS
---------
Co-authored-by: Pierre-Louis <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
* Update ci.yml (#46)
* :sparkles: added the cd yml conf to deploy on VPS (#47)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
Co-authored-by: Pierre-Louis <[email protected]>
* Development (#50)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 2/docker (#43)
* Development (#37)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
---------
Co-authored-by: Pierre-Louis <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
* Feature/issue 2/docker (#44)
* Development (#37)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :sparkles: added the cd yml conf to deploy on VPS
---------
Co-authored-by: Pierre-Louis <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
* Update ci.yml (#46)
* :sparkles: added the cd yml conf to deploy on VPS (#47)
* Irwin soliman patch 2 (#49)
* Development (#45)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 2/docker (#43)
* Development (#37)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
---------
Co-authored-by: Pierre-Louis <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
* Feature/issue 2/docker (#44)
* Development (#37)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :sparkles: added the cd yml conf to deploy on VPS
---------
Co-authored-by: Pierre-Louis <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
* Update ci.yml (#46)
* :sparkles: added the cd yml conf to deploy on VPS (#47)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
Co-authored-by: Pierre-Louis <[email protected]>
* Update cd.yml
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
Co-authored-by: Pierre-Louis <[email protected]>
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
Co-authored-by: Pierre-Louis <[email protected]>
* Development (#52)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 2/docker (#43)
* Development (#37)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
---------
Co-authored-by: Pierre-Louis <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
* Feature/issue 2/docker (#44)
* Development (#37)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :sparkles: added the cd yml conf to deploy on VPS
---------
Co-authored-by: Pierre-Louis <[email protected]>
Co-authored-by: Emmanuelle B <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
Co-authored-by: sebastienDOC <[email protected]>
* Update ci.yml (#46)
* :sparkles: added the cd yml conf to deploy on VPS (#47)
* Irwin soliman patch 2 (#49)
* Development (#45)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 2/docker (#43)
* Development (#37)
* delete old way to handle interactions user
* handle unread messages activities for users (#27)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 34/create activity page (#29)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* Feature/issue 45/admin report (#31)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 83/display previous association activity images (#33)
* :construction: WIP
* :sparkles: backend fully operational for adding an new activity to DB
* :sparkles: adress is now complete with lat and lon comming from front
* :hammer: back can now provide both image with URL and Blob
* :sparkles: asso can now select from previous activity photo when creating new activity
* feat(issue-38): implement association profile (#34)
- implement password change
- implement account delete
- implement add / remove stats
- implement update info and description
* start tests backend: UT and IT (#35)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* Feature/issue 45/admin report (#36)
* Hotfix/issue 9998/review staging (#26)
* add default Avatar image for association and also a type to identify user and voluntary
* :hammer: theme are now sorted by backend
* :hammer: add route for activityById and fix cors and fix isIS
* create admin report page
---------
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Emmanuelle BONOLI <[email protected]>
* :hammer: fix PR comments (#38)
---------
Co-authored-by: Emmanuelle BONOLI <[email protected]>
Co-authored-by: Irwin SOLIMAN <[email protected]>
Co-authored-by: Sébastien DECHAND <[email protected]>
* Feature/issue 85/add draft to activity creation (#39)
* :hammer: add activity draft is now complete
# Conflicts:
# src/main/java/com/back_alasso/Activity/Activity.java
# src/main/java/com/back_alasso/Activity/ActivityController.java
# src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
# src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
# src/main/java/com/back_alasso/Address/Address.java
# src/main/java/com/back_alasso/Association/AssociationService.java
# src/main/java/com/back_alasso/User/UserService.java
* :sparkles: association : add draft to activity creation
� Conflicts:
� src/main/java/com/back_alasso/Activity/Activity.java
� src/main/java/com/back_alasso/Activity/ActivityController.java
� src/main/java/com/back_alasso/Activity/ActivityResponseMapper.java
� src/main/java/com/back_alasso/Activity/DTO/ActivityResponseDTO.java
� src/main/java/com/back_alasso/Association/AssociationService.java
� src/main/java/com/back_alasso/User/UserService.java
* :hammer: refacto activity Service and added validator to DTO
---------
Co-authored-by: sebastienDOC <[email protected]>
* feat(issue-50): implement profile update, email change, password change, account deletion, and avatar upload (#40)
- Implement voluntary profile update endpoint with DTO validation
- Allow voluntary users to change their email with token regeneration
- Implement password change functionality for all users
- Add account deletion endpoint for voluntary users
- Implement avatar upload for voluntary users with filename and extension storage
- Refactor DTO structure: move to dedicated Authentication/DTO and Voluntary/DTO packages
- Add missing ActivityDTO, AssociationCardDTO, and related association DTOs
* CI-CD ready for local work (#41)
Co-authored-by: Emmanuelle BONOLI <[email protected]>
---------
Co-authored-by: Pierre-Louis <61482009+peacepilou@us…1 parent 89edbbb commit 7622afb
File tree
18 files changed
+46
-27
lines changed- src/main
- java/com/back_alasso
- config
- features/Authentication
- security
- resources/static/images
- Activity
- Association
18 files changed
+46
-27
lines changedLines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
Lines changed: 25 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | | - | |
66 | | - | |
67 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
68 | 81 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
72 | 85 | | |
73 | 86 | | |
74 | 87 | | |
| |||
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
58 | 66 | | |
59 | | - | |
60 | | - | |
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| |||
0 commit comments