Skip to content
Snippets Groups Projects
  1. Sep 20, 2024
  2. Sep 19, 2024
  3. Sep 17, 2024
  4. Sep 10, 2024
  5. Sep 08, 2024
  6. Sep 07, 2024
  7. Sep 04, 2024
  8. Sep 03, 2024
  9. Aug 30, 2024
  10. 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
  11. Aug 26, 2024
  12. Aug 23, 2024
    • lelemm's avatar
      "has tags" filter (#3290) · 7769d030
      lelemm authored
      * new tag filter
      
      * fixes
      
      * release notes
      
      * fixes for the rules modal
      
      * more fixes
      
      * linter
      
      * visual regression fixes
      
      * review suggestions
      
      * missing this change
      Unverified
      7769d030
  13. Aug 22, 2024
  14. Aug 20, 2024
  15. Aug 17, 2024
  16. Aug 15, 2024
    • Robert Dyer's avatar
      Add rule actions to prepend/append to transaction notes. (#3215) · af73dcd7
      Robert Dyer authored
      * Add rule action to append to transaction notes.
      
      * add release note
      
      * support prepending
      
      * fix linter
      
      * update release note
      
      * fix typecheck error
      
      * update VRT test code
      
      * revising VRT code
      
      * select by row
      
      * fix missing delete button
      
      * fix VRT tests
      
      * fix linter
      
      * empty commit for CI
      
      * avoid 'undefined' appearing in notes
      
      * fix linter
      Unverified
      af73dcd7
  17. Aug 14, 2024
  18. Aug 13, 2024
  19. Aug 12, 2024
    • Joel Jeremy Marquez's avatar
      [Mobile] Long press transaction to reveal floating action bar with bulk actions (#2892) · 09c44d35
      Joel Jeremy Marquez authored
      * Mobile transaction long press
      
      * Floating action bar
      
      * Styling
      
      * Add functionality
      
      * Fix typecheck error
      
      * Release notes
      
      * Undo notifications
      
      * Fix schedules and update transaction delete confirmation message
      
      * Use react-aria useLongPress
      
      * Bulk edit amount display
      
      * Themes
      
      * Do not clear on batch update
      
      * useUndo hook
      
      * Fix typecheck error
      
      * Update useUndo
      
      * Fix typecheck error
      
      * Handle batch deleted transactions
      
      * useMemo
      
      * Make onClearSelectedTransactions mandatory
      
      * Extract FloatingActionBar to a separate component
      
      * Require onAddSelectedTransaction and onClearSelectedTransactions if there are  any selectedTransactions
      
      * Fix schedule link
      
      * Undo notification timeout
      
      * Use useSelected
      
      * Fix typecheck error
      
      * Category transactions batch updates
      
      * Remove undo notification title
      
      * Fix types
      
      * Fix notes undo notification
      
      * Move SelectedProvider to TransactionListWithBalances
      
      * Remove NewPayeeEntity
      
      * Disable support for amount batch edit for now
      
      * Fix lint error
      
      * Notification inset + reuse useTransactionBatchActions
      
      * Always show notification close button regardless if sticky or not
      
      * Allow clicking action bar when notifications are present
      
      * Fix typecheck error
      
      * Remove inset on addNotification calls
      
      * Use PressResponder
      
      * Fix mobile transaction border
      
      * VRT
      
      * VRT
      
      * VRT
      
      * VRT
      Unverified
      09c44d35
    • Matiss Janis Aboltins's avatar
  20. Aug 11, 2024
  21. Aug 09, 2024
  22. Aug 05, 2024
  23. Aug 04, 2024
  24. Aug 03, 2024
  25. Jul 29, 2024
  26. Jul 26, 2024
    • youngcw's avatar
      [Goals]: Add a long term goal template (#3012) · 511f677a
      youngcw authored
      * update the parser
      
      * can set goal value, but there are errors and it still needs to look for a balance and not month amount
      
      * fix apply budget
      
      * un change
      
      * note
      
      * lint
      
      * working processing, need to set colors based on month somehow
      
      * add long goal option to the gui and db
      
      * note, lint
      
      * fix cleanup
      
      * fix
      
      * make mobile work, lint
      
      * fix bindings
      
      * more proper
      
      * lint
      
      * fix single category run
      
      * don't unset goal values if they don't have a template too
      
      * lint
      
      * more lint
      
      * fix check when no template exists
      
      * rearrange to get around the issue of inconsistent colors
      
      * lint
      
      * typecheck
      
      * add field to aql schema
      
      * fixes
      
      * cleanup
      
      * migration date
      Unverified
      511f677a
  27. Jul 24, 2024
  28. Jul 22, 2024
    • Bruno Ribeiro's avatar
      Enhance Autocomplete sorting, Payees tab filter, and Schedules tab filter to... · 4439bb6a
      Bruno Ribeiro authored
      Enhance Autocomplete sorting, Payees tab filter, and Schedules tab filter to ignore characters with accents / diacritics (#3045)
      
      * Autocomplete sort now ignores diacritics
      
      * Payees tab now takes into account diacritics
      
      * Category Autocomplete now ignores diacritics
      
      * Schedules filter now ignore diacritics
      
      * Added release note
      
      * Fixed type error
      
      * Added normalisation to manage rules filter
      
      * Added normalisation to $like operator
      
      * Added normalisation function to loot-core
      
      * Fixed type error & added normalisation to notlike
      
      * Fixed unit tests
      
      * Changed normalise to use loot-core/shared on desktop
      
      * Linting fix
      Unverified
      4439bb6a
Loading