Skip to content
Snippets Groups Projects
  1. Sep 23, 2020
    • Christoph Wurst's avatar
      Add a debug-only file download for threading data · e0818bea
      Christoph Wurst authored
      
      Threading still doesn't work for some messages. To debug this more
      easily, especially for non devs, this adds a new action menu entry to
      download all relevant threading data as a simple JSON. The maintainers
      can then look at those files, put them into unit tests and see why they
      messages don't group.
      
      Again, this entry won't be shown on production instances but only if
      debug mode is enabled.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      e0818bea
  2. Sep 22, 2020
    • Christoph Wurst's avatar
      Always return the own message when asking for a thread · b4aec048
      Christoph Wurst authored
      
      The front-end asks for the thread of a message by sending the message
      ID. Now, after an upgrade from v1.4.x to v1.5 and no sync of the
      mailbox, the `thread_root_id` will still be `NULL`, hence we can't find
      related messages this way. But we don't have to look it up that way, we
      can also allow matching by the ID.
      
      This safes me from coming up with a complicated strategy to force a
      resync after the upgrade. Messages will be able to show. The threads
      will build deferred.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      b4aec048
  3. Sep 21, 2020
  4. Sep 15, 2020
  5. Sep 04, 2020
  6. Sep 02, 2020
  7. Sep 01, 2020
  8. Aug 31, 2020
  9. Aug 27, 2020
  10. Aug 25, 2020
  11. Aug 24, 2020
  12. Aug 18, 2020
  13. Aug 11, 2020
  14. Aug 10, 2020
  15. Aug 08, 2020
  16. Jul 31, 2020
  17. Jul 17, 2020
  18. Jul 15, 2020
  19. Jul 13, 2020
  20. Jul 10, 2020
  21. Jul 08, 2020
  22. Jul 06, 2020
  23. Jul 03, 2020
  24. Jun 29, 2020
  25. Jun 24, 2020
  26. Jun 22, 2020
  27. Jun 18, 2020
Loading