Commit Graph
131 Commits
Author SHA1 Message Date
Giovanni 6c3a11388b set config variables for env variables 2026-02-12 18:31:11 +01:00
Giovanni ac1eaca0df set config variables for env variables 2026-02-12 18:27:06 +01:00
Giovanni 7768e7a9e3 set config variables for env variables 2026-02-12 18:07:23 +01:00
p2405951 59c8268232 add in stash export 2026-02-11 17:52:46 +01:00
T'JAMPENS QUENTIN p2406187 c74690f68b Add default role when user is created by an admin 2026-02-11 14:51:28 +01:00
T'JAMPENS QUENTIN p2406187 5e232fd0af Create other user route 2026-02-11 14:51:28 +01:00
Giovanni 64455066a8 update SearchController 2026-02-10 15:28:04 +01:00
Giovanni 3a5a95cba9 call TYPESENSE_API_KEY in SearchController.php 2026-02-07 21:28:49 +01:00
Giovanni 446bded5f9 update deactivate 2026-01-14 22:59:13 +01:00
JOSSERAND GIOVANNI p2405212 c644c05933 Merge branch 'features/permissions' into 'dev'
permissions review

See merge request sae-but2/2025-26/gestion-benevoles-association/backend!20
2026-01-14 20:42:20 +00:00
Giovanni 53cca29b67 permissions review 2026-01-14 22:41:03 +01:00
T'JAMPENS QUENTIN p2406187 dd2a0bc333 Create get all roles method 2026-01-13 23:46:08 +01:00
T'JAMPENS QUENTIN p2406187 8def3ee391 Add isUserAssigned route 2026-01-12 15:52:42 +01:00
T'JAMPENS QUENTIN p2406187 e118debc6b Improve assignSelf function 2026-01-12 14:15:08 +01:00
Giovanni bf6deadbc0 add policies for getInvalidUsers route 2026-01-12 09:55:19 +01:00
Giovanni 60012c63c3 merge dev into features/notifications 2026-01-11 23:09:57 +01:00
Giovanni c3122072da correct some issues 2026-01-11 20:10:39 +01:00
Giovanni ab1df4d692 Create unassignUser, unassignSelf methods and Bruno requests. Add call events when needed 2026-01-11 19:03:58 +01:00
Giovanni 9fd72c6ea4 multiplex user notifications over a single private channel 2026-01-11 12:06:27 +01:00
Giovanni 475a1c7052 set the notification getting system by created_at desc order 2026-01-08 14:51:21 +01:00
Giovanni c49a5e558f add readNotifications route and bruno's request 2026-01-08 14:10:17 +01:00
Giovanni 51791a3b34 add readNotifications route and bruno's request 2026-01-08 14:04:53 +01:00
Giovanni 2790026475 add reverb container, unread attribute in notification pivot table and private channel and event for new register 2026-01-07 16:50:51 +01:00
T'JAMPENS QUENTIN p2406187 516ab77d58 Create getInvalidUser route 2026-01-05 09:48:13 +01:00
Giovanni 6eaac7a745 rename UserPolicy to UsersPolicy 2025-12-17 17:32:03 +01:00
Giovanni ab9755ade5 rename UserPolicy to UsersPolicy 2025-12-17 17:31:54 +01:00
Giovanni 08459ac627 change notifications functions 2025-12-17 17:18:37 +01:00
Giovanni 08c51473a7 add TasksPolicy and EventsPolicy 2025-12-17 17:11:12 +01:00
Giovanni a0e95aca3e remove unecessary gates for users routes and add UserPolicy 2025-12-17 16:52:43 +01:00
Giovanni 4c3647fe30 add gates for users routes 2025-12-17 16:14:19 +01:00
T'JAMPENS QUENTIN p2406187 4c907c8ba5 Return 404 if user not found 2025-12-17 15:16:03 +01:00
Giovanni ae81344fe2 add notification when user role is changed 2025-12-17 14:46:33 +01:00
Giovanni 543db51291 search only validate users 2025-12-16 11:44:12 +01:00
Giovanni 8e93a0aba2 delete notification and notification_user when validate 2025-12-16 10:11:08 +01:00
Giovanni eab9565c7d create notification when register 2025-12-15 16:45:51 +01:00
JOSSERAND GIOVANNI p2405212 9bc03eb46a Merge branch 'dev' into 'features/searchUser'
# Conflicts:
#   tests/Users/Create user.bru
#   tests/collection.bru
2025-12-10 15:52:04 +00:00
T'JAMPENS QUENTIN p2406187 3e43966357 Send error if email is already used 2025-12-10 15:09:34 +01:00
T'JAMPENS QUENTIN p2406187 639675c266 Update user role on validation 2025-12-10 11:41:27 +01:00
T'JAMPENS QUENTIN p2406187 056f42b815 Check user email 2025-12-10 09:52:22 +01:00
Giovanni 8426755db3 add user search in SearchController, add start and end datetime in events table 2025-12-09 12:28:02 +01:00
T'JAMPENS QUENTIN p2406187 319f143327 Merge branch 'dev' into features/phoneValidation
# Conflicts:
#	composer.json
#	composer.lock
2025-12-09 12:27:19 +01:00
T'JAMPENS QUENTIN p2406187 04e45f3b83 Check user phone 2025-12-09 12:20:12 +01:00
JOSSERAND GIOVANNI p2405212 b8ccef3fb5 Merge branch 'dev' into 'features/typesense'
# Conflicts:
#   routes/events.php
2025-12-07 15:14:51 +00:00
Giovanni 2db242d43a Replace bind mount with Docker managed volume for Typesense 2025-12-07 16:13:03 +01:00
T'JAMPENS QUENTIN p2406187 ad3157807c Send task on get all events route 2025-12-07 01:08:18 +01:00
T'JAMPENS QUENTIN p2406187 efd87bf5cd Create UserService 2025-12-05 15:08:18 +01:00
T'JAMPENS QUENTIN p2406187 6a0125eeaf Create get event route 2025-12-02 16:25:18 +01:00
T'JAMPENS QUENTIN p2406187 238127bc16 Update /me route 2025-12-02 16:12:29 +01:00
Giovanni a7b8de3205 add of typesense container, searchEvents route and SearchController and method 2025-11-29 20:10:09 +01:00
T'JAMPENS QUENTIN p2406187 59a5a4fde9 add delete event route 2025-11-22 00:37:59 +01:00