browsertrix/backend/btrixcloud
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
..
migrations optimization: convert all uses of 'async for' to use iterator directly (#1229) 2023-09-28 12:31:08 -07:00
templates improvements to redis pod: (#1219) 2023-09-28 13:00:31 -07:00
__init__.py
basecrawls.py API delete endpoint improvements (#1232) 2023-10-03 13:05:00 -07:00
colls.py Fix: Make Collections Public on Creation (#1213) 2023-09-29 12:08:10 -07:00
crawlconfigs.py Separate seeds into a new endpoints (#1217) 2023-10-02 10:56:12 -07:00
crawlmanager.py feat: use is_bool to check EMAIL_SMTP_USE_TLS (#1231) 2023-10-02 21:29:36 -07:00
crawls.py API delete endpoint improvements (#1232) 2023-10-03 13:05:00 -07:00
db.py migration improvements: (#1228) 2023-09-28 12:04:19 -07:00
emailsender.py feat: use is_bool to check EMAIL_SMTP_USE_TLS (#1231) 2023-10-02 21:29:36 -07:00
invites.py feat: use is_bool to check EMAIL_SMTP_USE_TLS (#1231) 2023-10-02 21:29:36 -07:00
k8sapi.py
main_op.py
main.py feat: use is_bool to check EMAIL_SMTP_USE_TLS (#1231) 2023-10-02 21:29:36 -07:00
models.py Separate seeds into a new endpoints (#1217) 2023-10-02 10:56:12 -07:00
operator.py Track bytes stored per file type and include in org metrics (#1207) 2023-09-22 12:55:21 -04:00
orgs.py optimization: convert all uses of 'async for' to use iterator directly (#1229) 2023-09-28 12:31:08 -07:00
pagination.py
profiles.py Track bytes stored per file type and include in org metrics (#1207) 2023-09-22 12:55:21 -04:00
storages.py Fix: Stream log downloading from WACZ (#1225) 2023-09-28 18:54:52 -07:00
uploads.py API delete endpoint improvements (#1232) 2023-10-03 13:05:00 -07:00
users.py feat: use is_bool to check EMAIL_SMTP_USE_TLS (#1231) 2023-10-02 21:29:36 -07:00
utils.py feat: use is_bool to check EMAIL_SMTP_USE_TLS (#1231) 2023-10-02 21:29:36 -07:00
version.py
webhooks.py
zip.py Fix: Stream log downloading from WACZ (#1225) 2023-09-28 18:54:52 -07:00