Thomas Kaul
3eb10cc2e1
Task/remove unused exchange from portfolio position interface ( #7537 )
Remove exchange
2 weeks ago
Thomas Kaul
851901916b
Task/improve handling of Exclude from Analysis tag ( #7533 )
* Improve handling of Exclude from Analysis tag
* Update changelog
2 weeks ago
Thomas Kaul
0b9df572ba
Task/optimize performance of search in assistant ( #7534 )
* Improve performance of search in assistant by reusing cached portfolio snapshot
* Update changelog
2 weeks ago
Thomas Kaul
a3d78ce43d
Release 3.41.0 ( #7527 )
2 weeks ago
Thomas Kaul
bb9399e837
Task/improve language localization for DE (20260803) ( #7526 )
* Update translations
* Update changelog
2 weeks ago
Thomas Kaul
8ac551fc44
Feature/support account platforms in activities import ( #7515 )
* Support account platforms in activities import
* Update changelog
2 weeks ago
github-actions[bot]
cf9d9253f9
Task/update locales ( #7501 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 weeks ago
Thomas Kaul
7d053caf80
Bugfix/portfolio snapshot cache write and initialization retry limit ( #7517 )
* Fix portfolio snapshot cache write and initialization retry limit
* Update changelog
2 weeks ago
Thomas Kaul
132f8670b9
Task/improve usability in admin control panel by eliminating page reloads ( #7518 )
* Improve usability by eliminating page reloads
* Update changelog
2 weeks ago
Thomas Kaul
37cae1f3d8
Bugfix/loading indicators in user detail dialog of admin control ( #7520 )
* Fix loading indicators
* Update changelog
2 weeks ago
Thomas Kaul
fd6697abee
Task/simplify localization in users list of admin control panel- #7519 ( #7519 )
Simplify localization
2 weeks ago
Thomas Kaul
75e3d032ab
Feature/stock splits setup (part 2) ( #7523 )
Improve stock splits setup
2 weeks ago
Thomas Kaul
3eaba49f19
Task/improve handling of encoded data source in user settings ( #7521 )
Improve handling of encoded data source in user settings
2 weeks ago
Thomas Kaul
0efadd7c8c
Task/destructure query parameters in controllers (part 2) ( #7505 )
Destructure query parameters in controllers
2 weeks ago
Thomas Kaul
d08239f31f
Task/destructure query parameters in controllers ( #7495 )
Destructure query parameters in controllers
2 weeks ago
Thomas Kaul
70eaf0999a
Bugfix/changelog entry of stock splits ( #7516 )
Update changelog
2 weeks ago
Thomas Kaul
ddf446f915
Feature/stock splits setup ( #7251 )
* Stock splits setup
* Update changelog
2 weeks ago
Thomas Kaul
bd8ef423fa
Release 3.40.0 ( #7514 )
2 weeks ago
Thomas Kaul
cb775af7f1
Task/improve style of read-only tags in tags selector component ( #7504 )
* Improve style of read-only tags
* Add Storybook story
* Update changelog
2 weeks ago
Thomas Kaul
b37654c7c6
Bugfix/persistence of empty comment in create or update account dialog ( #7512 )
* Fix persistence of empty comment
* Update changelog
2 weeks ago
Thomas Kaul
6fbf055206
Task/upgrade nestjs to version 11.1.28 ( #7506 )
* Update nestjs to version 11.1.28
* Update changelog
2 weeks ago
Thomas Kaul
fa309b5743
Bugfix/handling of Exclude from Analysis tag in activities table ( #7511 )
* Fix handling of Exclude from Analysis tag
* Update changelog
2 weeks ago
Thomas Kaul
c3e70091ae
Bugfix/validation error caused by empty strings in asset profile details dialog ( #7509 )
* Resolve validation error caused by empty strings
* Update changelog
2 weeks ago
Kenrick Tandrian
1822a09c6a
Task/improve language localization for ZH (20260731) ( #7490 )
* Update translations
* Update changelog
2 weeks ago
Thomas Kaul
a64f7144fe
Release 3.39.0 ( #7503 )
2 weeks ago
Thomas Kaul
263e064fd6
Task/remove deprecated attribute isExcluded from account ( #7253 )
* Remove deprecated attribute isExcluded from account
* Update changelog
2 weeks ago
Thomas Kaul
5e9ac0169e
Task/remove deprecated firstOrderDate from portfolio performance endpoint response ( #7483 )
* Remove deprecated firstOrderDate
* Update changelog
2 weeks ago
Thomas Kaul
5092316609
Bugfix/scroll behavior of page content behind open dialog ( #7500 )
* Fix scroll behavior of page content behind open dialog
* Update changelog
2 weeks ago
Thomas Kaul
5f47a2f2a7
Task/improve export functionality ( #7499 )
* Improve export functionality
* Update changelog
2 weeks ago
Thomas Kaul
179be2f564
Task/add portfolio summary tests ( #7458 )
Add portfolio summary tests
2 weeks ago
Thomas Kaul
caa9bef697
Task/upgrade prisma to version 7.9.1 ( #7498 )
* Update prisma to version 7.9.1
* Update changelog
2 weeks ago
Lewis Nixon
16b72c0e44
Simplify .env.dev info note in DEVELOPMENT.md
Trim the rationale so the note doesn't reference an implementation
detail (NX_ADD_PLUGINS) that could drift out of sync if it changes.
4 weeks ago
Lewis Nixon
f5f05154a8
Note that start:client's -o flag is a no-op in the Dev Container
The script tries to auto-open a browser, which doesn't exist inside
the container; document that the resulting failure is harmless
rather than leaving contributors to wonder about it.
4 weeks ago
Lewis Nixon
18c3743b6b
Sync Dev Container prerequisites list with actual Dockerfile packages
The docs listed g++, make, python3 as pre-installed tooling but
omitted openssl and git, which .devcontainer/Dockerfile also installs.
4 weeks ago
Lewis Nixon
552becbc8e
Match --no-install-suggests flag with production Dockerfile
.devcontainer/Dockerfile used --no-install-recommends while the
root Dockerfile uses --no-install-suggests for the same package
list, contradicting the comment that claims they match. Align the
flag and note that the list should stay in sync with the root
Dockerfile.
4 weeks ago
Lewis Nixon
8abad72607
Base Dev Container .env on .env.dev instead of .env.example
.env.example doesn't set NX_ADD_PLUGINS=false, so pointing Dev
Container users at it silently changed their Nx task-inference
behavior compared to everyone else's setup. Base on .env.dev like
the manual setup does, and just override DATABASE_URL/REDIS_HOST
for the containerized services.
4 weeks ago
Lewis Nixon
a79be928b6
Isolate node_modules in Dev Container with a named volume
Bind-mounting the whole repo meant a host-installed node_modules
(e.g. from macOS/Windows) shadowed the container's own install,
causing native modules like Prisma's query engine to be built for
the wrong platform.
4 weeks ago
Lewis Nixon
55bc3c1636
Setup VS Code Dev Container configuration
Add a .devcontainer configuration so contributors can develop Ghostfolio
inside a containerized environment with Node.js, PostgreSQL and Redis
pre-wired together, without needing to install anything locally besides
Docker and VS Code.
Closes #7380
4 weeks ago
Thomas Kaul
c383eade6f
Task/improve language localization for DE (20260801) ( #7497 )
* Update translations
* Update changelog
2 weeks ago
Thomas Kaul
0e42a62e92
Task/improve color of checkboxes in type filter of activities table component ( #7493 )
Improve color of checkboxes
2 weeks ago
github-actions[bot]
5ccd1dece5
Task/update locales ( #7488 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 weeks ago
Thomas Kaul
94c3086293
Release 3.38.0 ( #7494 )
2 weeks ago
Thomas Kaul
031b3b68c7
Bugfix/deletion of activities to respect activity type and date range filter ( #7492 )
* Respect activity type and date range filter
* Update changelog
2 weeks ago
Thomas Kaul
9b3f7eff5f
Task/improve search log output for unsupported queries ( #7480 )
* Improve search log output for unsupported queries
* Update changelog
3 weeks ago
Thomas Kaul
0a01d4234a
Bugfix/daily requests check in Ghostfolio data provider ( #7485 )
Fix daily requests check
3 weeks ago
Thomas Kaul
81e4abbfeb
Feature/add daily request limit ( #7487 )
Add daily request limit
3 weeks ago
Thomas Kaul
eb62190c74
Task/add activity count to delete menu item and confirmation dialog of activities table component ( #7489 )
* Add activity count to delete menu and confirmation dialog
* Update changelog
3 weeks ago
Thomas Kaul
bf923f1afe
Task/improve style of tabs in various dialogs on mobile ( #7481 )
* Improve tabs style
* Update changelog
3 weeks ago
Thomas Kaul
1770350516
Bugfix/static portfolio analysis rules for portfolio with no holdings ( #7466 )
* Fix static portfolio analysis rules for portfolio with no holdings
* Update changelog
3 weeks ago
Thomas Kaul
df2e96fc6f
Task/improve performance of property service by caching properties ( #7484 )
* Improve performance by caching properties in memory
* Update changelog
3 weeks ago