Seednode
|
04d253c1e6
|
Log accesses to /_/stats and reduce verbosity of GenerateCache()
|
2023-01-21 16:37:32 -06:00 |
Seednode
|
66f6069d96
|
Directly call getFileList() when generating cache, instead of pickFile()
|
2023-01-21 16:20:35 -06:00 |
Seednode
|
3bf3c5b5ed
|
Moved struct and method declarations to the appropriate source files
|
2023-01-21 16:08:59 -06:00 |
Seednode
|
7c40d62496
|
Sped up indexing when caching is enabled but filters are applied, added RWMutex to Index struct
|
2023-01-21 10:27:35 -06:00 |
Seednode
|
340b637baf
|
Added Get() and Set() functions for file index
|
2023-01-21 09:35:23 -06:00 |
Seednode
|
fcdb81a9b7
|
Fixed double-scanning with cache enabled
|
2023-01-20 22:42:44 -06:00 |
Seednode
|
6c888ba20a
|
Added filesize and timestamps to debug JSON output
|
2023-01-20 18:14:07 -06:00 |
Seednode
|
0f4c4845b2
|
JSON output for stats is now pretty-printed and sorted alphabetically
|
2023-01-19 20:31:02 -06:00 |
Seednode
|
71bedaf9e8
|
Changed json keys to lower-case
|
2023-01-19 12:40:33 -06:00 |
Seednode
|
ed748a9b8c
|
Corrected usage message
|
2023-01-19 12:12:40 -06:00 |
Seednode
|
1a4496b788
|
Added stats endpoint
|
2023-01-19 12:07:15 -06:00 |
Seednode
|
979a9e4d4c
|
Added 200 Ok response when clearing cache
|
2023-01-18 19:14:39 -06:00 |
Seednode
|
42734cda62
|
Added /clear_cache endpoint to regenerate cache on demand
|
2023-01-18 12:11:23 -06:00 |
Seednode
|
b96ee8ac99
|
Removed mutually exclusive flag from cache and filter, now cache is bypassed if filters are supplied
|
2023-01-18 11:50:29 -06:00 |
Seednode
|
0906bd6769
|
Updated copyright year
|
2023-01-18 11:19:29 -06:00 |
Seednode
|
19fa332ced
|
Cached mode now generates cache on first run, not first HTTP request, to improve initial response time
|
2023-01-18 11:18:01 -06:00 |
Seednode
|
d343be7253
|
Added support for time.Duration refresh intervals, instead of just integer seconds
|
2023-01-18 09:58:14 -06:00 |
Seednode
|
8ddbe8b2c6
|
Replaced <= 0 with < 1 for readability's sake
|
2022-12-20 18:24:07 -06:00 |
Seednode
|
cf79bc1d3d
|
Moved determining real IP address to its own function
|
2022-12-20 18:17:33 -06:00 |
Seednode
|
af9def38ba
|
Accidentally referred to response headers, not request headers, when determining IP address
|
2022-12-20 17:54:27 -06:00 |
Seednode
|
3d560ef770
|
Added initial attempt at reporting proper IPs in logs
|
2022-12-20 17:48:05 -06:00 |
Seednode
|
cfbffb6dab
|
Fixed incorrect IsEmpty() check that would return true if exactly one of HasIncludes() or HasExcludes() returned true
|
2022-12-20 17:12:37 -06:00 |
Seednode
|
f9d7be008d
|
Combined declare/initialize steps for structs
|
2022-11-11 09:44:47 -06:00 |
Seednode
|
d3c063017d
|
Removed extraneous check in getRefreshInterval(), inverted value check in getSortOrder(), replaced string concatenation with strings.Builder in generateFilePath()
|
2022-11-11 09:19:53 -06:00 |
Seednode
|
0b34784b12
|
Images are now centered, both vertically and horizontally
|
2022-11-10 23:24:14 -06:00 |
Seednode
|
eff8394453
|
Changed variable name from PascalCase to camelCase
|
2022-11-10 15:34:07 -06:00 |
Seednode
|
5f28361f47
|
Fixed issue where invalid include/exclude values were being accepted
|
2022-11-10 13:57:38 -06:00 |
Seednode
|
ea4b1be5c3
|
Added basic input verification for sortOrder/refreshInterval
|
2022-11-10 10:09:39 -06:00 |
Seednode
|
28af94cba3
|
Refresh now happens X seconds after page finishes completely loading, not X seconds after the initial request is sent
|
2022-11-10 09:38:40 -06:00 |
Seednode
|
4b596743f7
|
Replaced error if/else checks with switch/case, to keep things consistent
|
2022-11-10 00:29:06 -06:00 |
Seednode
|
283b4fccec
|
Unified error handling, fixed missing file checks, and added logging for requested (but not available) files
|
2022-11-10 00:26:21 -06:00 |
Seednode
|
0a251e8f5a
|
Always append refresh query string, replaced string concatenation with strings.Builder in generateQueryParams()
|
2022-11-10 00:04:47 -06:00 |
Seednode
|
3e98201cdd
|
Removed extraneous </img> tag and added doctype tag
|
2022-11-09 23:53:02 -06:00 |
Seednode
|
f12b800a71
|
Replaced const string template with strings.Builder, to be hopefully somewhat more readable while still being moderately efficient
|
2022-11-09 23:33:13 -06:00 |
Seednode
|
43a515c896
|
Replaced image dimension string variable with Dimensions struct, replaced handrolled HTML generation with gohtml library, added height and width to img tags
|
2022-11-09 23:17:19 -06:00 |
Seednode
|
ac67d710c8
|
Moved javascript after img tag
|
2022-11-09 21:25:04 -06:00 |
Seednode
|
a9b2af3e18
|
Fixed improper handling of potentially empty string for strconv.Atoi()
|
2022-11-08 19:30:08 -06:00 |
Seednode
|
ea2e17d265
|
Added automatic reload functionality via query parameters, and rewrote generateQueryParams() to hopefully be more readable
|
2022-11-08 19:24:49 -06:00 |
Seednode
|
c213911969
|
Only generate filter struct once, further simplify switch/case om serveHtmlHandler() into a simple if/else
|
2022-11-05 11:17:31 -05:00 |
Seednode
|
b6f7d9c104
|
Reworked functions to be more concise (e.g. now getNewFile and getNextFile work with or without sortOrder)
|
2022-11-05 11:00:42 -05:00 |
Seednode
|
70a1eaf91d
|
Reverted previous change because the count was actually working fine, I just forgot my test instance was pointing at multiple directories
|
2022-11-02 09:17:07 -05:00 |
Seednode
|
ea1d8d52c6
|
Maybe fixed incorrect total scanned file count displayed when -v is passed
|
2022-11-02 09:10:55 -05:00 |
Seednode
|
c13eac975f
|
Fixed length of extensions array, and added bmp to the support formats in the readme
|
2022-10-31 15:18:47 -05:00 |
Seednode
|
3450ea89e0
|
Fixed for loop requesting out-of-range index in pickFile()
|
2022-10-29 10:41:03 -05:00 |
Seednode
|
f6924ba7b5
|
Added support for .bmp images
|
2022-10-29 10:32:01 -05:00 |
Seednode
|
297c561fab
|
pickFile now iterates through entire file list, instead of stopping after an arbitrary number
|
2022-10-28 23:07:25 -05:00 |
Seednode
|
2274c51e84
|
Set --cache and --filter as mutually exclusive
|
2022-10-28 22:59:59 -05:00 |
Seednode
|
3d6e7b0493
|
Added limit on file checking retries
|
2022-10-28 21:08:08 -05:00 |
Seednode
|
ad6d7e2cd3
|
Empty space on image pages is now clickable, and returns a new random image
|
2022-10-28 19:52:53 -05:00 |
Seednode
|
97e3b47b19
|
Only seed rng once, at initialization, and speed up picking random file by using rand.Intn instead of shuffling the slice
|
2022-10-28 19:49:49 -05:00 |