browsertrix/backend/test
Tessa Walsh e9bac4c088
API delete endpoint improvements (#1232)
- Applies user permissions check before deleting anything in all /delete endpoints
- Shuts down running crawls before deleting anything in /all-crawls/delete as well as /crawls/delete
- Splits delete_list.crawl_ids into crawls and upload lists at same time as checks in /all-crawls/delete
- Updates frontend notification message to Only org owners can delete other users' archived items. when a crawler user attempts to delete another users' archived items
2023-10-03 13:05:00 -07:00
..
data
__init__.py
conftest.py Separate seeds into a new endpoints (#1217) 2023-10-02 10:56:12 -07:00
echo_server.py
test_collections.py
test_crawl_config_search_values.py
test_crawl_config_tags.py
test_crawlconfigs.py Separate seeds into a new endpoints (#1217) 2023-10-02 10:56:12 -07:00
test_filter_sort_results.py Separate seeds into a new endpoints (#1217) 2023-10-02 10:56:12 -07:00
test_invites.py
test_login.py
test_org.py
test_permissions.py
test_run_crawl.py API delete endpoint improvements (#1232) 2023-10-03 13:05:00 -07:00
test_settings.py
test_stop_cancel_crawl.py
test_uploads.py API delete endpoint improvements (#1232) 2023-10-03 13:05:00 -07:00
test_users.py
test_webhooks.py
test_workflow_auto_add_to_collection.py
utils.py