1
0
Fork 0
forked from svrjs/svrjs
Commit graph

20 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
147c7c5d03 build: move utils/ directory to src/extraScripts/ 2024-09-20 06:27:28 +02:00
f287289af3 build: move lint-staged configuration from package.json to separate configuration file 2024-09-01 22:01:49 +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
fb0da78488 Add test coverage npm script and add "coverage" folder to .gitignore 2024-08-30 22:18:22 +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
7fe503c07d Modify package.json - change the lint script (again) 2024-08-28 14:08:38 +02:00
1309e36151 Modify package.json - change the lint script 2024-08-28 14:03:31 +02:00
7133e750cc Rename utilities directory to utils. 2024-08-26 07:35:01 +02:00
343dce37ec Add utilities to ESLint check list, and lint out the utilities. 2024-08-26 07:34:07 +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
e9e3bf5377 Fix eslint script to also lint index.js file. 2024-08-25 11:38:11 +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
5171855776 Add more npm scripts. 2024-08-23 17:21:52 +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