Skip to content
Snippets Groups Projects
  1. Sep 07, 2024
  2. Aug 28, 2024
    • Michael Clark's avatar
      :electron: Desktop app to work with self signed certificates (#3308) · 8e077e02
      Michael Clark authored
      * solves the problem but creates a vulnerability
      
      * sake...
      
      * working but need to specify rootca.pem
      
      * works
      
      * being flexible on the cert names, as long as its a crt or pem
      
      * remove console logs
      
      * initial setup for adding cert
      
      * caps
      
      * comments
      
      * fix ts strict
      
      * rewrote it
      
      * release notes
      
      * remove unneeded
      
      * https no polyfill
      
      * removing the cert reference if it is not found
      
      * moving full stop
      Unverified
      8e077e02
  3. Aug 20, 2024
  4. Aug 17, 2024
  5. Aug 11, 2024
  6. Jul 20, 2024
    • Ryan Bianchi's avatar
      Recently used and favorite payees (#2814) · 89a8f102
      Ryan Bianchi authored
      
      * add idea of common payee, a top 10 frequently used payee
      
      * add button in payee to mark as favorite
      
      * cleanup
      
      * minor fixes
      
      * add release notes and make favorite optional
      
      * fix TransactionsTable test
      
      * lint and release notes
      
      * rename section, resort list to ensure both are sorted
      
      * don't show common, move bookmarked to menu
      
      * add a limit on adding common payees
      
      * linting
      
      * reduce to 5 commonly used payees by default
      
      * linting
      
      * more linting
      
      * update migrate timestamp
      
      * more linting
      
      * fix api name, bump migrate timestamp
      
      * Add star to payee dropdown and rename section to 'Suggested Payees'
      
      ---------
      
      Co-authored-by: default avataryoungcw <calebyoung94@gmail.com>
      Unverified
      89a8f102
  7. Jul 11, 2024
  8. Jul 10, 2024
  9. Jul 09, 2024
  10. Jul 05, 2024
  11. Jul 03, 2024
  12. Jun 26, 2024
    • Joel Jeremy Marquez's avatar
      Group and ungroup split transactions (#2805) · 5951b926
      Joel Jeremy Marquez authored
      * Group and ungroup split transactions
      
      * Release note
      
      * Fix release note category
      
      * Do not allow on reconciled transactions
      
      * Add account validation, fix undo behavior, set split payee
      
      * Fix lint errors
      
      * Allow extracting some child transactions
      
      * Disabled split/unsplit selected items menu
      
      * Fix lint error
      
      * Fix typecheck error
      
      * Special Split payee
      
      * "Split" payee on parent transaction
      
      * Show manage payees on payee autocomplete modal
      
      * Fix typecheck error + cleanup
      
      * Fix typecheck error + cleanup
      
      * VRT
      
      * Fix tests
      
      * VRT
      
      * Only show split/unsplit when applicable
      Unverified
      5951b926
  13. Jun 18, 2024
  14. Jun 10, 2024
    • Dan D's avatar
      Handle Null Org Domain in SimpleFIN for bank_id (#2836) · 8b850f14
      Dan D authored
      * Update main.ts - Handle Null Org Domain in SimpleFIN
      
      SimpleFIN (currently) uses the org domain as the bank ID. According to SimpleFIN docs, this can possibly be a null value, as can the org name. However, at least one of the two must be present.
      
      In Actual, org name is set to "Unknown" if it comes in as null, but the bank_id (previously just set to the org domain) was not, resulting in a null bank_id value at times.
      
      * Create 2836.md
      
      * Fix release notes format.
      
      * Small change to release note.
      
      * Change to use new org Id as fallback for bank_id
      
      * Add orgId property, for new org id from SimpleFIN
      Unverified
      8b850f14
  15. May 30, 2024
  16. May 16, 2024
  17. May 15, 2024
  18. May 04, 2024
  19. Apr 23, 2024
  20. Apr 20, 2024
  21. Apr 18, 2024
  22. Apr 16, 2024
  23. Apr 09, 2024
  24. Mar 31, 2024
  25. Mar 09, 2024
  26. Mar 04, 2024
  27. Feb 16, 2024
    • shall0pass's avatar
      [Enhancement] Theme: Midnight (#2312) · 0c5bce8b
      shall0pass authored
      * midnight updates
      
      * updates
      
      * updates
      
      * background one shade darker
      
      * change highlights to match other accents
      
      * release note
      
      * link color
      
      * variable spelling
      
      * Upcoming pill color
      
      * theme switch bug
      
      * remove development, type error
      
      * toggle background, disabled background+text
      
      * account pillboxes and icons
      
      * typecheck error
      Unverified
      0c5bce8b
  28. Feb 05, 2024
  29. Feb 04, 2024
  30. Jan 20, 2024
    • Zach Whelchel's avatar
      SimpleFin (#2188) · 75186183
      Zach Whelchel authored
      * Some initial UI work for adding SimpleFin.
      
      * SimpleFin proof of concept working.
      
      * Adds linking & unlinking to existing accounts through the account menu UI.
      
      * Added loading and lint fixes.
      
      * Lint changes.
      
      * Added release notes.
      
      * Typecheck cleanup.
      
      * Import, lint, typecheck cleanups.
      
      * More typecheck cleanup.
      
      * Refactored language for consistency.
      
      * Added default institution name.
      
      * Lint cleanup.
      
      * Addressed change requests.
      
      * Added a default to migration, made variables consistent, added feature flag.
      
      * Added account_sync_source to server schema.
      
      * Adds account_sync_source to test.
      
      * Fix for typecheck.
      
      * Attempt to make typecheck happy.
      
      * Added strict ignore.
      
      * Moved account_sync_source to the right model (face palm).
      
      * Hotfix for institution format.
      
      * Lint cleanup.
      
      * Removed unnecessary promise.all.
      
      * Lint cleanup.
      Unverified
      75186183
    • DJ Mountney's avatar
      Bundle loot-core types into the API (#2053) · 0045d921
      DJ Mountney authored
      
      * Bundle loot-core types into the API
      
      So we can have loot-core be the source of truth
      for some types that get passed through
      
      - Improves downstream development with API by including types
      - Use path aliases for dist vs dev tsconfigs
      - Convert api index to typescript as example
      - Permit ts-ignore for issues with our version of typescript
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      Unverified
      0045d921
    • Neil's avatar
      Custom Reports - add schema (#2246) · c66d6e00
      Neil authored
      
      * Add schema work
      
      * notes
      
      * merge fixes
      
      * add to handlers
      
      * notes update
      
      * Update packages/loot-core/src/server/reports/app.ts
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * review changes
      
      * type updates
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      Unverified
      c66d6e00
  31. Jan 19, 2024
  32. Jan 15, 2024
  33. Jan 09, 2024
  34. Jan 08, 2024
  35. Jan 06, 2024
  36. Dec 15, 2023
  37. Dec 13, 2023
Loading