3092 Commits

Author SHA1 Message Date
FrozenPasta
9edffd100e
Feature/improve language localization for fr ()
* Update translations

* Update changelog
2024-09-10 17:36:24 +02:00
Thomas Kaul
6db881b08f
Feature/optimize admin control panel endpoint using promise.all ()
* Optimize by using Promise.all()

* Update changelog
2024-09-10 14:39:52 +02:00
Thomas Kaul
557a0bf808
Feature/optimize info endpoint using promise.all ()
* Optimize by using Promise.all()

* Update changelog
2024-09-09 13:20:55 +02:00
Andrea
bdb3a8f1dc
Feature/improve language localization for Italian ()
* Update translations

* Update changelog
2024-09-08 21:41:41 +02:00
Thomas Kaul
9cd4321bd0
Feature/extract users from admin control panel endpoint to dedicated endpoint ()
* Introduce GET api/v1/admin/user endpoint

* Update changelog
2024-09-08 09:56:08 +02:00
Thomas Kaul
728f84e7eb
Release 2.106.0 () 2024-09-07 21:24:33 +02:00
Shaunak Das
1bc2b47452
Feature/setup skeleton loader for data tables ()
* Setup skeleton loader for data tables

* Update changelog
2024-09-07 21:22:56 +02:00
Thomas Kaul
8c322b4e81
Bugfix/fix historical market data gathering in yahoo finance service ()
* Switch from historical() to chart()

* Update changelog
2024-09-07 21:21:02 +02:00
Thomas Kaul
1204240ed0
Bugfix/fix exception in admin market data detail component ()
* Add check for dateOfFirstActivity

* Update changelog
2024-09-06 10:29:53 +02:00
Thomas Kaul
df5e2f5f0e
Feature/extract common CACHE_TTL as constants ()
Extract CACHE_TTL

* CACHE_TTL_NO_CACHE
* CACHE_TTL_INFINITE
2024-09-05 18:23:38 +02:00
Thomas Kaul
fb44933c9c
Feature/improve error logs in scraper configuration test ()
* Improve error logs

* Update changelog
2024-09-05 18:21:32 +02:00
Shaunak Das
7ea9061852
Feature/execute scraper configuration instantly ()
* Execute scraper configuration instantly

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-09-04 21:17:38 +02:00
Daniel Idem
8018236942
Bugfix/fix carousel component ()
* Fix carousel component

* Update changelog
2024-09-04 20:19:59 +02:00
Thomas Kaul
d6dbc0d9e3
Release 2.106.0-beta.6 () 2024-09-03 20:44:42 +02:00
Thomas Kaul
c48e4ec4c6
Feature/improve usage of portfolio calculator in holding endpoint ()
* Improve usage of portfolio calculator
2024-09-03 20:42:49 +02:00
Thomas Kaul
a6d9f5dd69
Bugfix/load data once on portfolio activities page ()
* Fetch activities only once

* Update changelog
2024-09-03 19:24:14 +02:00
Thomas Kaul
8fab73f122
Feature/update OSS friends () 2024-09-03 14:12:16 +02:00
Thomas Kaul
676be076c3
Release 2.106.0-beta.5 () 2024-08-31 16:50:25 +02:00
Thomas Kaul
adcddae44e
Encode redis password () 2024-08-31 16:49:05 +02:00
Thomas Kaul
5358f13e93
Release 2.106.0-beta.4 () 2024-08-31 16:13:56 +02:00
Thomas Kaul
71a568264d
Feature/improve portfolio snapshot caching ()
* Improve portfolio snapshot caching

* Update changelog
2024-08-31 16:11:52 +02:00
Thomas Kaul
c6f804f68c
Feature/Improve redis cache part 2 ()
* Set ttl to 0
2024-08-31 16:11:18 +02:00
Thomas Kaul
e4ba27850d
Feature/upgrade prisma to version 5.19.0 ()
* Upgrade prisma to version 5.19.0

* Update changelog
2024-08-31 14:29:45 +02:00
Thomas Kaul
0fc83486dc
Feature/improve redis cache ()
* Improve redis cache

* Update changelog
2024-08-31 10:57:26 +02:00
Paulina
267023f2c9
Feature/improve language localization for polish ()
* Improve language localization for Polish
2024-08-31 10:46:24 +02:00
Thomas Kaul
b794c4dcc8
Feature/add todo for emergency fund positions value calculation ()
* Add todo
2024-08-30 11:54:23 +02:00
Thomas Kaul
7a695f34f2
Feature/add docker pulls shield to README.md ()
Add Docker Pulls shield
2024-08-29 16:13:46 +02:00
Thomas Kaul
208e5c8adb
Release 2.106.0-beta.3 () 2024-08-28 20:29:59 +02:00
Thomas Kaul
c4a28c6bff
Feature/set up a performance logging service ()
* Setup performance logging service

* Update changelog
2024-08-28 20:28:36 +02:00
Cygguu
4505441691
Feature/improve language localization for polish ()
* Improve language localization for Polish

* Update changelog
2024-08-28 20:28:11 +02:00
Thomas Kaul
bc51f106e9
Feature/expose log levels as env variable ()
* Expose log levels as env variable

* Update documentation

* Update changelog
2024-08-27 20:30:08 +02:00
Thomas Kaul
80330782d2
Release 2.106.0-beta.2 () 2024-08-26 16:23:34 +02:00
Thomas Kaul
d08e8b4fd8
Feature/expose max chart items as env variable ()
* Expose MAX_CHART_ITEMS as env variable

* Update changelog
2024-08-26 16:21:16 +02:00
Thomas Kaul
4a8142b326
Release 2.106.0-beta.1 () 2024-08-25 10:15:01 +02:00
Thomas Kaul
7db7eeecf2
Bugfix/fix view mode toggle of holdings tab ()
* Fix view mode toggle

* Update changelog
2024-08-25 10:13:03 +02:00
Thomas Kaul
e4074f95c9
Feature/handle activities of excluded accounts ()
* Handle activities of excluded accounts
2024-08-25 10:03:40 +02:00
Thomas Kaul
e23019a115
Feature/improve liabilities in portfolio calculator ()
Improve liabilities
2024-08-25 09:03:39 +02:00
Thomas Kaul
a8e0bb5a21
Bugfix/fix division by zero in performance calculation ()
* Fix division by zero

* Update changelog
2024-08-25 09:02:14 +02:00
Thomas Kaul
c28af12cbd
Release 2.106.0-alpha.1 () 2024-08-24 17:03:20 +02:00
gizmodus
f360a12823
Feature/rework portfolio calculator ()
* Rework portfolio calculation

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-08-24 16:59:50 +02:00
Thomas Kaul
84d23764db
Feature/minor improvements in client ()
* Improve view mode form control value change

* Clean up
2024-08-23 20:26:17 +02:00
Thomas Kaul
d034eb04c4
Feature/improve development instructions () 2024-08-22 19:17:28 +02:00
Thomas Kaul
724188847a
Release 2.105.0 () 2024-08-21 19:44:57 +02:00
Thomas Kaul
ea1b6fdf6e
Feature/improve language localization for de 20240821 ()
* Update translations

* Update changelog
2024-08-21 19:43:27 +02:00
Bastien Jeannelle
2b212078b8
Feature/add support to deactivate x-ray rules ()
* Add support to deactivate X-ray rules

* Update changelog
2024-08-21 19:38:37 +02:00
Thomas Kaul
ac5aec9262
Feature/extend personal finance tools 20240820 ()
* Add Ziggma
2024-08-21 19:36:45 +02:00
Thomas Kaul
f883469b55
Feature/move development instructions to DEVELOPMENT.md ()
* Move development instructions
2024-08-20 11:43:17 +02:00
Thomas Kaul
9f5707d4f5
Feature/extend personal finance tools 20240819 ()
* Add CoinTracking
2024-08-20 11:42:44 +02:00
Anatoly Popov
12c722afe1
Bugfix/Use currency conversion for fees and values ()
* Use currency conversion for fees and values

* Update changelog
2024-08-18 10:02:21 +02:00
Thomas Kaul
6c79ccb2a9
Release 2.104.1 () 2024-08-17 22:34:56 +02:00