Seednode
|
f21594feef
|
Updated transitive dependencies
|
2023-11-13 11:29:17 -06:00 |
Seednode
|
6ae9fab005
|
Updated transitive dependencies
|
2023-11-08 14:23:16 -06:00 |
Seednode
|
844fb61fcf
|
Updated transitive dependencies
|
2023-11-07 20:38:35 -06:00 |
Seednode
|
4d384eb4dc
|
Replaced HTML escape character for single quote with URL encoding
|
2023-11-07 20:34:39 -06:00 |
Seednode
|
0c45103fbd
|
Wait no actually single quotes specifically do need to be escaped
|
2023-11-07 20:32:20 -06:00 |
Seednode
|
be2c118284
|
Now we can combine three different types of quotation marks
|
2023-11-07 20:26:14 -06:00 |
Seednode
|
77e98c1f52
|
Wait it was just an issue of single quotes versus double quotes, because single quotes are valid in filenames
|
2023-11-07 20:22:14 -06:00 |
Seednode
|
0d43dbeeb1
|
Probably shouldn't use a URL-encoded character in my placeholder, huh
|
2023-11-07 20:14:27 -06:00 |
Seednode
|
e22c171b29
|
Terrible workaround for not URL-encoding path separators
|
2023-11-07 20:11:19 -06:00 |
Seednode
|
9953bb50dc
|
URL-encode file paths for first/prev/next/last buttons with sorted files
|
2023-11-07 20:04:48 -06:00 |
Seednode
|
00b8af42fe
|
Add --all to accepted format list
|
2023-11-06 15:34:47 -06:00 |
Seednode
|
b5566eee27
|
Only apply filtering when --filtering is passed
|
2023-11-05 14:03:34 -06:00 |
Seednode
|
a918737896
|
Unquote string because it breaks version naming
|
2023-11-05 09:11:25 -06:00 |
Seednode
|
f994d6a8d8
|
Quoted latest string in Docker build script
|
2023-11-05 09:00:48 -06:00 |
Seednode
|
ad8309e304
|
Added support for versioned docker tags (finally)
|
2023-11-05 08:32:11 -06:00 |
Seednode
|
61ea0b9670
|
Replace default --image flag with MarkFlagsOneRequired() from spf13/cobra
|
2023-11-05 08:23:49 -06:00 |
Seednode
|
625877a924
|
Updated transitive dependencies
|
2023-11-05 08:16:51 -06:00 |
Seednode
|
baa2c14d72
|
Updated transitive dependencies
|
2023-10-29 21:49:49 -05:00 |
Seednode
|
dafd8c5866
|
Updated transitive dependencies
|
2023-10-24 03:25:47 -05:00 |
Seednode
|
a87d9a26fd
|
Update readme with --disable-buttons
|
2023-10-20 17:25:52 -05:00 |
Seednode
|
d902368845
|
Add first/prev/next/last buttons to sorted content
|
2023-10-20 17:18:35 -05:00 |
Seednode
|
9274162b4b
|
Only pass Fun value to Type{} if it has an actual effect
|
2023-10-19 09:44:41 -05:00 |
Seednode
|
8dcd03e07f
|
Updated transitive dependencies
|
2023-10-17 20:38:45 -05:00 |
Seednode
|
7721c10e87
|
Updated transitive dependencies
|
2023-10-14 16:13:23 -05:00 |
Seednode
|
64639f17d2
|
Add example link (to nature.seedno.de)
|
2023-10-13 13:09:59 -05:00 |
Seednode
|
9d4d5df3f9
|
Updated transitive dependencies
|
2023-10-11 08:12:56 -05:00 |
Seednode
|
dec38c8758
|
Fix prev/next buttons for info pages, add support for --prefix to the same
|
2023-10-09 21:52:06 -05:00 |
Seednode
|
81d7e60d0c
|
Restructure endpoints to be more structured, bump major version
|
2023-10-09 10:13:15 -05:00 |
Seednode
|
c6941f1336
|
Rename mime types to media types, change endpoints accordingly
|
2023-10-09 09:47:17 -05:00 |
Seednode
|
9633239b69
|
Spacebar now also resumes automatic refreshing
|
2023-10-09 08:17:32 -05:00 |
Seednode
|
f36c0cc999
|
Spacebar now pauses automatic page refreshing
|
2023-10-08 17:38:09 -05:00 |
Seednode
|
cf5fa04432
|
Updated transitive dependencies
|
2023-10-06 11:54:32 -05:00 |
Seednode
|
9d789cb439
|
Rework filewalk function yet again
|
2023-10-05 16:33:23 -05:00 |
Seednode
|
3e6ad89ea4
|
Updated transitive dependencies
|
2023-10-05 15:25:57 -05:00 |
Seednode
|
1c04c8291e
|
Reword 'Selecting from' as 'Selected' when indexing files
|
2023-10-05 11:18:21 -05:00 |
Seednode
|
f0bcafb645
|
Update PGO profile
|
2023-10-04 21:57:18 -05:00 |
Seednode
|
17abb25e74
|
Split scanPaths stat counter incrementing into separate goroutines
|
2023-10-04 21:54:06 -05:00 |
Seednode
|
9844f4a2e1
|
Add new --fun flag, add comments to Type interface
|
2023-10-04 17:33:03 -05:00 |
Seednode
|
9ae0aa60d3
|
Use int returned from w.Write() instead of calculating length of []byte
|
2023-10-04 15:47:43 -05:00 |
Seednode
|
84c25310da
|
Replace single-value registered format struct with the map value itself
|
2023-10-04 14:09:49 -05: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
|
97f5bddafa
|
Update PGO profile
|
2023-10-03 14:08:31 -05:00 |
Seednode
|
7d1ae04849
|
Possible fix for alt text flickering before image load in Firefox
|
2023-10-03 11:17:59 -05:00 |
Seednode
|
5a37bf3beb
|
Exit early from path validation if checks pass, instead of completing the loop
|
2023-10-03 11:07:58 -05:00 |
Seednode
|
e67752470d
|
Add --fallback option to serve every file, even if no corresponding format is registered
|
2023-10-03 09:44:50 -05:00 |
Seednode
|
13440f6a4e
|
Apply normalization to paths before passing to list for index
|
2023-10-03 09:28:00 -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
|
10a3f0927d
|
Add pagination button to both bottom and top of html info pages when enabled
|
2023-09-30 08:51:13 -05:00 |
Seednode
|
8c4633f40f
|
Load timezone before displaying first log output, to ensure consistent timestamps
|
2023-09-30 07:49:40 -05:00 |