1
0
Fork 0
forked from svrjs/svrjs
Commit graph

615 commits

Author SHA1 Message Date
3a4cefa67a Optimize portions from directory listing function 2024-04-24 13:03:53 +02:00
d789fea921 Move counter if blocks to another if block 2024-04-24 12:58:46 +02:00
4f5f96dfdb Disable OpenSSL EOL notification for Bun (Bun uses BoringSSL) 2024-04-24 12:52:32 +02:00
a986d3c523 Use os.availableParallelism if it is implemented 2024-04-21 19:39:30 +02:00
1ae35a1977 Replace (...).indexOf("/") != 0 with (...)[0] != "/" 2024-04-21 16:46:01 +02:00
70cb113715 Remove duplicate client socket check 2024-04-21 16:32:20 +02:00
50be3cb450 Fix server crashes with .dirimages 2024-04-13 11:13:57 +02:00
ebf996856e Merge branch 'main' of https://git.svrjs.org/svrjs 2024-04-13 11:08:56 +02:00
4820db0160 Fix .dirimages directory returning 500 error, if it is not present in the web root 2024-04-13 11:08:48 +02:00
9b3cb3100d Replaced deprecated "substr" function with "substring" 2024-04-10 09:15:23 +02:00
31c2a060ce GitHub test successful! 2024-04-08 18:32:25 +02:00
01e2ad023a Test GitHub mirror 2024-04-08 18:31:38 +02:00
Dorian Niemiec
6dc340e8bc
Update main.yml - change Git user name to "github" 2024-04-08 17:19:04 +02:00
Dorian Niemiec
c9cf370e0c
Update main.yml 2024-04-08 17:14:44 +02:00
Dorian Niemiec
4661cb9145
Create main.yml 2024-04-08 17:12:32 +02:00
8f67b72bc5 Make configJSON.enableCompression conditions consistent 2024-04-07 15:52:51 +02:00
98ed9d9242 Fix "enableCompression not found" error 2024-04-07 15:52:07 +02:00
9576dc6406 Fix problems with Brotli compression on Bun 2024-04-07 15:31:27 +02:00
8978515e49 Change the order of static file serving. 2024-04-07 09:27:02 +02:00
86234d4795 Optimize check for compressible data 2024-04-07 09:25:14 +02:00
80943bf695 Remove redundant fs.stat in static file serving function 2024-04-07 09:19:45 +02:00
e584cce286 Added CVE-2024-27982 notice 2024-04-03 18:56:01 +02:00
9bd64cc65a Disabled trailing slash redirection for proxy requests 2024-04-02 17:33:21 +02:00
ee568d252e Fix "Can't read property 1 of undefined" error. Also unify crash handlers. 2024-04-02 11:21:04 +02:00
1ef32bfe1d Change default configuration file 2024-04-02 11:01:13 +02:00
ccb90d07e5 Remove .kate-swp files 2024-04-02 11:00:47 +02:00
2cb4f8f491 Change default dontCompress regular expressions 2024-04-02 11:00:25 +02:00
6dd689e7d5 Update conditions for directory listing icons 2024-04-02 10:53:02 +02:00
0fc76179f3 Add .mov, .wma and .wmv files 2024-04-02 10:37:55 +02:00
b236064a9b Add default file formats not compressed list to SVR.JS itself. Also compressed audio/video file formats to one regular expression 2024-04-02 10:35:44 +02:00
b027443c47 Added more file formats to be excluded from compression 2024-04-02 10:30:26 +02:00
e3c1dcea0e Bun's crypto.scrypt doesn't block the event loop that much compared to crypto.pbkdf2 2024-04-01 21:48:19 +02:00
bac0e61487 Remove unneeded "listeningMessage.js" files 2024-03-31 19:30:13 +02:00
9eff118962 Change all of the internal calls to "callServerError" 2024-03-31 19:15:10 +02:00
51544f5732 Sort out the server error description list 2024-03-31 19:02:43 +02:00
36e57cfbef Collapse even more errno exit code 2024-03-31 18:58:19 +02:00
5638a45e6e Change code for Node.JS builds without crypto library 2024-03-31 18:55:27 +02:00
3b7271386c Make server listening error description list an object in the global scope 2024-03-31 18:51:39 +02:00
36b989f2ba Optimize server error handlers 2024-03-31 18:44:00 +02:00
428444a3a6 Fix bug with res.writeHead method 2024-03-29 10:58:50 +01:00
03a485c04a Fix bug with request domain names not showing in server logs 2024-03-19 17:12:28 +01:00
30367a1338 Fix the "SERVER MESSAGE" in SVR.JS log viewer and log highlighter 2024-03-17 21:39:21 +01:00
096121695c Update SVR.JS log viewer and log highlighter to reflect the changes in SVR.JS itself 2024-03-17 21:38:24 +01:00
be8cfe942e Make server message types bold 2024-03-17 21:32:39 +01:00
98de0a31dc Make "SVR.JS - a web server running on Node.JS" bold 2024-03-17 21:23:25 +01:00
155b808dbc Remove not applicable tests from test page 2024-03-17 15:20:44 +01:00
9a8f83bad9 Fix language error in the comment 2024-03-17 15:17:41 +01:00
cb81658318 Add "localhost" entry to the block list, when "block localhost" is typed into SVR.JS rather than "::ffff:localhost". 2024-03-17 15:13:07 +01:00
c85df7cd26 Make the improvement consistent with password verification function 2024-03-17 10:20:00 +01:00
32a92804fa Improve protection against user enumeration 2024-03-17 10:17:53 +01:00