Serveur Gitlab MEPHI sarl / TELEMED AFRIKA sa

Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v9.3.100

     * 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.99

     * Fix resolving ticket topics for servicing staff users
  • v9.3.98

     * Add readonly_servicing to OrgPermsMixin
  • v9.3.97

     * Handle ajax response redirects
     * Only include temba org if it is set
  • v9.3.96

     * 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

     * 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

     * 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

     * Allow invitations to specify team and block team deletion when it has pending invitations
     * Drop no longer used count models
  • v9.3.92

     * Remove database triggers to maintain old notification counts
  • v9.3.91

     * Update some deps
     * Start using new notification counts
     * Add data migration to backfill new notification counts
  • v9.3.90

     * Start writing notification counts to orgs_itemcount
  • v9.3.89

     * Fix calculating field usages on API endpoint
     * Stop writing old ticket counts
  • v9.3.88

     * 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.87

     * Make shortcuts an optional attribute on compose
  • v9.3.86

     * 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

     * 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

     * Reduce topic limit to 50 and enforce limits for topics and teams
     * Implement filtering of tickets by accessible topics
  • v9.3.83

     * 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

     * 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

     * Fix N+1 query on contact list page
     * Cleanup more list pages and move more functionality to org/base views