Commit Graph

174 Commits

Author SHA1 Message Date
Mohamed Marrouchi
eda4839fee fix: globals (to be removed later) 2024-10-26 15:26:21 +01:00
Mohamed Marrouchi
e745b97e87 fix: refactor session store 2024-10-26 12:02:39 +01:00
Mohamed Marrouchi
acc6fcaa88 fix: event emitter + misc typings 2024-10-26 10:36:47 +01:00
Mohamed Marrouchi
c722b85d5d fix: express session 2024-10-26 09:02:34 +01:00
Mohamed Marrouchi
1b1a0b4b35 fix: mongoose 2024-10-26 08:23:02 +01:00
yassinedorbozgithub
8c0c1c9a1f fix(api): update comment 2024-10-25 12:27:55 +01:00
yassinedorbozgithub
801841fb13 fix(api): enhance base-repository.ts typing 2024-10-25 12:24:04 +01:00
Mohamed Marrouchi
e2e61ef7c9 feat: add ollama helper & plugin as a npm pkg (installed by default) 2024-10-23 16:33:21 +01:00
Mohamed Marrouchi
c9b7567fd5 fix: minor fixes 2024-10-23 15:03:37 +01:00
Mohamed Marrouchi
9479e40370 feat: enhance llm helper support 2024-10-23 10:50:43 +01:00
Mohamed Marrouchi
5524d3c4c0 fix: clear setting cache once seeded 2024-10-23 08:23:25 +01:00
Mohamed Marrouchi
ab35a77b9c fix: add missing copyright header 2024-10-23 06:22:26 +01:00
Mohamed Marrouchi
eebb07b3e3 fix: add copyright header 2024-10-23 06:20:41 +01:00
Mohamed Marrouchi
5218233434 feat: rename live chat tester to console 2024-10-23 06:20:39 +01:00
Mohamed Marrouchi
a3d7b83511 feat: rename offline to web 2024-10-23 06:20:02 +01:00
Mohamed Marrouchi
1fc58f4496 fix: remove old way of handling extensions 2024-10-23 06:20:02 +01:00
Mohamed Marrouchi
9ca46a07c6 fix: rename group to namespace 2024-10-23 06:20:02 +01:00
Mohamed Marrouchi
a70be216ac fix: dynamic provides 2024-10-23 06:20:01 +01:00
Mohamed Marrouchi
35cf78c523 feat: refactor extensions as npm packages (be brave 1) 2024-10-23 06:20:01 +01:00
Med Marrouchi
6e58361abf
Merge pull request #248 from Hexastack/247-issue-eslint-rule-to-automate-adding-copyright-header
247 issue eslint rule to automate adding copyright header
2024-10-22 16:15:28 +01:00
Mohamed Marrouchi
7b275c40f4 fix: ts issue 2024-10-22 15:10:39 +01:00
Med Marrouchi
f26a97f763
Merge pull request #246 from Hexastack/245-issue-enhance-event-typing
fix(api): enhance event typing
2024-10-22 15:02:00 +01:00
Mohamed Marrouchi
2543622ae3 fix: remove duplicate setting 2024-10-21 16:19:47 +01:00
Mohamed Marrouchi
52fdade8e4 fix: remove eslint disable 2024-10-21 15:14:37 +01:00
Mohamed Marrouchi
58b0fca976 feat: add ollama plugin 2024-10-21 15:14:37 +01:00
Mohamed Marrouchi
8ef7e2abef feat: minor changes 2024-10-21 15:14:37 +01:00
Mohamed Marrouchi
648912fcc7 feat: add llm helper 2024-10-21 15:14:37 +01:00
Mohamed Marrouchi
d19565aae0 fix: remove unrelated setting 2024-10-21 15:14:37 +01:00
Mohamed Marrouchi
e33671b338 feat: refactor helpers (NLU) 2024-10-21 15:14:35 +01:00
Mohamed Marrouchi
b7eef89981 feat: refactor helpers (nlu) 2024-10-21 15:11:06 +01:00
Mohamed Marrouchi
a65e937003 fix: i18n dir scan 2024-10-21 10:29:32 +01:00
Mohamed Marrouchi
92bb4978c3 feat: add plugins settings i18n + typing 2024-10-19 13:56:09 +01:00
yassinedorbozgithub
516737ac4b feat(api): automate adding copyright header 2024-10-19 12:16:49 +01:00
yassinedorbozgithub
39d8d65f82 fix(api): decentralize extensions typing 2024-10-19 11:33:15 +01:00
Mohamed Marrouchi
8d846186cc feat: enhance typing + remove unused translations 2024-10-19 09:17:51 +01:00
yassinedorbozgithub
3c14ddd76a fix(api): enhance event typing 2024-10-19 07:10:59 +01:00
Mohamed Marrouchi
a8030378ca fix: channel event typing 2024-10-18 18:46:32 +01:00
Mohamed Marrouchi
6792b3c534 fix: filename 2024-10-18 18:33:05 +01:00
Mohamed Marrouchi
1da6e9e5e0 fix: sanitize uploaded filename 2024-10-18 18:33:05 +01:00
Mohamed Marrouchi
879f5be1c2 fix: unit test + sanitize uploaded filename 2024-10-18 18:33:05 +01:00
Mohamed Marrouchi
85cc85e4db feat: fetch remote i18n 2024-10-18 18:33:05 +01:00
Med Marrouchi
c902a8c7da
Merge pull request #235 from Hexastack/feat/use-i18n-ns
feat(frontend): add i18n namespace + remove setting help & id
2024-10-18 17:49:10 +01:00
Mohamed Marrouchi
6192641eca feat(frontend): add i18n namespace + remove setting help & id 2024-10-18 08:39:27 +01:00
Med Marrouchi
b8059c3900
Merge pull request #230 from Hexastack/229-issue-api-imports-order
fix(api): eslint imports order
2024-10-18 06:01:07 +01:00
yassinedorbozgithub
0766b92eb6 fix(api): add missing type import 2024-10-17 06:55:51 +01:00
yassinedorbozgithub
72e3f3ef1a fix(api): eslint imports order 2024-10-16 18:54:55 +01:00
yassinedorbozgithub
5dda7151cf fix(api): settings types 2024-10-16 18:50:13 +01:00
Med Marrouchi
693a8dbb9a
Merge pull request #212 from Hexastack/211-issue-remove-unused-v1-dto-middleware-logic
fix(api): remove unused v1 dto middleware logic
2024-10-15 15:18:36 +01:00
yassinedorbozgithub
096f0c2e93 fix(api): remove unused v1 dto middleware logic 2024-10-13 21:11:34 +01:00
yassinedorbozgithub
d574e43812 fix: attachment spelling issue 2024-10-13 08:27:28 +01:00