KenTandrian
|
6e1c6ac370
|
feat(lib): move CreateOrderDto to common lib
|
1 month ago |
KenTandrian
|
8c2d8fdf81
|
feat(lib): move UpdatePlatformDto to common lib
|
1 month ago |
KenTandrian
|
7bd02b2165
|
feat(lib): move CreatePlatformDto to common lib
|
1 month ago |
KenTandrian
|
0274fa350f
|
feat(lib): move UpdateTagDto to common lib
|
1 month ago |
KenTandrian
|
d548fa3bce
|
feat(lib): move CreateTagDto to common lib
|
1 month ago |
KenTandrian
|
585d5d80bc
|
feat(lib): move UpdateAccessDto to common lib
|
1 month ago |
KenTandrian
|
f6ac3f2237
|
feat(lib): move CreateAccessDto to common lib
|
1 month ago |
KenTandrian
|
2eb092e7da
|
feat(lib): move UpdateUserSettingDto to common lib
|
1 month ago |
KenTandrian
|
051c1a3fbb
|
feat(lib): move UpdateAssetProfileDto to common lib
|
1 month ago |
KenTandrian
|
fc905b5dd7
|
feat(lib): move IsCurrencyCode validator to common lib
|
1 month ago |
KenTandrian
|
350a5c9e1d
|
feat(lib): move CreateAccountBalanceDto to common lib
|
1 month ago |
KenTandrian
|
141ec7d9af
|
feat(lib): move SymbolPipe to common lib
|
1 month ago |
Germán Martín
|
66a3e319a8
|
Feature/separate Google OAuth and token authentication (#5915)
* Separate Google OAuth and token authentication
* Update changelog
|
1 month ago |
Kenrick Tandrian
|
a57b670d7b
|
Task/enforce module boundaries for api and common modules (#5925)
* feat(lint): allow circular self deps
* feat(lint): enforce module boundaries
* feat(lib): move data provider response interface to common
* feat(lib): move symbol item interface to common
* feat(lib): move activity interface to common
* feat(lint): temporarily disable @nx/enforce-module-boundaries for ui files
* feat(lint): temporarily disable @nx/enforce-module-boundaries for client files
* feat(lint): ignore circular deps between client and ui
* feat(common): implement barrel export for data provider response interface
* feat(common): implement barrel export for activity interface
* feat(common): implement barrel export for symbol item interface
|
1 month ago |
Thomas Kaul
|
9383fc00cb
|
Task/introduce interface for get account response (#5902)
* Introduce interface for get account response
|
2 months ago |
Arghya Das
|
697ecfe9bd
|
Feature/add endpoint to get user by id (#5910)
* Add endpoint to get user by id
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
2 months ago |
Thomas Kaul
|
a5f934460b
|
Task/introduce interface for get admin users response (#5903)
* Introduce interface for get admin users response
|
2 months ago |
Kenrick Tandrian
|
b705b8f07b
|
Task/resolve @typescript-eslint/prefer-regexp-exec ESLint rule (#5885)
* fix(lint): remove @typescript-eslint/prefer-regexp-exec override
* fix(lint): resolve eslint errors
|
2 months ago |
Thomas Kaul
|
e03f58feff
|
Task/refactor Activities interface to ActivitiesResponse interface (#5835)
* Refactor Activities interface to ActivitiesResponse interface
|
2 months ago |
Vansh
|
0b28da879b
|
Task/extend export response by performanceCalculationType (#5816)
* Extend export response by performanceCalculationType
* Update changelog
|
2 months ago |
Thomas Kaul
|
edcc140428
|
Task/introduce interface for create Stripe checkout session response (#5791)
* Introduce interface
|
2 months ago |
Harsh Santwani
|
9b51c2da5d
|
Task/improve typings of getOrderById() functionality (#5810)
* Improve typings of getOrderById() functionality
|
2 months ago |
Ani07-05
|
7ee38d0067
|
Task/refactor Export interface to ExportResponse interface (#5805)
* Refactor Export interface to ExportResponse interface
|
2 months ago |
Germán Martín
|
3215280636
|
Task/extract portfolio filter sub form of assistant to reusable component (#5618)
* Extract portfolio filter sub form of assistant to reusable component
* Update changelog
|
2 months ago |
Vansh
|
3b4705405b
|
Task/improve typings of getAsset() functionality (#5804)
* Improve typings of getAsset() functionality
|
2 months ago |
Thomas Kaul
|
be0ddd6298
|
Task/harmonize interfaces naming (#5796)
* Harmonize interfaces naming
|
2 months ago |
vitalymatyushik
|
24234591c9
|
Task/improve typings of getInfo() functionality (#5803)
* Improve typings
|
2 months ago |
Google
|
71b375ea92
|
Task/refactor BenchmarkMarketDataDetails to BenchmarkMarketDataDetailsResponse (#5771)
* Refactor BenchmarkMarketDataDetails to BenchmarkMarketDataDetailsResponse
|
2 months ago |
Aman
|
f940eb6725
|
Task/refactor PortfolioInvestments interface to PortfolioInvestmentsResponse interface (#5774)
* Refactor PortfolioInvestments to PortfolioInvestmentsResponse
|
2 months ago |
Umesh Pal
|
5bcc2e9648
|
Task/refactor PortfolioDividends interface to PortfolioDividendsResponse interface (#5773)
* Refactor PortfolioDividends to PortfolioDividendsResponse
|
2 months ago |
Dibyendu Sahoo
|
db2c2426c6
|
Task/refactor interest to interestInBaseCurrency in portfolio summary interface (#5763)
* Refactor interest to interestInBaseCurrency
|
2 months ago |
Thomas Kaul
|
2ff02a0a9c
|
Feature/improve currency validation in search functionality of data provider service (#5745)
* Improve currency validation
* Update changelog
|
2 months ago |
Lagmator22
|
20da95239e
|
Task/refactor liabilities to liabilitiesInBaseCurrency in portfolio summary interface (#5725)
* Refactor liabilities to liabilitiesInBaseCurrency
|
3 months ago |
Tanbir Ali
|
d2fe16c794
|
Task/refactor transactionCount to activitiesCount in portfolio holding response (#5709)
* Refactor transactionCount to activitiesCount in portfolio holding response
* Update changelog
|
3 months ago |
Germán Martín
|
20a756a376
|
Feature/add support to update granted access (#5566)
* Add support to update granted access
* Update changelog
|
3 months ago |
Flavien Lankai-Mills
|
c173998677
|
Task/refactor fire wealth from number to object in portfolio summary interface (#5644)
* Refactor fire wealth from number to object in portfolio summary interface
* Update changelog
|
3 months ago |
Thomas Kaul
|
8f923d0486
|
Feature/improve number formatting of y-axis in investment chart component (#5633)
* Improve number formatting of y-axis
* Update changelog
|
3 months ago |
Thomas Kaul
|
6ff1d65a70
|
Feature/add safe withdrawal rate to user settings (#5629)
* Add safe withdrawal rate to user settings
* Update changelog
|
3 months ago |
Thomas Kaul
|
fda121b138
|
Feature/add missing filters.assetClasses to user settings interface (#5572)
* Add filters.assetClasses
|
3 months ago |
David Requeno
|
11c51698d7
|
Feature/extend public portfolio page with latest activities (#5538)
* Extend public portfolio page with latest activities
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
3 months ago |
Thomas Kaul
|
bde0ca74f2
|
Feature/handle undefined user in isRestrictedView() of permissions (#5569)
* Handle undefined user
|
3 months ago |
Thomas Kaul
|
02f8f318ba
|
Bugfix/add missing guards in isRestrictedView() of permissions (#5540)
* Add missing guards
|
3 months ago |
Thomas Kaul
|
b26d44a588
|
Feature/extend personal finance tools 20250914 (#5522)
* Add Amsflow
* Add BudgetPulse
* Add CountAbout
* Add Honeydue
* Add MoneyWiz
* Add SplashMoney
* Extend tags
|
3 months ago |
Tobias Kugel
|
cc9346f3de
|
Task/restructure portfolio report response (#5454)
* Restructure portfolio report response
* Update changelog
|
4 months ago |
Sven Günther
|
e70277c66d
|
Feature/enable automatic data gathering for custom currencies added via currency management in admin control panel (#5434)
* Enable automatic data gathering for custom currencies
* Update changelog
|
4 months ago |
Thomas Kaul
|
25dbeeb5c5
|
Feature/extend personal finance tools 20250827 (#5411)
* Add Income Reign
* Various updates
|
4 months ago |
Attila Cseh
|
138d867e8d
|
Feature/filter asset sub class options in create activity dialog (#5404)
* Filter asset sub class options in create activity dialog
* Update changelog
|
4 months ago |
Kenrick Tandrian
|
e6aa580fae
|
Feature/extend watchlist endpoint by trend50d and trend200d (#5405)
* Extend watchlist endpoint by trend50d and trend200d
* Update changelog
|
4 months ago |
Thomas Kaul
|
7769f31e41
|
Feature/extend personal finance tools 20250822 (#5388)
* Add InvMon
|
4 months ago |
Thomas Kaul
|
52ea3c5e84
|
Feature/add buying power to static portfolio analysis rules (#5365)
* Add buying power rule
* Update changelog
|
4 months ago |