Commit Graph

179 Commits

Author SHA1 Message Date
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
Seednode 3801421567 Display size of file served when verbose flag is passed 2022-10-25 00:11:55 -05:00
Seednode 1fe42cb217 Merge branch 'master' of ssh://git/seednode/roulette 2022-10-25 00:07:06 -05:00
Seednode 0434d87b3e Added symlink handling 2022-10-25 00:06:57 -05:00
Seednode f7d5ef0a6b Updated transitive dependencies 2022-10-24 21:50:41 -05:00
Seednode c52ace1fdb Print version on launch 2022-10-23 17:39:49 -05:00
Seednode 22b6127bf2 Re-enabled Windows builds 2022-10-23 16:49:32 -05:00
Seednode 8d50f5a088 Second attempt at fixing Linux builds 2022-10-23 16:47:23 -05:00