Timothy Farrell explorigin
explorigin pushed to main at explorigin/image_server 2026-05-08 21:45:24 -05:00
b8947af2db Add root path support (mainly for debugging)
explorigin pushed to main at explorigin/image_server 2026-05-08 16:39:10 -05:00
a4c8bd8a01 Fix subfolder files
explorigin pushed to main at explorigin/image_server 2026-05-07 23:05:21 -05:00
188454667a Fix navigation styles
explorigin pushed to main at explorigin/image_server 2026-05-07 17:27:12 -05:00
57ac6bd92e Add navigation index
explorigin pushed to main at explorigin/image_server 2026-05-07 16:28:12 -05:00
7619f63191 Make navigation toggleable
explorigin pushed to main at explorigin/image_server 2026-05-07 12:07:12 -05:00
e6a833f6f5 Sort path so Next is truely the alphabetical path next.
explorigin pushed to main at explorigin/image_server 2026-05-05 15:11:19 -05:00
b969902ac5 Add navigation by path
explorigin pushed to main at explorigin/image_server 2026-05-05 06:56:30 -05:00
1618a5a037 Don't track the zip file
fbaf035253 Update the docs
Compare 2 commits »
explorigin pushed to main at explorigin/image_server 2026-05-05 06:43:51 -05:00
8d4307b1a7 Add b blanking
explorigin pushed to main at explorigin/image_server 2026-05-04 21:49:50 -05:00
0659873e12 Only use built-in zipfile module
explorigin pushed to main at explorigin/image_server 2026-05-04 11:19:27 -05:00
b373313cf8 First pass at handling password-protected zips
explorigin pushed to main at explorigin/image_server 2026-04-25 15:08:41 -05:00
022d3c69f0 Add TODO.md and TASKS.md to .gitignore
3bb18bf7f8 Remove completed TODO.md
a739e7307d Update frontend JavaScript to use query parameters
f856c92394 Clean up tests for query param conversion and remove auth
22bf57f896 Remove auth references from conftest.py
Compare 6 commits »
explorigin pushed to main at explorigin/image_server 2026-04-23 22:14:25 -05:00
1c6935307c Add test suite
explorigin pushed to main at explorigin/image_server 2026-04-23 21:37:22 -05:00
9840804e40 Fix random next bug
9821d4330a Update best practices
35afd5039b Format code with black
4cf492c37a Fix order preservation: navigation keys now properly maintain current mode (next/random/browse) instead of forcing timer mode
3dde1db8a3 Implement order preservation for navigation links by serving correct URLs from server instead of client-side JavaScript manipulation
Compare 7 commits »
explorigin pushed to main at explorigin/image_server 2026-04-12 12:29:02 -05:00
4c8f121f58 Fix hallucination over FastAPI Basic auth
explorigin pushed to main at explorigin/image_server 2026-04-12 06:15:31 -05:00
c86d4321ad oops
explorigin pushed to main at explorigin/image_server 2026-04-12 06:13:48 -05:00
9bcf2931ce Tweaking styls
explorigin pushed to main at explorigin/image_server 2026-04-12 06:08:39 -05:00
2a437479f9 Try it as a background image
explorigin pushed to main at explorigin/image_server 2026-04-12 06:04:32 -05:00
63d223b4d6 Try it as a background image
explorigin pushed to main at explorigin/image_server 2026-04-12 05:59:22 -05:00
9fd80f5d12 fix some breakages