H_S
649950cbaa
Merge branch 'ghostfolio:main' into feature/improve-user-detail-dialog-routing
2 days ago
Vansh
7dc74fe681
Task/refactor column definitions in AI service ( #5834 )
* Refactor column definitions in AI service
* Update changelog
2 days ago
Thomas Kaul
cf2dd95906
Task/add LambdaTest to Sponsors in README.md ( #5861 )
* Add LambdaTest
3 days ago
Thomas Kaul
9f36eef39d
Task/extend Contributing section in README.md ( #5864 )
* Add GitHub Sponsors
3 days ago
Thomas Kaul
ecc35c9ffa
Task/improve typings of dialogs ( #5846 )
* Improve typings
4 days ago
github-actions[bot]
6a93d8c050
Feature/update locales ( #5847 )
* Update locales
* Update translations
* Update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
5 days ago
Kenrick Tandrian
5547108408
Feature/add close holding button to holding detail dialog ( #5832 )
* Add close holding button to holding detail dialog
* Update changelog
5 days ago
Abhishek Singla
54e0f5e466
Feature/extend user detail dialog ( #5844 )
* Extend user detail dialog
* Update changelog
5 days ago
HarjobandeepSingh
00d8495d06
Merge branch 'feature/improve-user-detail-dialog-routing' of https://github.com/HarjobandeepSingh/ghostfolio into feature/improve-user-detail-dialog-routing
5 days ago
HarjobandeepSingh
fa7e1c3e82
refactor: simplify user detail dialog routing logic
- Remove pending user ID logic as requested by maintainer
- Remove timing control logic for simpler implementation
- Add changelog entry for the routing improvement
Addresses maintainer feedback on PR
5 days ago
H_S
4a4dad59bc
Merge branch 'ghostfolio:main' into feature/improve-user-detail-dialog-routing
5 days ago
Thomas Kaul
f4bad6acaf
Bugfix/provide missing locale to rule settings dialog ( #5845 )
* Provide locale to rule settings dialog
* Update changelog
5 days ago
H_S
117c8969fb
Merge branch 'ghostfolio:main' into feature/improve-user-detail-dialog-routing
5 days ago
HarjobandeepSingh
ab4b183f77
feat: improve user detail dialog routing in Admin Control panel
- Change from query parameters to path segments for user ID
- Update URL structure from /admin/users?userId={id}&userDetailDialog=true to /admin/users/{id}
- Add route parameter handling with timing control for data loading
- Fix dialog opening race condition by implementing pending user ID logic
- Maintain backward compatibility with existing dialog functionality
Resolves #5833
5 days ago
Thomas Kaul
c394a2d529
Release 2.211.0 ( #5838 )
5 days ago
Thomas Kaul
b47a16961f
Release 2.211.0 ( #5837 )
5 days ago
vitalymatyushik
31e2346101
Bugfix/market price in base currency during the portfolio snapshot calculation ( #5828 )
* Add fallback for market price in base currency
* Update changelog
5 days ago
Vaishnavi Parabkar
76a2249ba4
Feature/integrate SelfhostedHub into logo carousel ( #5786 )
* Add SelfhostedHub
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
5 days ago
Thomas Kaul
e03f58feff
Task/refactor Activities interface to ActivitiesResponse interface ( #5835 )
* Refactor Activities interface to ActivitiesResponse interface
5 days ago
github-actions[bot]
d1a151bd60
Feature/update locales ( #5807 )
* Update locales
* Update translations
* Update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
5 days ago
Harsh Santwani
482b97ba9b
Feature/set up user detail dialog in admin control panel ( #5819 )
* Set up user detail dialog
* Update changelog
6 days ago
Thomas Kaul
4ca65b88f9
Release 2.211.0-beta.0 ( #5829 )
6 days ago
Sven Günther
0ec9c1dd93
Bugfix/custom asset name rendering in import activities dialog ( #5787 )
* Fix custom asset name rendering in import activities dialog
* Update changelog
6 days ago
David Requeno
1f6b061ab0
Task/migrate tablemark to v4 ( #5809 )
* Migrate tablemark to v4
* Update changelog
6 days ago
Thomas Kaul
a872770b7c
Bugfix/footer row style of accounts table component ( #5826 )
* Fix style of footer row
* Update changelog
6 days ago
Vansh
0b28da879b
Task/extend export response by performanceCalculationType ( #5816 )
* Extend export response by performanceCalculationType
* Update changelog
7 days ago
Harsh Santwani
852ed98d0f
Task/move prisma.config.ts to .config/prisma.ts ( #5821 )
* Move prisma.config.ts to .config/prisma.ts
* Update changelog
7 days ago
danielochinasa
37ab31ea72
Task/format value in Buying Power rule ( #5824 )
* Format value in Buying Power rule
* Update changelog
7 days ago
Thomas Kaul
3cb0ca130e
Task/upgrade prisma to version 6.18.0 ( #5823 )
* Upgrade prisma to version 6.18.0
* Update changelog
1 week ago
Thomas Kaul
e096f5cc77
Release 2.210.1 ( #5818 )
1 week ago
Szymon Łągiewka
2b727f867f
Bugfix/include missing dotenv packages ( #5817 )
* Include missing dotenv packages
1 week ago
Thomas Kaul
946edd5c5a
Release 2.210.0 ( #5814 )
1 week ago
Thomas Kaul
f19d9c78aa
Task/clean up unused eslint-disable-next-line directives ( #5782 )
* Clean up unused eslint-disable-next-line directives
1 week ago
Thomas Kaul
edcc140428
Task/introduce interface for create Stripe checkout session response ( #5791 )
* Introduce interface
1 week ago
jjs2099
167cbcd5c7
Bugfix/submit form of login with access token dialog with enter key press ( #5751 )
* Fix form submit with enter key press
* Update changelog
1 week ago
Szymon Łągiewka
ceace870a8
Task/upgrade ioredis to forfeit overriding defaults ( #5813 )
* Upgrade ioredis to forfeit overriding defaults
* Update changelog
1 week ago
Arshad Jamal
ed364fc25f
Bugfix/database seed ( #5792 )
* Fix database seed
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 week ago
Harsh Santwani
9b51c2da5d
Task/improve typings of getOrderById() functionality ( #5810 )
* Improve typings of getOrderById() functionality
1 week ago
Ani07-05
7ee38d0067
Task/refactor Export interface to ExportResponse interface ( #5805 )
* Refactor Export interface to ExportResponse interface
1 week ago
Dibyendu Sahoo
b915c9554e
Task/extend rule settings interface by locale ( #5802 )
* Extend rule settings interface by locale
1 week ago
Germán Martín
3215280636
Task/extract portfolio filter sub form of assistant to reusable component ( #5618 )
* Extract portfolio filter sub form of assistant to reusable component
* Update changelog
1 week ago
Vansh
3b4705405b
Task/improve typings of getAsset() functionality ( #5804 )
* Improve typings of getAsset() functionality
1 week ago
Thomas Kaul
be0ddd6298
Task/harmonize interfaces naming ( #5796 )
* Harmonize interfaces naming
1 week ago
vitalymatyushik
24234591c9
Task/improve typings of getInfo() functionality ( #5803 )
* Improve typings
1 week ago
Thomas Kaul
e6ebe7e501
Task/harmonize wording in glossary ( #5781 )
* Harmonize wording
2 weeks ago
Thomas Kaul
5c07992791
Task/improve changelog entry ( #5790 )
* Update changelog
2 weeks ago
David Requeno
5bfcceb959
Task/auto-pad holdings table in AI prompt using tablemark ( #5772 )
* Auto-pad holdings table in AI prompt using tablemark
* Update changelog
2 weeks ago
github-actions[bot]
fbe0caa635
Feature/update locales ( #5788 )
* Update locales
* Update translations
* Update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 weeks ago
s-vamshi
a65523fd04
Feature/allow data gathering by date range ( #5762 )
* Allow data gathering by date range
* Update changelog
2 weeks ago
Thomas Kaul
18d46cfa1e
Release 2.209.0 ( #5780 )
2 weeks ago