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 |
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 |
David Requeno
|
8d2fde35da
|
Task/fetch user data on demand in user detail dialog (#5923)
* Fetch user data on demand in user detail dialog
* Update changelog
|
1 month ago |
github-actions[bot]
|
cca1590c2a
|
Feature/update locales (#5931)
* Update locales
* Update translation
* Update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
2 months 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
|
e7270bfee3
|
Task/improve localization of auto-renewal (#5933)
* Improve localization
|
2 months ago |
Thomas Kaul
|
332216ae1c
|
Task/refactor primary text colors (#5900)
* Refactor primary text colors
|
2 months ago |
Thomas Kaul
|
da71ee73d0
|
Task/improve promotion system (#5930)
* Add fallback to promotion logic
|
2 months ago |
Thomas Kaul
|
9b4392eee0
|
Task/improve localization of limited offer (#5929)
* Improve localization
|
2 months ago |
TMs
|
385d7f6562
|
Feature/improve language localization for ZH 20251110 (#5928)
* Improve language localization for ZH
* 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 |
Thomas Kaul
|
87891976ab
|
Task/reorder lifecycle hooks in various components (#5919)
* Reorder lifecycle hooks
|
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 |
David Requeno
|
45b21cada9
|
Task/migrate app component to standalone (#5906)
* Migrate app component to standalone
* Update changelog
|
2 months ago |
Thomas Kaul
|
f0ea31279e
|
Bugfix/header alignment in admin platform and tag tables (#5908)
* Fix header alignment
* Update changelog
|
2 months ago |
github-actions[bot]
|
58d9235b8a
|
Feature/update locales (#5916)
* Update locales
* Update translation
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
2 months ago |
Thomas Kaul
|
a1920fedd5
|
Feature/improve usability for benchmark and markets management in asset profile dialog (#5911)
* Improve usability for benchmark and markets management
* Update changelog
|
2 months ago |
github-actions[bot]
|
c84f4bd5e6
|
Feature/update locales (#5875)
* Update locales
* Update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
2 months ago |
Thomas Kaul
|
dfb4310904
|
Task/improve localization of get started buttons (#5913)
* Improve localization
|
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
|
592baec9f3
|
Bugfix/fix style of safe withdrawal rate selector (#5899)
* Fix style of selector
* Update changelog
|
2 months ago |
Kenrick Tandrian
|
a92f94e697
|
Feature/migrate client build executor to @nx/angular:browser-esbuild (#5883)
* Migrate client build executor to @nx/angular:browser-esbuild
* Update changelog
|
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
|
f188d1b2ab
|
Feature/update OSS friends 20251031 (#5879)
* Update OSS friends
|
2 months ago |
Thomas Kaul
|
b05eb9ede4
|
Task/conditionally show Sponsors section on about page (#5882)
* Conditionally show sponsors section
|
2 months ago |
Thomas Kaul
|
7e5b2ce980
|
Feature/refresh cryptocurrencies list 20251031 (#5880)
* Update cryptocurrencies.json
* Update changelog
|
2 months ago |
Kenrick Tandrian
|
294f1a5f11
|
Task/migrate tags selector component in holding detail dialog to form control (#5850)
* Migrate tags selector component to form control
* Update changelog
|
2 months ago |
Thomas Kaul
|
7de0db8330
|
Bugfix/LambdaTest logo (#5873)
* Fix LambdaTest logo
|
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 |
github-actions[bot]
|
af6d661512
|
Feature/update locales (#5852)
* Update locales
* Update translation
* Update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
2 months ago |
Thomas Kaul
|
674a96ce8c
|
Feature/improve icon of holdings tabs (#5842)
* Improve icon of holdings tabs
* Update changelog
|
2 months ago |