Thomas Kaul
9aecf70ee5
Release 3.67.0 ( #7822 )
2 days ago
Thomas Kaul
b76387eb23
Task/align createdAt date column in coupon management of admin control panel ( #7820 )
Align createdAt date column
2 days ago
Thomas Kaul
2eca6e7dc2
Bugfix/missing icon of expiration date picker in create or update access dialog ( #7819 )
* Fix missing icon
* Update changelog
2 days ago
Thomas Kaul
b7520735bd
Bugfix/market data storage in data provider service ( #7814 )
* Fix storage of market data to store only newly fetched quotes
* Update changelog
2 days ago
Thomas Kaul
ecf893b6de
Task/upgrade ngx-skeleton-loader to version 13.0.0 ( #7818 )
* Update ngx-skeleton-loader to version 13.0.0
* Update changelog
2 days ago
Thomas Kaul
1f0783e4c4
Task/upgrade NestJS to version 11.2 ( #7779 )
* Update NestJS to version 11.2.3
* Update changelog
2 days ago
Thomas Kaul
859b5f8701
Bugfix/data provider info of holding ( #7817 )
* Fix data provider info of holding
* Update changelog
2 days ago
Thomas Kaul
662b68583e
Bugfix/immediate expiration of portfolio snapshot with errors ( #7815 )
* Fix immediate expiration of portfolio snapshot with errors
* Update changelog
2 days ago
github-actions[bot]
96f73af726
Task/update locales ( #7754 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 days ago
Thomas Kaul
932f3e18dd
Task/improve MCP (part 2) ( #7789 )
* Move the logic of the tools to the McpService
* Move the tables of the portfolio to the PortfolioTableService
* Render the tables from one column definition with a value function
2 days ago
Thomas Kaul
8e4114abbf
Task/improve MCP ( #7786 )
* Improve MCP server
* Update changelog
3 days ago
Thomas Kaul
f604a9e906
Task/limit length in various endpoints ( #7810 )
* Limit length for comment, search query and symbol
* Update changelog
3 days ago
Thomas Kaul
4bc4c4c339
Task/harden validation of query parameters in endpoints with filters ( #7809 )
* Harden validation of accounts, assetClasses, dataSource and tags in endpoints with filters
* Update changelog
3 days ago
Thomas Kaul
c873404a4c
Bugfix/country mapping of Congo in FMP service ( #7811 )
* Fix missing country mapping
* Update changelog
3 days ago
Thomas Kaul
fb283fb231
Release 3.66.0 ( #7807 )
4 days ago
Thomas Kaul
93a2694fee
Bugfix/daily request limit blocking users for longer than one day ( #7805 )
* Fix daily request limit blocking users for longer than one day
* Update changelog
4 days ago
Thomas Kaul
21d74a61da
Task/upgrade @rekog/mcp-nest to version 2.0.2 ( #7806 )
* Update @rekog/mcp-nest to version 2.0.2
* Update changelog
4 days ago
Thomas Kaul
72b0d80411
Task/move details of granted access from table to dialog on access page ( #7792 )
* Move details of granted access
* Update changelog
4 days ago
Thomas Kaul
94c2c6cd06
Task/migrate transfer cash balance dialog to dedicated route ( #7791 )
* Migrate transfer cash balance dialog to dedicated route
* Update changelog
4 days ago
Pial-Al-Mamun
73e4f0368d
Task/improve language localization for IT (20260901) ( #7782 )
* Update translations
* Update changelog
5 days ago
Thomas Kaul
ac7c6a55c5
Task/upgrade prisma to version 7.10.0 ( #7790 )
* Update prisma to version 7.10.0
* Update changelog
5 days ago
Thomas Kaul
b39a806f18
Task/extend personal finance tools (20260902) ( #7793 )
Extend personal finance tools
5 days ago
Thomas Kaul
2ce58d767d
Task/restrict restricted view and manage permission to MCP ( #7783 )
* Restrict restricted view and manage permission to MCP
* Update changelog
6 days ago
Thomas Kaul
fc083fb0cd
Bugfix/loading state of holdings table on portfolio holdings page ( #7788 )
* Fix loading state of holdings table
* Update changelog
6 days ago
Thomas Kaul
c5139e9ab3
Bugfix/loading state of accounts table on accounts page ( #7787 )
* Fix loading state of accounts table
* Update changelog
6 days ago
Lyndros
0910d6d209
Task/refactor double ternary in portfolio proportion chart ( #7785 )
Refactoring
6 days ago
Thomas Kaul
e53620fa19
Release 3.65.0 ( #7780 )
7 days ago
Thomas Kaul
c33a17671b
Bugfix/additional data point at start of chart in holding detail dialog ( #7778 )
* Fix additional data point at start of chart in holding detail dialog
* Update changelog
7 days ago
Thomas Kaul
26d45a4fe2
Feature/add MCP tool to import activities ( #7766 )
* Add MCP tool to import activities
* Update changelog
7 days ago
Thomas Kaul
4c797b1d66
Task/upgrade replace-in-file to version 9.0.0 ( #7768 )
* Update replace-in-file to version 9.0.0
* Update changelog
7 days ago
Thomas Kaul
f9cf373890
Bugfix/country mapping of Virgin Islands (British) in FMP service ( #7776 )
* Fix the missing country mapping of Virgin Islands
* Update changelog
7 days ago
Thomas Kaul
8f22f43606
Task/upgrade stripe to version 22.5.0 ( #7767 )
* Update stripe to version 22.5.0
* Update changelog
7 days ago
Thomas Kaul
b66975439b
Bugfix/market price fallback before first historical market data ( #7761 )
* Fix portfolio calculation for holdings with activities before first known historical market price
* Update changelog
7 days ago
Thomas Kaul
82b243f9ed
Bugfix/handling of cash positions ( #7660 )
* Fix handling of cash positions
* Update changelog
1 week ago
Thomas Kaul
92b9ca3e2e
Task/upgrade undici to version 8.10.0 ( #7759 )
* Update undici to version 8.10.0
* Update changelog
1 week ago
Thomas Kaul
a36b7f9ea4
Feature/extend MCP tool to get accounts by account id ( #7765 )
* Extend MCP tool to get accounts by account id
* Update changelog
1 week ago
Kenrick Tandrian
fd1908f9a0
Task/improve Angular template type safety in client ( #7763 )
* feat(client): resolve type errors
* feat(client): enable strict safe navigation types
* feat(client): resolve type errors
* feat(ui): resolve type errors
* feat(client): default to default locale
1 week ago
Kenrick Tandrian
f89a9f28fb
Task/improve Angular template type safety in client ( #7762 )
* feat(client): resolve angular type errors
* feat(libs): resolve angular type errors
* feat(client): enable strict input access modifiers
* fix(client): set strict templates to false
* fix(client): resolve type errors
* feat(client): enable strict literal types
* feat(client): lock down other strict rules to prevent regression
* feat(client): enable strict null input types
1 week ago
Thomas Kaul
0c2ac229d8
Task/upgrade uuid to version 14.0.2 ( #7758 )
* Update uuid to version 14.0.2
* Update changelog
1 week ago
Thomas Kaul
ce4ed102c0
Release 3.64.0 ( #7760 )
1 week ago
Thomas Kaul
76b4cc735c
Task/upgrade zone.js to version 0.16.2 ( #7757 )
* Update zone.js to version 0.16.2
* Update changelog
1 week ago
Thomas Kaul
709ba66cb4
Task/upgrade twitter-api-v2 to version 1.29.1 ( #7756 )
* Update twitter-api-v2 to version 1.29.1
* Update changelog
1 week ago
Thomas Kaul
c48fb4bd67
Feature/add MCP tool to get accounts ( #7744 )
* Add MCP tool to get accounts
* Update changelog
1 week ago
Kenrick Tandrian
94aa4793fe
Task/improve type safety for unassigned variables in API ( #7755 )
* fix(api): resolve type errors in src/app
* fix(api): resolve type errors in src/services
* fix(api): update log level type
* fix(api): reformat files
1 week ago
Thomas Kaul
716697ec6a
Task/restrict support for filtering to public access for portfolio sharing ( #7753 )
* Restrict support for filtering to public access
* Update changelog
1 week ago
Thomas Kaul
a2b7261ca9
Task/add support for filters of assistant to accounts page ( #7752 )
* Add support for filters of assistant to accounts page
* Update changelog
1 week ago
Thomas Kaul
af3dacd9f8
Task/improve language localization for DE (20260829) ( #7750 )
* Update translation
* Update changelog
1 week ago
Thomas Kaul
1a448d4c08
Bugfix/redaction of asset profile in restricted views ( #7749 )
Fix redaction of asset profile in restricted views
1 week ago
Thomas Kaul
c9cc020540
Task/extend accounts endpoint by filters ( #7748 )
* Extend accounts endpoint by accounts, assetClasses and tags filters
* Update changelog
1 week ago
github-actions[bot]
537be44e3b
Task/update locales ( #7741 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 week ago