34cc53338fMove table style to <style> element to allow use of CSP nonce
Seednode
2024-01-30 17:28:13 -0600
c926a9184eRemove transparency on images prior to loading page
Seednode
2024-01-30 17:20:45 -0600
0baba06aceTemporarily remove CSP header for flash
Seednode
2024-01-30 15:22:15 -0600
70275a734fRework log messages for index rebuilds (scheduled and requested)
Seednode
2024-01-30 14:38:05 -0600
3814e10f20Change nonce length to a constant
Seednode
2024-01-30 13:27:45 -0600
dbe3bbe0d6Add CSP headers for all modules, though some are stricter than others
Seednode
2024-01-30 13:22:42 -0600
352eb24c30Add initial CSP header support (currently only for images and error pageS)
Seednode
2024-01-30 13:07:59 -0600
b8171a535aRemove --binary-prefix and always use decimal prefixes; update Readme for clarity
Seednode
2024-01-30 11:14:36 -0600
5488ffc410Move info about index rebuild endpoint from Indexing to API section
Seednode
2024-01-30 11:01:16 -0600
83809696acChange --info to --api; /index/rebuild now requires POST instead of GET request; merge --ignore and --ignore-file
Seednode
2024-01-30 10:12:05 -0600
3a6aaee236Remove extraneous newline, why is this a commit? No idea
Seednode
2024-01-30 06:42:59 -0600
dc3eda4047Move index rebuild timer function into index.go
Seednode
2024-01-30 06:25:14 -0600
656c74b883Change lzw from LSB-first to MSB-first. This should probably be a major version bump, but who's using lzw, really
Seednode
2024-01-08 17:42:13 -0600
787d3880ecFix typo (lz5 => lz4) in compression format list, change http server error output for consistency with other errors
Seednode
2024-01-06 09:52:38 -0600
1f6a06bc2cChange default concurrency from max int64 to math.MaxInt32
Seednode
2024-01-06 09:48:01 -0600
f0378f09e0Change default concurrency from max int64 to math.MaxInt32
Seednode
2024-01-06 09:47:07 -0600
6f29f89acfContinue scanning instead of aborting on fs.ErrPermission or fs.ErrNotExist; add --debug flag to view output from those errors; initialize error logging earlier in setup
Seednode
2024-01-06 09:41:30 -0600
e9d75ac6f3Add note that compression can be disabled
Seednode
2024-01-05 22:17:57 -0600
4403785899Add missing compression formats to README
Seednode
2024-01-05 21:55:22 -0600
560868ab75Remove import alias for pierrec/lz4
Seednode
2024-01-05 21:48:40 -0600
59cbd25e7cAdd --compression-fast to use fastest compression method instead of best
Seednode
2024-01-05 21:42:22 -0600
965d3deb8dAdd support for snappy and lz4 compression
Seednode
2024-01-05 21:30:08 -0600
2b6aa85302Add info about compression algorithms and admin prefix redaction to README
Seednode
2024-01-05 20:42:12 -0600
fac4412c5cAdd --compression, to allow specifying compression format for index file
Seednode
2024-01-05 20:39:05 -0600
646c962e5dAdd 1 microsecond delay to each call to walkPath() to fix incorrect filesMatched stat
Seednode
2024-01-05 20:03:49 -0600
60ec29612bAdd --redact option to hide admin prefix in log output
Seednode
2024-01-05 19:00:15 -0600
5167ff457eAllow empty paths, notifying if no valid files are found
Seednode
2024-01-05 18:50:45 -0600
ccff56d28dRename scanStatsChannel => scanStats, add workaround for occasionally missing single file when indexing
Seednode
2024-01-05 07:29:16 -0600