Sven Günther
bdf600cbd1
Merge branch 'main' into Task/move_scraper_configuration_to_tab_in_asset_profile_dialog
1 month ago
Thomas Kaul
a6011f2c47
Task/remove deprecated public Stripe key ( #6124 )
* Remove deprecated public Stripe key
* Update changelog
1 month ago
Thomas Kaul
a1fab9fdf3
Task/upgrade stripe to version 20.1.0 ( #6132 )
* Upgrade stripe to version 20.1.0
* Update changelog
1 month ago
Thomas Kaul
6d3e16a6fb
Bugfix/initialize input properties in fire calculator ( #6122 )
* Initialize input properties
* Update changelog
1 month ago
Thomas Kaul
7999ff973b
Bugfix/jsonpath import in manual service ( #6129 )
* Fix jsonpath import
* Update changelog
1 month ago
Sven Günther
b820331f70
Merge branch 'main' into Task/move_scraper_configuration_to_tab_in_asset_profile_dialog
1 month ago
Thomas Kaul
f67fc0edbb
Release 2.226.0 ( #6127 )
1 month ago
Thomas Kaul
d35e2c758c
Task/upgrade yahoo-finance2 to version 3.11.2 ( #6126 )
* Upgrade yahoo-finance2 to version 3.11.2
* Update changelog
1 month ago
Thomas Kaul
549436d919
Task/extend data providers content in self-hosting FAQ ( #6123 )
* Extend data providers content
* Update changelog
1 month ago
Sven Günther
c267616abf
Merge branch 'main' into Task/move_scraper_configuration_to_tab_in_asset_profile_dialog
1 month ago
Thomas Kaul
57ed1fadb2
Task/update year to 2026 ( #6119 )
* Update year
1 month ago
Thomas Kaul
2a619e2ed7
Task/upgrade class-validator to version 0.14.3 ( #6091 )
* Upgrade class-validator to version 0.14.3
* Update changelog
1 month ago
Sven Günther
1c46b80d48
fix changelog
1 month ago
Sven Günther
6d2ba2b9ae
Merge branch 'main' into Task/move_scraper_configuration_to_tab_in_asset_profile_dialog
1 month ago
Sven Günther
25dc877c73
fixed the issue where save did not work
1 month ago
Sven Günther
37728c1435
applied feedback
- Icon Change from reader-outline to code-slash-outline for the Scraper Configuration tab
- Form Persistence Fix
- Removed the nested <form> tag in the Scraper Configuration tab that was causing the "Form submission canceled because the form is not connected" warning
- The scraper configuration fields are now properly connected to the main assetProfileForm through the formGroupName directive
2 months ago
Sven Günther
72a14206fe
this fixes issue #6093
2 months ago
Sven Günther
e3d534f603
move scraper configuration expansion panel to a new tab
2 months ago
Thomas Kaul
7b6271cb63
Release 2.225.0 ( #6120 )
1 month ago
Kenrick Tandrian
742415833c
Task/upgrade to Nx 22.3.3 and Angular 21.0 ( #6109 )
* chore(deps): upgrade to Nx 22.3.3 and Angular 21.0
* feat(nx): run migrations
* fix(ts): change module and moduleResolution for api
* feat(ts): remove duplicates of bundler module resolution
* fix(ts): enable ESM interoperability
* fix(api): update imports
* fix(ts): set module to preserve in api spec
* fix(ts): update target
* resolve comments
* fix(api): set jest moduleNameMapper
* fix(ts): update tsconfig in api spec
* fix(api): revert import changes
* fix(apps): revert unnecessary changes
* fix(client): change marked js file
* fix(deps): remove duplicates
1 month ago
Kenrick Tandrian
2167c4ca8e
Task/upgrade to marked 16.4.2 and ngx-markdown 20.1.0 ( #6117 )
* chore(deps): bump marked and ngx-markdown
* fix(client): change marked script file
* fix(client): change umd to esm
* fix(client): remove marked script file from project.json
* feat(docs): update changelog
1 month ago
Thomas Kaul
0f9bebcf82
Task/eliminate ngx-stripe ( #6116 )
* Eliminate ngx-stripe
* Update changelog
1 month ago
Thomas Kaul
40c01c38dd
Task/deprecate platforms in info item ( #6114 )
* Deprecate platforms
1 month ago
Karel De Smet
eb9d66e760
Task/improve user detail dialog routing in Admin Control panel ( #6104 )
* Improve user detail dialog routing in Admin Control panel
* Update changelog
1 month ago
Paul van der lei
ee1f606b59
Feature/create endpoint to get all platforms ( #6097 )
* Create endpoint to get all platforms
* Update changelog
1 month ago
Thomas Kaul
7abeb4d76a
Task/improve language localization for de 20251229 ( #6108 )
* Update translations
* Update changelog
1 month ago
Vahant Sharma
e668c6465e
Bugfix/time in market for impersonation mode ( #6103 )
* Fix time in market for impersonation mode
* Update changelog
1 month ago
Kenrick Tandrian
5b7356ff28
Task/upgrade jest to version 30.2.0 ( #6110 )
* chore(deps): bump jest to 30.2.0
* fix(test): update setup test scripts
* fix(deps): resolve vulns
1 month ago
Kenrick Tandrian
b12007b8b4
Task/revert adding styles to ui:storybook target ( #6107 )
* fix(sb): revert adding styles to ui:storybook target
1 month ago
Kenrick Tandrian
e2ed27d1c6
Task/upgrade ng-extract-i18n-merge from 3.1.0 to 3.2.1 ( #6106 )
* chore(deps): bump ng-extract-i18n-merge from 3.1.0 to 3.2.1
* feat(docs): update changelog
1 month ago
Kenrick Tandrian
07d7178dc3
Task/upgrade to Nx 22.1.3 and Storybook 10.1.10 ( #6105 )
* chore(deps): bump nx from 22.0 to 22.1
* fix(ts): set moduleResolution to bundler
This is a requirement for Storybook 10 migration. See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#require-tsconfigjson-moduleresolution-set-to-value-that-supports-types-condition .
* feat(sb): change main.js to ESM
See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#the-storybookmain-file-and-other-presets-must-be-valid-esm .
* fix(ts): set target to es2022
This resolves the warning: TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and "false" respectively by the Angular CLI. To control ECMA version and features use the Browserslist configuration. For more information, see https://angular.dev/tools/cli/build#configuring-browser-compatibility .
* fix(ts): set esModuleInterop to true
* feat(docs): update changelog
* fix(ts): set moduleResolution to bundler
* fix(ts): revert target changes
* Update changelog
1 month ago
Kenrick Tandrian
9e8a31807d
Task/upgrade to Nx 22.0.4 and Angular 20.3 ( #6098 )
* feat(nx): migrate to v22.0.4
* fix(deps): install with Node.js 22
* Update changelog
1 month ago
Thomas Kaul
042d33aa00
Task/refactor read platforms permission ( #6095 )
* Refactor read platforms permission
2 months ago
Eduardo Almeida
7b885a11e2
Bugfix/fix asset profile deletion and allow editing asset profile identifiers with MANUAL data source ( #6090 )
* Fix asset profile deletion and allow editing asset profile identifiers with MANUAL data source
* Update changelog
2 months ago
Karel De Smet
5727ce3375
Bugfix/add missing currency suffix to cash balance field in create or update account dialog ( #6092 )
* Add missing currency suffix to cash balance field in create or update account dialog
* Update changelog
2 months ago
Thomas Kaul
00f943bb3b
Task/upgrade shx to version 0.4.0 ( #6088 )
* Upgrade shx to version 0.4.0
* Update changelog
2 months ago
Thomas Kaul
1a2ca71ef8
Task/refactor href in user account settings component ( #6085 )
* Refactoring
2 months ago
Thomas Kaul
61ef2631f9
Feature/extend personal finance tools 20251220 ( #6087 )
* Add BlueBudget, Moneyspire and Pennies
2 months ago
Thomas Kaul
078b2327c5
Release 2.224.2 ( #6086 )
2 months ago
Thomas Kaul
52f02f789d
Release 2.224.1 ( #6084 )
2 months ago
Thomas Kaul
1dd5ff51ee
Revert "Task/refactor language in various components ( #6078 )" ( #6081 )
This reverts commit 80c278555c .
2 months ago
Thomas Kaul
b41f382f81
Release 2.224.0 ( #6080 )
2 months ago
github-actions[bot]
8345eee16e
Update locales ( #6068 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
Thomas Kaul
5102e1a3a9
Feature/restore support for specific calendar year date ranges in assistant ( #6079 )
* Restore specific calendar year date ranges
* Update changelog
2 months ago
Thomas Kaul
80c278555c
Task/refactor language in various components ( #6078 )
* Refactor language
2 months ago
Thomas Kaul
6e2c61dece
Feature/add ISIN number to asset profile dialog ( #6076 )
* Add ISIN number
* Update changelog
2 months ago
David Requeno
152cda19cf
Bugfix/localize date formatting in FIRE calculator ( #6077 )
* Localize date formatting
* Update changelog
2 months ago
Thomas Kaul
48952c9bbd
Task/improve localization of various components ( #6074 )
* Improve localization
2 months ago
Sven Günther
1fa96536e0
Task/include first and last date of each calendar year in getChartDateMap() ( #6069 )
* Include first and last date of each calendar year in getChartDateMap()
* Update changelog
2 months ago
Eshaan Gupta
bda4753468
Task/remove deprecated Angular CLI decorator ( #6071 )
* Remove deprecated Angular CLI decorator
* Update changelog
2 months ago