1457 Commits

Author SHA1 Message Date
Thomas Kaul
727340748b
Clean up imports () 2023-10-05 20:40:31 +02:00
Thomas Kaul
8ad6492477
Feature/various improvements in client ()
* Various improvements

* Update changelog
2023-10-05 20:31:00 +02:00
Vlad Prodan
4af76f6f6d
Fix hasNotDefinedValuesInObject() in object.helper.ts () 2023-10-05 20:29:34 +02:00
Thomas Kaul
10940214a5
Update OSS Friends () 2023-10-05 20:27:39 +02:00
Siddharth Singh
d9a6c22e1e
Add application version to admin endpoint ()
* Add application version to admin endpoint

* Update changelog
2023-10-04 16:15:08 +02:00
Sanjeev Sharma
4fb88859b2
Improve form in account dialog ()
* Improve form in account dialog

* Update changelog
2023-10-03 19:34:04 +02:00
Thomas Kaul
aa24b5e8c6
Feature/reload platform and tag on change ()
* Reload platforms via info

* Reload tags via info

* Update changelog
2023-10-03 18:58:23 +02:00
Manushreshta B L
90e18338f6
Change UX to set an asset profile as a benchmark ()
* Add checkbox functionality to set / unset benchmark

* Update changelog

---------

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2023-10-02 20:50:12 +02:00
Thomas Kaul
ad5ae938ef
Feature/harmonize settings icon of user account page ()
* Harmonize icon

* Update changelog
2023-10-02 11:29:33 +02:00
Kevin
c9a8dd4958
Support copy-assets Nx target on Windows ()
* Introduce shx plugin
2023-10-02 10:48:36 +02:00
Anirudh Sudhir
f1ec5e704e
Add version to Overview of Admin Control panel ()
* Add version to Overview of Admin Control panel

* Update changelog
2023-10-02 10:05:01 +02:00
shyam kachhadiya
f40f0653c2
Add request params (ship, take) for pagination to GET order endpoint ()
* Add request params (ship, take) for pagination to GET order endpoint

* Update changelog
2023-10-02 08:54:21 +02:00
Thomas Kaul
5f7a230fd3
Bugfix/fix sidebar on user account page ()
* Fix sidebar on user account page

* Update changelog
2023-10-01 19:11:48 +02:00
Thomas Kaul
ec3552d7f6
Feature/add tabs to user account page ()
* Create components for access, membership and settings

* Add tabs

* Update changelog
2023-09-30 08:24:26 +02:00
Thomas Kaul
41875e70d6
Extend personal finance tools () 2023-09-30 08:24:00 +02:00
Thomas Kaul
5fa0540936
Feature/add emergency fund setup to static portfolio analysis rules ()
* Add new static portfolio analysis rule: Emergency fund setup

* Update changelog
2023-09-30 08:08:20 +02:00
Thomas Kaul
5b69dee246
Feature/setup inter font family ()
* Setup Inter font family

* Update changelog
2023-09-30 08:06:01 +02:00
Thomas Kaul
19ea4479ff
Bugfix/fix link on features page ()
* Fix link

* Update changelog
2023-09-30 07:11:44 +02:00
Thomas Kaul
0b2f6a312c
Sort imports () 2023-09-30 07:11:10 +02:00
Thomas Kaul
5b7409d08e
Feature/add tag management in admin control panel ()
* Add tag management

* Update locales

* Update changelog
2023-09-26 18:56:09 +02:00
Thomas Kaul
6230aa87e2
Feature/add hacktoberfest 2023 blog post ()
* Add blog post: Hacktoberfest 2023

* Update changelog
2023-09-26 16:08:17 +02:00
Thomas Kaul
4100446cac
Update OSS Friends () 2023-09-26 15:05:14 +02:00
Thomas Kaul
ad3e6d637c
Improve file name () 2023-09-26 15:04:32 +02:00
Thomas Kaul
01b6bb5b99
Clean up () 2023-09-25 23:37:52 +02:00
Thomas Kaul
884b7f4de7
Clean up () 2023-09-24 08:25:25 +02:00
Thomas Kaul
e2e4c9be3c
Feature/skip data gathering for manual data source ()
* Skip data gathering

* Update changelog
2023-09-23 20:10:08 +02:00
Thomas Kaul
0f7c6ff0fe
Bugfix/fix asset class of cash position for empty account ()
* Fix assetClass and assetSubClass

* Update changelog
2023-09-23 19:52:28 +02:00
Frane Caleta
eb63802d01
Feature/extend supported date formats in activities import ()
* Extend supported date formats in activities import

* Update changelog
2023-09-23 16:14:54 +02:00
Thomas Kaul
6d9191a46f
Feature/setup turkish ()
* Setup Turkish

* Add Turkish translations

* Update changelog

---------

Co-authored-by: sadmimye <134071831+sadmimye@users.noreply.github.com>
2023-09-22 20:26:45 +02:00
Thomas Kaul
6744245d8b
Feature/extend personal finance tools pages 20230922 ()
* Extend pages

* Refactoring
2023-09-22 20:04:40 +02:00
Thomas Kaul
8f64a77a9d
Clean up () 2023-09-21 19:56:31 +02:00
Thomas Kaul
0d5fc7655b
Improve wording () 2023-09-21 19:55:36 +02:00
Thomas Kaul
b12349a148
Feature/add support for interest on account level ()
* Add support for interest

* Update changelog
2023-09-19 20:37:04 +02:00
Thomas Kaul
f7e3a4c727
Update OSS Friends () 2023-09-19 20:27:14 +02:00
Thomas Kaul
69e1d92ed3
Feature/unlock experimental features setting for all users ()
* Unlock experimental features setting for all users

* Update changelog
2023-09-19 18:41:12 +02:00
Thomas Kaul
ef2849aa6c
Remove this () 2023-09-19 10:28:07 +02:00
Thomas Kaul
c668d7b456
Feature/improve preselected currency in create or update activity dialog ()
* Preselect currency based on account's currency

* Update changelog
2023-09-18 19:45:02 +02:00
Rafael
e23bf62859
Fix Memory Leak on Data Gathering when server TZ is behind UTC ()
* Fix for timezones behind UTC (the previous code converted the date to one day before (in local time) then added a day, which resulted in the same day after converting back to UTC and thus generating an infinite loop)

* Update changelog

---------

Co-authored-by: Rafael Claudio <rafacla@github.com>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2023-09-17 22:19:06 +02:00
Thomas Kaul
7130ac7565
Feature/add support for fees on account level ()
* Add migration

* Add business logic for fees

* Fix export for liabilities

* Update changelog
2023-09-17 18:20:54 +02:00
Thomas Kaul
1851ae137f
Release 2.2.0 () 2023-09-17 07:17:20 +02:00
Thomas Kaul
6f6ff94979
Improve sidebar ()
* Improve sidebar

* Improve style of system message

* Update changelog
2023-09-17 07:08:26 +02:00
Thomas Kaul
7f25066f0f
Remove ALPHA_VANTAGE_API_KEY () 2023-09-17 06:54:38 +02:00
Thomas Kaul
d0112968e8
Feature/introduce sidebar navigation on desktop ()
* Introduce sidebar navigation on desktop

* Update changelog
2023-09-16 14:40:05 +02:00
Thomas Kaul
93c27277c6
Extend sitemap with Italian pages () 2023-09-15 19:46:32 +02:00
Thomas Kaul
5e6adfcef5
Feature/improve language localization for german 20230915 ()
* Improve language localization

* Update changelog
2023-09-15 19:38:15 +02:00
Thomas Kaul
ab691bb27a
Feature/remove account type from user interface ()
* Remove account type from user interface and set it optional

* Update changelog
2023-09-15 19:11:20 +02:00
Thomas Kaul
8fc5676443
Feature/improve timeout of data source requests ()
* Improve timeout

* Update changelog
2023-09-15 16:25:01 +02:00
Thomas Kaul
1fe1e2fe0c
Feature/improve read only mode ()
* Improve read-only mode

* Update changelog
2023-09-15 16:22:39 +02:00
Thomas Kaul
921d38a706
Feature/harmonize style of granted access user interface ()
* Harmonize style

* Update changelog
2023-09-15 16:21:14 +02:00
Thomas Kaul
6161d5e77c
Feature/improve logger output of info service ()
* Improve context of logger output

* Update changelog
2023-09-15 08:26:08 +02:00