Tags give the ability to mark specific points in history as being important
-
v8.1.43
4738799e · ·* Use statement level db trigger for broadcast msg counts * Update django to 4.1.7
-
v8.1.42
b3a20939 · ·* Only look at queued messages when syncing android channels * Re-add Msg.STATUS_INITIALIZING to use for outgoing messages which fail to queue * Include STATUS_ERRORED messages in Outbox views
-
-
v8.1.40
4ae07cfc · ·* Fix contact imports in new ui * Fix menu refresh race * Remove window.lastFetch * Adjust menu paths for new UI channel views * Use SpaMixin to more channels extra views
-
v8.1.39
9768bae4 · ·* Move Msg.update into android package * Make text optional on broadcasts endpoint (messages need text or attachments)
-
-
v8.1.37
722475f6 · ·* Don't lookup related fields in API if lookup value type is wrong * Update django 4.0.10 * Fetching sent folder on messages endpoint should return messages ordered by -sent_on same as UI * Exclude unhandled messages from Incoming folder on messages API endpoint * More agressive menu refreshing * Move much of the old android relayer code into its own package * Add media API endpoint, undocumented for now * Open up new UI access to everyone
-
v8.1.36
9e527a19 · ·* Cleanup use of validators in the API * Add support for Msg.TYPE_TEXT to be used (for now) for outgoing messages
-
v8.1.35
69b2bfcd · ·* Add org start redirection view * Convert Attachment to be a dataclass * Rework msg write serializer to create a transient Msg instance that the read serializer can use without hitting the db * Add unpublicized API endpoint to send a single message * Add msg_send to mailroom client
-
v8.1.34
f3bb617d · ·* Drop raw_urns field on Broadcast * Pass group id instead of uuid to contact_search mailroom endpoint * Remove unused expression_migrate from mailroom client
-
v8.1.33
eb83dc99 · ·* Fix routing of current workspace to settings * Add Broadcast.urns which matches the JSON and FlowStart.urns
-
-
-
-
v8.1.29
19ecbc95 · ·* Fix omnibox search for anon org to allow search by contact name * Prepare to drop Broadcast.send_all and .urns
-
-
v8.1.27
5176ad44 · ·* Move all form text from Trigger model to forms * Add migration to convert URNs to contacts on scheduled broadcasts
-
v8.1.26
6a44b238 · ·* Remove returning specific URNs from omniboxes and instead match contacts by URN * Rework spa menu eliminate mapping
-
v8.1.25
859e108c · ·* Remove support for unused v1 omnibox format * Update broadcasts API endpoint to support attachments
-
v8.1.24
2617582a · ·* Update to latest cryptography library * Add task to interrupt flow sessions after 90 days