Thomas Kaul
93e1ee3ba7
Feature/improve localization of personal finance tools ( #2274 )
...
* Improve localization
* Update changelog
1 year ago
Thomas Kaul
0b59fc639d
Feature/upgrade prettier to version 3 ( #2163 )
...
* Upgrade prettier to version 3.0.2
* Prettify code
* Update changelog
1 year ago
Thomas Kaul
c2fd31f5e5
Feature/add health check endpoints for data enhancers ( #2265 )
...
* Add health check for data enhancers
* Update changelog
1 year ago
Thomas Kaul
f2d70f9070
Sort imports ( #2266 )
1 year ago
Thomas Kaul
da6591fca0
Bugfix/fix base url in trackinsight data enhancer ( #2258 )
...
* Fix base url
* Update changelog
1 year ago
Thomas Kaul
1f9b9e9998
Feature/blog post ghostfolio joins oss friends ( #2260 )
...
* Add blog post: Ghostfolio joins OSS Friends
* Update changelog
1 year ago
Thomas Kaul
ccb5c664ef
Feature/refresh cryptocurrencies list 20230821 ( #2256 )
...
* Update cryptocurrencies.json
* Update changelog
1 year ago
Thomas Kaul
02dc7c52b1
Localize routes ( #2250 )
...
* Localize about path
* Localize faq path
* Localize features path
* Localize markets path
* Localize pricing path
* Localize register path
* Localize resources path
* Extend sitemap
1 year ago
Thomas Kaul
9c16af81c7
Feature/setup oss friends page ( #2245 )
...
* Setup OSS Friends page
* Update changelog
1 year ago
Thomas Kaul
2df27100f0
Add middleware ( #2239 )
...
* Add middleware
* Update changelog
1 year ago
Thomas Kaul
6cf6538719
Feature/add currencies preset to historical market data table ( #2243 )
...
* Add currencies preset
* Update locales
* Update changelog
1 year ago
Thomas Kaul
6c9779fb0d
Bugfix/change date creation from string using parse iso ( #2236 )
...
* Change date creation using parseISO
parseISO provides consistent date parsing across different time zones
* Update changelog
1 year ago
Thomas Kaul
9036f53e7d
Reset benchmark in user settings ( #2233 )
1 year ago
Thomas Kaul
b5f01c0d15
Feature/migrate requests from bent to got ( #2231 )
...
* Migrate requests from bent to got
* Update changelog
1 year ago
Thomas Kaul
6618aa2e9b
Release 1.299.1 ( #2227 )
1 year ago
Thomas Kaul
4f6d9d3a76
Feature/add timeout to eod historical data requests ( #2222 )
...
* Add timeout to requests using got
* Update changelog
1 year ago
Thomas Kaul
928f6f0c45
Bugfix/fix historical data gathering interval for benchmarks with activity ( #2221 )
...
* Fix historical data gathering interval for asset profiles used as benchmarks having activities
* Update changelog
1 year ago
Hugo Persson
2d003225bc
Allow custom currency in activity import ( #2215 )
...
* Allow custom currency in activity import
* Extend import test files
* Update changelog
---------
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
7a905fde63
Clean up ( #2210 )
1 year ago
Thomas Kaul
42274917e0
Release 1.297.4 ( #2209 )
1 year ago
Thomas Kaul
8ba50f2729
Release 1.297.3 ( #2208 )
1 year ago
Thomas Kaul
d2312371a6
Release 1.297.1 ( #2205 )
1 year ago
Thomas Kaul
43d0b55004
Feature/upgrade to angular 16 ( #2156 )
...
* Upgrade Angular, NestJS and Nx
* Replace executor to @nx/angular:webpack-browser and @nx/angular:webpack-dev-server
* Add target for copying assets
* Improve redirection of home page
* Update changelog
1 year ago
Thomas Kaul
286e41eb21
Feature/optimize import validation by reducing to unique asset profiles ( #2198 )
...
* Optimize activities validation
* Optimize data gathering in import
* Update changelog
1 year ago
Thomas Kaul
4d6be0a507
Exclude open-source-alternative-to-markets.sh ( #2195 )
1 year ago
Thomas Kaul
b259ab7b0c
Feature/add step by step introduction for new users ( #2191 )
...
* Add introduction for new users
* Update changelog
1 year ago
Thomas Kaul
d4fea075af
Feature/include unavailable data in allocations by market chart ( #2190 )
...
* Include unavailable data in allocations by market chart
* Update changelog
1 year ago
Hugo Persson
cef7fa79de
Fix total account value calculation for liabilities ( #2184 )
...
* Fix calculation
* Update changelog
---------
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
77e9791e03
Feature/set lastmod dates of sitemap.xml dynamically ( #2170 )
...
* Setup template with interpolation for sitemap.xml
* Update changelog
1 year ago
Thomas Kaul
efd9e7a5c7
Fix RedisClient import ( #2183 )
1 year ago
Thomas Kaul
d9ced885e1
Feature/add error handling for redis connections ( #2179 )
...
* Add error handling
* Update changelog
1 year ago
Thomas Kaul
0866587cab
Increase frequency ( #2169 )
1 year ago
Thomas Kaul
622bb8b0cf
Feature/add allocations by market chart ( #2171 )
...
* Add allocations by (advanced) market
* Fix public page
* Update changelog
1 year ago
Thomas Kaul
c9353d0a39
Support account balance time series ( #2166 )
...
* Initial setup
* Support account balance in export
* Handle account balance update
* Add schema migration
* Update changelog
1 year ago
Thomas Kaul
cd67ce82fa
Feature/rename queries to presets in market data table of admin control ( #2165 )
...
* Rename queries to presets
* Update changelog
1 year ago
Thomas Kaul
d5b3c52602
Refactor value to valueInBaseCurrency ( #2164 )
1 year ago
Thomas Kaul
bdf72164b1
Feature/break down emergency fund by cash and assets ( #2159 )
...
* Break down emergency fund in cash and assets
* Update changelog
2 years ago
Thomas Kaul
455a2d2e92
Refactor value to valueInBaseCurrency ( #2160 )
2 years ago
Thomas Kaul
68a9a7f6f9
Feature/add queries to market data table in admin control ( #2153 )
...
* Add queries
* ETF_WITHOUT_COUNTRIES
* ETF_WITHOUT_SECTORS
* Update changelog
2 years ago
Thomas Kaul
b633132757
Feature/upgrade prisma to version 4.16.2 ( #2109 )
...
* Upgrade prisma to version 4.16.2
* Update changelog
2 years ago
Thomas Kaul
ed735e0b29
Feature/disable caching in health check endpoints for data providers ( #2147 )
...
* Disable caching in health check endpoint
* Update changelog
2 years ago
Thomas Kaul
73b6784e9f
Feature/beautify ampersand in asset profile names ( #2138 )
...
* Beautify ampersand
* Update changelog
2 years ago
Thomas Kaul
d3234f9e77
Feature/add blog post exploring the path to fire ( #2113 )
...
* Add blog post: Exploring the Path to FIRE
* Update changelog
2 years ago
Thomas Kaul
e62da06c5c
Feature/extend scraper configuration support ( #2110 )
...
* Extend scraper configuration support
* Update changelog
2 years ago
Thomas Kaul
b7f635bdfc
Increase frequency ( #2111 )
2 years ago
Thomas Kaul
0a465f125d
Feature/add pagination to market data table in admin control panel ( #2108 )
...
* Add pagination
* Update changelog
2 years ago
Thomas Kaul
2f44748f79
Feature/upgrade internet identity dependencies to version 0.15.7 ( #2105 )
...
* Disable crossOriginOpenerPolicy
* Upgrade Internet Identity dependencies
* Update changelog
2 years ago
Arghya Ghosh
6a802a62a0
Add ability to search for indices and fix gf-symbol-autocomplete validation ( #2094 )
...
* Bugfix/Fix gf-symbol-autocomplete validation
* Feature/Add ability to search for indices
* Update changelog
2 years ago
Thomas Kaul
51ca26bb4d
Release 1.283.5 ( #2103 )
2 years ago
Thomas Kaul
2ecc8dbc4e
Release 1.283.4 ( #2101 )
2 years ago