9 Commits

Author SHA1 Message Date
57ac6bd92e Add navigation index 2026-05-07 22:27:09 +00:00
7619f63191 Make navigation toggleable 2026-05-07 21:28:05 +00:00
e6a833f6f5 Sort path so Next is truely the alphabetical path next. 2026-05-07 17:07:09 +00:00
b969902ac5 Add navigation by path 2026-05-05 15:11:11 -05:00
0659873e12 Only use built-in zipfile module 2026-05-04 21:49:29 -05:00
b373313cf8 First pass at handling password-protected zips 2026-05-04 11:19:15 -05:00
f856c92394 Clean up tests for query param conversion and remove auth
- Deleted test_auth.py (auth no longer exists)
- Rewrote TestOrderDelayRoute -> TestRootRedirectWithOrderDelay using query params
- Updated TestHashPageWithRefresh to use ?order=...&delay=... URLs
- Added play button query param assertion in TestHashPage
- Removed password=None from test_navigation.py seeded_indexers fixture
- Formatted with black, all 59 tests passing
2026-04-25 05:35:27 -05:00
22bf57f896 Remove auth references from conftest.py
- Removed expected_password from _reset_state
- Removed password field from args_directory/args_zip fixtures
- Removed set_auth_password calls from initialized_dir/initialized_zip
- Removed _dummy_auth_header function
- Removed Authorization headers from client_dir/client_zip fixtures
2026-04-25 05:28:55 -05:00
1c6935307c Add test suite 2026-04-23 22:11:51 -05:00