seednode
|
5440346b08
|
More fine-tuning of max dimensions for images
|
2024-05-28 19:41:13 -04:00 |
seednode
|
66586ba32d
|
Slightly reduce size of image to fix overlap with buttons
|
2024-05-28 19:30:01 -04:00 |
seednode
|
459cb9df0d
|
Bump version number to 8.8.2 as an example
|
2024-05-15 13:27:19 -04:00 |
seednode
|
f9084df786
|
Updated transitive dependencies
|
2024-05-13 09:56:40 -04:00 |
seednode
|
d7af8c0efb
|
Updated transitive dependencies
|
2024-04-30 08:24:39 -04:00 |
Seednode
|
43a8d43f0c
|
Updated transitive dependencies
|
2024-03-12 08:18:49 -05:00 |
Seednode
|
1b2c61176f
|
Updated transitive dependencies
|
2024-03-04 16:36:21 -06:00 |
Seednode
|
2416dc26aa
|
Correct linter errors
|
2024-02-28 11:17:33 -06:00 |
Seednode
|
0053f0e986
|
Updated transitive dependencies
|
2024-02-25 08:43:17 -06:00 |
Seednode
|
ed6a9ca2b9
|
Updated transitive dependencies
|
2024-02-22 09:01:56 -06:00 |
Seednode
|
a2857ce16f
|
Replace 'container' with 'image' for consistency
|
2024-02-21 07:58:38 -06:00 |
Seednode
|
f5c031af7e
|
Update readme with new docker build command
|
2024-02-21 07:51:44 -06:00 |
Seednode
|
a29c46aa7f
|
Build using local source files instead of git cloning; do not strip or upx-compress the debug binary
|
2024-02-21 07:50:29 -06:00 |
Seednode
|
fc425425b5
|
Display time of next scheduled index rebuild
|
2024-02-15 18:01:54 -06:00 |
Seednode
|
3fd2bf6bb3
|
Inline single-use methods
|
2024-02-11 11:12:30 -06:00 |
Seednode
|
09bb2def7e
|
Rename variable for conciseness
|
2024-02-11 10:30:10 -06:00 |
Seednode
|
3ef68aaa23
|
Fix broken JSON, pt 2
|
2024-02-08 22:10:48 -06:00 |
Seednode
|
e910b9f8d1
|
Fix broken JSON
|
2024-02-08 22:10:09 -06:00 |
Seednode
|
c6c1cf7e5d
|
Disable CSP headers for the time being
|
2024-02-08 21:17:47 -06:00 |
Seednode
|
c3725bb504
|
Updated transitive dependencies
|
2024-02-08 21:08:59 -06:00 |
Seednode
|
50c6104c17
|
Update PGO profile
|
2024-02-08 21:05:48 -06:00 |
Seednode
|
cd734286fb
|
Fix missing regexp import
|
2024-02-08 20:55:47 -06:00 |
Seednode
|
abc0677b2c
|
Replace crypto/rand with math/rand/v2 to test
|
2024-02-08 16:37:49 -06:00 |
Seednode
|
b17a21b846
|
Remove ': null' from JSON output
|
2024-02-08 15:36:07 -06:00 |
Seednode
|
4e410d4db2
|
Bump Go version to 1.22; remove openbsd/mips builds
|
2024-02-07 11:44:30 -06:00 |
Seednode
|
068850b27f
|
Updated readme for new shorter arguments
|
2024-02-06 16:18:19 -06:00 |
Seednode
|
065cb275ae
|
All arguments are now at most two hyphenated words
|
2024-02-06 16:10:06 -06:00 |
Seednode
|
9989b42386
|
Actually use zstd encoder instead of directly wrapping file in gob
|
2024-02-06 15:48:39 -06:00 |
Seednode
|
158d304bee
|
Remove unnecessary check for leading slash in JSON dump
|
2024-02-06 15:41:34 -06:00 |
Seednode
|
ca8818af78
|
Initial attempt at generating JSON tree for index dump
|
2024-02-06 15:26:28 -06:00 |
Seednode
|
8939f00653
|
Remove zstd encoder re-use, as it runs at fairly long intervals and isn't worth keeping the object alive
|
2024-02-06 10:12:55 -06:00 |
Seednode
|
dbfcebe5d6
|
Updated transitive dependencies
|
2024-02-05 18:32:36 -06:00 |
Seednode
|
cd9443a64b
|
Updated transitive dependencies
|
2024-01-31 11:30:37 -06:00 |
Seednode
|
34cc53338f
|
Move table style to <style> element to allow use of CSP nonce
|
2024-01-30 17:28:13 -06:00 |
Seednode
|
c926a9184e
|
Remove transparency on images prior to loading page
|
2024-01-30 17:20:45 -06:00 |
Seednode
|
0baba06ace
|
Temporarily remove CSP header for flash
|
2024-01-30 15:22:15 -06:00 |
Seednode
|
70275a734f
|
Rework log messages for index rebuilds (scheduled and requested)
|
2024-01-30 14:38:05 -06:00 |
Seednode
|
3814e10f20
|
Change nonce length to a constant
|
2024-01-30 13:27:45 -06:00 |
Seednode
|
dbe3bbe0d6
|
Add CSP headers for all modules, though some are stricter than others
|
2024-01-30 13:22:42 -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
|
b8171a535a
|
Remove --binary-prefix and always use decimal prefixes; update Readme for clarity
|
2024-01-30 11:14:36 -06:00 |
Seednode
|
5488ffc410
|
Move info about index rebuild endpoint from Indexing to API section
|
2024-01-30 11:01:16 -06:00 |
Seednode
|
83809696ac
|
Change --info to --api; /index/rebuild now requires POST instead of GET request; merge --ignore and --ignore-file
|
2024-01-30 10:12:05 -06:00 |
Seednode
|
3a6aaee236
|
Remove extraneous newline, why is this a commit? No idea
|
2024-01-30 06:42:59 -06:00 |
Seednode
|
dc3eda4047
|
Move index rebuild timer function into index.go
|
2024-01-30 06:25:14 -06:00 |
Seednode
|
efd28adbc3
|
Defer closing quit channel
|
2024-01-30 05:12:26 -06:00 |
Seednode
|
949cf2180e
|
Remove outdated compression format info from Readme
|
2024-01-30 04:49:46 -06:00 |
Seednode
|
36e813aa2d
|
Add info for automatic indexing to Readme
|
2024-01-30 04:38:29 -06:00 |
Seednode
|
c87453d2f8
|
Update readme with info for --index-interval
|
2024-01-30 04:35:49 -06:00 |
Seednode
|
187a6569ff
|
Add --index-interval for automatic index rebuilds
|
2024-01-30 04:27:18 -06:00 |