Seednode
|
61587985cc
|
Updated transitive dependencies
|
2022-12-06 16:57:07 -06:00 |
Seednode
|
06381fd0b9
|
Updated transitive dependencies
|
2022-11-29 21:20:21 -06:00 |
Seednode
|
85ddc13627
|
Clarified which builds are actually tested
|
2022-11-11 17:51:02 -06:00 |
Seednode
|
a053d8bb94
|
Specified supported platforms for Docker image
|
2022-11-11 17:48:29 -06:00 |
Seednode
|
06fd74741f
|
Added more build platform targets, maybe I'll even test some of them
|
2022-11-11 17:44:05 -06:00 |
Seednode
|
e8a06a09a4
|
Disabled CGO instead of statically linking it in
|
2022-11-11 17:34:41 -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
|
c30c966ee3
|
Fixed missing close-paren
|
2022-11-10 23:36:59 -06:00 |
Seednode
|
e605bf1f0f
|
Added link to Dockerfile repo to README
|
2022-11-10 23:36:38 -06:00 |
Seednode
|
76aab2c2a2
|
Added docker image to README
|
2022-11-10 23:34:31 -06:00 |
Seednode
|
76e1ad90f7
|
Added contact info to readme
|
2022-11-10 23:33:20 -06:00 |
Seednode
|
0b34784b12
|
Images are now centered, both vertically and horizontally
|
2022-11-10 23:24:14 -06:00 |
Seednode
|
0bdbc5d2a0
|
Merge branch 'master' of ssh://git/seednode/roulette
|
2022-11-10 15:34:12 -06:00 |
Seednode
|
eff8394453
|
Changed variable name from PascalCase to camelCase
|
2022-11-10 15:34:07 -06:00 |
Seednode
|
6e16f6eef4
|
Fixed phrasing consistency in README
|
2022-11-10 14:54:55 -06:00 |
Seednode
|
7a49433e17
|
Fixed typo in README, clarified that filters must be alphanumeric
|
2022-11-10 14:54:17 -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
|
b6a46a63b6
|
Updated transitive dependencies
|
2022-11-10 00:31:50 -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
|
7e5f8b4c14
|
Removed unused image decoders from vendoring
|
2022-10-29 10:46:08 -05:00 |
Seednode
|
7fbac504bc
|
Removed unused tiff/vp8 decoders from vendoring
|
2022-10-29 10:43:58 -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 |
Seednode
|
920bdb2615
|
Slight formatting change to HTML output, for consistency's sake
|
2022-10-28 19:18:34 -05:00 |
Seednode
|
5c7bb60dcb
|
Entire 404 page is now clickable, and attempts to open a new random file
|
2022-10-28 19:09:05 -05:00 |
Seednode
|
0434353942
|
Display image size in tab titles, to match behavior of images served directly
|
2022-10-28 18:32:03 -05:00 |
Seednode
|
8c763db461
|
Removed two debug print statements I accidentally left in
|
2022-10-28 17:26:26 -05:00 |
Seednode
|
f21c01e085
|
Added flag to cache directory scan at startup
|
2022-10-28 17:19:04 -05:00 |
Seednode
|
44972fde78
|
Reordered variable initialization to match parameter orders
|
2022-10-25 09:40:27 -05:00 |