Junior junior
  • Joined on 2018-07-19
junior pushed to master at junior/ComicsViewer 2026-03-10 19:52:07 -04:00
bf8905f5f7 Update SQL queries to use parameter binding instead of (the old way) a variables array
junior pushed to master at junior/PlexDev 2026-03-09 18:24:03 -04:00
3a615c7eb6 Add error message to updatecoll.py when mediafolder does not have a trailing slash
b119f7a6ed Add information about findmissing.py script
Compare 2 commits »
junior pushed to master at junior/PlexDev 2026-03-07 12:59:40 -05:00
77f0652b00 Update to new/different arrapi
junior pushed to master at junior/ComicsViewer 2026-02-25 13:23:55 -05:00
a33bf21475 Add to sess.php
d0ea70df76 Change tabs to spaces and fix indentation
Compare 2 commits »
junior pushed to master at junior/ComicsViewer 2026-02-24 18:25:38 -05:00
4f3395b2c7 Update from Apache 2.2 to 2.4 syntax
junior pushed to master at junior/ComicsViewer 2026-02-16 17:37:25 -05:00
0612444f39 Flesh out the database installation instructions
junior pushed to master at junior/ComicsViewer 2026-02-16 15:10:11 -05:00
258c0c82df Cleaning up some superfluous toasts
200de72a85 Throw an error toast if the comic has no images (should only happen when something in the file is broken)
Compare 2 commits »
junior pushed to master at junior/ComicsViewer 2026-02-16 14:46:14 -05:00
6460cfca37 Only extract comic if it isn't already extracted (muuuuch faster for large comics)
ee02a15182 Fix variable name reference for default color
dca541c6b8 Rearrange css files to load site specific last
b55e3c1d92 Add ability to use a --dryrun parameter to test deletions
7aecf00971 Fix improper reference to clearextracts cron PHP job file
Compare 5 commits »
junior pushed to master at junior/ComicsViewer 2026-02-16 13:01:48 -05:00
078ea8d4fa Add a closecomic callback to clear out the comfile session variable when a shown comic is closed
junior pushed to master at junior/ComicsViewer 2026-02-16 10:05:26 -05:00
b3c86ac931 Preparing for possible switch to different lightbox plugin
junior pushed to master at junior/ComicsViewer 2026-02-15 20:33:17 -05:00
671f6c9e42 Fix the readme to reference the renamed config
4317dd1637 Rename variables.php to config.php
fb7725eb32 Cleanup where styles, css, and js files are referenced
654fd5edc0 Remove all the now-irrelevant debug stuff
d6fffba65d Switch to variables for theme based properties
Compare 5 commits »
junior pushed to master at junior/ComicsViewer 2026-02-12 18:09:32 -05:00
ecad8d90d6 Fix conditional indentation. Add vim modeline.
bd56aee162 Add error handling to jQuery AJAX calls
Compare 2 commits »
junior pushed to master at junior/LEDController 2026-01-17 16:41:24 -05:00
bb73ecedfb Add support for ESP32C3-Mini boards (intended final target)
2e5d8a9eec Move nextStatusMillis to be a global so it can be reset within the status function so it can be called from multiple places (i.e. from a UDP CMD)
Compare 2 commits »
junior pushed to master at junior/LEDColors 2026-01-10 16:25:47 -05:00
c6189ea7bd Increase button height
95e82e54a8 Add and comment out line pushing button events to log file
e4dc7b69f2 Update to show zone ID on device list
a6feddf8c3 Add zoneid attribute
889a773d87 Add a script to trigger target to send status update
Compare 5 commits »
junior pushed to master at junior/LEDController 2026-01-08 19:47:09 -05:00
aca3b506ab Add comment about being compatible with ESP32
junior pushed to master at junior/LEDController 2026-01-08 18:07:06 -05:00
09109a8f75 Switch back to hex representation for UDP message CMD values.
junior pushed to master at junior/LEDController 2026-01-08 18:01:09 -05:00
92aad927e1 Add information about UDP messaging protocol.
31462c5683 Add CMD_UPDATESTATUS message. Add CW and WW to all color relevant UDP messages.
Compare 2 commits »
junior pushed to master at junior/LEDController 2026-01-08 15:42:53 -05:00
dc1485e6e8 Make project compatible with ESP32 & ESP8266. Add Cool and Warm white channels. Add OTA. Switch to 8bit resolution. BROKEN: message processing still needs fixed.
junior pushed to master at junior/LEDActionButton 2025-12-18 15:27:20 -05:00
a5300f34e6 Merge duplicated changes with multi-board code
b1b307b4c3 Customize platform and src so the code can be used on both ESP32 and ESP8266
Compare 2 commits »
junior pushed to master at junior/LEDActionButton 2025-12-18 10:37:43 -05:00
0625a098da Switch from PrettyOTA to ArduinoOTA since POTA was taken down due to DMCA