Skip to content
Snippets Groups Projects
  1. Jun 30, 2023
  2. Jun 29, 2023
  3. Jun 28, 2023
  4. Jun 27, 2023
  5. Jun 26, 2023
  6. Jun 25, 2023
  7. Jun 24, 2023
  8. Jun 23, 2023
  9. Jun 21, 2023
    • Jed Fox's avatar
      Remove upgrade notifications code (#1156) · c6443f24
      Jed Fox authored
      None of this code is relevant to people who have used the open source
      app. I initially wanted to leave it in so it could be used for major new
      features in the future, but as it falls further and further out of date
      I think it’s best to just delete it in a clean PR that can be referenced
      later if desired.
      Unverified
      c6443f24
  10. Jun 20, 2023
  11. Jun 17, 2023
  12. Jun 16, 2023
  13. Jun 15, 2023
  14. Jun 14, 2023
  15. Jun 13, 2023
  16. 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
    • youngcw's avatar
      Goals: Check template action (#1108) · ded6ee8a
      youngcw authored
      This adds an option to the month drop down to check all the template
      lines. If there are errors the offending line is shown with its
      category.
      
      I also modified the wording on the regular template return to be more
      accurate. Fixes #1100
      Unverified
      ded6ee8a
  17. Jun 09, 2023
  18. 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
  19. 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
  20. Jun 05, 2023
  21. Jun 04, 2023
Loading