Skip to content
Snippets Groups Projects
  1. Mar 15, 2019
  2. Mar 14, 2019
  3. Mar 13, 2019
  4. Mar 12, 2019
  5. Mar 11, 2019
  6. Mar 10, 2019
    • Eugen Rochko's avatar
      13a7f050
    • ThibG's avatar
      Avoid race conditions when creating backups (#10234) · 5506b940
      ThibG authored
      Under load, multiple backups for a single user could be planned, which
      is very expensive.
      5506b940
    • ThibG's avatar
      Support pushing and receiving updates to poll tallies (#10209) · 3a92885a
      ThibG authored
      * Process incoming poll tallies update
      
      * Send Update on poll vote
      
      * Do not send Updates for a poll more often than once every 3 minutes
      
      * Include voters in people to notify of results update
      
      * Schedule closing poll worker on poll creation
      
      * Add new notification type for ending polls
      
      * Add front-end support for ended poll notifications
      
      * Fix UpdatePollSerializer
      
      * Fix Updates not being triggered by local votes
      
      * Fix tests failure
      
      * Fix web push notifications for closing polls
      
      * Minor cleanup
      
      * Notify voters of both remote and local polls when those close
      
      * Fix delivery of poll updates to mentioned accounts and voters
      3a92885a
Loading