Commit graph

194 commits

Author SHA1 Message Date
Seednode
5ab6d1ee85 Add custom theme support 2023-09-14 22:13:21 -05:00
Seednode
0b62009fa3 Remove debug argument 2023-09-14 21:13:12 -05:00
Seednode
28bc560098 Add more languages for code syntax highlighting 2023-09-14 21:02:48 -05:00
Seednode
aaee51e9a4 Add syntax highlighting for code 2023-09-14 17:37:22 -05:00
Seednode
99ec1d7ebd Allow toggling of page refreshInterval 2023-09-14 00:01:50 -05:00
Seednode
fdd33376ce Add --prefix flag for easy reverse proxying 2023-09-13 23:24:29 -05:00
Seednode
bfb04cab66 Remove unneeded(?) prepareDirectory() function 2023-09-13 20:45:28 -05:00
Seednode
ce99374a9f Removed statistics (sorry) pending full rewrite 2023-09-13 17:02:43 -05:00
Seednode
65b77f33cc Attempt to rework stats handling, add support for '~' in paths 2023-09-13 12:30:24 -05:00
Seednode
61f10a6f3c Split http handler registration into source files 2023-09-13 12:00:24 -05:00
Seednode
64639a87a3 Changed all variables to non-exported by default 2023-09-13 09:26:15 -05:00
Seednode
d7bc6e2451 Total restructure, just look at the diffs at this point 2023-09-12 23:35:17 -05:00
Seednode
cbf7218453 Added endpoints to view registered file formats 2023-09-12 22:35:15 -05:00
Seednode
c77a151a24 Gonna be honest, guys, I don't think I know what an interface is 2023-09-12 20:56:39 -05:00
Seednode
a7daf81754 Replace []string with map[string]string for extensions, to allow setting default MIME type values 2023-09-12 19:46:27 -05:00
Seednode
732d944036 Rename formats package to types, replace Css string literal in type struct with func() string 2023-09-12 16:32:19 -05:00
Seednode
c996f3fc53 Serve ruffle from their CDN, instead of vendoring locally 2023-09-12 13:14:05 -05:00
Seednode
a29390aa76 Added .swf support, fallback to filetype detection by extension if mime type detection fails 2023-09-12 13:06:45 -05:00
Seednode
2097a9ab13 Add looping and preload to audio and video files, add file types listed as supported by MDN 2023-09-11 21:22:26 -05:00
Seednode
93799e16fe Replaced cssFunction with string literal, since no customization should be needed 2023-09-11 19:43:18 -05:00
Seednode
3c21946351 Add --all flag to allow all supported file types at once; add --text flag 2023-09-11 19:11:45 -05:00
Seednode
51971feb87 Rearranged source files for consistency 2023-09-11 12:59:40 -05:00
Seednode
86184f26bf Split source into more files and fixed bug where images wouldn't display due to swapped parameter order 2023-09-11 12:09:08 -05:00
Seednode
951ff50f88 Moved types to their own package (formats) 2023-09-11 11:25:39 -05:00
Seednode
e8ee96c7d6 First attempt at making format registrations modular 2023-09-11 10:43:09 -05:00
Seednode
c7984d0743 Only remove file from cache after file has been removed from filesystem when --russian is passed 2023-09-10 21:28:27 -05:00
Seednode
494f9271f4 Updated readme 2023-09-10 21:08:51 -05:00
Seednode
32bd20522a Added audio file support 2023-09-10 21:02:03 -05:00
Seednode
8d0d271f79 Added mime type tags to <img> and <video> 2023-09-10 20:41:08 -05:00
Seednode
8fa4a7c652 Corrected all references to image->media/file 2023-09-10 20:29:11 -05:00
Seednode
928bbb8c53 Added video support 2023-09-10 20:23:48 -05:00
Seednode
caf1b1889c Replaced math/rand with crypto/rand 2023-09-10 12:16:50 -05:00
Seednode
d869a375ab Removed redundant isImage check 2023-09-10 11:27:55 -05:00
Seednode
30eead7e2f Cleaned up pagination calculations 2023-09-09 23:27:40 -05:00
Seednode
53d14ff279 Remove file from filesystem and cache at same time during serveStaticFile() 2023-09-09 21:17:17 -05:00
Seednode
26475ed491 Moved warning for --russian earlier in init process 2023-09-09 21:00:58 -05:00
Seednode
8bbfd36a09 Added --russian flag, fixed issue where last image in cache would never be served 2023-09-09 20:57:50 -05:00
Seednode
e4a4cb6bcd Remove unused debug statement, update usage info for --page-length 2023-09-09 19:47:44 -05:00
Seednode
425857af84 Fixed pagination for stats, was using query parameter instead of httprouter parameter 2023-09-09 00:25:04 -05:00
Seednode
e170990e83 Added pagination to debug and stats endpoints 2023-09-09 00:06:28 -05:00
Seednode
fc0c9974b1 Simplified alphanumeric regex 2023-09-07 16:20:48 -05:00
Seednode
2e842e6a0a Rearranged ServePage() to be more intuitive in order of operations 2023-09-06 17:31:05 -05:00
Seednode
05f8084089 Removed unused Stat type, removed unused regex for durations, replaced strings.Builder with string constant for favicon html 2023-09-06 11:53:19 -05:00
Seednode
de9bc0af97 Added --profile flag for net/http/pprof 2023-09-06 10:15:11 -05:00
Seednode
ec8b5c9c7f Import net/http/pprof 2023-09-06 09:06:44 -05:00
Seednode
6ff79b1817 Added option to force refreshInterval from command line, and added minimum interval of 500ms 2023-08-21 15:38:56 -05:00
Seednode
9b250416d9 Reworked port uint16-to-string conversion 2023-08-13 18:07:45 -05:00
Seednode
01629da407 Replaced uint64 with uint32 2023-08-13 17:29:28 -05:00
Seednode
172db15454 Updated transitive dependencies 2023-08-08 17:12:34 -05:00
Seednode
53ee79b87f Reworked favicon and error page handlers 2023-08-05 21:38:28 -05:00