browsertrix/backend/btrixcloud
sua yoo 4610d95cd7
Use org slug in place of UUIDs in app URLs (#1277)
- Replaces org UUID in URL/browser location bar with org slug.
- Refactor: Adds shared app state utility using https://sijakret.github.io/lit-shared-state/ to
access org data from deep descendants.
- Backwards compatible: org UUID URLs should auto-redirect to org slug URLs.
- Show the org UUID in org settings general tab for use with APIs
(Resolves #1258, Follows #1279)
2023-10-18 09:28:30 -07:00
..
migrations Add slugs to org backend (#1250) 2023-10-10 18:30:09 -07:00
templates Track pod resource usage, detect OOM crashes, handle auto-scaling (#1235) 2023-10-05 20:41:18 -07:00
__init__.py
basecrawls.py Storage Ops Refactor (#1257) 2023-10-10 15:04:23 -07:00
colls.py Storage Ops Refactor (#1257) 2023-10-10 15:04:23 -07:00
crawlconfigs.py
crawlmanager.py Storage Ops Refactor (#1257) 2023-10-10 15:04:23 -07:00
crawls.py Set log download attachment name to crawl_id.log (#1280) 2023-10-13 20:00:37 -07:00
db.py Add slugs to org backend (#1250) 2023-10-10 18:30:09 -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 Track pod resource usage, detect OOM crashes, handle auto-scaling (#1235) 2023-10-05 20:41:18 -07:00
main_op.py Storage Ops Refactor (#1257) 2023-10-10 15:04:23 -07:00
main.py Storage Ops Refactor (#1257) 2023-10-10 15:04:23 -07:00
models.py Storage ops followup type checking (#1274) 2023-10-11 14:03:00 -07:00
operator.py operator status typo fix: (#1293) 2023-10-16 15:01:46 -07:00
orgs.py optimization: avoid updating whole org when only need to set one field (#1288) 2023-10-16 10:54:04 -07:00
pagination.py
profiles.py Storage Ops Refactor (#1257) 2023-10-10 15:04:23 -07:00
storages.py Storage ops followup type checking (#1274) 2023-10-11 14:03:00 -07:00
uploads.py webhook tweak: pass oid to crawl finished and upload finished webhooks (#1287) 2023-10-16 10:51:36 -07:00
users.py Use org slug in place of UUIDs in app URLs (#1277) 2023-10-18 09:28:30 -07:00
utils.py Add slugs to org backend (#1250) 2023-10-10 18:30:09 -07:00
version.py version: update to 1.8.0-beta.0 2023-10-17 18:06:55 -07:00
webhooks.py webhook tweak: pass oid to crawl finished and upload finished webhooks (#1287) 2023-10-16 10:51:36 -07:00
zip.py