KenTandrian
|
c7373c70a3
|
feat(lib): move UserItem interface to common lib
|
1 month ago |
KenTandrian
|
cbf4082fd3
|
feat(lib): move DeleteOwnUserDto to common lib
|
1 month ago |
KenTandrian
|
b9460f2b05
|
feat(lib): move CreateWatchlistItemDto to common lib
|
1 month ago |
KenTandrian
|
8066b6c196
|
feat(lib): move UpdateBulkMarketDataDto to common lib
|
1 month ago |
KenTandrian
|
50bbaf875b
|
feat(lib): move UpdateMarketDataDto to common lib
|
1 month ago |
KenTandrian
|
7a229cec79
|
feat(lib): move simplewebauthn interfaces to common lib
This includes AssertionCredentialJSON, AttestationCredentialJSON, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialRequestOptionsJSON.
|
1 month ago |
KenTandrian
|
ed792226a2
|
feat(lib): move AuthDeviceDto to common lib
|
1 month ago |
KenTandrian
|
638aa5dc99
|
feat(lib): move CreateAssetProfileDto and CreateAssetProfileWithMarketDataDto to common lib
|
1 month ago |
KenTandrian
|
0a3c707e45
|
feat(lib): move CreateAccountWithBalancesDto to common lib
|
1 month ago |
KenTandrian
|
5b1402b1b9
|
feat(lib): move CreateAccountDto TransferBalanceDto UpdateAccountDto to common lib
|
1 month ago |
KenTandrian
|
d8c43dcb6d
|
feat(lib): move RuleSettings interface to common lib
|
1 month ago |
KenTandrian
|
0e915348a3
|
feat(lib): move UpdateOrderDto to common lib
|
1 month ago |
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 |
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
|
9f878c42f4
|
Task/refactor getHolding() in portfolio service (#5898)
* Refactor getHolding() if no holding has been found
* Update changelog
|
2 months 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 |
Germán Martín
|
1ae3519d7f
|
Bugfix/assign admin role to first user signing up (#5914)
* Assign admin role to first user signing up
* Update changelog
|
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 |
Thomas Kaul
|
a4040c3c3c
|
Task/remove Internet Identity as social login provider (#5891)
* Remove Internet Identity
* Update changelog
|
2 months ago |
Sven Günther
|
96cad6ad7a
|
Feature/atomic data replacement during historical market data gathering (#5858)
* Atomic data replacement during historical market data gathering
* Update changelog
|
2 months ago |
Thomas Kaul
|
5598b3780c
|
Feature/set up unit test for BTCEUR in base currency EUR (#5778)
* Set up test
|
2 months ago |
Kenrick Tandrian
|
4ecfdadda4
|
Task/resolve @typescript-eslint/no-unsafe-function-type ESLint rule (#5889)
* fix(lint): remove @typescript-eslint/no-unsafe-function-type override
* fix(lint): resolve eslint errors
|
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
|
7e5b2ce980
|
Feature/refresh cryptocurrencies list 20251031 (#5880)
* Update cryptocurrencies.json
* Update changelog
|
2 months ago |
Thomas Kaul
|
d7f3578ef9
|
Task/add error logging to symbol lookup in Trackinsight data enhancer (#5872)
* Add error logging
* Update changelog
|
2 months ago |
Vansh
|
7dc74fe681
|
Task/refactor column definitions in AI service (#5834)
* Refactor column definitions in AI service
* Update changelog
|
2 months ago |
vitalymatyushik
|
31e2346101
|
Bugfix/market price in base currency during the portfolio snapshot calculation (#5828)
* Add fallback for market price in base currency
* Update changelog
|
2 months ago |
Thomas Kaul
|
e03f58feff
|
Task/refactor Activities interface to ActivitiesResponse interface (#5835)
* Refactor Activities interface to ActivitiesResponse interface
|
2 months ago |
Sven Günther
|
0ec9c1dd93
|
Bugfix/custom asset name rendering in import activities dialog (#5787)
* Fix custom asset name rendering in import activities dialog
* Update changelog
|
2 months ago |
David Requeno
|
1f6b061ab0
|
Task/migrate tablemark to v4 (#5809)
* Migrate tablemark to v4
* Update changelog
|
2 months ago |
Vansh
|
0b28da879b
|
Task/extend export response by performanceCalculationType (#5816)
* Extend export response by performanceCalculationType
* Update changelog
|
2 months ago |
Harsh Santwani
|
852ed98d0f
|
Task/move prisma.config.ts to .config/prisma.ts (#5821)
* Move prisma.config.ts to .config/prisma.ts
* Update changelog
|
2 months ago |
danielochinasa
|
37ab31ea72
|
Task/format value in Buying Power rule (#5824)
* Format value in Buying Power rule
* Update changelog
|
2 months ago |
Szymon Łągiewka
|
2b727f867f
|
Bugfix/include missing dotenv packages (#5817)
* Include missing dotenv packages
|
2 months ago |
Thomas Kaul
|
f19d9c78aa
|
Task/clean up unused eslint-disable-next-line directives (#5782)
* Clean up unused eslint-disable-next-line directives
|
2 months ago |
Thomas Kaul
|
edcc140428
|
Task/introduce interface for create Stripe checkout session response (#5791)
* Introduce interface
|
2 months ago |
Szymon Łągiewka
|
ceace870a8
|
Task/upgrade ioredis to forfeit overriding defaults (#5813)
* Upgrade ioredis to forfeit overriding defaults
* Update changelog
|
2 months ago |
Harsh Santwani
|
9b51c2da5d
|
Task/improve typings of getOrderById() functionality (#5810)
* Improve typings of getOrderById() functionality
|
2 months ago |