Fixes #1051 If org with provided slug doesn't exist or no public collections exist for that org, return same 404 response with a detail of "public_profile_not_found" to prevent people from using public endpoint to determine whether an org exists. Endpoint is `GET /api/public-collections/<org-slug>` (no auth needed) to avoid collisions with existing org and collection endpoints. |
||
---|---|---|
.. | ||
migrations | ||
operator | ||
__init__.py | ||
auth.py | ||
background_jobs.py | ||
basecrawls.py | ||
colls.py | ||
crawlconfigs.py | ||
crawlmanager.py | ||
crawls.py | ||
db.py | ||
emailsender.py | ||
invites.py | ||
k8sapi.py | ||
main_bg.py | ||
main_op.py | ||
main.py | ||
models.py | ||
ops.py | ||
orgs.py | ||
pages.py | ||
pagination.py | ||
profiles.py | ||
storages.py | ||
subs.py | ||
uploads.py | ||
users.py | ||
utils.py | ||
version.py | ||
webhooks.py |