Dorian Niemiec DorianNiemiecSVRJS
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-23 21:35:09 +02:00
baf38ee353 Add "throw wwwrootError", for now.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-23 21:33:38 +02:00
be33f83ed1 Added default config.json setting from SVR.JS 3.x, and fixed core middleware.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-23 21:27:49 +02:00
2dda7d73ab Replaced responseEnd() function (which doesn't exist) with res.end() function for now
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-23 21:25:38 +02:00
dd344ecca3 Expand core middleware, add URL sanitizer middleware, and add logging to the middleware error handling.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-23 20:43:38 +02:00
000ae75904 Add middleware functionality. Also replace JSON.parse with JSON.stringify with Object.assign.
ee4c3dcda6 Add some core functionality to SVR.JS
Compare 2 commits »
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-08-23 18:04:41 +02:00
52484dab24 Fix bug in the URL parser with href attribute of a parsed URL missing a port number.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-23 17:44:12 +02:00
fbdb3f93d4 Add URL sanitizer. Also add eslint-plugin-jest to ESLint configuration.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-23 17:22:18 +02:00
5171855776 Add more npm scripts.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-23 17:18:43 +02:00
c9db45c0fe The build script now builds SVR.JS .zip archive.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-23 17:06:02 +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.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-23 17:04:17 +02:00
DorianNiemiecSVRJS created branch next in svrjs/svrjs 2024-08-23 17:04:16 +02:00
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-08-22 12:41:23 +02:00
0e722d8fcf Updated many dependencies and changed files related to licenses accordingly
DorianNiemiecSVRJS pushed to main at svrjs/svrjs-website 2024-08-07 06:32:27 +02:00
59c1e5a396 Update SVR.JS to 3.15.6
DorianNiemiecSVRJS pushed tag 3.15.5 to svrjs/svrjs 2024-08-07 06:24:20 +02:00
DorianNiemiecSVRJS pushed tag 3.15.6 to svrjs/svrjs 2024-08-07 06:24:20 +02:00
DorianNiemiecSVRJS pushed to stable at svrjs/svrjs 2024-08-07 06:23:58 +02:00
d44ee67e57 Update to SVR.JS 3.15.6
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-08-06 16:53:25 +02:00
0ec041617e Update "index.html" file
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-08-06 16:34:39 +02:00
af02333183 Add the code to send data to the statistics server.
DorianNiemiecSVRJS pushed to main at svrjs/svrjs-statistics-server 2024-08-06 16:16:44 +02:00
928b0951b4 Fix 500 Internal Server Error with empty mods list.