Germán Martín
6297535921
feat(auth): add OIDC authentication support
- Implemented OIDC login and callback endpoints in AuthController.
- Created OidcStrategy for handling OIDC authentication logic.
- Introduced OidcStateStore for managing OIDC state parameters in memory.
- Updated AuthModule to include OidcStrategy and its dependencies.
- Enhanced ConfigurationService to support OIDC-related configurations.
- Modified InfoService to expose enabled social login providers.
- Updated client components to support OIDC login option.
- Added OIDC provider to the Prisma schema and migration.
2 months ago
Thomas Kaul
364b2f020e
Feature/remove ITEM as order type enum ( #5583 )
* Remove ITEM from Type enum
* Update changelog
3 months ago
Thomas Kaul
28bdcc63d8
Feature/add settings to Access model ( #5573 )
* Add settings
* Update changelog
3 months ago
Thomas Kaul
40f5c93f43
Feature/set up asset profile resolution database table ( #5533 )
* Set up asset profile resolution database table
3 months ago
Kenrick Tandrian
453f36c1eb
Task/remove warnings of database seeding process ( #5340 )
* Remove warnings of database seeding process
* Update changelog
5 months ago
Thomas Kaul
7a5927592d
Feature/add support to exclude activity from analysis via tag ( #5297 )
* Add support to exclude activity from analysis via tag
* Update changelog
5 months ago
Thomas Kaul
a0b00ff26c
Feature/rename AccessGive to accessesGive in User database schema ( #5132 )
* Rename AccessGive to accessesGive in User database schema
* Update changelog
6 months ago
Thomas Kaul
6940700a1b
Feature/extend asset sub classes by collectible ( #5126 )
* Extend asset sub classes by collectible
* Update changelog
6 months ago
Thomas Kaul
cf8eac3d44
Feature/rename Settings to settings in User database schema ( #5100 )
* Rename Settings to settings in User database schema
* Update changelog
6 months ago
Thomas Kaul
55e4d2fc7a
Feature/deprecate ITEM activity type in favor of BUY ( #5093 )
* Deprecate ITEM activity type in favor of BUY
* Update changelog
6 months ago
Thomas Kaul
9c37bca43a
Feature/rename Access to accessesGet in User database schema ( #5094 )
* Rename Access to accessesGet in User database schema
* Update changelog
6 months ago
Thomas Kaul
da674f9cfb
Feature/rename Authdevice to authdevices in User database schema ( #5084 )
* Rename AuthDevice to authDevices in User database schema
* Update changelog
6 months ago
Thomas Kaul
433f1686e3
Feature/rename Account to account in Order database schema ( #5052 )
* Rename Account to account in Order database schema
* Update changelog
6 months ago
Thomas Kaul
77d3121f0d
Feature/rename Account to account in AccountBalance database schema ( #5049 )
* Rename Account to account in AccountBalance database schema
* Update changelog
6 months ago
Thomas Kaul
5dfe9b54fe
Feature/rename Analytics to analytics in User database schema ( #5032 )
* Rename Analytics to analytics in User database schema
6 months ago
Thomas Kaul
738f7490f6
Feature/rename Platform to platform in Account database schema ( #4999 )
* Rename Platform to platform in Account database schema
* Update changelog
6 months ago
Thomas Kaul
d5d74eb4db
Feature/rename GranteeUser to granteeUser in Access database schema ( #4979 )
* Rename GranteeUser to granteeUser in Access database schema
* Update changelog
6 months ago
Thomas Kaul
20070d76bc
Feature/rename User to user in database schema ( #4899 )
* Rename User to user in database schema
* Update changelog
7 months ago
Thomas Kaul
0f537adf3e
Feature/rename ApiKey to apiKeys in User database schema ( #4890 )
* Rename ApiKey to apiKeys in User database schema
* Update changelog
7 months ago
Thomas Kaul
25a755d1bf
Feature/rename Account to accounts in User database schema ( #4859 )
* Rename Account to accounts
* Update changelog
7 months ago
Thomas Kaul
e38ce2852c
Feature/rename Tag to tags in User database schema ( #4846 )
* Rename Tag to tags
* Update changelog
7 months ago
Thomas Kaul
9e74eec04d
Feature/rename orders to activities in Tag database schema ( #4783 )
* Rename orders to activities in Tag database schema
* Update changelog
7 months ago
Thomas Kaul
037d3b1a60
Feature/rename Order to activities in User database schema ( #4669 )
* Rename Order to activities in User database schema
* Update changelog
8 months ago
Thomas Kaul
67db1b0de4
Feature/rename Order to activities in SymbolProfile database schema ( #4661 )
* Rename Order to activities
* Update changelog
8 months ago
Thomas Kaul
d661cdc78f
Feature/rename account to accounts in platform database schema ( #4656 )
* Rename Account to accounts in platform database schema
* Update changelog
8 months ago
Thomas Kaul
8fbdcac66c
Feature/rename Order to activities in account database schema ( #4577 )
* Rename Order to activities
* Update changelog
8 months ago
Thomas Kaul
e67ccea673
Feature/rename User to user in subscription database schema ( #4576 )
* Rename User to user
* Update changelog
8 months ago
Thomas Kaul
3091c3f080
Feature/rename Subscription to subscriptions in user database schema ( #4575 )
* Rename Subscription to subscriptions
* Update changelog
8 months ago
Thomas Kaul
1b45ce8619
Feature/add watchlist to user database schema ( #4560 )
* Add watchlist to user database schema
* Update changelog
8 months ago
csehatt741
3361666f63
Feature/activity in custom currency ( #4486 )
* Activity in custom currency
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
8 months ago
Thomas Kaul
f08ed2dc68
Feature/add isActive flag to asset profile model ( #4479 )
* Add isActive to SymbolProfile model
* Update changelog
9 months ago
Thomas Kaul
8f165d46e0
Feature/add cusip to asset profile model ( #4347 )
* Add CUSIP
* Update changelog
10 months ago
Ken Tandrian
eb26707e8c
Feature/migrate seed.js to TypeScript ( #4248 )
* feat(db): migrate seed.js to typescript
* feat(db): change seed command
* Update changelog
11 months ago
Thomas Kaul
de68841843
Feature/add user id to symbol profile database schema ( #4122 )
* Add userId to SymbolProfile database schema
* Update changelog
1 year ago
Thomas Kaul
0e01674552
Feature/set hashedKey of ApiKey to unique ( #4103 )
* Set hashedKey to unique
1 year ago
Thomas Kaul
9461b32a39
Feature/setup api keys for Ghostfolio data provider ( #4088 )
* Setup API keys for Ghostfolio data provider
1 year ago
Thomas Kaul
ea24a618b0
Feature/upgrade prisma to version 6 schema migration ( #4087 )
* Upgrade prisma to version 6 schema migration
1 year ago
Thomas Kaul
5f98dfa5d6
Feature/set up Ghostfolio data provider ( #4016 )
* Set up Ghostfolio data provider
* Update translations
* Update changelog
1 year ago
Thomas Kaul
a80ca507f8
Feature/add lastRequestAt to analytics ( #4010 )
* Add lastRequestAt to Analytics
1 year ago
Thomas Kaul
10e725b51a
Feature/Add dataProviderGhostfolioDailyRequests to Analytics ( #4001 )
* Add dataProviderGhostfolioDailyRequests to Analytics
1 year ago
Thomas Kaul
a9d26b319d
Feature/Format database schema ( #3943 )
* Format
1 year ago
Thomas Kaul
85cc72627b
Feature/add user id to tag database schema ( #3837 )
* Add user id to tag database schema
* Update changelog
1 year ago
Nuno
40de0cead5
Feature/optimize docker image ( #3642 )
* Remove redundant docker image layers
* Update prisma binary target of prisma
* Update changelog
1 year ago
Thomas Kaul
8a9ae9bb33
Feature/allocations by etf holding ( #3464 )
* Setup allocations by ETF holding
* Update changelog
2 years ago
Thomas Kaul
69d85eadfd
Feature/setup cascading on delete for various relations in database schema ( #3445 )
* Setup cascading on delete
* Update changelog
2 years ago
Thomas Kaul
cdbe6eedeb
Feature/change cash to liquidity in asset class enum ( #3321 )
* Change CASH to LIQUIDITY in asset class enum
* Update changelog
2 years ago
Thomas Kaul
1132dc9bdd
Feature/add unique constraint to account balance database schema ( #3315 )
* Add accountId and date as unique constraint to AccountBalance schema
* Update changelog
2 years ago
Thomas Kaul
07c0e5a612
Feature/add currency to order database schema ( #3251 )
* Add currency to Order database schema
* Update changelog
2 years ago
Thomas Kaul
a70f45cbf3
Feature/add index for data source symbol to market data table ( #3179 )
* Add index
* Update changelog
2 years ago
Thomas Kaul
d1617f2d87
Feature/add index for is excluded to account database table ( #3067 )
* Add index for isExcluded to account database table
* Update changelog
2 years ago