Seednode
|
4e410d4db2
|
Bump Go version to 1.22; remove openbsd/mips builds
|
2024-02-07 11:44:30 -06:00 |
Seednode
|
cd9443a64b
|
Updated transitive dependencies
|
2024-01-31 11:30:37 -06:00 |
Seednode
|
0baba06ace
|
Temporarily remove CSP header for flash
|
2024-01-30 15:22:15 -06:00 |
Seednode
|
3814e10f20
|
Change nonce length to a constant
|
2024-01-30 13:27:45 -06:00 |
Seednode
|
352eb24c30
|
Add initial CSP header support (currently only for images and error pageS)
|
2024-01-30 13:07:59 -06:00 |
Seednode
|
06c6b70b2c
|
Update release year
|
2024-01-14 12:39:14 -06:00 |
Seednode
|
2f06ae3605
|
Remove non-zstd compression options
|
2024-01-14 09:29:22 -06:00 |
Seednode
|
431de92bbb
|
Remove snappy, lz4, lzw, deflate, and gzip compression options
|
2024-01-09 13:39:08 -06:00 |
Seednode
|
965d3deb8d
|
Add support for snappy and lz4 compression
|
2024-01-05 21:30:08 -06:00 |
Seednode
|
fac4412c5c
|
Add --compression, to allow specifying compression format for index file
|
2024-01-05 20:39:05 -06:00 |
Seednode
|
5167ff457e
|
Allow empty paths, notifying if no valid files are found
|
2024-01-05 18:50:45 -06:00 |
Seednode
|
01032aaab9
|
Remove max concurrency hard limit
|
2024-01-01 11:51:28 -06:00 |
Seednode
|
127e0ffe22
|
Restrict --admin-prefix values to same character set as --ignore-file
|
2023-12-31 16:04:54 -06:00 |
Seednode
|
23fe33fbd3
|
Add support for configurable ignore-file name
|
2023-12-31 15:50:13 -06:00 |
Seednode
|
14adbdf742
|
Add concurrency limits; add optional admin path prefix
|
2023-12-17 06:35:03 -06:00 |
Seednode
|
5dc218c60e
|
Remove timestamp from error output, allow min/max file count value of 0
|
2023-10-03 15:00:32 -05:00 |
Seednode
|
900b59155b
|
Replace filepath.WalkDir() with recursive function based on os.ReadDir(), to skip unnecessary Stat() calls
|
2023-10-03 08:26:55 -05:00 |
Seednode
|
64133afe33
|
Make entire canvas clickable link on not found/error pages
|
2023-10-01 10:11:13 -05:00 |
Seednode
|
81b2d4a7b4
|
Capitalize logging prefixes, limit values to math.MaxInt32
|
2023-09-26 05:29:55 -05:00 |
Seednode
|
f7376e89b9
|
Add basic validation for max/min file count and scan values
|
2023-09-26 04:03:52 -05:00 |
Seednode
|
935021e464
|
Replace uint/uint16/uint32 values with int, declare errors as variables
|
2023-09-26 03:49:20 -05:00 |
Seednode
|
d4cf9cfa4f
|
Add Type() method to types.Type, to allow displaying served file size for both embedded and inline files
|
2023-09-15 15:13:45 -05:00 |
Seednode
|
64639a87a3
|
Changed all variables to non-exported by default
|
2023-09-13 09:26:15 -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
|
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 |