1
0
Fork 0
forked from svrjs/svrjs
Commit graph

19 commits

Author SHA1 Message Date
8e1ea9e5bc build: add rebuilding SVR.JS when the source code changes when the "dev" script is executed 2024-11-09 13:20:02 +01:00
12f2109ad9 chore: update dependencies to latest versions 2024-11-01 09:40:56 +01:00
b6f6be8d43 chore: update dependencies to latest versions 2024-09-13 05:49:19 +02:00
5827d88392 chore: update dependencies to latest versions 2024-09-12 16:20:37 +02:00
72b803de4b build: add lint-staged and update Git hooks 2024-09-01 21:58:58 +02:00
896d3ee1ff build: add commitizen and "cz" script 2024-09-01 21:43:19 +02:00
d555b2af80 build: add husky and commitlint for commit validation 2024-09-01 21:39:58 +02:00
ae04419988 chore: Update dependencies 2024-09-01 19:33:47 +02:00
70bebc1d1e Update dependencies 2024-08-30 22:48:53 +02:00
db238d8b0d Remove lockfiles from .gitignore 2024-08-30 22:21:56 +02:00
fdb3e32091 Add package manager lock files to .gitignore 2024-08-30 22:16:57 +02:00
0450094c68 Add tests for middleware, add ".js" file extensions inside the require functions in tests for utility functions, make error handling in URL rewriting middleware better, and lint out static file serving and directory listing middleware 2024-08-30 22:11:16 +02:00
4077e6da5e Update package-lock.json 2024-08-26 19:48:03 +02:00
9b03abc646 Add OCSP stapling support 2024-08-25 17:59:52 +02:00
23508a5292 Added support for SVR.JS 2.x and 3.x mods. 2024-08-25 15:40:53 +02:00
0ceded2256 Add static file serving and directory listing functionality. 2024-08-25 10:23:37 +02:00
fbdb3f93d4 Add URL sanitizer. Also add eslint-plugin-jest to ESLint configuration. 2024-08-23 17:43:37 +02:00
c9db45c0fe The build script now builds SVR.JS .zip archive. 2024-08-23 17:18:18 +02:00
6564ccbe83 Rewritten SVR.JS from scratch - the build system for the new SVR.JS is set up, but the source is just placeholders. 2024-08-23 17:05:10 +02:00