1270 Commits

Author SHA1 Message Date
csehatt741
0f557f431e
Feature/add status column to market data table in admin control panel ()
* Add status column to market data table in admin control panel

* Update changelog
2025-04-09 19:33:00 +02:00
Tobias Kugel
57748a18ef
Feature/add data gathering toggle to asset profile details dialog ()
* Add data gathering toggle to asset profile details dialog

* Update changelog
2025-04-05 10:52:31 +02:00
Marcin Szymański
5754f01819
Feature/improve check for duplicates in preview step of activities import (comments) ()
* Improve check for duplicates in preview step of activities import (comments)

* Update changelog
2025-04-04 22:10:26 +02:00
Tobias Kugel
91394160b9
Feature/Allow to edit identifier in asset profile dialog ()
* Allow to edit identifier in asset profile dialog

* Update changelog
2025-03-30 10:26:57 +02:00
Shaunak Das
a13d6140cf
Feature/extend emergency fund X-ray rule to support assets ()
* Extend emergency fund X-ray rule to support assets

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2025-03-25 20:54:56 +01:00
Thomas Kaul
31be526c11
Feature/restrict historical market data gathering to active asset profiles ()
* Restrict historical market data gathering to active asset profiles

* Update changelog
2025-03-25 19:53:19 +01:00
Thomas Kaul
f08ed2dc68
Feature/add isActive flag to asset profile model ()
* Add isActive to SymbolProfile model

* Update changelog
2025-03-24 20:55:41 +01:00
Thomas Kaul
c467c946d4
Bugfix/fix symbol validation in Yahoo Finance service ()
* Fix symbol validation

* Add test cases
2025-03-22 17:52:16 +01:00
Thomas Kaul
a6952a0e37
Feature/extend get data sources in data provider service ()
* Extend data sources
2025-03-22 17:51:43 +01:00
csehatt741
4842c347a9
Feature/generate new security token for user via admin control panel ()
* Generate new security token for user via admin control panel

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2025-03-22 10:56:01 +01:00
Sayed Murtadha Ahmed
6c624fefc9
Feature/eliminate firstOrderDate in favor of dateOfFirstActivity in portfolio summary component ()
* Eliminate firstOrderDate in favor of dateOfFirstActivity in portfolio summary component

* Update changelog
2025-03-22 10:21:28 +01:00
Ronnie Alsop
a9c3224856
Feature/add endpoint to localize site.webmanifest ()
* Add endpoint to localize site.webmanifest

* Refactor rootUrl

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2025-03-22 09:36:45 +01:00
csehatt741
198f73db00
Feature/improve export by applying filters on accounts and tags ()
* Improve export by applying filters on accounts and tags

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2025-03-21 20:58:47 +01:00
Thomas Kaul
d8b305a343
Feature/add Storybook to sitemap.xml ()
* Add Storybook

* Update changelog
2025-03-20 08:04:02 +01:00
Szymon Łągiewka
795e4582a8
Feature/replace lodash.uniq with Array.from + Set ()
* Replace lodash.uniq with Array.from + Set

* Update chagnelog
2025-03-19 21:10:19 +01:00
csehatt741
efc0b1bf5a
Feature/support filters in AI prompt API ()
* Support filters in AI prompt API

* Update changelog
2025-03-18 20:13:24 +01:00
Thomas Kaul
4db8c007f0
Bugfix/fix activities import with account balances ()
* Fix import with account balances

* Update changelog
2025-03-17 22:27:22 +01:00
Thomas Kaul
6036547cf5
Feature/refactor portfolio calculator factory ()
* Refactor portfolio calculator factory
2025-03-17 21:21:09 +01:00
Thomas Kaul
f17a95eb48
Feature/refresh cryptocurrencies list 20250316 ()
* Update cryptocurrencies.json

* Update changelog
2025-03-16 20:59:49 +01:00
Thomas Kaul
6cd79fab31
Feature/rename TWR to ROAI ()
* Rename TWR to ROAI
2025-03-16 20:59:21 +01:00
Thomas Kaul
5783497a66
Feature/improve symbol validation in Yahoo Finance service ()
* Improve symbol validation

* Update changelog
2025-03-16 10:42:35 +01:00
Thomas Kaul
755ab15755
Feature/format name in financial modeling prep service ()
* Format name

* Update changelog
2025-03-15 18:47:07 +01:00
Thomas Kaul
b90e3076d0
Feature/remove exchange rates from admin control overview ()
* Remove exchange rates

* Update changelog
2025-03-15 18:25:15 +01:00
Thomas Kaul
2f868b8902
Feature/add guard to TransformDataSourceInRequestInterceptor ()
* Add guard
2025-03-15 12:22:24 +01:00
Ken Tandrian
1917c17cf9
Bugfix/fix issue with serving Storybook related to contentSecurityPolicy ()
* Fix issue with serving Storybook related to contentSecurityPolicy

* Update changelog
2025-03-15 11:57:01 +01:00
Thomas Kaul
70cd1a89b5
Feature/extend Ghostfolio data provider ()
* Extend Ghostfolio data provider
2025-03-10 20:45:41 +01:00
Thomas Kaul
6bdfd8984f
Bugfix/fix fetching dividend and historical market data in Financial Modeling Prep service ()
* Add default values

* Update changelog
2025-03-09 12:28:33 +01:00
Thomas Kaul
52081d6741
Bugfix/exclude Storybook from html template middleware ()
* Exclude storybook

* Update changelog
2025-03-09 12:07:23 +01:00
csehatt741
cb1f488eb4
Feature/extend export by account balances ()
* Extend export by account balances

* Update changelog
2025-03-09 10:56:39 +01:00
Ken Tandrian
bdde9dd314
Task/upgrade to simplewebauthn version 13.1 ()
* Upgrade to simplewebauthn version 13.1

* Update changelog
2025-03-08 21:33:47 +01:00
csehatt741
589eefaa76
Feature/extend AI prompt API by mode ()
* Extend AI prompt API by mode

* Update changelog
2025-03-07 19:48:52 +01:00
csehatt741
3a09996ca1
Bugfix/fix functionality to delete asset profile of custom currency ()
* Fix functionality to delete asset profile of custom currency

* Update changelog
2025-03-05 20:25:32 +01:00
Thomas Kaul
8b353fbf66
Feature/introduce Promise.all() in getPerformance() of portfolio service ()
* Introduce Promise.all()

* Update changelog
2025-03-02 17:01:36 +01:00
Thomas Kaul
8f4f29571b
Bugfix/fix export functionality of platforms ()
* Fix export functionality of platforms

* Update changelog
2025-03-02 09:10:51 +01:00
Matt Fiddaman
6cdcf9622e
Bugfix/handle exception in benchmark service related to unnamed asset profiles ()
* Handle exception in benchmark service related to unnamed asset profiles 

* Update changelog
2025-03-01 15:16:21 +01:00
Thomas Kaul
a8d1248461
Feature/improve symbol lookup in Trackinsight service ()
* Improve symbol lookup for EXCHANGE:SYMBOL pattern

* Update changelog
2025-03-01 13:14:39 +01:00
csehatt741
035306d4d8
Feature/add createdAt to snapshot and public portfolio endpoint response ()
* Add createdAt to snapshot and public portfolio endpoint response

* Update changelog

---------

Co-authored-by: Verbindolai <nikolaiwieczorek@web.de>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2025-02-28 21:00:02 +01:00
Sayed Murtadha Ahmed
2f35f7225f
Feature/extend export by platforms ()
* Extend export by platforms

* Update changelog
2025-02-27 20:59:12 +01:00
Thomas Kaul
168a679535
Feature/extend trackinsight data enhancer by cusip ()
* Extend Trackinsight data enhancer by cusip

* Update changelog
2025-02-27 20:26:51 +01:00
Thomas Kaul
8f165d46e0
Feature/add cusip to asset profile model ()
* Add CUSIP

* Update changelog
2025-02-25 19:48:22 +01:00
csehatt741
634bdf16d6
Feature/extend portfolio snapshot by activities count ()
* Extend portfolio snapshot by activities count

* Update changelog
2025-02-24 21:54:53 +01:00
Shaunak Das
7577a452f0
Feature/add activities count to GET user endpoint ()
* Add activities count to GET user endpoint

* Update changelog
2025-02-23 08:50:59 +01:00
Sayed Murtadha Ahmed
05b0728b2a
Feature/extend export by tags ()
* Extend export by tags

* Update changelog
2025-02-22 09:20:39 +01:00
Thomas Kaul
69a0de28cd
Bugfix/fix issue with symbol profile overrides in historical market data table of admin control panel ()
* Respect symbol profile overrides in market data controller (GET)

* Update changelog
2025-02-20 19:40:27 +01:00
Thomas Kaul
b2698fccbd
Feature/improve validation of currency management in admin control panel ()
* Improve validation of currency management

* Update changelog
2025-02-19 17:25:54 +01:00
Thomas Kaul
e26b015407
Bugfix/cannot register cron jobs ()
* Reorganize benchmark modules and move benchmarks endpoint
2025-02-15 15:50:41 +01:00
Thomas Kaul
ab9133fa24
Bugfix/fix gaps in chart of benchmark comparator ()
* Fix benchmark interval

* Update changelog
2025-02-15 10:53:06 +01:00
Thomas Kaul
f1ab3ff8e8
Feature/modernize tags endpoint ()
* Modernize tags endpoint

* Update changelog
2025-02-15 10:00:14 +01:00
Guillermo Tomás Fernández Martín
4f76ee6758
Feature/improve symbol lookup in Trackinsight data enhancer ()
* Feature: enhance Trackinsight data fetching with symbol search fallback

* Feature: refactor Trackinsight symbol search for improved clarity and error handling

* Fixed style concerns and removed code duplication

* Minor improvements

* Update changelog

* Update changelog

* Clean up

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2025-02-15 09:43:28 +01:00
Ken Tandrian
ec8fce44a6
Feature/allow creating custom tags from holding detail dialog component ()
* Allow creating custom tags from holding detail dialog component

* Extend create tag endpoint

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2025-02-15 08:48:53 +01:00