Thomas Kaul
f14f98f766
Release 3.7.0 ( #6980 )
2 hours ago
Thomas Kaul
8a93f1f301
Bugfix/asset class chart on allocations page ( #6979 )
Fix asset class chart
2 hours ago
Thomas Kaul
9996d8a8d2
Bugfix/base currency in impersonation mode ( #6964 )
* Fix base currency in impersonation mode
* Update changelog
2 hours ago
Thomas Kaul
8acd77717c
Task/upgrade Nx to version 22.7.5 ( #6962 )
* Upgrade Nx to version 22.7.5
* Update changelog
2 hours ago
Kenrick Tandrian
60be4de9a5
Task/improve type safety in analysis page component ( #6965 )
* fix(client): resolve errors in analysis page component
* feat(client): replace constructor based DI with inject functions
* feat(client): convert to view child signal
* feat(client): enforce encapsulation
* feat(client): enforce readability
* feat(client): replace deprecated getDeviceInfo
* feat(client): convert mode to signal
5 hours ago
Thomas Kaul
09794639b5
Bugfix/environment variable expansion when debugging in Visual Studio Code ( #6977 )
* Fix environment variable expansion
* Update changelog
14 hours ago
Thomas Kaul
697ef59e3b
Feature/add support for web fetch in fetch service ( #6960 )
* Add support for web fetch
* Update changelog
3 days ago
Thomas Kaul
ab6fdf6c4f
Task/remove deprecated attributes from portfolio position interface ( #6950 )
* Remove deprecated attributes
* Update changelog
3 days ago
Thomas Kaul
aa0ec2622f
Task/extend countries mapping in Trackinsight data enhancer service ( #6959 )
* Extend countries mapping with USA
* Update changelog
3 days ago
Thomas Kaul
f9ebb9150a
Task/add portfolio service test ( #6949 )
* Add tests to cover cash positions
3 days ago
Kenrick Tandrian
b6b44347b0
Task/improve type safety in file drop directive ( #6961 )
* fix(client): resolve errors
* feat(client): migrate to output signal
* feat(client): migrate to host property
3 days ago
Kenrick Tandrian
fea5ee33bb
Task/improve type safety in HTTP interceptor ( #6957 )
* feat(client): resolve errors
* feat(client): replace constructor based DI with inject function
* feat(client): enforce encapsulation and immutability
* feat(client): remove unused tap operator
* feat(client): implement generic type parameter
* feat(client): replace constructor based DI with inject functions
4 days ago
Thomas Kaul
b371318c78
Bugfix/add missing guards to getMarketDataBySymbol() in market data controller ( #6958 )
Add missing guards
4 days ago
Thomas Kaul
4ad6537ddf
Release 3.6.0 ( #6956 )
5 days ago
Thomas Kaul
8156e4057b
Task/respect HTTP_PROXY environment variables for outbound HTTP requests ( #6952 )
* Respect HTTP proxy environment variables for outbound HTTP requests
* Update changelog
5 days ago
Thomas Kaul
5bf04c48f2
Task/upgrade yahoo-finance2 to version 3.14.2 ( #6955 )
* Upgrade yahoo-finance2 to version 3.14.2
* Update changelog
5 days ago
David Requeno
a3f3d8e853
Task/extract FAB into a reusable component (GfFabComponent) ( #6922 )
* Extract FAB into a reusable component
* Update changelog
5 days ago
Thomas Kaul
f882e3ddf4
Task/add HTTP fetch service ( #6951 )
* Add HTTP fetch service
* Update changelog
5 days ago
Thomas Kaul
6af4219409
Task/add NestJS dependencies guide to DEVELOPMENT.md ( #6944 )
Add NestJS dependencies guide
6 days ago
Thomas Kaul
3f9bb6e7c8
Task/update OSS Friends (20260526) ( #6948 )
Add Rallly
6 days ago
Thomas Kaul
eb3fe95f93
Task/upgrade NestJS to version 11.1.21 ( #6943 )
* Upgrade NestJS dependencies to version 11.1.21
* Update changelog
1 week ago
Thomas Kaul
5689326b12
Task/refactor asset profile deletion permissions ( #6940 )
Refactor permissions
1 week ago
Thomas Kaul
dcbd9225da
Task/improve promises in patchAssetProfileData() of admin service ( #6938 )
Improve promises in patchAssetProfileData()
1 week ago
Kenrick Tandrian
0e15d14861
Task/improve type safety in user account access component ( #6934 )
* feat(client): resolve errors
* feat(client): replace constructor based DI with inject function
* feat(client): enforce encapsulation
* feat(client): enforce immutability
* feat(client): replace deprecated getDeviceInfo
* fix(client): use AccessPermission enum to replace hard coded string
1 week ago
Thomas Kaul
7cd3999b43
Release 3.5.0 ( #6937 )
1 week ago
Thomas Kaul
f4af9edeb5
Task/remove deprecated order endpoints ( #6928 )
* Remove deprecated order endpoints
* Update changelog
1 week ago
Thomas Kaul
1cc91aedfa
Revert "Task/configure queues to keep completed jobs ( #6931 )" ( #6936 )
This reverts commit 7f76bcd2bf .
1 week ago
Thomas Kaul
9d7e3dfe18
Bugfix/missing cash positions caused by incorrect data source ( #6933 )
* Change incorrect data source
* Update changelog
1 week ago
Thomas Kaul
1a1735f69b
Task/remove deprecated attributes from holdings of public portfolio endpoint response (part 2) ( #6932 )
Remove deprecated attributes
1 week ago
Thomas Kaul
7f76bcd2bf
Task/configure queues to keep completed jobs ( #6931 )
* Configure removeOnComplete
* Update changelog
1 week ago
Kenrick Tandrian
081ce27d78
Task/improve type safety in home overview component ( #6927 )
* feat(client): implement default date range
* feat(client): resolve errors
* feat(client): replace constructor based DI with inject function
* feat(client): enforce encapsulation
* fix(client): remove dead code
* feat(client): enforce immutability
* feat(client): replace deprecated getDeviceInfo
* feat(client): convert errors to signal
* feat(client): convert hasImpersonationId to signal
* feat(client): convert user to signal
* feat(client): convert to computed signals
* feat(client): convert historicalDataItems and isLoadingPerformance to signals
* feat(client): convert performance and precision to signals
* feat(client): implement OnPush change detection strategy
* fix(common): revert DateRange type change
* fix(client): format file
1 week ago
Kenrick Tandrian
2ba7e46579
Task/improve type safety in home summary component ( #6926 )
* fix(client): resolve errors
* feat(client): replace constructor based DI with inject function
* feat(client): enforce encapsulation
* fix(client): remove dead code
* feat(client): replace deprecated getDeviceInfo
* feat(client): convert isLoading to signal
* feat(client): convert hasImpersonationId to signal
* feat(client): convert summary to signal
* feat(client): convert user and hasPermissionToUpdateUserSettings to signals
* feat(client): implement OnPush change detection strategy
* fix(client): remove nested subscription
2 weeks ago
Kenrick Tandrian
9d4fe5c6b9
Bugfix/double scrollbars on feature page ( #6925 )
* Fix double scrollbars on feature page
* Remove has-tabs style class
* Update changelog
2 weeks ago
Thomas Kaul
bb76888084
Task/set up min-release-age in .npmrc ( #6915 )
* Set up min-release-age
* Update changelog
2 weeks ago
Thomas Kaul
5b9df03a1e
Task/remove deprecated attributes from holdings of public portfolio endpoint response ( #6923 )
* Remove deprecated attributes
* Update changelog
2 weeks ago
Dmytro Shatokhin
229ff59478
Task/upgrade @keyv/redis to v5 ( #6917 )
* Upgrade @keyv/redis to v5
* Update changelog
2 weeks ago
Kenrick Tandrian
7e8593e27f
Task/improve type safety for home market component ( #6921 )
* feat(client): resolve error
* feat(client): enforce encapsulation
* feat(client): enforce immutability
* feat(client): replace constructor based DI with inject function
* feat(client): replace deprecated getDeviceInfo
* feat(client): convert benchmarks to signal
* feat(client): convert historicalDataItems to signal
* feat(client): convert fearAndGreedIndex to signal
2 weeks ago
Thomas Kaul
78134020a2
Release 3.4.0 ( #6919 )
2 weeks ago
Thomas Kaul
8e3778cc66
Task/improve Stripe checkout session verification ( #6872 )
* Improve verification of stripeCheckoutSessionId
* Update changelog
2 weeks ago
Thomas Kaul
db1cb4e681
Task/filter out sectors with zero weight in Yahoo Finance data enhancer ( #6895 )
* Filter out sectors with zero weight
* Update changelog
2 weeks ago
Thomas Kaul
e0a43cb214
Feature/add icon column to benchmark component ( #6907 )
* Add icon column
* Update changelog
2 weeks ago
Kenrick Tandrian
cde519fa7b
Task/improve type safety of header component ( #6913 )
* feat(common): allow null for filters
* feat(client): implement login with access token dialog result interface
* feat(client): enforce encapsulation
* feat(client): enforce immutability
* feat(client): replace constructor based DI with inject function
* feat(client): implement view child signals
* feat(client): implement output signals
* feat(client): implement input signals
* fix(client): format html file
2 weeks ago
Thomas Kaul
1b9ae69fee
Task/relax URL validation in asset profile and platform DTOs ( #6910 )
* Relax URL validation
* Update changelog
2 weeks ago
Thomas Kaul
787e6f6414
Task/improve spacing in various tabs ( #6909 )
* Improve spacing
2 weeks ago
Thomas Kaul
314dbbffd5
Task/extract page tabs to dedicated component (part 3) ( #6908 )
Improve styling
2 weeks ago
Jorge
4b5eae6315
Task/improve language localization for ES ( #6905 )
* Update translations
* Update changelog
2 weeks ago
Thomas Kaul
fde23ec9dc
Task/improve pagination for activities in account detail dialog ( #6887 )
* Improve pagination in activities table
* Update changelog
2 weeks ago
Thomas Kaul
5dca0445ba
Task/upgrade Nx to version 22.7.2 ( #6890 )
* Upgrade Nx to version 22.7.2
* Update changelog
2 weeks ago
Kenrick Tandrian
7e9284b72b
Task/improve type safety for benchmark comparator component ( #6904 )
* feat(client): resolve errors
* feat(client): implement view child signal
* fix(client): enforce encapsulation and immutability
* feat(client): implement output signal
* feat(client): make onChangeBenchmark protected
* feat(client): implement input signals
2 weeks ago
Kenrick Tandrian
83ff3caf42
Task/improve type safety for admin users component ( #6903 )
* feat(client): resolve errors
* feat(client): migrate constructor based DI to inject function
* feat(client): implement view child signal
* feat(client): replace deprecated getDeviceInfo
* fix(client): enforce encapsulation and immutability
2 weeks ago