Thomas Kaul
bf39fd89d2
Task/extend user detail dialog of admin control with subscriptions ( #7078 )
Extend user detail dialog with subscriptions
2 days ago
Sjohn21
5d60887a19
Feature/move admin market data endpoint to asset profiles ( #7056 )
* Move admin market data endpoint to asset profiles
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
3 days ago
Thomas Kaul
a0b7d5c4c1
Bugfix/last request date in users table of admin control panel ( #7021 )
* Fix last request date
* Update changelog
1 week ago
Sjohn21
9ea2405fec
Feature/extend public API with endpoint to update asset profile data ( #6981 )
* Extend public API with endpoint to update asset profile data
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 week ago
Thomas Kaul
3da6380618
Task/prevent deletion of asset profiles in use ( #6942 )
* Prevent deletion of asset profiles in use
* Update changelog
2 weeks ago
Thomas Kaul
be874f62e3
Task/centralize asset profile override logic ( #6991 )
* Centralize asset profile logic
* Update changelog
2 weeks ago
Thomas Kaul
d830e0f6f4
Task/migrate backend logger to instance pattern ( #6966 )
* Refactor backend logging to use instance-based Logger
* Update changelog
2 weeks ago
Thomas Kaul
dcbd9225da
Task/improve promises in patchAssetProfileData() of admin service ( #6938 )
Improve promises in patchAssetProfileData()
4 weeks ago
Thomas Kaul
65941eb62e
Release 3.0.0 ( #6768 )
* Feature/migrate from Angular Material design 2 to 3 (#6163 )
* Migrate from M2 to M3
* Update changelog
---------
Co-authored-by: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com>
* Task/upgrade to prisma 7 (#6027 )
* Upgrade Prisma to version 7.3.0
* Update changelog
* Feature/restore badge style ("filter indicator") in assistant menu button of header (#6253 )
* feat(styles): add badge overrides
* fix(styles): make the parent display inline-flex
* feat(ui): update styles
* Task/cleanup m3-theme.scss (#6252 )
* feat(styles): cleanup m3-theme.scss
* Task/decrease horizontal padding of buttons (#6679 )
Decrease horizontal padding of buttons
* Task/decrease border radius of dialogs (#6680 )
Decrease border radius of dialogs
* Task/upgrade prisma to version 7.7.0 (#6749 )
* Upgrade prisma to version 7.7.0
* Update changelog
* Bugfix/prisma client initialization in admin service (#6764 )
* Fix prisma client initialization
* Feature/add blog post: Ghostfolio 3 (#6678 )
* Add blog post: Ghostfolio 3
* Update changelog
* Task/move extended values on analysis page from experimental to general availability (#6766 )
* Move extended values to general availability
* Update changelog
* Release 3.0.0
---------
Co-authored-by: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com>
2 months ago
Thomas Kaul
cdef2afa48
Feature/setup statistics gathering queue ( #6696 )
* Set up statistics gathering queue
* Update changelog
2 months ago
Omkar Gujja
c202671287
Task/allow editing country and sector data for all assets ( #6284 )
* Allow editing country and sector data for all assets
* Update changelog
3 months ago
Thomas Kaul
088891a961
Feature/support calendar year date ranges on activities page ( #6597 )
* Support calendar year date ranges on activities page
* Update changelog
3 months ago
Thomas Kaul
4a832f12ca
Task/deprecate order endpoints in favor of activities endpoints ( #6446 )
* Deprecate order endpoints in favor of activities endpoints
* Update changelog
4 months ago
Thomas Kaul
98fb0b86af
Task/improve usability of asset profile details dialog for currencies ( #6406 )
* Improve usability
* Update changelog
4 months ago
David Requeno
117a938bad
Feature/add new market data preset ( #6346 )
* Add new market data preset (no activities)
* Update changelog
4 months ago
Thomas Kaul
299bca2780
Task/extend error messages in scraper configuration ( #6322 )
* Improve error handling
* Update changelog
4 months ago
Thomas Kaul
4ff372f020
Task/remove deprecated transaction count in get admin endpoint ( #6281 )
* Remove deprecated transaction count
* Update changelog
5 months ago
Thomas Kaul
eae2c20dfe
Task/deprecate transactionCount in GET api/v1/admin endpoint ( #6265 )
* Deprecate transactionCount in favor of activitiesCount
* Update changelog
5 months ago
Thomas Kaul
be947f3710
Bugfix/user endpoint of admin control panel ( #6021 )
* Fix user endpoint
* Update changelog
7 months ago
Thomas Kaul
d341c4804a
Feature/improve asset profile data gathering ( #5997 )
* Improve asset profile data gathering
* Update changelog
7 months ago
Thomas Kaul
6f9e466aa2
Feature/add authentication method to user detail dialog ( #5970 )
* Extend user detail dialog
* Update changelog
7 months ago
Kenrick Tandrian
6deaccfe16
Task/enforce module boundaries for client module ( #5944 )
* feat(lib): move SymbolPipe to common lib
* feat(lib): move CreateAccountBalanceDto to common lib
* feat(lib): move IsCurrencyCode validator to common lib
* feat(lib): move UpdateAssetProfileDto to common lib
* feat(lib): move UpdateUserSettingDto to common lib
* feat(lib): move CreateAccessDto to common lib
* feat(lib): move UpdateAccessDto to common lib
* feat(lib): move CreateTagDto to common lib
* feat(lib): move UpdateTagDto to common lib
* feat(lib): move CreatePlatformDto to common lib
* feat(lib): move UpdatePlatformDto to common lib
* feat(lib): move CreateOrderDto to common lib
* feat(lib): move UpdateOrderDto to common lib
* feat(lib): move RuleSettings interface to common lib
* feat(lib): move CreateAccountDto TransferBalanceDto UpdateAccountDto to common lib
* feat(lib): move CreateAccountWithBalancesDto to common lib
* feat(lib): move CreateAssetProfileDto and CreateAssetProfileWithMarketDataDto to common lib
* feat(lib): move AuthDeviceDto to common lib
* feat(lib): move simplewebauthn interfaces to common lib
This includes AssertionCredentialJSON, AttestationCredentialJSON, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialRequestOptionsJSON.
* feat(lib): move UpdateMarketDataDto to common lib
* feat(lib): move UpdateBulkMarketDataDto to common lib
* feat(lib): move CreateWatchlistItemDto to common lib
* feat(lib): move DeleteOwnUserDto to common lib
* feat(lib): move UserItem interface to common lib
* feat(lib): move UpdateOwnAccessTokenDto to common lib
* feat(lib): move PropertyDto to common lib
7 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>
8 months ago
Thomas Kaul
a5f934460b
Task/introduce interface for get admin users response ( #5903 )
* Introduce interface for get admin users response
8 months ago
s-vamshi
a65523fd04
Feature/allow data gathering by date range ( #5762 )
* Allow data gathering by date range
* Update changelog
8 months ago
Thomas Kaul
180e0f3c81
Feature/add date range query parameter to data gathering endpoint ( #5684 )
* Add date range
* Update changelog
9 months ago
Thomas Kaul
f7f942d08d
Bugfix/fix pagination issue in market data and user endpoint by adding secondary sort criterion ( #5521 )
* Add id as secondary sort criterion to ensure consistent ordering
* Refactoring
* Update changelog
9 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
10 months ago
Thomas Kaul
d7bcfe871f
Bugfix/fix number of attempts in queue jobs view of admin control panel ( #5447 )
* Fix number of attempts
* Update changelog
10 months ago
Thomas Kaul
b5649654b2
Feature/add filter by data source for asset profiles in admin control panel ( #5385 )
* Add filter by data source
* Update changelog
10 months ago
Thomas Kaul
21d337525d
Feature/extend data providers management by every data provider in use ( #5386 )
* Extend data providers management
* Update changelog
10 months ago
Attila Cseh
3b92558e03
Feature/extend activities import by custom asset profiles ( #5243 )
* Extend activities import by custom asset profiles
* Update changelog
11 months ago
Thomas Kaul
cf8eac3d44
Feature/rename Settings to settings in User database schema ( #5100 )
* Rename Settings to settings in User database schema
* Update changelog
12 months ago
csehatt741
8b9b1c7f11
Feature/refactor getByKey() in PropertyService ( #5065 )
* Refactor getByKey() in PropertyService
* Update changelog
12 months ago
Thomas Kaul
5dfe9b54fe
Feature/rename Analytics to analytics in User database schema ( #5032 )
* Rename Analytics to analytics in User database schema
12 months ago
Thomas Kaul
a7a33eeb56
Bugfix/fix locale in scraper configuration ( #5011 )
* Fix locale in scraper configuration
* Update changelog
1 year ago
Thomas Kaul
20070d76bc
Feature/rename User to user in database schema ( #4899 )
* Rename User to user in database schema
* Update changelog
1 year ago
Thomas Kaul
25a755d1bf
Feature/rename Account to accounts in User database schema ( #4859 )
* Rename Account to accounts
* Update changelog
1 year ago
Thomas Kaul
cb7434a8b2
Feature/sync demo account activities based on tags ( #4797 )
* Sync demo account activities based on tags
* Update changelog
1 year ago
Thomas Kaul
90385157d7
Feature/improve Ghostfolio data provider integration ( #4743 )
* Improve Ghostfolio data provider integration
1 year ago
Thomas Kaul
70a4697f54
Feature/remove deprecated endpoints in admin controller ( #4687 )
* Remove deprecated endpoints
* Update changelog
1 year ago
Thomas Kaul
037d3b1a60
Feature/rename Order to activities in User database schema ( #4669 )
* Rename Order to activities in User database schema
* Update changelog
1 year ago
Felix Jordan
aadd9f56a0
Feature/extend admin endpoint by asset profile count per data provider ( #4676 )
* Extend admin endpoint by asset profile count per data provider
* Update changelog
1 year ago
Thomas Kaul
67db1b0de4
Feature/rename Order to activities in SymbolProfile database schema ( #4661 )
* Rename Order to activities
* Update changelog
1 year ago
Thomas Kaul
b90bfc3d6e
Feature/extend data providers management of admin control panel ( #4615 )
* Extend data providers management
* Update changelog
1 year ago
Thomas Kaul
862de91e7b
Feature/respect watcher count in delete asset profile checkbox ( #4609 )
* Respect watchedByCount in delete asset profile checkbox
* Update changelog
1 year ago
Thomas Kaul
50e7e3d3c7
Feature/simplify data source checks in DTOs ( #4581 )
* Simplify DataSource checks in DTOs
* Add test case
* Update changelog
1 year ago
Thomas Kaul
3091c3f080
Feature/rename Subscription to subscriptions in user database schema ( #4575 )
* Rename Subscription to subscriptions
* Update changelog
1 year ago
Thomas Kaul
f29f201a4f
Bugfix/add missing isActive flag in asset profile of custom currency ( #4557 )
* Add missing isActive flag
* Update changelog
1 year ago
Thomas Kaul
d23dfadbd0
Bugfix/fix active subscription in user table of admin control ( #4544 )
* Fix active subscription
* Update changelog
1 year ago