Commit Graph

48 Commits

Author SHA1 Message Date
38fe4eb39f Use correct console logging 2026-07-01 18:32:04 +00:00
eaad87dd05 Prevent variable from being reassigned in find method 2026-07-01 18:30:00 +00:00
072176dd39 Merge branch 'main' of https://gitea.spilum.net/Spilum.Net/Many-Tailed-Fox 2026-07-01 18:24:51 +00:00
e2b9fc1012 Fix typo and debug 2026-07-01 18:24:42 +00:00
156b3b8133 Comment 2026-06-30 03:59:41 +00:00
4c0d5b13d1 Add device id as source and redis connection management 2026-06-29 01:19:23 +00:00
05b99e21dc Fix typo 2026-06-29 01:09:14 +00:00
5fdb74866e Fix typo 2026-06-29 01:06:07 +00:00
2fe9b0c25c Use redis url instead of host and port 2026-06-29 01:03:51 +00:00
2bd0547451 Add streams initializer to redis model 2026-06-29 00:51:59 +00:00
3ea241ebbd Create initialization of redis streams 2026-06-29 00:32:45 +00:00
07bedda2c0 Consistend capitalization 2026-06-29 00:32:16 +00:00
e6b9ad9262 More debug 2026-06-28 23:52:01 +00:00
2c0225b34d Remove debug line 2026-06-28 23:30:36 +00:00
6d48d0fe1d env variables problem fixed, removing debug lines 2026-06-28 23:29:01 +00:00
86c6cbd929 Debug 2026-06-28 23:24:49 +00:00
a291c47202 More debugging and only load dotenv file when in development 2026-06-28 23:18:14 +00:00
cf6643bfd7 re-add require dotenv 2026-06-28 23:07:59 +00:00
d0199b5a91 Config fiddling 2026-06-28 23:00:25 +00:00
c646fefec1 Use config instead of relying on process.env in server.js 2026-06-28 22:54:03 +00:00
b05e60fbcc Log req.body for debug 2026-06-28 22:24:59 +00:00
64633de5ff Change route to post 2026-06-28 21:56:29 +00:00
b8af1b716d Add route to get intent command 2026-06-28 21:46:48 +00:00
bbeb518e66 Add comments 2026-06-28 21:46:37 +00:00
de6eda5a8a Add intent model to db 2026-06-28 21:04:25 +00:00
0f87fcc9ab Fix imports 2026-06-28 21:01:28 +00:00
780255363c Use imported Redis 2026-06-28 20:42:54 +00:00
32e64c8376 Fix 'invalid shorthand property initializer' 2026-06-28 20:40:09 +00:00
67d70da3c6 move docker workflow to root 2026-06-28 20:15:50 +00:00
64eed85bbc Create getIntent command 2026-06-28 20:04:55 +00:00
8e05899b0f Rename get all intents method 2026-06-28 19:52:22 +00:00
ab5c4b291e Fixing config in models index 2026-06-28 19:51:46 +00:00
39eda160c5 Create docker image workflow 2026-06-28 19:25:21 +00:00
326ab0534f Fix imports 2026-06-28 19:18:03 +00:00
e04ed134b0 Make redis connection into a model module 2026-06-28 19:13:12 +00:00
66845ed610 Create example .env 2026-06-28 19:11:52 +00:00
6f1dd5874b Get all intents from database 2026-06-28 19:00:52 +00:00
8cbad619b2 Add redis config.js 2026-06-28 18:50:17 +00:00
50c755c067 Add Intent module for SQL 2026-06-28 18:50:01 +00:00
36bdabc581 change intent route to /fallback/intent 2026-06-28 18:40:27 +00:00
7c80976229 Add intent route 2026-06-28 18:36:13 +00:00
b4cd7055aa Create redis connection 2026-06-28 18:35:54 +00:00
730b173f86 npm i dotenv 2026-06-28 18:16:27 +00:00
de34d21ae2 npm i redis 2026-06-28 18:15:39 +00:00
49fefcc4fb Remove isAdminOrModerator check 2026-06-28 03:08:44 +00:00
be122bac95 Remove Moderator role 2026-06-28 03:04:13 +00:00
05d40734db npm audit fix 2026-06-28 02:56:47 +00:00
d2ab2dff9d Fork spilum-net-backend 2026-06-28 02:53:52 +00:00