browsertrix/backend/btrixcloud
Ilya Kreymer e1ef894275
Extends Org Create endpont + shared secret auth (#1897)
Updates the /api/orgs/create endpoint to:
- not have name / slug be required, will be renamed on first user via
#1870
- support optional quotas
- support optional first admin user email, who will receive an invite to
join the org.

Also supports a new shared secret mechanism, to allow an external
automation to access the /api/orgs/create endpoint (and only that
endpoint thus far) via a shared secret instead of normal login.
2024-07-01 09:37:02 -07:00
..
migrations Remove Crawl Workflow Configmaps (#1894) 2024-06-28 15:25:23 -07:00
operator Remove Crawl Workflow Configmaps (#1894) 2024-06-28 15:25:23 -07:00
__init__.py
auth.py Extends Org Create endpont + shared secret auth (#1897) 2024-07-01 09:37:02 -07:00
background_jobs.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
basecrawls.py ensure QA configmap is updated for long running QA runs: (#1865) 2024-06-12 10:51:35 -07:00
colls.py
crawlconfigs.py Remove Crawl Workflow Configmaps (#1894) 2024-06-28 15:25:23 -07:00
crawlmanager.py Remove Crawl Workflow Configmaps (#1894) 2024-06-28 15:25:23 -07:00
crawls.py Remove Crawl Workflow Configmaps (#1894) 2024-06-28 15:25:23 -07:00
db.py Remove Crawl Workflow Configmaps (#1894) 2024-06-28 15:25:23 -07:00
emailsender.py feat: Rename org when accepting org invite for first admin (#1870) 2024-06-27 16:08:31 -07:00
invites.py Extends Org Create endpont + shared secret auth (#1897) 2024-07-01 09:37:02 -07:00
k8sapi.py Remove Crawl Workflow Configmaps (#1894) 2024-06-28 15:25:23 -07:00
main_op.py
main.py Extends Org Create endpont + shared secret auth (#1897) 2024-07-01 09:37:02 -07:00
models.py Extends Org Create endpont + shared secret auth (#1897) 2024-07-01 09:37:02 -07:00
orgs.py Extends Org Create endpont + shared secret auth (#1897) 2024-07-01 09:37:02 -07:00
pages.py QA stats aggregation: exclude isFile / isError pages from stats (#1879) 2024-06-25 08:54:42 -07:00
pagination.py
profiles.py Use standard firstSeed/seedCount fallback for workflows with no name in profile details (#1852) 2024-06-06 14:28:19 -04:00
storages.py
uploads.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
users.py Extends Org Create endpont + shared secret auth (#1897) 2024-07-01 09:37:02 -07:00
utils.py Add slug validation and test (#1891) 2024-06-26 15:04:54 -04:00
version.py version: bump to 1.10.2 2024-06-11 16:28:40 -07:00
webhooks.py