Commit Graph

817 Commits

Author SHA1 Message Date
Yassine
537815c954
Merge pull request #944 from Hexastack/115-issue-fallback-message-shouldnt-be-ignored
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: Resolve block local fallback issue
2025-04-25 09:53:57 +01:00
Yassine
c2c53bf99c
Merge pull request #949 from Hexastack/948-fix-skip-invalid-url-wildcard-cors
Filter out wildcard origins from allowed domains
2025-04-25 09:52:55 +01:00
Yassine
9b2840af01
Merge pull request #913 from Hexastack/fix/attachment-issues
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
Fix: attachment issues
2025-04-25 08:01:11 +01:00
Yassine
f20fed6eb0
Merge pull request #940 from Hexastack/fix/sync-nlp-value
fix: correct criteria format for nlp value update
2025-04-25 08:00:10 +01:00
medchedli
dbfbb2b582 fix: filter out wildcard origins from allowed domains 2025-04-22 16:12:30 +01:00
yassinedorbozgithub
5be637fd30 fix(api): resolve block local fallback issue 2025-04-20 11:53:42 +01:00
Yassine
8ced75ef53
Merge pull request #923 from Hexastack/906-bug---incorrect-chatbot-response-sequencing
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(api): resolve messages order response
2025-04-18 10:43:41 +01:00
MohamedAliBouhaouala
7632866b2a fix: correct criteria format and correct postCreate hook event 2025-04-17 14:48:50 +01:00
MohamedAliBouhaouala
b04673fab4 fix: correct criteria format for nlp value update 2025-04-17 12:18:49 +01:00
Med Marrouchi
83d3e01ba4
revert change 2025-04-16 17:34:22 +01:00
Med Marrouchi
bfaf9d4865
Revert "Revert "fix: backward compatibility content type fields type"" 2025-04-16 17:32:47 +01:00
Med Marrouchi
b76bcc09fe
Revert "fix: backward compatibility content type fields type" 2025-04-16 17:32:22 +01:00
Med Marrouchi
40ccf73331
Update api/src/cms/dto/contentType.dto.ts 2025-04-16 17:27:38 +01:00
hexastack
00cf334788 fix: address feedback 2025-04-16 11:33:01 +01:00
hexastack
a5f1aa25e4 fix: address feedback 2025-04-16 11:26:45 +01:00
hexastack
2e04f3cef4 fix: backward compatibility content type fields type 2025-04-16 11:15:01 +01:00
abdou6666
ba729de340 feat: support delete many attachments 2025-04-14 17:01:08 +01:00
abdou6666
90efbf54e5 fix: remove duplicate attachment module 2025-04-14 10:44:08 +01:00
yassinedorbozgithub
0203662234 fix(api): resolve messages order response 2025-04-13 22:06:34 +01:00
yassinedorbozgithub
55d1eade00 fix(api): add logs 2025-04-12 06:58:10 +01:00
yassinedorbozgithub
f74066b577 fix(api): apply feedback update 2025-04-12 06:52:25 +01:00
yassinedorbozgithub
c561984b0e Merge branch 'main' into fix/cleanup-languageId-nlp-sample 2025-04-12 06:51:32 +01:00
yassinedorbozgithub
15a22e5978 fix(api): revert unused new line 2025-04-12 06:34:50 +01:00
yassinedorbozgithub
126a406d16 fix(api): update unit tests 2025-04-12 06:32:06 +01:00
yassinedorbozgithub
69a994f9e3 fix(api): optimize preUpdateMany 2025-04-12 06:31:08 +01:00
yassinedorbozgithub
39e587de26 fix(api): resolve getAllowsOrigins unit tests 2025-04-12 05:00:34 +01:00
yassinedorbozgithub
36fa34b303 fix(api): resolve allowed_domains redis bug 2025-04-12 04:58:56 +01:00
yassinedorbozgithub
e6ad44784b fix: apply feedback update 2025-04-11 23:57:47 +01:00
yassinedorbozgithub
a782c6d3ba Merge branch 'main' into fix/define-content-type-fields-type 2025-04-11 23:53:26 +01:00
Yassine
99f134c2a7
Merge pull request #909 from Hexastack/908-issue---check-dependency-categories
Chore: update dependencies category
2025-04-11 21:02:22 +01:00
Yassine
16c12b705c
Merge pull request #910 from Hexastack/863-bug---make-translatable-plugin-settings
Fix: Make translatable plugin settings
2025-04-11 20:12:23 +01:00
abdou6666
4ff92953eb fix: cleanup 2025-04-11 18:42:59 +01:00
abdou6666
d504e6b61c fix: remove debugger 2025-04-11 17:41:26 +01:00
abdou6666
0f82f11d76 fix: remove unused image 2025-04-11 17:21:47 +01:00
abdou6666
8bd778db52 fix: attachment 2025-04-11 16:40:50 +01:00
Yassine
aed32e8a21
Merge pull request #842 from Hexastack/839-nlu-values---display-samples-count-per-value
feat: support the display samples count per value
2025-04-11 09:48:04 +01:00
yassinedorbozgithub
3d1c3f4328 fix: add a settingType variable 2025-04-10 15:38:26 +01:00
yassinedorbozgithub
96f6ab55f7 fix: make plugin settings translatable 2025-04-10 15:36:21 +01:00
Yassine
76b155f373
Merge pull request #899 from Hexastack/897-bug---missing-content-payloadtype-prevents-configuring-postback-button-with-content-trigger
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: add missing content payloadType
2025-04-10 14:21:47 +01:00
yassinedorbozgithub
3eb998c4a2 fix(api): update dependencies category 2025-04-10 09:45:19 +01:00
Yassine
bbf55ae897
Merge pull request #894 from Hexastack/fix/importing-csv-file-ignores-fields-and-status-always-true
fix: importing csv file ignores fields and status always true
2025-04-10 09:01:24 +01:00
Yassine
1f91618d84
Merge pull request #633 from Hexastack/fix/hook-stats-entry-event
fix: hook stats entry event
2025-04-10 08:52:13 +01:00
abdou6666
33cc3f713d fix: attachment issues wip 2025-04-09 16:00:02 +01:00
abdou6666
e350afe3d1 fix: apply feedback 2025-04-08 08:24:21 +01:00
abdou6666
ed65938907 fix: cleanup languageId from NlpSamples on language deletion 2025-04-08 08:23:20 +01:00
hexastack
caaee58072 fix: add suggestion 2025-04-07 15:15:10 +01:00
yassinedorbozgithub
b96048c7ee fix: add content payloadType unit test 2025-04-07 14:46:45 +01:00
yassinedorbozgithub
551c3ccf35 fix: add missing content payloadType 2025-04-07 14:38:36 +01:00
hexastack
ca633b52fb fix: address review 2025-04-07 12:59:21 +01:00
hexastack
3153ab09cb fix: importing csv file ignores fields and status always true 2025-04-07 11:53:39 +01:00