browsertrix/backend/btrixcloud
Tessa Walsh 49460bb070
Add default organization + invite to default org (#465), #455
- Add default switch to Archive (org) model
- Set default org name via values.yaml
- Add check to ensure only one org with default org name exists
- Stop creating new orgs for new users
- Add new API endpoints for creating and renaming orgs (part of #457)
- Make Archive.name unique via index
- Wait for db connection on init, log if waiting
- Make archive-less invites invite user to default org with Owner role
- Rename default org from chart value if changed
- Don't create new org for invited users
2023-01-12 16:44:18 -08:00
..
k8s
__init__.py
archives.py Add default organization + invite to default org (#465), #455 2023-01-12 16:44:18 -08:00
colls.py
crawl_job.py
crawlconfigs.py API filters by user + crawl collection ids (#462) 2023-01-11 16:50:38 -08:00
crawlmanager.py
crawls.py API filters by user + crawl collection ids (#462) 2023-01-11 16:50:38 -08:00
db.py
emailsender.py
invites.py Add default organization + invite to default org (#465), #455 2023-01-12 16:44:18 -08:00
main.py
profile_job.py
profiles.py API filters by user + crawl collection ids (#462) 2023-01-11 16:50:38 -08:00
storages.py
users.py Add default organization + invite to default org (#465), #455 2023-01-12 16:44:18 -08:00
version.py