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