browsertrix/backend
Ilya Kreymer 9a6483630e
Support for Admin interface for viewing web archives (#198)
* backend api
- superadmin has admin access to all archives
- new superadmin endpoints: /archives/all/crawls and /archives/all/crawls/<crawl_id>.json for list all running crawls
and loading crawl data by id

- frontend superadmin view (fixes #201)
* show all archives on superadmin home page
* show jump to crawl for super admin (#200)
* navbar links for: all archives, all running crawls and jump to crawl

Co-authored-by: sua yoo <sua@suayoo.com>
2022-04-06 12:42:04 -07:00
..
archives.py Support for Admin interface for viewing web archives (#198) 2022-04-06 12:42:04 -07:00
colls.py Refactor backend data model to support UUID (fixes #118) (#119) 2022-01-29 19:00:11 -08:00
crawlconfigs.py Support for Admin interface for viewing web archives (#198) 2022-04-06 12:42:04 -07:00
crawls.py Support for Admin interface for viewing web archives (#198) 2022-04-06 12:42:04 -07:00
db.py Mongo auth fix (#190) 2022-03-04 15:04:33 -08:00
Dockerfile backend prod settings: 2022-02-28 18:09:13 -08:00
dockerman.py backend work: 2022-03-15 18:20:25 -07:00
emailsender.py
invites.py Refactor backend data model to support UUID (fixes #118) (#119) 2022-01-29 19:00:11 -08:00
k8sman.py Support for Admin interface for viewing web archives (#198) 2022-04-06 12:42:04 -07:00
main.py Support for Admin interface for viewing web archives (#198) 2022-04-06 12:42:04 -07:00
requirements.txt Watch Stream Directly from Browsertrix Crawler (#189) 2022-03-04 14:55:11 -08:00
scheduler.py Misc backend fixes (#133) 2022-01-31 19:41:04 -08:00
storages.py support signing in docker deployment: (#166) 2022-02-28 14:32:19 -08:00
users.py backend work: 2022-03-15 18:20:25 -07:00