Tags give the ability to mark specific points in history as being important
-
v9.3.100
21df0835 · ·* Show error dialog for http errors in more places * Remove old scheduled bcast read view and legacy paginator template * Create our own view for user failed login * Don't include smartmin.csv_imports urls and move relayer urls to channels app * Tweak appearance of login page * Don't show org suspended warning on any no-nav pages * Fix styling on join-accept page * Don't notify new admins that they joined a workspace * Fix fetching tickets as servicing staff user
-
-
-
-
v9.3.96
fab8369f · ·* Fix org obj perms mixin for staff users * Omit temba-org header in some cases * Fix org start view and org_perms context processor for servicing staff users * Remove no longer used partial template view
-
v9.3.95
29653228 · ·* Only allow GET requests by servicing staff users * Send temba-org header from components * More obvious account servicing * Restrict staff servicing org perms to non-POST requests * OrgMiddleware should prevent cross-org POSTs
-
v9.3.94
d6960e17 · ·* Allow updating agent team from user list page * User and invitation list views should show team for agent users if that feature is enabled * Allow creating invitations with teams * Remove experimental mailgun channel type * Fix displaying of exports based on status "groups"
-
v9.3.93
f2f6d18b · ·* Allow invitations to specify team and block team deletion when it has pending invitations * Drop no longer used count models
-
-
v9.3.91
ad177cd1 · ·* Update some deps * Start using new notification counts * Add data migration to backfill new notification counts
-
-
v9.3.89
7615e1b4 · ·* Fix calculating field usages on API endpoint * Stop writing old ticket counts
-
v9.3.88
2bbcb1aa · ·* Fix browsing definitions API endpoint docs * Fix the My Tickets icon, wasn't always accurate * Prevent deletion of non-empty teams * Start reading from new ticket counts
-
-
v9.3.86
6a05a80b · ·* Replace custom chunk_list with new itertools.batched * Fetch logs from DynamoDB in batches of 100 * Data migration to back fill item counts for tickets
-
v9.3.85
31fc7c9b · ·* Add generic squashable count model for things owned by orgs * Implement tickets counts by topic and assignee using new count model * Ensure that ticket counts are cleaned up when a topic is deleted
-
v9.3.84
b247b2c8 · ·* Reduce topic limit to 50 and enforce limits for topics and teams * Implement filtering of tickets by accessible topics
-
v9.3.83
86d7d510 · ·* Merge pull request #5596 from nyaruka/group_page_tweak * ContactCRUDL.Group should use contact_fields from ContactListView * Merge pull request #5595 from nyaruka/group-page-proxy-fields * Show contact proxy fields on the group pages * Fix scrolling for contact group pages * Merge pull request #5592 from nyaruka/ticket_queries * Add query checks to ticket view tests and fix missing prefetches * Merge pull request #5591 from nyaruka/ticket_cleanup * Some cleanup to tickets list view * Tweak ordering of ticket crudl views for consistency with other crudls
-
v9.3.82
607ca589 · ·* Make teams an org feature.. that nobody has for now * Some cleanup to topic crudl and ticket folders * Tweak name/url of contact group filter list page * Filter topics in topic selection menu based on team membership * Add basic team CRUDL views
-
v9.3.81
5024df03 · ·* Fix N+1 query on contact list page * Cleanup more list pages and move more functionality to org/base views