Skip to content
Snippets Groups Projects
  1. May 03, 2024
  2. Jan 19, 2024
  3. Jan 15, 2024
  4. Dec 09, 2023
  5. Jul 30, 2023
  6. Jul 29, 2023
  7. Jul 02, 2023
  8. Jun 28, 2023
  9. Jun 27, 2023
  10. Jun 25, 2023
  11. Jun 19, 2023
  12. 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
  13. Apr 29, 2023
  14. Apr 10, 2023
    • Alberto Gasparin's avatar
      Convert commonjs to esm (#877) · cd00da76
      Alberto Gasparin authored
      This PR converts everything (aside from electron) from CommonJS to ESM.
      It is needed to reduce the changes that will happen during the migration
      to Typescript (as TS does not play nice with CJS).
      
      Basically:
      - rewrite `require()` to `import`
      - rewrite `module.exports` to `exports`
      - introduce `ts-node` to run importers so we can convert them to TS too
      
      Lastly, sorry for this larg-ish PR, not my preference but when I tried
      to reduce its scope, I would end up with mixed commons/esm that was even
      more tricky to handle.
      Unverified
      cd00da76
  15. Mar 21, 2023
  16. Mar 05, 2023
  17. Feb 10, 2023
  18. Jan 25, 2023
  19. Jan 03, 2023
  20. Sep 02, 2022
  21. May 27, 2022
  22. Apr 29, 2022
Loading