Skip to content
Snippets Groups Projects
  1. Jul 09, 2023
  2. Jul 08, 2023
  3. Jul 07, 2023
  4. Jul 05, 2023
  5. Jul 04, 2023
  6. Jul 03, 2023
  7. Jul 02, 2023
  8. Jun 30, 2023
  9. Jun 29, 2023
  10. Jun 28, 2023
  11. Jun 27, 2023
  12. Jun 26, 2023
  13. Jun 25, 2023
  14. Jun 24, 2023
  15. Jun 23, 2023
  16. Jun 21, 2023
  17. Jun 20, 2023
  18. Jun 19, 2023
  19. Jun 18, 2023
  20. Jun 17, 2023
  21. Jun 16, 2023
  22. Jun 15, 2023
  23. Jun 11, 2023
    • Jed Fox's avatar
      Fix sync-related errors that show up in the console when not using a server (#984) · 0e2b317e
      Jed Fox authored
      Previously, the frontend would attempt to make real requests to
      `https://not-configured/`, which of course failed. I’ve changed the
      internal structure to have the lack of a server expressed as a `null`
      server. A new `did-bootstrap` browser-level setting has been added to
      track if the user clicked “Don’t use a server.”
      
      Finally, I updated the auth logic for methods that call out to the
      server to make them consistent and use the early return style which
      reduces indentation.
      Unverified
      0e2b317e
Loading