Skip to content
Snippets Groups Projects
  1. Jul 30, 2023
  2. Jul 29, 2023
  3. Jul 02, 2023
  4. Jun 28, 2023
  5. Jun 27, 2023
  6. Jun 25, 2023
  7. Jun 19, 2023
  8. 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.
      0e2b317e
  9. Apr 29, 2023
  10. 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.
      cd00da76
  11. Mar 21, 2023
    • Jakub Kuczys's avatar
      Accept `.blob` files when importing Actual export (#785) · 6c01e6ea
      Jakub Kuczys authored
      
      I'm not sure if this is something you want but it was a simple change so
      I figured I might as well contribute it. This PR allows the user to
      upload `.blob` files that they may have gotten from server's
      `user-files/` folder. This can be useful if the user didn't export the
      file but has server backups.
      
      ---------
      
      Co-authored-by: default avatarJed Fox <git@jedfox.com>
      6c01e6ea
  12. Mar 05, 2023
  13. Feb 10, 2023
  14. Jan 25, 2023
  15. Jan 03, 2023
  16. Sep 02, 2022
  17. May 27, 2022
  18. Apr 29, 2022
Loading