browsertrix/backend/btrixcloud
Tessa Walsh 763c654484
feat: Update collection sorting, metadata, stats (#2327)
- Refactors dashboard and org profile preview to use private API
endpoint, to fix public collections not showing when the org
visibility is hidden
- Adds additional sorting options for collections
- Adds unique page url counts for archived items, collections, and
organizations to backend and exposes this in collections
- Shows collection period (i.e. `dateEarliest` to `dateLatest`) in
collections list
- Shows same collection metadata in private and public views, updates
private view info bar
- Fixes "Update Org Profile" action item showing for crawler roles

---------

Co-authored-by: sua yoo <sua@webrecorder.org>
Co-authored-by: sua yoo <sua@suayoo.com>
Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2025-01-23 13:32:23 -05:00
..
migrations feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
operator feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
__init__.py refactoring to use statefulsets + job (#245) 2022-06-05 10:37:17 -07:00
auth.py Include user and user org info in login response (#2014) 2024-08-12 18:51:42 -07:00
background_jobs.py Add missing os import 2025-01-13 15:15:48 -08:00
basecrawls.py feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
colls.py feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
crawlconfigs.py Fix nightly tests: modify kubectl exec syntax for creating new minio bucket (#2097) 2024-10-21 17:41:19 -07:00
crawlmanager.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
crawls.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
db.py feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
emailsender.py Send subscription cancelation email (#2234) 2024-12-12 11:52:38 -08:00
invites.py fix: firstOrgAdmin being set to true even if invite was not for an admin (#2110) 2024-10-08 16:42:30 -07:00
k8sapi.py Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
main_bg.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
main_op.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
main.py feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
models.py feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
ops.py feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
orgs.py feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
pages.py feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
pagination.py Format backend with Black 24 (#1507) 2024-02-07 11:35:34 -08:00
profiles.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
storages.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
subs.py Send subscription cancelation email (#2234) 2024-12-12 11:52:38 -08:00
uploads.py Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
users.py Add superuser endpoint to get user emails with org info (#2211) 2024-12-09 16:38:01 -08:00
utils.py feat: Add slug to collections and use it in public collection URLs (#2301) 2025-01-15 22:44:32 -08:00
version.py version: bump to 1.14.0-beta.0 for public collections! 2025-01-13 19:29:54 -08:00
webhooks.py Add webhooks for qaAnalysisStarted, qaAnalysisFinished, and crawlReviewed (#1974) 2024-07-25 16:53:49 -07:00