browsertrix/backend/test
Ilya Kreymer afa892000b
replay api: add downloadUrl to replay endpoints to be used by RWP (#2456)
RWP (2.3.3+) can determine if the 'Download Archive' menu item should be
showed based on the value of downloadUrl.
If set to 'null', will hide the menu item:
- set downloadUrl to public collection download for public collections
replay
- set downloadUrl to null for private collection and crawl replay to
hide the download menu item in RWP (otherwise have to add the
auth_header query with bearer token and should assess security before
doing that..)

---------

Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
2025-03-03 14:11:28 -08:00
..
data Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
__init__.py
conftest.py Add collection page list/search endpoint (#2354) 2025-02-10 16:44:37 -08:00
echo_server.py
test_api.py quickfix: update test_api.py to match all locales enabled by default (#2241) 2024-12-13 20:30:06 -08:00
test_collections.py replay api: add downloadUrl to replay endpoints to be used by RWP (#2456) 2025-03-03 14:11:28 -08:00
test_crawl_config_search_values.py
test_crawl_config_tags.py
test_crawlconfigs.py Add support for custom link selectors to backend (#2346) 2025-02-13 22:22:27 -08:00
test_filter_sort_results.py
test_login.py
test_org_subs.py
test_org.py Rework crawl page migration + MongoDB Query Optimizations (#2412) 2025-02-20 15:26:11 -08:00
test_permissions.py
test_profiles.py
test_qa.py Calculate total for crawl QA page endpoint (#2435) 2025-02-27 11:46:35 -08:00
test_run_crawl.py replay api: add downloadUrl to replay endpoints to be used by RWP (#2456) 2025-03-03 14:11:28 -08:00
test_stop_cancel_crawl.py
test_uploads.py Better cacheing of presigned URLs + support for thumbnails (#2446) 2025-03-03 12:05:23 -08:00
test_users.py Add superuser endpoint to get user emails with org info (#2211) 2024-12-09 16:38:01 -08:00
test_utils.py
test_webhooks.py Better cacheing of presigned URLs + support for thumbnails (#2446) 2025-03-03 12:05:23 -08:00
test_workflow_auto_add_to_collection.py
test_y_org_import_export.py
test_z_delete_org.py Move org storage recalculation into background job (#2138) 2024-11-19 17:32:57 -05:00
utils.py