Thomas Kaul
9df8541145
Feature/log logo on server start ( #466 )
* Log logo on server start
* Update changelog
3 years ago
Thomas Kaul
cd76f89902
Feature/increase decimal places for cryptocurrencies ( #462 )
* Calculate quantity precision
* Update changelog
3 years ago
Thomas Kaul
e01e039a00
Release 1.72.0 ( #459 )
3 years ago
Thomas Kaul
d60b444324
Release/1.71.0 ( #458 )
* Refactor logger
* Fix exception
* Update changelog
3 years ago
Thomas Kaul
d999a27159
Feature/move scraper configuration to symbol profile ( #456 )
* Move scraper configuration
* Update changelog
3 years ago
Thomas Kaul
678544748a
Add symbol mapping ( #452 )
* Add symbol mapping
* Update changelog
3 years ago
Thomas Kaul
edb66bb166
Feature/extend statistics ( #449 )
* Extend statistics
* Update changelog
3 years ago
Thomas Kaul
1397cd62a8
Feature/extend public page ( #445 )
* Extend public page
* Update changelog
3 years ago
Thomas Kaul
9133ea38f3
Feature/order accesses ( #441 )
* Order accesses
* Update changelog
3 years ago
Thomas Kaul
2de0e75cb8
Feature/add user interface for granting and revoking public access ( #439 )
* Add user interface for granting and revoking public access
* Update changelog
3 years ago
Thomas Kaul
1296f95602
Feature/move data enhancer from data provider to data gathering ( #437 )
* Move data enhancers from data provider to data enhancer module
* Update changelog
3 years ago
Thomas Kaul
19e2d54791
Refactor custom cryptocurrencies ( #433 )
3 years ago
Valentin Zickner
099ad18aaf
refactor data-provider.service.ts to have dynamic list of services ( #429 )
* Refactor data-provider.service.ts to have dynamic list of services
* Update changelog
Co-authored-by: Valentin Zickner <ghostfolio@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
3 years ago
Thomas Kaul
6dea9093ba
Feature/add public portfolio ( #426 )
* Setup public portfolio page
* Update changelog
3 years ago
Thomas Kaul
b57301ef50
Feature/extend import validation message ( #421 )
* Extend import validation message
* Update changelog
3 years ago
Thomas Kaul
2e5176bacf
Feature/extend import by csv files ( #419 )
* Support import of csv files
* Update changelog
3 years ago
Thomas Kaul
f06a0fbbee
Feature/validate duplicate orders for import ( #416 )
* Validate duplicate orders
* Update changelog
3 years ago
Thomas Kaul
93dcbeb6c7
Feature/add validation for import ( #415 )
* Valid data types
* Maximum number of orders
* Data provider service returns data for the dataSource / symbol pair
3 years ago
Valentin Zickner
f308ae7a13
add sectors and countries for ETFs ( #410 )
* Update changelog
Co-Authored-By: Valentin Zickner <valentin@coderworks.de>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
3 years ago
Thomas Kaul
d1eedf9726
Bugfix/various fixes ( #407 )
* Fix links
* Update column
* Fix impersonation mode
* Update changelog
3 years ago
Thomas Kaul
de94494aa0
Bugfix/fix symbol conversion for yahoo finance ( #405 )
* Fix symbol conversion for Yahoo Finance
* Update changelog
3 years ago
Thomas Kaul
1050bfa098
Feature/improve yahoo finance symbol conversion ( #402 )
* Improve symbol conversion
* Update changelog
3 years ago
Thomas Kaul
fe2bd6eea8
Feature/protect endpoints ( #396 )
* Protect endpoints
* Update changelog
3 years ago
Thomas Kaul
39d9828f9f
Feature/respect account currency in exchange rate data service ( #391 )
* Respect the accounts' currencies
* Update changelog
3 years ago
Thomas Kaul
6333aa972d
Bugfix/fix data gathering after seed ( #390 )
* Fix data gathering after seed
* Update changelog
3 years ago
Thomas Kaul
dcee651098
Feature/support unlimited currencies ( #387 )
* Support unlimited currencies
* Update changelog
3 years ago
Thomas Kaul
0f72673ef4
Feature/respect data source in symbol data endpoint ( #370 )
* Respect data source in symbol data endpoint
* Respect data source in the data provider service
* Combine symbol with data source in get() of data provider service
* Improve search functionality for multiple data sources
* Update changelog
3 years ago
Thomas Kaul
641fe4e8f4
Bugfix/net performance in positions endpoint ( #377 )
* Nullify net performance
* Update changelog
3 years ago
Thomas Kaul
5b588c2000
Bugfix/hide the current net performance ( #373 )
* Hide the current net performance
* Update changelog
3 years ago
Thomas Kaul
4a815d2031
Feature/change data gathering selection ( #368 )
* Change data gathering selection from distinct orders to symbol profiles
* Update changelog
3 years ago
Valentin Zickner
d2aeeb3e88
optimize annual performance calculation ( #367 )
* Optimize annual performance calculation
* Update changelog
Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
3 years ago
Thomas Kaul
5ea455b98b
Feature/upgrade simplewebauthn dependencies to version 4.1.0 ( #365 )
* Upgrade @simplewebauthn dependencies to version 4.1.0
* @simplewebauthn/browser
* @simplewebauthn/server
* Update changelog
3 years ago
Thomas Kaul
39f315aba0
Feature/add annualized performance ( #364 )
* Add annualized performance
* Update changelog
3 years ago
Thomas Kaul
5d4156ecec
Feature/refactor position detail dialog ( #355 )
* Add name to portfolio position endpoint
* Update changelog
3 years ago
Thomas Kaul
3c46bde8d5
Bugfix/fix fear and greed index ( #359 )
* Fix fear and greed index
* Refactor fear and greed index symbol
* GF.FEAR_AND_GREED_INDEX -> _GF_FEAR_AND_GREED_INDEX
* Update changelog
3 years ago
Matthias Frey
63ee33b685
Use 'import type' to import types, eliminate webpack warnings ( #358 )
3 years ago
Thomas Kaul
9cbf789c22
Bugfix/fix values in position detail dialog ( #351 )
* Nullify netPerformance
* Introduce precision
* Update changelog
3 years ago
Thomas Kaul
ee5ab05d8a
Release 1.47.1 ( #350 )
3 years ago
Thomas Kaul
bf8856ad19
Bugfix/fix search for cryptocurrencies ( #348 )
* Fix the search for cryptocurrency symbols
* Update changelog
3 years ago
Valentin Zickner
48ab862bb6
net performance for current positions ( #330 )
* implement fees for transaction points #324
* add net performance to current positions #324
* add net performance to calculate timeline #324
* make timeline fee accumulated by default #324
* Update changelog
Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
3 years ago
Thomas Kaul
ba234a470e
Feature/add storybook story for trend indicator component ( #346 )
* Add storybook story for trend indicator component
* Update changelog
3 years ago
Thomas Kaul
4c194c938a
Feature/add contributors count to statistics ( #342 )
* Add contributors count to statistics
* Update changelog
3 years ago
Thomas Kaul
6386786ac0
Bugfix/improve symbol lookup ( #322 )
* Improve symbol lookup
* Update changelog
3 years ago
Thomas Kaul
73a967a7e5
Feature/add cash as asset sub class ( #319 )
* Add cash as asset sub class
* Update changelog
3 years ago
Thomas Kaul
c5bb3023d3
Bugfix/filter out positions without quantity ( #317 )
* Filter out positions without any quantity
* Update changelog
3 years ago
Thomas Kaul
fe975945d1
Feature/add fallback for loading currencies ( #315 )
* Add fallback for loading currencies
* Update changelog
3 years ago
Thomas Kaul
d8782b0d4c
Feature/automate countries for stocks in symbol profile data ( #314 )
* Automate countries for stocks in symbol profile data
* Update changelog
3 years ago
Thomas Kaul
72c065a59d
Feature/introduce asset sub class ( #312 )
* Introduce asset sub class
* Update changelog
3 years ago
Thomas Kaul
98dac4052a
Feature/add subscription type to the admin user table ( #311 )
* Add the subscription type to the user table in the admin control panel
* Update changelog
3 years ago
Thomas Kaul
aad8f77093
Feature/improve allocations by account ( #308 )
* Improve allocations by account
* Eliminate accounts from PortfolioPosition
* Ignore cash assets in the allocation chart by sector, continent and country
* Add missing accounts to portfolio details
* Update changelog
3 years ago