Commit Graph

34 Commits

Author SHA1 Message Date
7fbff41329 Unasync route handler 2024-11-29 13:14:40 +00:00
53514b5e1a Prettify compilation console logs 2024-11-29 13:12:46 +00:00
768b3e48f7 Remove webpack watch unhook 2024-11-29 00:25:31 +02:00
afccb8517a Ditch webpack-dev-middleware 2024-11-29 00:13:43 +02:00
b5c2ecdfcc Webpack: cache lib.js to disk to prevent occasional OOM 2024-11-28 22:47:27 +02:00
afb4acc19b Revert "Webpack: cache lib.js to disk to prevent occasional OOM"
This reverts commit f630c8892a.
2024-11-28 22:45:45 +02:00
f630c8892a Webpack: cache lib.js to disk to prevent occasional OOM 2024-11-28 22:39:20 +02:00
b1300d403c Always stop webpack watch on android 2024-11-24 05:03:35 +02:00
a80741a20e Webpack: Don't watch filesystem in production 2024-10-18 11:47:51 +00:00
4725b869eb Add webpack for external frontend libraries. 2024-10-16 22:00:14 +03:00
a0889a15fd Explicitly import node process 2024-10-11 10:43:29 +03:00
a0e6030836 Simplify node imports 2024-10-11 00:28:17 +03:00
1616e7e067 Explicitly import Buffer. Specify jsdoc local extensions 2024-10-10 23:36:22 +03:00
d52b4fbbde Node: Migrate to ES Modules 2024-10-10 22:37:22 +03:00
06a7bdd3ce Only allow login via basic per-user if user password is set 2024-10-09 15:04:28 +07:00
fe1f9fafbd [bug] Don't allow per user auth with accounts disabled 2024-10-09 10:43:52 +03:00
0ada5407ee [bug] Fix login attempts to disabled users 2024-10-09 01:54:56 +03:00
8a95e0a290 [chore] Reformat 2024-10-09 01:38:32 +03:00
b9375ed7ea Rename PERUSER => PER_USER 2024-10-09 01:37:34 +03:00
71236e5e8c eslint 2024-10-06 15:06:05 +07:00
69a604044d Add additional login methods 2024-10-06 14:35:03 +07:00
2847b5ee45 [skip ci] Fix format 2024-04-27 23:02:51 +03:00
943906d8a3 Fix UTF-8 file name uploads
https://github.com/expressjs/multer/issues/1104
2024-04-27 22:58:32 +03:00
2f45f50d37 Add config value for forwarded IPs whitelisting 2024-04-22 15:52:59 +03:00
716d1fc988 Merge branch 'staging' into neo-server 2024-04-13 15:26:48 +03:00
792be63c5c fix: whitelist in real-ip 2024-04-12 22:03:36 -07:00
58359c9682 Control whitelist mode with console flag 2024-04-12 01:33:39 +03:00
411a8ef8a7 Enable CSRF for public endpoints. Split users module. Add rate limiter. 2024-04-09 21:58:16 +03:00
c94460714d Whitelist to check listen mode via console 2024-03-30 22:42:51 +02:00
dd7ac914a6 Rename basic auth middleware 2023-12-15 18:43:00 +02:00
1ed9267174 Move whitelist middleware to its own module 2023-12-14 17:36:41 -05:00
c63cd87cc0 lint: Require semicolons 2023-12-02 21:11:06 +02:00
7aeb098212 Fix config access. Add Top K to classification results 2023-09-11 01:49:47 +03:00
edd41989fd Initial commit 2023-07-20 20:32:15 +03:00