Commit Graph

491 Commits

Author SHA1 Message Date
yassinedorbozgithub
8a1039148c fix: enhance dynamic DTO typing 2025-01-12 08:32:05 +01:00
yassinedorbozgithub
156d10210b feat: add Fixtures Type Builder 2025-01-11 20:09:35 +01:00
yassinedorbozgithub
ed928ad597 fix: update subscriber DTO 2025-01-11 17:29:03 +01:00
yassinedorbozgithub
0b85e72e42 fix: revert permission.controller.ts update 2025-01-11 17:22:53 +01:00
yassinedorbozgithub
07fe025c6e fix: update DTO type naming 2025-01-11 17:17:05 +01:00
yassinedorbozgithub
61f159010e feat: implement dynamic create DTO for NLP Module 2025-01-10 19:24:49 +01:00
yassinedorbozgithub
571ba1d568 fix: update role active field 2025-01-10 18:44:24 +01:00
yassinedorbozgithub
1936e6a0e7 feat: implement dynamic create DTO for Role 2025-01-10 18:42:11 +01:00
yassinedorbozgithub
e0e773454d feat: implement dynamic create DTO for Permission 2025-01-10 18:38:17 +01:00
yassinedorbozgithub
b6102b3843 feat: implement dynamic create DTO for Language 2025-01-10 17:47:13 +01:00
yassinedorbozgithub
43c56ab2dd feat: implement dynamic create DTO for Menu 2025-01-10 17:24:48 +01:00
yassinedorbozgithub
635687536b feat: implement dynamic create DTO for Content 2025-01-10 17:15:40 +01:00
yassinedorbozgithub
559c6c586f feat: implement dynamic create DTO for ContentType 2025-01-10 16:53:50 +01:00
yassinedorbozgithub
7578c485f1 feat: implement dynamic create DTO for Subscriber 2025-01-10 16:37:47 +01:00
yassinedorbozgithub
dc7d451378 feat: implement dynamic create DTO for Label 2025-01-10 15:59:02 +01:00
yassinedorbozgithub
df8e48a830 Merge branch 'main' into 548-issue-generic-support-of-multiple-dto-per-service 2025-01-10 15:38:57 +01:00
yassinedorbozgithub
9e49e8256e feat: implement dynamic create DTO for Category 2025-01-10 14:52:38 +01:00
yassinedorbozgithub
21b2f46f4c feat: implement dynamic create DTO in the BaseSeeder 2025-01-10 12:02:54 +01:00
yassinedorbozgithub
ffc260bba2 fix: implement dynamic create DTO for Block 2025-01-10 11:30:23 +01:00
yassinedorbozgithub
66ba5bff64 fix: update conversation and user DTO naming 2025-01-10 11:23:49 +01:00
yassinedorbozgithub
1b788cc78f fix: enhance enum naming 2025-01-10 09:11:54 +01:00
yassinedorbozgithub
e5e5495a42 fix: update user.dto state property 2025-01-10 09:11:23 +01:00
yassinedorbozgithub
7489648bae fix: support createMany method 2025-01-10 08:54:04 +01:00
yassinedorbozgithub
5c4d9af9cf fix: update the DTOs types naming 2025-01-10 08:32:40 +01:00
yassinedorbozgithub
13e94e5079 fix: update DTOs naming 2025-01-10 08:25:55 +01:00
yassinedorbozgithub
849f458f1c fix: pass dynamic DTO from the base service to the repository constructor 2025-01-10 08:11:20 +01:00
yassinedorbozgithub
239909e711 fix: update conversation DTO naming 2025-01-10 07:59:04 +01:00
yassinedorbozgithub
7f59f593c5 feat: implement dynamic create DTO for User 2025-01-10 07:57:37 +01:00
yassinedorbozgithub
382bdd4ef1 feat: implement dynamic create DTO for Conversation 2025-01-10 07:44:06 +01:00
hexastack
8adf5cc161 fix: add unit tests 2025-01-09 16:08:27 +01:00
hexastack
c1fbd556c2 remove stale comment 2025-01-09 12:26:56 +01:00
hexastack
82ec9a1163 fix: add default format implementation 2025-01-09 12:25:14 +01:00
Med Marrouchi
dfa38c9c61
Merge pull request #542 from Hexastack/fix/with-url
Some checks failed
Build and Push Docker API Image / build-and-push (push) Has been cancelled
Build and Push Docker Base Image / build-and-push (push) Has been cancelled
Build and Push Docker UI Image / build-and-push (push) Has been cancelled
fix: remove unecessary WithUrl typing
2025-01-09 12:06:56 +01:00
Mohamed Marrouchi
d48b88f41e fix: remove unecessary WithUrl typing 2025-01-09 10:52:00 +01:00
yassinedorbozgithub
fb4c7feadb fix: update user seeds 2025-01-09 10:47:16 +01:00
yassinedorbozgithub
8ab2f16c56 fix: make user avatar field required 2025-01-09 10:44:32 +01:00
yassinedorbozgithub
cc2f5a1665 fix: adapt passport logic 2025-01-09 08:46:45 +01:00
yassinedorbozgithub
88cb281694 fix: adapt ability guard 2025-01-09 08:46:27 +01:00
yassinedorbozgithub
869d7d167d fix: make mailerService optional 2025-01-09 08:31:42 +01:00
yassinedorbozgithub
5bb4668a01 fix: adapt services constructors 2025-01-09 08:28:14 +01:00
yassinedorbozgithub
816db9817a fix: apply strict null checks updates to the User Module 2025-01-09 08:26:29 +01:00
yassinedorbozgithub
8326c8c121 fix: update attachment and i18n services 2025-01-08 18:02:11 +01:00
yassinedorbozgithub
6aaa130bc7 fix: resolve file conflicts 2025-01-08 17:56:27 +01:00
Med Marrouchi
c720d3b602
Merge pull request #517 from Hexastack/refactor/avatar-upload
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
Refactor Subscriber/User Avatar Upload/Download
2025-01-08 17:51:01 +01:00
Mohamed Marrouchi
30202bac79 fix: use for loop in fs operations 2025-01-08 17:32:58 +01:00
yassinedorbozgithub
f9f764f3fe fix(api): apply feedbacks 2025-01-08 16:39:17 +01:00
yassinedorbozgithub
54e5a38661 fix: resolve file conflicts 2025-01-07 17:03:35 +01:00
Med Marrouchi
9515b87875
Merge pull request #528 from Hexastack/527-issue-pagination-querypipe-issue
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
[MERGE ORDER 1] fix: resolve pagination-querypipe null checks issues
2025-01-07 17:01:54 +01:00
Mohamed Marrouchi
1ea0ce2a7f fix: subscriber avatar + update migration 2025-01-07 16:55:33 +01:00
Mohamed Marrouchi
3721f4365e feat: allow user/edit/:id endpoint to upload avatar 2025-01-07 16:55:33 +01:00