Vijay Sai
7ee9653b1f
Fix detection of not defined values in nested objects
hasNotDefinedValuesInObject returned the result of the first nested
object it encountered, so sibling keys after a fully defined nested
object were never checked. A later null or undefined value (or a later
nested object holding one) was therefore missed and the function
incorrectly returned false.
Only return early on a positive hit and keep scanning the remaining
keys otherwise, so the function returns true if any key (nested or not)
is null or undefined and false only after all keys are clean. This
ensures hasError is set correctly in the portfolio details endpoint.
4 weeks ago
Thomas Kaul
fdd96bcd6b
Bugfix/country name localization ( #7065 )
* Fix country name localization
* Update changelog
4 weeks ago
Thomas Kaul
efbfb6bf9c
Release 3.12.0 ( #7063 )
4 weeks ago
Thomas Kaul
ce286ab314
Task/improve registration and last activity display in admin users component ( #7062 )
* Improve display of registration and last activity
* Update changelog
4 weeks ago
Thomas Kaul
bab02b3d68
Task/deprecate SymbolProfile in favor of assetProfile in get holding endpoint ( #7054 )
* Deprecate SymbolProfile in favor of assetProfile
* Update changelog
4 weeks ago
Thomas Kaul
116357b797
Task/move referral partners to database ( #7060 )
* Move referral partners to database
4 weeks ago
Thomas Kaul
1e41aa8ba0
Task/upgrade svgmap to version 2.21.0 ( #7036 )
* Upgrade svgmap to version 2.21.0
* Update changelog
4 weeks ago
Jorge
05c50df20c
Bugfix/dark mode styling of safe withdrawal rate selector in FIRE section ( #7053 )
* Fix styling of safe withdrawal rate selector in dark mode
* Update changelog
4 weeks ago
Thomas Kaul
51e9a3c807
Task/improve account name display in accounts table ( #7044 )
* Do not wrap account name
* Update changelog
4 weeks ago
Jorge
ebc911b9d4
Bugfix/restrict maximum height of import activities dialog ( #7047 )
* Restrict maximum height
* Update changelog
4 weeks ago
Kenrick Tandrian
5bb8bf834b
Task/improve type safety in holding detail dialog component ( #7050 )
Improve type safety
4 weeks ago
Parman Mohammadalizadeh
f4d17c786a
Bugfix/open account details dialog on allocations page ( #6988 )
* Fix open account details dialog
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 month ago
Thomas Kaul
9d06b3befa
Bugfix/chart error on interaction by registering annotation plugin early ( #7049 )
* Fix chart error on interaction
* Update changelog
1 month ago
Thomas Kaul
10fffd68cb
Task/improve name display in activities table ( #7043 )
* Do not wrap name
* Update changelog
1 month ago
Thomas Kaul
8ab88a74b1
Task/improve link to GitHub discussions ( #7045 )
* Improve links
* Update translation
* Update changelog
1 month ago
Thomas Kaul
d4610df0fe
Task/improve user id display in admin users component ( #7048 )
* Do not wrap user id
* Update changelog
1 month ago
Thomas Kaul
588a6401fa
Task/improve styling of checkboxes ( #7046 )
* Improve styling
* Update changelog
1 month ago
Thomas Kaul
3a28a46447
Release 3.11.0 ( #7040 )
1 month ago
Thomas Kaul
5224e6a335
Bugfix/improve loading state when customizing rule thresholds on X-ray page ( #7039 )
* Improve loading state
* Update changelog
1 month ago
Thomas Kaul
06863c7bec
Task/migrate rule settings dialog from ngModel to form control ( #7037 )
* Migrate from ngModel to form control
* Update changelog
1 month ago
Jorge
ce393cb8b5
Task/improve language localization for ES ( #7038 )
* Update translations
* Update changelog
1 month ago
Thomas Kaul
771323d9fd
Task/upgrade date-fns to version 4.4.0 ( #7035 )
* Upgrade date-fns to version 4.4.0
* Update changelog
1 month ago
Thomas Kaul
d487cb465b
Task/improve styling of tabs across various dialogs ( #7028 )
* Improve styling of tabs
* Update changelog
1 month ago
Thomas Kaul
b55394b2dc
Task/improve styling of page tabs component on desktop ( #7032 )
* Improve styling
* Update changelog
1 month ago
Thomas Kaul
073af0c8c2
Task/enable bull dashboard in tab of admin control panel ( #7030 )
* Enable Bull Dashboard in tab
* Eliminate BULL_BOARD_IS_READ_ONLY
* Update changelog
1 month ago
Thomas Kaul
c26cc21ce0
Task/upgrade bull-board to version 7.2.1 ( #7031 )
* Upgrade bull-board to version 7.2.1
* Update changelog
1 month ago
Thomas Kaul
1dab25c7dc
Release 3.10.0 ( #7027 )
1 month ago
Thomas Kaul
20cb189bae
Task/improve account name display in activities table ( #7025 )
* Do not wrap account name
* Update changelog
1 month ago
Thomas Kaul
a19bd1fc02
Bugfix/false positive in currency symbol detection ( #7024 )
* Fix issue where certain symbols (e.g. ERNA.L) were incorrectly identified as currencies
* Update changelog
1 month ago
Thomas Kaul
f4b3a671c7
Task/optimize portfolio holding endpoint by improving processing of historical market data ( #7023 )
* Improve processing of historical market data
* Update changelog
1 month ago
Thomas Kaul
5743825bc6
Task/improve dynamic numerical precision in account and holding detail dialogs on mobile ( #7022 )
* Improve dynamic numerical precision for various values
* Update changelog
1 month ago
Thomas Kaul
a0b7d5c4c1
Bugfix/last request date in users table of admin control panel ( #7021 )
* Fix last request date
* Update changelog
1 month ago
Thomas Kaul
b3bdfab419
Bugfix/issue in import dividends dialog ( #7020 )
* Change to assetProfile
* Update changelog
1 month ago
Thomas Kaul
fa6ca4dc44
Release 3.9.0 ( #7017 )
1 month ago
Thomas Kaul
98c984c6c9
Task/improve unknown bucket grouping in allocations ( #7011 )
* Improve unknown bucket grouping
* Update changelog
1 month ago
Thomas Kaul
68c11b9ee2
Task/extend personal finance tools (20260612) ( #7016 )
Extend personal finance tools
1 month ago
Thomas Kaul
6bbc96ccf0
Task/move support for specific calendar year date ranges in assistant from experimental to general availability ( #7015 )
* Move specific calendar year date ranges from experimental to general availability
* Update changelog
1 month ago
Sjohn21
9ea2405fec
Feature/extend public API with endpoint to update asset profile data ( #6981 )
* Extend public API with endpoint to update asset profile data
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 month ago
Thomas Kaul
3fb77bbc51
Feature/support dedicated OpenRouter model for web_fetch tool in FetchService ( #7005 )
* Add support for dedicated OpenRouter model for web_fetch
* Update changelog
1 month ago
Ankit Singh
124940bf53
Task/migrate various components from NgStyle to style bindings ( #7008 )
* Migrate various components from NgStyle to style bindings
* Update changelog
1 month ago
battdir
034877a775
Task/improve language localization for KO ( #7009 )
* Update translations
* Update changelog
1 month ago
Thomas Kaul
566c1a0b8e
Task/disable selection of future dates in account balance management ( #7003 )
* Disable selection of future dates
* Update changelog
1 month ago
David Requeno
449eaa1baa
Task/prefill form with current cash balance value in account details dialog ( #6998 )
* Prefill form with current cash balance value
* Update changelog
1 month ago
Thomas Kaul
f77fb4f317
Release 3.8.0 ( #7001 )
1 month ago
Thomas Kaul
2faa4c7c89
Bugfix/prevent FAB from overlapping paginators on mobile ( #7000 )
* Prevent FAB from overlapping paginators on mobile
* Update changelog
1 month ago
Thomas Kaul
03ad9bc1a0
Task/improve language localization for DE (20260606) ( #6996 )
* Update translations
* Update changelog
1 month ago
Thomas Kaul
5177a1ee78
Task/localize country names (part 2) ( #6997 )
* Localize country names
1 month ago
github-actions[bot]
b3f20e175c
Task/update locales ( #6902 )
Update locales
1 month ago
Thomas Kaul
363684526f
Task/localize country names ( #6995 )
* Localize country names
* Update changelog
1 month ago
Thomas Kaul
3a4b0ce304
Task/harmonize sector names accross data providers ( #6994 )
* Harmonize sector names
* Update changelog
1 month ago