browsertrix/backend/btrixcloud
2023-03-21 15:39:09 -04:00
..
k8s backend: Fix for total crawl time limit. (#665) 2023-03-10 11:43:16 -08:00
migrations backend: make crawlconfigs mutable! (#656) (#662) 2023-03-07 20:36:50 -08:00
__init__.py
colls.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
crawl_job.py backend: Fix for total crawl time limit. (#665) 2023-03-10 11:43:16 -08:00
crawlconfigs.py Add optional description to crawl configs and return in crawl endpoints (#707) 2023-03-21 15:39:09 -04:00
crawlmanager.py backend: Fix for total crawl time limit. (#665) 2023-03-10 11:43:16 -08:00
crawls.py Add optional description to crawl configs and return in crawl endpoints (#707) 2023-03-21 15:39:09 -04:00
db.py Make pending invites expire via TTL index (#568) 2023-02-14 16:07:14 -05:00
emailsender.py
invites.py Make pending invites expire via TTL index (#568) 2023-02-14 16:07:14 -05:00
main.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
orgs.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
pagination.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
profile_job.py
profiles.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
storages.py Fix POST /orgs/{oid}/crawls/delete (#591) 2023-02-15 21:06:12 -05:00
users.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
version.py version: update to 1.4.0-beta.1 2023-03-17 21:14:42 -07:00
worker.py