Vahant Sharma
e381801ce7
Merge 71c0b543f1 into d4a0f48ca2
2 days ago
Thomas Kaul
d4a0f48ca2
Task/remove unused OnDestroy hook in demo page component ( #6383 )
* Remove unused OnDestroy hook
2 days ago
Kenrick Tandrian
69740db292
Task/improve type safety in currency selector ( #6402 )
* feat(lib): resolve typescript errors
* feat(lib): make input a view child signal
* feat(lib): remove unsubscribe subject
* feat(lib): remove ngOnDestroy
* feat(lib): make currencies an input signal
* feat(lib): make formControlName an input signal
3 days ago
Thomas Kaul
4cf16b8c58
Task/remove unused OnDestroy hook in license page component ( #6380 )
* Remove unused OnDestroy hook
3 days ago
Abhishek Garg
48f1c064bc
Bugfix/handle X-ray rule exception when market price is missing ( #6397 )
* Handle X-ray rule exception when market price is missing
* Update changelog
4 days ago
Kenrick Tandrian
386a77c8f7
Task/improve type safety in assistant components ( #6396 )
* feat(lib): resolve typescript errors in assistant
* feat(lib): resolve typescript errors in assistant list item
* feat(lib): implement output signals
* fix(lint): resolve warnings
* fix(lib): implement inject function
* fix(lib): handle errors in html files
4 days ago
Thomas Kaul
2e01c121e4
Task/remove unused OnDestroy hook in resources page component ( #6367 )
* Remove unused OnDestroy hook
5 days ago
Kenrick Tandrian
90cc7af87c
Task/improve type safety in fire calculator component ( #6385 )
* fix(lib): resolve typescript errors
* fix(lib): make unsubscribeSubject readonly
* feat(lib): migrate outputs to signals
* feat(lib): implement takeUntilDestroyed
* feat(lib): add linebreak
5 days ago
Thomas Kaul
cc92ecf62a
Release 2.243.0 ( #6384 )
6 days ago
Thomas Kaul
236e1aacf5
Task/upgrade nestjs to version 11.1.14 ( #6379 )
* Upgrade nestjs to version 11.1.14
* Update changelog
6 days ago
Vic Chen
7bcd18711a
Task/improve language localization for ZH 20260217 ( #6348 )
* Improve language localization for ZH
* Update changelog
6 days ago
Thomas Kaul
f5d99bad24
Bugfix/create activities of type fee, interest or liability ( #6378 )
* Fix creation of activities with type FEE, INTEREST or LIABILITY
* Update changelog
6 days ago
Thomas Kaul
c7cfc87e20
Task/remove unused OnDestroy hook in changelog page component ( #6373 )
* Remove unused OnDestroy hook
6 days ago
Thomas Kaul
14f0d2bd8b
Task/remove unused OnDestroy hook in OSS friends page component ( #6374 )
* Remove unused OnDestroy hook
6 days ago
Thomas Kaul
98891e195c
Release 2.242.0 ( #6375 )
* Release 2.242.0
* Update changelog
1 week ago
Thomas Kaul
3eb9d53220
Bugfix/validation of valuables ( #6372 )
* Fix validation of valuables
* Update changelog
1 week ago
Thomas Kaul
4897f34d51
Task/change account field to optional in create or update activity dialog ( #6371 )
* Change account field to optional for every case
* Update changelog
1 week ago
Thomas Kaul
97915a3ca9
Bugfix/fix page size for presets in market data table of admin control panel ( #6363 )
* Fix page size for presets
* Update changelog
1 week ago
Thomas Kaul
5acbe25d25
Task/clean up changelog ( #6362 )
* Clean up
1 week ago
Thomas Kaul
e3579f6811
Task/add missing OnDestroy hook in user account registration dialog ( #6368 )
* Add missing OnDestroy hook
1 week ago
Thomas Kaul
ec92116acc
Task/remove unused OnDestroy hook in admin page component ( #6366 )
* Remove unused OnDestroy hook
1 week ago
Thomas Kaul
2e2cbc4620
Release 2.241.0 ( #6361 )
1 week ago
Thomas Kaul
25200bfd6d
Task/improve usability of portfolio summary in presenter view ( #6360 )
* Improve usability in presenter view
* Update changelog
1 week ago
Kenrick Tandrian
8bdcad5533
Task/improve type safety in activities filter component ( #6358 )
* fix(lib): resolve typescript errors
* feat(lib): migrate to takeUntilDestroyed
* fix(lib): resolve type errors
* feat(lib): implement output signal
* feat(lib): clean up variables
* fix(lib): resolve input is deprecated
* feat(lib): implement input signal on placeholder
* feat(lib): implement input signal on isLoading
1 week ago
Thomas Kaul
bd160d0e57
Bugfix/issue with accounts in value redaction interceptor for impersonation mode ( #6359 )
* Extend redacted paths of accounts
* Update changelog
1 week ago
Thomas Kaul
f17dfd9d94
Task/update locales 20260219 ( #6354 )
* Update translations
* Update changelog
1 week ago
Kenrick Tandrian
6c6f20c3fd
Task/improve type safety in account balances component ( #6352 )
* fix(lib): add type annotations for date adapter
* fix(lib): handle form value possibly null
* fix(lint): use arrow fn for validators
* fix(lib): accounts table typings
* fix(lib): remove unsubscribeSubject due to lack of observable
* fix(lib): remove validators variable
* feat(lib): implement inject functions
* feat(lib): make locale an input signal
* feat(lib): make showActions an input signal
* feat(lib): make accountId an input signal
* feat(lib): make accountCurrency an input signal
* feat(lib): make accountBalances an input signal
* feat(lib): make sort a viewChild signal
* feat(lib): implement isNil
1 week ago
github-actions[bot]
6afba53fa7
Task/update locales ( #6274 )
* Update locales
1 week ago
slegarraga
bccc52e83a
Task/improve language localization for ES 20260219 ( #6353 )
* Improve language localization
* Update changelog
1 week ago
Thomas Kaul
b888005144
Task/refresh cryptocurrencies list 20260216 ( #6342 )
* Update cryptocurrencies.json
* Update changelog
2 weeks ago
Thomas Kaul
2ef9c01d8d
Release 2.240.0 ( #6351 )
2 weeks ago
David Requeno
117a938bad
Feature/add new market data preset ( #6346 )
* Add new market data preset (no activities)
* Update changelog
2 weeks ago
Thomas Kaul
0d67478cc3
Task/harmonize validation for create activity endpoint with existing import activity logic ( #6349 )
* Harmonize validation
* Update changelog
2 weeks ago
Kenrick Tandrian
47a054dd00
Task/improve type safety in historical market data editor component ( #6337 )
* feat(lib): resolve ts errors
* feat(lib): make days protected and readonly
* feat(lib): create formatDay helper function
* fix(lib): remove unused eslint-disable
* feat(lib): change locale to input signal
* feat(lib): change defaultDateFormat to computed signal
* feat(lib): change deviceType to computed signal
* feat(lib): change marketData to input signal
* feat(lib): change historicalDataItems to computed signal
* feat(nx): run ui test
* feat(lib): update days to improve readability
* feat(nx): revert test changes
* fix(lib): change logic for locale
* fix(lib): disable mutating the injected readonly data
* fix(lib): implement takeUntilDestroyed
* fix(lib): implement takeUntilDestroyed
* fix(lib): organize imports
2 weeks ago
Thomas Kaul
78ccdd8d2d
Task/upgrade marked to version 17.0.2 ( #6323 )
* Upgrade marked to version 17.0.2
* Update changelog
2 weeks ago
Kenrick Tandrian
e7df24f899
Task/enable UI test ( #6345 )
* Create script for ui test and implement parallel test
2 weeks ago
Thomas Kaul
8c88ce918f
Feature/add support for custom cryptocurrencies defined in database ( #6344 )
* Add support for custom cryptocurrencies defined in database
* Update changelog
2 weeks ago
Thomas Kaul
d1345b8147
Task/upgrade ngx-markdown to version 21.1.0 ( #6321 )
* Upgrade ngx-markdown to version 21.1.0
* Update changelog
2 weeks ago
Thomas Kaul
75d3494fa4
Task/add support for cryptocurrency Sky ( #6338 )
* Add support for Sky
* Update changelog
2 weeks ago
Thomas Kaul
8c33a51ca5
Release 2.239.0 ( #6335 )
2 weeks ago
Thomas Kaul
c056045ed0
Task/update locales ( #6334 )
* Update locales
* Update translations
* Update changelog
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 weeks ago
Thomas Kaul
09968bda7d
Bugfix/fix localization in X-ray rule ( #6333 )
* Fix localization
2 weeks ago
Thomas Kaul
2ab3d7daa1
Task/upgrade simplewebauthn to version 13.2.2 ( #6326 )
* Upgrade simplewebauthn to version 13.2.2
* Update changelog
2 weeks ago
Thomas Kaul
e59421f008
Feature/add static portfolio analysis fee ratio rule based on total investment volume ( #6332 )
* Add fee ratio rule based on total investment volume
* Update changelog
2 weeks ago
Thomas Kaul
f38a2d7ff1
Bugfix/investment value in portfolio summary ( #6329 )
* Include currency effects in investment value of portfolio summary
* Update changelog
2 weeks ago
Thomas Kaul
14cbf7d735
Task/extend self-hosting FAQ with information on derived currencies ( #6331 )
* Extend content with information on derived currencies
* Update changelog
2 weeks ago
Thomas Kaul
3e27fb0690
Task/upgrade cheerio to version 1.2.0 ( #6324 )
* Upgrade cheerio to version 1.2.0
* Update changelog
2 weeks ago
Thomas Kaul
299bca2780
Task/extend error messages in scraper configuration ( #6322 )
* Improve error handling
* Update changelog
2 weeks ago
Thomas Kaul
8a98c0a3f0
Task/ignore nested ETFs when fetching top holdings in Yahoo Finance service ( #6319 )
* Ignore nested ETFs in top holdings
* Update changelog
2 weeks ago
Varun Chawla
c489a1cc00
Bugfix/integrate missing valueInBaseCurrency in import activities response ( #6294 )
* Integrate missing valueInBaseCurrency in import activities response
* Update changelog
2 weeks ago