Skip to content
Snippets Groups Projects
  1. Dec 03, 2020
  2. Oct 30, 2020
  3. Oct 09, 2020
  4. Oct 08, 2020
  5. Sep 29, 2020
  6. Sep 24, 2020
  7. 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
  8. 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
  9. Sep 01, 2020
  10. Aug 25, 2020
  11. Aug 24, 2020
  12. Aug 11, 2020
  13. Jul 17, 2020
  14. Jul 15, 2020
  15. Jul 13, 2020
  16. Jul 03, 2020
  17. May 29, 2020
  18. May 28, 2020
  19. May 19, 2020
  20. May 13, 2020
  21. May 12, 2020
  22. Apr 24, 2020
  23. Apr 23, 2020
  24. Apr 20, 2020
  25. Apr 14, 2020
  26. Mar 26, 2020
Loading