Skip to content
Snippets Groups Projects
  1. Oct 06, 2023
  2. Sep 22, 2023
  3. Sep 03, 2023
  4. Sep 02, 2023
  5. Aug 28, 2023
  6. Aug 23, 2023
    • Khanh Nguyen's avatar
      Fix bug - Manually entered split transactions are not cleared on import #200 (#1465) · 240dc46a
      Khanh Nguyen authored
      * Added clear transactions on import option
      
      * Added release note
      
      * Added cleared column to csv export
      
      * fixed Manually entered split transactions are not cleared on import
      
      * Revert "Added cleared column to csv export"
      
      This reverts commit 2952bc3e7d6367629e0bc8151b2ede1820e4c9f5.
      
      * added release note
      
      * Copied same code to Gocardless
      
      * Updated var name
      
      * Updated to only query  changed transactions instead of all
      Unverified
      240dc46a
  7. Aug 22, 2023
  8. Aug 21, 2023
  9. Aug 19, 2023
  10. Aug 15, 2023
  11. Aug 09, 2023
  12. Jul 29, 2023
  13. Jul 21, 2023
  14. Jul 20, 2023
  15. Jul 18, 2023
  16. Jul 04, 2023
  17. Jul 02, 2023
  18. Jun 28, 2023
  19. Jun 27, 2023
  20. Jun 24, 2023
  21. Jun 20, 2023
  22. 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
  23. Jun 08, 2023
    • Davis Silverman's avatar
      Remove 'new' OFX parser as it is too buggy (#1111) · 87d269ba
      Davis Silverman authored
      Draft because it is untested, maybe tonight I will test it! Just wanted
      to get some code out cause i had a spare 5 minutes.
      
      The new parser isn't immediately good enough to replace the old parser,
      and I sadly lost the time to contribute more! Sorry! If someone else
      wants to take maintenance burden of this code, we can not merge this.
      Otherwise, it should go the way of the Dodo it seems.
      
      Thanks!
      
      Closes #1044
      Unverified
      87d269ba
  24. Jun 06, 2023
    • Jed Fox's avatar
      Remove account types (#948) · a25327d3
      Jed Fox authored
      Closes #944, closes #532. ~WIP because something is causing the test
      budget to fail to create because it’s using INSERT instead of UPDATE sql
      queries. (Or not? I have no idea)~
      Unverified
      a25327d3
  25. May 07, 2023
  26. May 02, 2023
  27. Apr 23, 2023
  28. Apr 22, 2023
    • Davis Silverman's avatar
      Add experimental new OFX importer (#921) · a1d321d6
      Davis Silverman authored
      Hi there, 
      
      I try to tackle #798 here. It was suggested to throw this behind a
      feature flag, so here it is!
      
      this does its best to import the problem file in #767. 
      
      I am working on this because it would make my work on #918 easier :)
      
      Feel free to set the feature flag to true and try the new importer. The
      date parser is not as sophisticated as the one in `node-libofx`, but I
      tried 3 different OFX files, one from my bank, one from the mocks, and
      one from #767. They all seem to work well enough on that front, but this
      is definitely the weak point of the new implementation.
      
      Let me know what you think!
      Unverified
      a1d321d6
  29. Apr 12, 2023
  30. 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
  31. Apr 07, 2023
  32. Mar 29, 2023
  33. Mar 21, 2023
  34. Mar 14, 2023
Loading