Commit Graph

2114 Commits

Author SHA1 Message Date
74bc8222d6 Feature/Refactored got calls to use AbortSignal.timeout() without AbortController() ()
* Feature/refactor got calls to use AbortSignal.timeout

Instead of manually creating AbortController and controlling the abort
with setTimeout.

Feature available since node v16.14.0 and v17.3.0[^1] and is built to
replace the exact scenario that all these requests have.

[^1]:https://nodejs.org/docs/latest-v22.x/api/globals.html#static-method-abortsignaltimeoutdelay

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-12-30 10:46:53 +01:00
ff7caf9c5c Feature/migrate coupon redemption prompt dialog ()
* Migrate coupon redemption prompt dialog

* Update changelog
2024-12-30 10:21:11 +01:00
28f7781fa2 Feature/eliminate body-parser ()
* Eliminate body-parser in favor of using @nestjs/platform-express

* Update changelog
2024-12-30 09:36:04 +01:00
46cbbd3bc4 Feature/upgrade to nx 20.3 ()
* Upgrade to Nx 20.3

* Update changelog
2024-12-29 19:47:32 +01:00
615278a887 Feature/improve automatic deletion of unused asset profiles ()
* Improve automatic deletion of unused asset profiles

* Update changelog
2024-12-29 19:44:14 +01:00
81f874bbc2 Feature/improve language localization for de 20241227 ()
* Update translations

* Update changelog
2024-12-28 09:54:39 +01:00
15639cb3d0 Feature/move set Ghostfolio API key to experimental ()
* Move set Ghostfolio API key to experimental
2024-12-28 09:54:05 +01:00
c9047e7c17 Feature/add user interface for received access ()
* Add user interface for received access

* Update changelog
2024-12-27 10:12:45 +01:00
f2638614d4 Feature/improve search for asset profiles with manual data source in create or update activity dialog ()
* Improve search for asset profiles with MANUAL data source

* Update changelog
2024-12-25 17:05:57 +01:00
9a579dd884 Feature/change access tab icon on account page ()
* Change icon

* Update changelog
2024-12-25 09:50:27 +01:00
08a9202dea Feature/improve language localization for Polish ()
* Improve language localization for Polish

* Update changelog
2024-12-24 13:55:59 +01:00
7a19fc53b0 Feature/improve activities import by isin for yahoo finance ()
* Allow activities import by isin even if multiple quotes found

* Update changelog
2024-12-24 13:30:43 +01:00
09c186f560 Feature/improve language localization for de 20241220 ()
* Update translations

* Update changelog
2024-12-21 09:16:22 +01:00
7fadbd79ea Feature/improve language localization for pl ()
* Improve language localization for Polish

* Update changelog
2024-12-21 09:07:26 +01:00
46422f731e Feature/set up a notification service for prompt dialogs ()
* Set up a notification service for prompt dialogs

* Update changelog
2024-12-19 20:39:36 +01:00
6ee6121317 Feature/set up asset class cluster risk x-ray rule ()
* Set up Asset Class Cluster Risk rule (equity)

* Set up Asset Class Cluster Risk rule (fixed income)

* Update changelog
2024-12-17 20:33:57 +01:00
c3bd433ac9 Feature/move market data management from admin to dedicated endpoint ()
* Move market data management from admin to dedicated endpoint

* Update changelog
2024-12-15 20:18:42 +01:00
943ff2f0dc Feature/improve usability of X-ray page by hiding empty rule categories ()
* Hide empty rule categories

* Update changelog
2024-12-14 11:37:39 +01:00
6ad9661d7f Feature/improve language localization for de 20241214 ()
* Update translations

* Update changelog
2024-12-14 11:19:15 +01:00
de68841843 Feature/add user id to symbol profile database schema ()
* Add userId to SymbolProfile database schema

* Update changelog
2024-12-14 10:43:35 +01:00
57659d2c04 Feature/add missing public keywords ()
* Add public keyword
2024-12-13 17:13:51 +01:00
f3712b293c Bugfix/fix exception in portfolio calculator ()
* Add guard

* Update changelog
2024-12-12 18:29:28 +01:00
6341a6de6a Feature/refactor X-ray summary ()
* Refactor report statistics
2024-12-12 15:23:13 +01:00
41eb9c56dd Feature/improve language localization for de 20241207 ()
* Update translations

* Update changelog
2024-12-11 14:38:23 +01:00
Ed
febb4119c6 Bugfix/fix jsonpath import ()
* Fix jsonpath import

* Update changelog
2024-12-10 22:04:15 +01:00
0841f8bd5b Bugfix/fix exception in portfolio calculator ()
* Fix exception in portfolio calculator

* Update changelog
2024-12-08 18:57:22 +01:00
291be3e605 Feature/extend X-ray page by summary ()
* Add summary to X-ray page

* Update changelog
2024-12-08 08:05:08 +01:00
ebef361d63 Bugfix/fix exception in portfolio calculator ()
* Fix exception in portfolio calculator

* Update changelog
2024-12-07 21:41:21 +01:00
0e01674552 Feature/set hashedKey of ApiKey to unique ()
* Set hashedKey to unique
2024-12-07 15:44:53 +01:00
13582afd93 Feature/Setup API keys for Ghostfolio data provider ()
* Setup API keys for Ghostfolio data provider
2024-12-07 15:13:12 +01:00
45095cfac0 Feature/expire cache entries immediately in case of errors in portfolio snapshot calculation ()
* Expire cache entries immediately in case of errors

* Update changelog
2024-12-07 10:12:52 +01:00
11d5f36c31 Feature/extract historical market data editor to reusable component ()
* Extract historical market data editor to reusable component

* Update changelog
2024-12-04 19:50:22 +01:00
c85a1be3cf Feature/add pagination to users table ()
* Add pagination to users table

* Update changelog
2024-12-03 20:13:45 +01:00
dbfac54af9 Feature/refactor community language method ()
* Refactoring
2024-12-02 17:32:24 +01:00
3194ed2145 Feature/improve usability of Ghostfolio data provider ()
* Improve usability
2024-11-30 17:30:49 +01:00
d8ab48efc2 Feature/update OSS friends ()
* Update OSS friends
2024-11-30 11:52:13 +01:00
2067e8ea40 Feature/add support for dividends in Ghostfolio data provider ()
* Add support for dividends
2024-11-30 11:49:24 +01:00
c6525ec0f4 Feature/refresh cryptocurrencies list 20241127 ()
* Update cryptocurrencies.json

* Update changelog
2024-11-29 21:08:19 +01:00
66bbbc2cb8 Feature/improve error handling in Ghostfolio data provider ()
* Improve error handling
2024-11-29 20:21:46 +01:00
8fe767a4e3 Feature/increase default request timeout ()
* Increase default request timeout

* Update changelog
2024-11-28 20:19:37 +01:00
fc7e350cf7 Feature/extend users table of admin control panel ()
* Extend users table

* Update changelog
2024-11-27 08:10:20 +01:00
9ca901f6e6 Feature/improve api key management of ghostfolio data provider ()
* Improve API key management

* Add fallback for language code
2024-11-25 21:25:57 +01:00
cc88bd9069 Bugfix/fix background colors of sticky columns ()
* Fix background colors of sticky columns

* Update changelog
2024-11-25 21:13:22 +01:00
5f98dfa5d6 Feature/set up Ghostfolio data provider ()
* Set up Ghostfolio data provider

* Update translations

* Update changelog
2024-11-24 19:49:08 +01:00
0bc52fd80e Feature/harmonize log messages in data provider services ()
* Harmonize log messages
2024-11-24 08:59:09 +01:00
a8ea8a4599 Feature/refactor types in EOD historical data service ()
* Refactor types
2024-11-23 20:35:51 +01:00
707c77f0cf Feature/extend allocations by ETF holding with parent ETFs ()
* Extend allocations by ETF holding with parent ETFs

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-11-23 10:25:07 +01:00
6d440eb777 Feature/add count to admin user endpoint response ()
* Add count to admin user endpoint response

* Update changelog
2024-11-20 20:20:11 +01:00
e7356dc170 Feature/add pagination support to user endpoint ()
* Add pagination support to user endpoint

* Update changelog
2024-11-17 10:05:59 +01:00
b1b6ea1c24 Feature/improve language localization for de 20241116 ()
* Update translations

* Update changelog
2024-11-16 18:44:04 +01:00