Thomas Kaul
a3e8cb0e53
Move currency removal from cryptocurrency names to general availability
20 hours ago
Thomas Kaul
dccd5ebd7c
Move currency removal from cryptocurrency names to general availability
23 hours ago
Kenrick Tandrian
f93eb26fda
Task/upgrade ts-jest to version 29.4.12 ( #7648 )
* chore(deps-dev): bump ts-jest from 29.4.0 to 29.4.12
* fix(api): update Redis client type definition
* fix(api): reformat files
1 day ago
Kenrick Tandrian
3ae64b5eaf
Task/modernize TypeScript compiler options ( #7642 )
* fix(ts): remove baseUrl from config
* feat(ts): upgrade base target to es2022
* fix(client): clean up typescript target configurations
* fix(ui): standardize tsconfig target configuration to es2021
* fix(ts): remove redundant project-level lib configurations
* fix(ui): inherit base tsconfig target compiler option
2 days ago
Kenrick Tandrian
39ba6b98e6
Task/improve type safety in auth and user services ( #7630 )
Improve type safety
2 days ago
Thomas Kaul
69d11b8e3d
Bugfix/internal server error on failed social login ( #7637 )
* Fix internal server error on failed social login by redirecting to login page
* Update changelog
3 days ago
Thomas Kaul
4a65e44f5b
Task/restrict creation of tags to unique names in tags selector ( #7635 )
* Restrict creation of tags to unique names
* Update changelog
3 days ago
Thomas Kaul
e5273cc91a
Bugfix/incorrect error log output when deleting activities ( #7629 )
* Fix incorrect error log output when deleting activities
* Update changelog
3 days ago
Thomas Kaul
aeaec40c8f
Bugfix/missing loading indicator in benchmarks table on markets page ( #7634 )
* Fix missing loading indicator in benchmark component
* Update changelog
3 days ago
Thomas Kaul
e14793c698
Bugfix/dividend values in base currency ( #7633 )
* Fix missing currency conversion of dividends
* Update changelog
3 days ago
Thomas Kaul
108e29444a
Task/add scopes to access ( #7603 )
* Add scopes to access
* Update changelog
3 days ago
David Requeno
9d2e4b732c
Feature/add stock splits logic ( #7568 )
* Add business logic and tests for stock splits
* Update changelog
3 days ago
Thomas Kaul
3ec7a55466
Bugfix/outdated exchange rates of indirect currency pairs ( #7618 )
* Fix outdated exchange rates of indirect currency pairs
* Update changelog
4 days ago
Thomas Kaul
92475c0b8b
Task/improve error log output of data provider and queue services ( #7622 )
* Improve error log output of data provider and queue services by omitting stack trace
* Update changelog
4 days ago
Thomas Kaul
579943f659
Bugfix/add missing country mapping for Macau in Yahoo Finance data enhancer ( #7620 )
* Add missing mapping for Macau
* Update changelog
4 days ago
Thomas Kaul
4ec3dc3472
Bugfix/add missing country mapping for Czech Republic in FMP service ( #7619 )
* Add missing country mapping for Czech Republic
* Update changelog
4 days ago
Thomas Kaul
cad70f62be
Task/improve language localization for DE (20260814) ( #7621 )
* Update translation
* Update changelog
4 days ago
vicbentu
e684ba66a7
Bugfix/cash balance update related to activities in custom currency ( #7616 )
* Fix cash balance update related to activities in custom currency
* Update changelog
4 days ago
Thomas Kaul
2250281790
Bugfix/portfolio performance of closed position ( #7610 )
* Fix portfolio performance of closed position
* Update changelog
5 days ago
Thomas Kaul
b764faff9e
Bugfix/add missing country mapping for Czech Republic and Turkey ( #7611 )
* Add missing country mapping for Czech Republic and Turkey
* Update changelog
5 days ago
Thomas Kaul
f474f319bf
Bugfix/resolve error when fetching dividends from Yahoo Finance for date ranges without events ( #7612 )
* Resolve error when fetching dividends for date ranges without events
* Update changelog
5 days ago
Thomas Kaul
c9a45e9f53
Task/refresh cryptocurrencies list (20260813) ( #7613 )
* Update cryptocurrencies.json
* Update changelog
5 days ago
Thomas Kaul
60097f50f8
Task/improve language localization for DE (20260812 - part 2) ( #7607 )
Update translations
6 days ago
github-actions[bot]
163a70aed9
Task/update locales ( #7606 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 days ago
Thomas Kaul
80a628f69e
Task/improve style in user account settings ( #7599 )
* Improve style
* Update changelog
6 days ago
Thomas Kaul
5aa9bb135d
Task/improve wording of X-ray page to use neutral form ( #7600 )
* Improve wording to use neutral form
* Update changelog
6 days ago
Thomas Kaul
6b4e6276ed
Task/move activity actions in account and holding detail dialogs to general availability ( #7605 )
* Move activity actions to general availability
* Update changelog
6 days ago
Thomas Kaul
debdcbcffe
Task/reduce selector height of benchmark comparator ( #7601 )
Reduce height
6 days ago
Thomas Kaul
2dcf93cbba
Task/improve language localization for DE (20260812) ( #7604 )
* Update translation
* Update changelog
6 days ago
Thomas Kaul
7ded5e4340
Task/remove isDraft of activity ( #7577 )
* Remove deprecated isDraft attribute of activity
* Update changelog
6 days ago
github-actions[bot]
026464ad62
Task/update locales ( #7583 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6 days ago
Thomas Kaul
e1eb127bce
Task/refactor impersonation mode into guard ( #7597 )
* Refactor impersonation mode into guard
* Update changelog
7 days ago
Thomas Kaul
55939ea2e5
Feature/add quantity to accounts tab of holding detail dialog ( #7595 )
* Add quantity to accounts tab of holding detail dialog
* Update changelog
7 days ago
Thomas Kaul
7b74cf5cea
Fix rounding of value per account and platform ( #7594 )
Aggregate the value of accounts and platforms with Big.js, so that activities cancelling each other out result in exactly zero instead of a floating-point residue. Such a residue distorted the allocation per account in the holding detail dialog, e.g. -8.5277e-16 for a closed position and 1.0000000000000009 for the remaining one.
7 days ago
Thomas Kaul
fbd898b32d
Bugfix/user settings and calculations in impersonation mode ( #7592 )
* Fix user settings and calculations in impersonation mode
* Update changelog
7 days ago
Thomas Kaul
162d43c340
Task/reuse currency selector in user account settings ( #7584 )
* Reuse currency selector
* Update changelog
1 week ago
Thomas Kaul
14c2db6c9f
Bugfix/track expression of access in header component ( #7589 )
Fix track expression of access
1 week ago
Thomas Kaul
8124b5e591
Task/reuse toggle component on holdings page ( #7586 )
* Reuse toggle component
* Update changelog
1 week ago
Thomas Kaul
a21d6cf63f
Task/improve notification of scraper configuration ( #7588 )
Improve notification
1 week ago
Thomas Kaul
e61946cbb7
Task/extend toggle component to support icons ( #7582 )
* Extend toggle component to support icons
* Update changelog
1 week ago
github-actions[bot]
40d0695c6a
Task/update locales ( #7579 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 week ago
Thomas Kaul
cb6da5c24f
Task/migrate isDraft of activity to draft tag ( #7551 )
* Migrate isDraft of activity to draft tag
* Update changelog
1 week ago
Thomas Kaul
7754864419
Bugfix/handle unknown country names in data enhancer for asset profile data ( #7574 )
* Handle unknown country names
* Update changelog
1 week ago
Thomas Kaul
333c4b19d2
Task/improve language localization for DE (20260808) ( #7575 )
* Update translations
* Update changelog
1 week ago
github-actions[bot]
747dbce8ee
Task/update locales ( #7571 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 week ago
Thomas Kaul
ac082b362c
Task/align activity dialog host with account dialog host ( #7472 )
Align with account dialog host
1 week ago
Thomas Kaul
6b64563391
Task/migrate account dialogs to dedicated routes ( #7473 )
* Migrate account dialogs to dedicated routes
* Update changelog
1 week ago
Thomas Kaul
dbe6a3f65f
Task/align x-axis of dividend and investment timeline charts on analysis page ( #7570 )
* Align x-axis of dividend and investment timeline charts
* Update changelog
1 week ago
Thomas Kaul
35582a6cd0
Task/add missing margin on Open Startup page ( #7569 )
1 week ago
Thomas Kaul
2f1cd29e91
Task/improve language localization for DE (20260807) ( #7566 )
* Update translations
* Update changelog
1 week ago