Commit Graph

451 Commits

Author SHA1 Message Date
Seednode f5dae78483 Update README with new default value for --concurrency 2024-01-01 12:05:43 -06:00
Seednode 01032aaab9 Remove max concurrency hard limit 2024-01-01 11:51:28 -06:00
Seednode e032be0936 Set default concurrency from 1024->8192, replace chan int with chan struct{} for concurrency limits 2024-01-01 11:36:19 -06:00
Seednode 127e0ffe22 Restrict --admin-prefix values to same character set as --ignore-file 2023-12-31 16:04:54 -06:00
Seednode 3702cac56e Properly escape '-' in ignore filename pattern 2023-12-31 15:57:39 -06:00
Seednode 843e54c36a Add -_ to supported character list for ignore filename 2023-12-31 15:54:43 -06:00
Seednode 23fe33fbd3 Add support for configurable ignore-file name 2023-12-31 15:50:13 -06:00
Seednode afd2c8acd7 Updated transitive dependencies 2023-12-27 20:31:18 -06:00
Seednode 75abffda62 Add admin prefix to first/prev/next/last links in info pages 2023-12-22 10:22:42 -06:00
Seednode 01191f7443 Sort configuration options for rootCmd 2023-12-17 09:07:41 -06:00
Seednode c1be0efc4b Add disclaimer to --admin-prefix documentation 2023-12-17 07:28:21 -06:00
Seednode f3ee295663 Update README with --admin-prefix info 2023-12-17 06:50:55 -06:00
Seednode 14adbdf742 Add concurrency limits; add optional admin path prefix 2023-12-17 06:35:03 -06:00
Seednode fef51438c0 Append newline to index rebuild HTTP response; remove unneeded error handling for index rebuild handler registration 2023-12-17 05:28:24 -06:00
Seednode e9a3ae5e58 Restructure variable initializations 2023-12-17 05:16:46 -06:00
Seednode eaed4f11ef Add --ignore, to skip directories 2023-12-07 10:34:19 -06:00
Seednode 57e5b7dff2 Updated transitive dependencies 2023-12-04 11:40:53 -06:00
Seednode 664e0c3a5c Updated transitive dependencies 2023-12-01 16:33:32 -06:00
Seednode 19ccd32eb4 Updated transitive dependencies 2023-11-28 07:56:23 -06:00
Seednode 78a29b87fc Updated transitive dependencies 2023-11-15 11:03:43 -06:00
Seednode aa6cb2aeef Allow --fallback as sole format option 2023-11-13 17:31:00 -06:00
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