860 Commits

Author SHA1 Message Date
Thomas Kaul
1d0ba5fe4b
Bugfix/fix indirect calculation in exchange rate service for specific date ()
* Fix indirect calculation

* Update changelog
2023-05-30 21:05:53 +02:00
Thomas Kaul
26b1fd6572
Feature/localize meta description ()
* Add localized meta description

* Update changelog
2023-05-29 18:02:18 +02:00
Thomas Kaul
19333ab084
Fix warnings () 2023-05-27 10:48:10 +02:00
Thomas Kaul
1f393e78f6
Feature/improve error handling in delete user endpoint ()
* Improve error handling

* Update changelog
2023-05-25 17:27:33 +02:00
Thomas Kaul
215f5eafa6
Feature/set asset profile as benchmark ()
* Set asset profile as benchmark

* Update changelog

Co-authored-by: Arghya Ghosh <arghyag5@gmail.com>
2023-05-24 21:22:32 +02:00
Thomas Kaul
51e3650790
Feature/add blog post unlock your financial potential ()
* Add blog post: Unlock your Financial Potential with Ghostfolio

* Update changelog
2023-05-20 18:12:12 +02:00
Thomas Kaul
db29e2b666
Feature/extend financial modeling prep service ()
* Add getHistorical() and search() logic

* Update changelog
2023-05-20 11:10:07 +02:00
Thomas Kaul
655a68a847
Feature/change uptime to last 90 days ()
* Change uptime to last 90 days

* Update changelog
2023-05-20 11:07:53 +02:00
Thomas Kaul
86296b3591
Feature/improve local number formatting in value component ()
* Improve local number formatting

* Update changelog
2023-05-20 10:53:04 +02:00
Thomas Kaul
5bca8de44e
Feature/check for duplicates in dividend import ()
* Check for duplicates in dividend import

* Update changelog
2023-05-19 15:05:29 +02:00
Thomas Kaul
136c4bf50b
Bugfix/fix data source transformation in dividends import ()
* Fix data source transformation

* Update changelog
2023-05-19 14:47:20 +02:00
Thomas Kaul
4d700e3b83
Feature/add error message if importing duplicates ()
* Add error messages if import include duplicates

* Update changelog
2023-05-19 13:16:40 +02:00
Thomas Kaul
edd690850c
Feature/setup open startup page ()
* Setup Open Startup page

* Update changelog
2023-05-18 12:31:36 +02:00
Thomas Kaul
ad46fb6d61
Feature/add financial modeling prep as data source type ()
* Add Financial Modeling Prep as new data source type

* Update changelog
2023-05-11 09:52:23 +02:00
Francisco Silva
8e000baef2
fix update activity, hide update cash balance on edit ()
* Fix update activity, hide update cash balance on edit

* Update changelog
2023-05-11 09:11:44 +02:00
Thomas Kaul
ef4a75d1f0
Feature/improve market price of first buy date in chart of position detail dialog ()
* Improve market price on first buy date: market price or average price

* Update changelog
2023-05-09 20:33:15 +02:00
Visrut
7d6a74a67d
Feature/improve check for duplicates in import ()
* Improve check for duplicates in import

* Update changelog
2023-05-08 21:45:59 +02:00
Thomas Kaul
32c1e6b390
Feature/upgrade to nx 16.0 ()
* Upgrade to Nx 16.0

* Update changelog
2023-05-07 17:56:57 +02:00
Thomas Kaul
27d9b075ce
Feature/improve interstitial for subscription ()
* Improve style and wording

* Update changelog
2023-05-07 10:38:12 +02:00
Thomas Kaul
5249257dd8
Feature/improve platform managment in admin control ()
* Refactoring, fix tab style, add account count

* Update changelog
2023-05-06 20:24:16 +02:00
Thomas Kaul
3a99b81ade
Bugfix/add fallback in yahoo finance service ()
* Add fallback to use quoteSummary(symbol) if quote(symbols) fails

* Update changelog
2023-05-06 11:17:41 +02:00
Thomas Kaul
577a487301
Fix import () 2023-05-06 11:16:44 +02:00
Thomas Kaul
31a4c2ff1f
Sort imports () 2023-05-06 10:06:24 +02:00
FabioAzevedo0619
e1892d2870
Feature/platform management ()
* Added platform management to admin control panel

* Update changelog
2023-05-06 09:44:28 +02:00
Francisco Silva
8ba15f8f72
Optionally update cash balance when adding activity ()
* Optionally update cash balance when adding activity

* Update changelog
2023-05-06 09:01:09 +02:00
Thomas Kaul
c19984c3d0
Bugfix/fix missing platform name in allocations by platform ()
* Fix missing platform name

* Update changelog
2023-05-01 18:55:34 +02:00
Thomas Kaul
15c96a9757
Feature/add allocations by platform chart ()
* Add allocations by platform

* Update changelog
2023-05-01 17:44:35 +02:00
Thomas Kaul
1ca3792a4b
Feature/clean up initial values from x ray ()
* Clean up initial (original) values from X-Ray

* Refactor current to valueInBaseCurrency

* Update changelog
2023-05-01 17:16:02 +02:00
Thomas Kaul
90fe467114
Feature/deprecate base currency ()
* Deprecate BASE_CURRENCY

* Update changelog
2023-05-01 15:45:59 +02:00
Thomas Kaul
e61b3b34a7
Eliminate getSymbolProfilesBySymbols() () 2023-05-01 15:45:33 +02:00
Thomas Kaul
a5f0f48ddb
Fix accounts page ()
* Add guards

* Update changelog
2023-04-30 19:20:17 +02:00
Thomas Kaul
e500ccb61b
Feature/introduce env variable data source exchange rates and data source import ()
* Introduce env variables DATA_SOURCE_EXCHANGE_RATES and DATA_SOURCE_IMPORT

* Update changelog
2023-04-30 18:26:34 +02:00
Thomas Kaul
623a284ba4
Feature/add and update historical data in bulk ()
* Upsert historical data in bulk

* Update changelog
2023-04-29 10:12:50 +02:00
Thomas Kaul
f79c36edbb
Fix import () 2023-04-29 10:00:04 +02:00
Thomas Kaul
f4c748f67a
Feature/extend support for impersonation mode ()
* Support impersonation of all users for local development

* Update changelog
2023-04-28 21:02:24 +02:00
Francisco Silva
672d8dfab2
Fix/holdings always include cash position ()
* Improved holdings table showing cash position also when the filter contains accounts

* Update changelog
2023-04-28 12:08:45 +02:00
Thomas Kaul
7b77dc044a
Feature/add state to market data database schema ()
* Add state (CLOSE / INTRADAY) to MarketData

* Update changelog
2023-04-25 20:09:12 +02:00
Francisco Silva
67e758365f
feature: allow to delete all activities of a user ()
* Allow to delete all activities of a user

* Update changelog
2023-04-23 19:49:32 +02:00
Thomas Kaul
513a564e2c
Restructure services () 2023-04-23 12:02:01 +02:00
Thomas Kaul
cddea0401f
Feature/add data source as unique constraint to market data schema ()
* Add dataSource as unique constraint to MarketData schema

* Update changelog
2023-04-23 11:13:08 +02:00
Thomas Kaul
e965d12e31
Feature/add health check endpoints ()
* Add health check endpoints

* Update changelog
2023-04-22 16:03:45 +02:00
Thomas Kaul
aafedd5f75
Feature/increase robustness if live data is missing ()
* Continuously persist today's market data

* Add fallback to historical market data if data provider does not provide live data

* Update changelog
2023-04-22 14:43:57 +02:00
Thomas Kaul
5eff8402db
Release/1.258.0 ()
* Release 1.258.0
  * Introduce data source mapping

* Update changelog
2023-04-20 09:07:22 +02:00
Thomas Kaul
7378900050
Bugfix/fix currency inconsistency with GBX and GBp in eod historical data service ()
* Fix currency inconsistency (GBX vs. GBp)

* Update changelog
2023-04-18 20:31:33 +02:00
Thomas Kaul
922876a893
Feature/add yahoo finance data enhancer ()
* Add Yahoo Finance data enhancer

* Update changelog
2023-04-17 14:09:27 +02:00
Thomas Kaul
654446f068
Feature/improve handling of jobs ()
* Improve handling of jobs
  * Remove jobs on complete
  * Refactor jobs removal

* Update changelog
2023-04-16 19:56:19 +02:00
Thomas Kaul
947460abdd
Bugfix/fix ids of gather asset profile process jobs ()
* Fix job ids

* Update changelog
2023-04-16 09:49:27 +02:00
Thomas Kaul
4c907d56f0
Improve message () 2023-04-15 15:09:15 +02:00
Thomas Kaul
e23ff33e6f
Feature/skip job creation for manual data source without scraper configuration ()
* Skip job creation for MANUAL data source without scraper configuration

* Update changelog
2023-04-15 11:54:47 +02:00
Thomas Kaul
1ed5690b33
Feature/improve queue jobs implementation ()
* Improve queue jobs implementation

* Update changelog
2023-04-14 19:57:23 +02:00