sentry[bot]
a914e35fca
refactor: Improve enable banking panel rendering context ( #1073 )
...
Co-authored-by: sentry[bot] <39604003+sentry[bot]@users.noreply.github.com>
2026-03-01 23:23:25 +01:00
Michel Roegl-Brunner
98df0d301a
fix/qol: Add Callback URL the Enable Banking Instructions ( #1060 )
...
* fix/qol: Add wich Callback URL to use to the Enable Banking Instructions
* CodeRabbit suggestion
* CodeRabbit suggestion
* Skip CI failure on findings
---------
Co-authored-by: Juan José Mata <jjmata@jjmata.com >
2026-02-23 17:18:15 -05:00
Number Eight
7725661a96
fix: Enable Banking DNS issues and provide better UI sync feedback ( #1021 )
...
* fix(docker): add explicit DNS config to fix enable banking sync
* fix(enable-banking): surface sync errors in the UI
* fix: add spaces inside array brackets for RuboCop
* fix(enable-banking): surface sync errors and partial failures in UI
2026-02-19 21:54:44 +01:00
Alessio Cappa
e1a2ec901c
feat: Allow to change country code in already existing Enable Banking connection, to link banks from other countries ( #699 )
2026-01-19 13:57:07 +01:00
Alessio Cappa
dd461faf84
feat: Allow account linking for Enable Banking accounts ( #428 )
...
* feat: Allow account linking for Enable Banking accounts
* fix: Typo in function name
* fix: naming issue
* fix: Add missing Enable Banking route
* feat: Add ability to link Enable Banking when adding a new account
* Mispelling
* fix: typo in method call
* fix: typo in column name
* Review suggestions
* Linter noise
* Small copy changes to avoid mobile UI blowout
* Provider generator (#364 )
* Move provider config to family
* Update schema.rb
* Add provier generator
* Add table creation also
* FIX generator namespace
* Add support for global providers also
* Remove over-engineered stuff
* FIX parser
* FIX linter
* Some generator fixes
* Update generator with fixes
* Update item_model.rb.tt
* Add missing linkable concern
* Add missing routes
* Update adapter.rb.tt
* Update connectable_concern.rb.tt
* Update unlinking_concern.rb.tt
* Update family_generator.rb
* Update family_generator.rb
* Delete .claude/settings.local.json
Signed-off-by: soky srm <sokysrm@gmail.com >
* Move docs under API related folder
* Rename Rails generator doc
* Light edits to LLM generated doc
* Small Lunch Flow config panel regressions.
---------
Signed-off-by: soky srm <sokysrm@gmail.com >
Co-authored-by: Juan José Mata <juanjo.mata@gmail.com >
* Skip generators autoloading (#430 )
* Include Enable Banking items in Syncer (#434 )
* feat: Include Enable Banking items in Syncer
* feat: include only active Enable Banking accounts
* Fix budgets page UI (#427 )
* fix: Budget UI improvements
* feat: Reduce padding for sub-categories
* fix: Adjust padding for sub-category arrow
* Revert "feat: Reduce padding for sub-categories"
This reverts commit 7516c5a8e0 .
* Revert "fix: Adjust padding for sub-category arrow"
This reverts commit ebc82542cf .
* fix: adjust padding for sub-categories
* fix: Add padding to uncategorized budget
* fix: Remove unnecessary HTML tag
* feat: Add translation keys for budgeted/actual
* feat(lang): add all brazilian portuguese translations (#416 )
* feat(lang): add all brazilian portuguese translations
* feat: update pt-BR errors on translation
* fix: atualizar fix base
* feat: add reports translations
* feat: finish translation to brazilian portuguese
* fix: add to supported locales
* fix: number of translations
* fix: errors on translations
* fix: error on rubocop lint
---------
Co-authored-by: Leonardo Ralph <theleoralph@gmail.com >
* Add exclude transaction rule action (#437 )
* Initial plan
* Add ExcludeTransaction rule action executor with tests
Co-authored-by: jjmata <187772+jjmata@users.noreply.github.com >
* Copy clarification
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: jjmata <187772+jjmata@users.noreply.github.com >
Co-authored-by: Juan José Mata <juanjo.mata@gmail.com >
* Preparing for v0.6.6-alpha.3
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
* fix: remove account_id clearing for Enable Banking accounts
* fix: Remove unexisting available_balance attribute and rename variable for consistency
---------
Signed-off-by: soky srm <sokysrm@gmail.com >
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
Co-authored-by: Juan José Mata <juanjo.mata@gmail.com >
Co-authored-by: soky srm <sokysrm@gmail.com >
Co-authored-by: Marcon Neves <marconwillian@icloud.com >
Co-authored-by: Leonardo Ralph <theleoralph@gmail.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: jjmata <187772+jjmata@users.noreply.github.com >
2025-12-12 11:19:50 +01:00
soky srm
4a29d030af
Initial enable banking implementation ( #382 )
...
* Initial enable banking implementation
* Handle multiple connections
* Amount fixes
* Account type mapping
* Add option to skip accounts
* Update schema.rb
* Transaction fixes
* Provider fixes
* FIX account identifier
* FIX support unlinking
* UI style fixes
* FIX safe redirect and brakeman issue
* FIX
- pagination max fix
- wrap crud in transaction logic
* FIX api uid access
- The Enable Banking API expects the UUID (uid from the API response) to fetch balances/transactions, not the identification_hash
* FIX add new connection
* FIX erb code
* Alert/notice box overflow protection
* Give alert/notification boxes room to grow (3 lines max)
* Add "Enable Banking (beta)" to `/settings/bank_sync`
* Make Enable Banking section collapsible like all others
* Add callback hint to error message
---------
Co-authored-by: Juan José Mata <juanjo.mata@gmail.com >
2025-11-29 13:31:08 +01:00