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
auth.py
background_jobs.py
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
crawlmanager.py
crawls.py
db.py feat: Update collection sorting, metadata, stats (#2327) 2025-01-23 13:32:23 -05:00
emailsender.py
invites.py
k8sapi.py
main_bg.py
main_op.py
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
profiles.py
storages.py
subs.py
uploads.py
users.py
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