Skip to content
Snippets Groups Projects
  1. Sep 03, 2023
  2. Sep 01, 2023
  3. Aug 20, 2023
  4. Aug 12, 2023
  5. Aug 07, 2023
  6. Jul 29, 2023
  7. Jul 28, 2023
  8. Jul 20, 2023
  9. Jul 18, 2023
  10. Jul 17, 2023
  11. Jul 02, 2023
  12. Jun 20, 2023
  13. Jun 17, 2023
  14. Jun 15, 2023
  15. Jun 14, 2023
  16. Jun 13, 2023
  17. 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
  18. Jun 01, 2023
  19. May 10, 2023
  20. May 09, 2023
  21. May 05, 2023
  22. May 01, 2023
  23. Apr 19, 2023
  24. Apr 06, 2023
  25. Mar 24, 2023
  26. Mar 20, 2023
  27. Mar 18, 2023
  28. Mar 17, 2023
  29. Mar 13, 2023
  30. Mar 08, 2023
  31. Feb 21, 2023
    • Jed Fox's avatar
      Allow the server to auto-configure the server URL for the client (#649) · fc308ece
      Jed Fox authored
      * Allow the server to auto-configure the server URL for the client
      
      * Extract server URL/version logic out to ensure consistent updates
      
      * ()
      
      * Be more explicit about when the server version is re-fetched
      
      * Use a single layer of context provider
      
      * Move the bootstrap route to /account/needs-bootstrap
      
      * No more `isActual`
      
      * Refactor to call subscribe-needs-bootstrap instead of fetch()
      
      * Dedupe calls to subscribe-needs-bootstrap
      
      * Don’t revalidate the server when we just validated it
      
      * simplify
      
      * Fix setServerURL
      Unverified
      fc308ece
Loading