Skip to content
Snippets Groups Projects
  1. Jun 20, 2020
  2. Jun 19, 2020
  3. Jun 15, 2020
  4. Jun 14, 2020
  5. Jun 10, 2020
  6. Jun 09, 2020
  7. Jun 08, 2020
  8. Jun 06, 2020
  9. Jun 05, 2020
  10. Jun 04, 2020
  11. Jun 03, 2020
  12. Jun 02, 2020
  13. Jun 01, 2020
  14. May 31, 2020
  15. May 29, 2020
    • ThibG's avatar
      Fix timeline markers in Firefox (regression from #13887) (#13889) · cc650bc0
      ThibG authored
      Unfortunately, Firefox does not support the `keepalive` parameter
      I used in the previous PR. However it supports the `navigator.sendBeacon`
      API that allows that kind of things, but does not allow setting headers.
      
      Therefore, this PR replaces it with a `sendBeacon` call that passes the
      bearer token in the POST data.
      
      Doorkeeper will then handle the auth token out of the box, as long as
      it is passed as form data. Passing the query as JSON does not work.
      Unverified
      cc650bc0
    • ThibG's avatar
      Fix timeline markers not working on Chrome (#13887) · 5aff2a69
      ThibG authored
      * Periodically save timeline markers
      
      This saves timeline markers immediately upon message arrival, but not more
      than once every 5 minutes.
      
      This does not change how the markers are saved on closing the window,
      except that it avoids submitting them if there is no need for it.
      
      * Use the Fetch API when possible instead of XHR on window unload
      Unverified
      5aff2a69
  16. May 25, 2020
  17. May 24, 2020
  18. May 23, 2020
  19. May 15, 2020
Loading