fef51438c0Append newline to index rebuild HTTP response; remove unneeded error handling for index rebuild handler registration
Seednode
2023-12-17 05:28:24 -0600
4d384eb4dcReplaced HTML escape character for single quote with URL encoding
Seednode
2023-11-07 20:34:39 -0600
0c45103fbdWait no actually single quotes specifically do need to be escaped
Seednode
2023-11-07 20:32:20 -0600
be2c118284Now we can combine three different types of quotation marks
Seednode
2023-11-07 20:26:14 -0600
77e98c1f52Wait it was just an issue of single quotes versus double quotes, because single quotes are valid in filenames
Seednode
2023-11-07 20:22:14 -0600
0d43dbeeb1Probably shouldn't use a URL-encoded character in my placeholder, huh
Seednode
2023-11-07 20:14:27 -0600
e22c171b29Terrible workaround for not URL-encoding path separators
Seednode
2023-11-07 20:11:19 -0600
9953bb50dcURL-encode file paths for first/prev/next/last buttons with sorted files
Seednode
2023-11-07 20:04:48 -0600
00b8af42feAdd --all to accepted format list
Seednode
2023-11-06 15:34:47 -0600
b5566eee27Only apply filtering when --filtering is passed
Seednode
2023-11-05 14:03:34 -0600
a918737896Unquote string because it breaks version naming
Seednode
2023-11-05 09:11:25 -0600
7d1ae04849Possible fix for alt text flickering before image load in Firefox
Seednode
2023-10-03 11:17:59 -0500
5a37bf3bebExit early from path validation if checks pass, instead of completing the loop
Seednode
2023-10-03 11:07:58 -0500
e67752470dAdd --fallback option to serve every file, even if no corresponding format is registered
Seednode
2023-10-03 09:44:50 -0500
13440f6a4eApply normalization to paths before passing to list for index
Seednode
2023-10-03 09:28:00 -0500
900b59155bReplace filepath.WalkDir() with recursive function based on os.ReadDir(), to skip unnecessary Stat() calls
Seednode
2023-10-03 08:26:55 -0500
64133afe33Make entire canvas clickable link on not found/error pages
Seednode
2023-10-01 10:11:13 -0500
10a3f0927dAdd pagination button to both bottom and top of html info pages when enabled
Seednode
2023-09-30 08:51:13 -0500
8c4633f40fLoad timezone before displaying first log output, to ensure consistent timestamps
Seednode
2023-09-30 07:49:40 -0500
fa1e3d126fSimplify type registration system
Seednode
2023-09-29 14:36:11 -0500
09ccf91a39Change /clear_cache endpoint to /rebuild_index
Seednode
2023-09-28 10:35:01 -0500
3c9f5095f9Bump version to v2.0.0 due to breaking change with --cache -> -index
Seednode
2023-09-28 10:16:18 -0500
1d0e4634c7Rename cache to index for more accurate terminology
Seednode
2023-09-28 10:09:45 -0500
19c2e616fcRework verbose output for visual consistency
Seednode
2023-09-28 07:29:33 -0500
0e8ac8cdc5Preserve case of filter query params even without --case-sensitive, include filename in --verbose output for cache import/export
Seednode
2023-09-28 06:15:10 -0500