Thomas Kaul
8d6153fa52
Feature/use asset profile resolutions in getQuotes() of FMP service ( #5743 )
...
* Use asset profile resolutions in getQuotes()
* Update changelog
6 months ago
Lagmator22
20da95239e
Task/refactor liabilities to liabilitiesInBaseCurrency in portfolio summary interface ( #5725 )
...
* Refactor liabilities to liabilitiesInBaseCurrency
6 months ago
Szymon Łągiewka
fc4d5774fa
Bugfix/enable IPv6 connectivity for Redis in job queue module ( #5726 )
...
* Enable IPv6 connectivity for Redis in job queue module
* Update changelog
6 months ago
Thomas Kaul
a9f38aaf90
Task/remove deprecated position endpoints from portfolio controller ( #5733 )
...
* Remove deprecated endpoints
* GET api/v1/portfolio/position/:dataSource/:symbol
* PUT api/v1/portfolio/position/:dataSource/:symbol/tags
* Update changelog
6 months ago
Tanbir Ali
d2fe16c794
Task/refactor transactionCount to activitiesCount in portfolio holding response ( #5709 )
...
* Refactor transactionCount to activitiesCount in portfolio holding response
* Update changelog
6 months ago
Sven Günther
c5c1192900
Bugfix/import of custom asset profiles ( #5670 )
...
* Import of custom asset profiles
* Update changelog
6 months ago
Thomas Kaul
948233c651
Task/remove @IsOptional() from dataSource in CreateOrderDto ( #5703 )
...
* Remove is @IsOptional() from dataSource
6 months ago
Thomas Kaul
7642d82318
Bugfix/add missing type of access id in get public portfolio endpoint ( #5690 )
...
* Add missing type
6 months ago
Szymon Łągiewka
7761c764b5
Bugfix/fix server startup message to properly display IPv6 addresses ( #5716 )
...
* Fix server startup message to properly display IPv6 addresses
* Update changelog
6 months ago
Germán Martín
20a756a376
Feature/add support to update granted access ( #5566 )
...
* Add support to update granted access
* Update changelog
7 months ago
Thomas Kaul
180e0f3c81
Feature/add date range query parameter to data gathering endpoint ( #5684 )
...
* Add date range
* Update changelog
7 months ago
Flavien Lankai-Mills
c173998677
Task/refactor fire wealth from number to object in portfolio summary interface ( #5644 )
...
* Refactor fire wealth from number to object in portfolio summary interface
* Update changelog
7 months ago
Thomas Kaul
b61f470854
Bugfix/fix exception in get asset profile functionality of FMP service ( #5663 )
...
* Add missing guard
* Update changelog
7 months ago
Thomas Kaul
e9c42598db
Feature/improve support for mutual funds in FMP service ( #5651 )
...
* Improve support for mutual funds in getAssetProfile()
* Update changelog
7 months ago
Thomas Kaul
6ff1d65a70
Feature/add safe withdrawal rate to user settings ( #5629 )
...
* Add safe withdrawal rate to user settings
* Update changelog
7 months ago
Thomas Kaul
a86afee6e6
Task/reuse blog path of public routes in sitemap service ( #5608 )
...
* Reuse blog path of public routes
7 months ago
Thomas Kaul
90b28ea74f
Feature/add hacktoberfest 2025 blog post ( #5584 )
...
* Add blog post: Hacktoberfest 2025
* Update changelog
7 months ago
Thomas Kaul
364b2f020e
Feature/remove ITEM as order type enum ( #5583 )
...
* Remove ITEM from Type enum
* Update changelog
7 months ago
Kenrick Tandrian
ef5661d81c
Bugfix/investment calculation when selling all units of holding ( #5509 )
...
* Fix investment calculation when selling all units of holding
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
7 months ago
David Requeno
11c51698d7
Feature/extend public portfolio page with latest activities ( #5538 )
...
* Extend public portfolio page with latest activities
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
7 months ago
Thomas Kaul
e2382834c3
Bugfix/add unit price in asset profile currency to redacted values ( #5547 )
...
* Add unitPriceInAssetProfileCurrency
* Update changelog
7 months ago
Thomas Kaul
2ab37ef7be
Feature/refresh cryptocurrencies list 20250917 ( #5543 )
...
* Update cryptocurrencies.json
* Update changelog
7 months ago
Thomas Kaul
40f5c93f43
Feature/set up asset profile resolution database table ( #5533 )
...
* Set up asset profile resolution database table
7 months ago
Thomas Kaul
67da647d53
Feature/upgrade yahoo-finance2 to version 3.10.0 ( #5469 )
...
* Upgrade yahoo-finance2 to version 3.10.0
* Update changelog
7 months ago
Thomas Kaul
f7f942d08d
Bugfix/fix pagination issue in market data and user endpoint by adding secondary sort criterion ( #5521 )
...
* Add id as secondary sort criterion to ensure consistent ordering
* Refactoring
* Update changelog
7 months ago
Thomas Kaul
28f28e737f
Task/refactor imports of built-in Node.js core modules ( #5513 )
...
* Prefix crypto imports
* Prefix fs imports
* Prefix path imports
* Update changelog
7 months ago
Thomas Kaul
7857255ca3
Feature/improve search in Yahoo Finance service ( #5518 )
...
* Improve search
* Update changelog
7 months ago
Thomas Kaul
2879645dc4
Feature/extend variations of subscription interstitials ( #5486 )
...
* Extend variations of subscription interstitials
* Update changelog
8 months ago
Thomas Kaul
15033c0f58
Bugfix/handling of zero buying power in static portfolio analysis rules ( #5474 )
...
* Improve handling of 0 buying power
* Update changelog
8 months ago
Tobias Kugel
cc9346f3de
Task/restructure portfolio report response ( #5454 )
...
* Restructure portfolio report response
* Update changelog
8 months ago
Sven Günther
e70277c66d
Feature/enable automatic data gathering for custom currencies added via currency management in admin control panel ( #5434 )
...
* Enable automatic data gathering for custom currencies
* Update changelog
8 months ago
Marcin Szymański
e5baa1acd5
Bugfix/average price calculation for buy and sell activities of short positions ( #5416 )
...
* Fix average price calculation for buy and sell activities of short positions
* Update changelog
8 months ago
Thomas Kaul
d7bcfe871f
Bugfix/fix number of attempts in queue jobs view of admin control panel ( #5447 )
...
* Fix number of attempts
* Update changelog
8 months ago
Thomas Kaul
24dde83a30
Feature/add BALN BUY and BUY test ( #5455 )
...
* Add test
8 months ago
Thomas Kaul
d7f8dee2eb
Feature/upgrade Stripe dependencies 20250829 ( #5429 )
...
* Upgrade Stripe dependencies
* Update changelog
8 months ago
Thomas Kaul
f3fb123309
Feature/improve various functions of data providers ( #5418 )
...
* Improve various functions of data providers
* Reuse request timeout
* Handle exception in getQuotes() of FinancialModelingPrepService
* Update changelog
8 months ago
Thomas Kaul
af903321a2
Feature/improve error handling in data providers (part 2) ( #5413 )
...
* Improve error handling
* Update changelog
8 months ago
Kenrick Tandrian
e6aa580fae
Feature/extend watchlist endpoint by trend50d and trend200d ( #5405 )
...
* Extend watchlist endpoint by trend50d and trend200d
* Update changelog
8 months ago
Thomas Kaul
b2867b1955
Feature/randomize minutes of hourly data gathering cron job ( #5403 )
...
* Randomize minutes of hourly data gathering
* Update changelog
8 months ago
Thomas Kaul
dad3c27ad9
Feature/remove DATA_SOURCES_LEGACY ( #5396 )
...
* Remove DATA_SOURCES_LEGACY
8 months ago
Thomas Kaul
b5649654b2
Feature/add filter by data source for asset profiles in admin control panel ( #5385 )
...
* Add filter by data source
* Update changelog
8 months ago
Thomas Kaul
b0f770e50a
Feature/improve error handling in data providers ( #5387 )
...
* Improve error handling
* Update changelog
8 months ago
Thomas Kaul
21d337525d
Feature/extend data providers management by every data provider in use ( #5386 )
...
* Extend data providers management
* Update changelog
8 months ago
Thomas Kaul
2751dab2ac
Feature/refresh cryptocurrencies list 20250816 ( #5373 )
...
* Update cryptocurrencies.json
* Update changelog
8 months ago
Thomas Kaul
7d1300bea1
Bugfix/add missing guards in getSettings() of static portfolio analysis rules ( #5368 )
...
* Add missing guards
8 months ago
Attila Cseh
2b8a7de950
Feature/extend accounts endpoint by allocations ( #5358 )
...
* Extend accounts endpoint by allocations
* Update changelog
8 months ago
Thomas Kaul
52ea3c5e84
Feature/add buying power to static portfolio analysis rules ( #5365 )
...
* Add buying power rule
* Update changelog
8 months ago
Attila Cseh
711d716de0
Feature/extend accounts endpoint by dividend and interest ( #5335 )
...
* Extend accounts endpoint by dividend and interest
* Update changelog
9 months ago
Thomas Kaul
bd9aae6fec
Feature/refactor search query of holdings search ( #5333 )
...
* Refactor search query
* Update changelog
9 months ago
Attila Cseh
6de3db08ca
Feature/extend GET all accounts endpoint by search query filter ( #5329 )
...
* Extend GET all accounts endpoint by search query filter
* Update changelog
9 months ago
Attila Cseh
7613b54514
Feature/extend activities import by tags ( #5287 )
...
* Extend activities import by tags
* Update changelog
9 months ago
Thomas Kaul
76d053fc85
Feature/optimize performance of sitemap service ( #5309 )
...
* Optimize performance
* Update changelog
9 months ago
Thomas Kaul
4844a5b1ad
Feature/refactor tag handling for exclude from analysis ( #5306 )
...
* Refactoring
9 months ago
Thomas Kaul
32e0e60fb2
Feature/refactor export service ( #5276 )
...
* Refactor export service
9 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
9 months ago
Thomas Kaul
cb30ea2979
Feature/restructure portfolio report response (part 2) ( #5282 )
...
* Restructure response of portfolio report endpoint
9 months ago
Thomas Kaul
36491b8a60
Feature/refresh cryptocurrencies list 20250728 ( #5270 )
...
* Update cryptocurrencies.json
* Update changelog
9 months ago
Joseph Bao
adc00694cf
Feature/add allocations percentage to accounts table component ( #4720 )
...
* Add allocations percentage to accounts table component
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
9 months ago
Thomas Kaul
4b03d5a926
Feature/restructure portfolio report response ( #5260 )
...
* Restructure response of portfolio report endpoint
* Update changelog
9 months ago
Attila Cseh
e001997ff8
Bugfix/activities unexpectedly listed in holdings ( #5182 )
...
* Fix activities of type FEE, INTEREST and LIABILITY unexpectedly listed in holdings
* Update changelog
9 months ago
Attila Cseh
3b92558e03
Feature/extend activities import by custom asset profiles ( #5243 )
...
* Extend activities import by custom asset profiles
* Update changelog
9 months ago
Thomas Kaul
c8c5842cec
Feature/migrate various requests to its stable API version in Financial Modeling Prep service ( #5253 )
...
* Migrate to stable API version
* Update changelog
9 months ago
Thomas Kaul
51f067e454
Bugfix/fix issue with currency detection in Yahoo Finance service ( #5250 )
...
* Improve currency detection
* Extend tests
* Update changelog
9 months ago
Attila Cseh
bb216e29ce
Feature/upgrade to Nx 21.2 ( #5221 )
...
* Upgrade to Nx 21.2
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
9 months ago
rohit
7c4cf2ca0c
Feature/set up language localization for Regional Market Cluster Risks ( #5145 )
...
* Set up language localization for Regional Market Cluster Risks
* Update changelog
9 months ago
Thomas Kaul
a2d5264e5f
Bugfix/fix account cluster risk rules for no accounts ( #5202 )
...
* Handle no accounts
* Update changelog
9 months ago
Attila Cseh
806df6c0c5
Feature/extend export by custom asset profiles ( #5165 )
...
* Extend export by custom asset profiles
* Update changelog
9 months ago
Tobias Kugel
44ea3cba8d
Feature/set up localization for static portfolio analysis rules: Economic Market Cluster Risks ( #5169 )
...
* Set up localization for static portfolio analysis rules: Economic Market Cluster Risks
* Update changelog
9 months ago
Thomas Kaul
f861522762
Bugfix/fix clone functionality for custom asset profile activities ( #5176 )
...
* Fix clone functionality for custom asset profile activities
* Update changelog
9 months ago
Thomas Kaul
e3546a53a5
Feature/skip errors for custom asset profiles in portfolio snapshot calculation ( #5175 )
...
* Skip errors for custom asset profiles
* Update changelog
9 months ago
Quan Huynh (John)
9064b8bde2
Feature/show category in rule settings dialog of X-ray ( #5158 )
...
* Show category in rule settings dialog of X-ray
* Update changelog
9 months ago
Kenrick Tandrian
92d3079f2d
Bugfix/improve portfolio calculation for activity with no market data ( #5130 )
...
* Improve portfolio calculation for activity with no market data
* Update changelog
10 months ago
Attila Cseh
c98bd0ed52
Bugfix/biometric authentication issue related to matching passkeys ( #5137 )
...
* Fix for biometric authentication issue related to matching passkeys
* Update changelog
10 months ago
Attila Cseh
0addf645b0
Bugfix/fix export functionality for accounts without activities ( #5116 )
...
* Fix export functionality for accounts without activities
* Update changelog
10 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
10 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
10 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
10 months ago
Thomas Kaul
64b392fa02
Feature/upgrade yahoo-finance2 to version 3.4.1 ( #5072 )
...
* Upgrade yahoo-finance2 to version 3.4.1
* Suppress survey notice
* Update changelog
10 months ago
Thomas Kaul
70f7d4b119
Bugfix/extend getHistorical() and getQuotes() in RapidApiService ( #5080 )
...
* Extend getHistorical()
* Extend getQuotes()
10 months ago
Thomas Kaul
53127340f4
Feature/extend markets ( #5076 )
...
* Extend markets
* Clean up
10 months ago
csehatt741
8b9b1c7f11
Feature/refactor getByKey() in PropertyService ( #5065 )
...
* Refactor getByKey() in PropertyService
* Update changelog
10 months ago
Thomas Kaul
7a97ec75f4
Feature/refactor portfolio service ( #5063 )
...
* Refactor portfolio service
10 months ago
Kenrick Tandrian
d9fb159c6a
Feature/integrate Fuse.js in GET holdings endpoint ( #5062 )
...
* Integrate Fuse.js in GET holdings endpoint
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
10 months ago
csehatt741
bd43ea9b6c
Feature/dynamically compose public routes in sitemap ( #5035 )
...
* Dynamically compose public routes in sitemap
* Update changelog
10 months ago
csehatt741
c437bc2534
Feature/allow user to rotate Security Token ( #5016 )
...
* Allow user to rotate Security Token
* Update changelog
10 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
10 months ago
Jack Ulf
559cac31bd
Feature/extend AI service by OpenRouter access ( #5025 )
...
* Extend AI service by OpenRouter access
* Update changelog
10 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
10 months ago
Thomas Kaul
f936c69a7f
Feature/refactor scraper in manual service ( #5048 )
...
* Refactoring
10 months ago
Thomas Kaul
3fcd611e29
Feature/extend selector handling of scraper for more use cases ( #5047 )
...
* Extend selector handling for more use cases
* Update changelog
10 months ago
Thomas Kaul
1ec81d352b
Feature/restructure import test files ( #4977 )
...
* Restructure import test files
10 months ago
Thomas Kaul
5dfe9b54fe
Feature/rename Analytics to analytics in User database schema ( #5032 )
...
* Rename Analytics to analytics in User database schema
10 months ago
csehatt741
351fd8a1d4
Feature/language localization for static portfolio analysis rule: Currency Cluster Risks ( #5038 )
...
* Language localization for static portfolio analysis rule: Currency Cluster Risks
* Update changelog
10 months ago
Tobias Kugel
f0eb0dc7fc
Feature/localize asset class cluster risks (Equity and Fixed Income) ( #5033 )
...
* Localize asset class cluster risks
* Update changelog
10 months ago
Thomas Kaul
a7a33eeb56
Bugfix/fix locale in scraper configuration ( #5011 )
...
* Fix locale in scraper configuration
* Update changelog
10 months ago
Tobias Kugel
84c4d79a74
Feature/Set up account cluster risks localization (Current Investment) ( #5012 )
...
* Set up localization
* Update changelog
10 months ago
Thomas Kaul
24f1aeb4c6
Feature/refresh cryptocurrencies list 20250624 ( #5013 )
...
* Update cryptocurrencies.json
* Update changelog
10 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
10 months ago
Thomas Kaul
be3a9b8e83
Feature/refactor health check endpoints ( #5005 )
...
* Refactor health check endpoints
* Update changelog
10 months ago
Kenrick Tandrian
dca821e75c
Bugfix/resolve LegacyRouteConverter warning on startup ( #4980 )
...
* Resolve LegacyRouteConverter warning on startup
* Update changelog
10 months ago
Thomas Kaul
56128d8fe8
Feature/reuse root url in sitemap service ( #4989 )
10 months ago
Thomas Kaul
314b121584
Feature/refactor sitemap module (part 2) ( #4985 )
...
* Refactor sitemap module
10 months ago
Thomas Kaul
029504d843
Feature/refactor sitemap module ( #4983 )
...
* Refactor sitemap module
10 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
10 months ago
Kenrick Tandrian
14b213c571
Bugfix/fix variable resolution in HtmlTemplateMiddleware ( #4975 )
...
* Fix variable resolution in HtmlTemplateMiddleware
* Update changelog
10 months ago
Tobias Kugel
7a251ef749
Feature/set up language localization for X-ray rule Account Cluster Risks (Single Account) ( #4959 )
...
* Set up language localization
* Update changelog
10 months ago
Renegade Solutions
b92eff5b72
Feature/switch data provider service to OnModuleInit ensuring (currency) quotes are fetched only once ( #4944 )
...
* Switch data provider service to OnModuleInit ensuring (currency) quotes are fetched only once
* Update changelog
10 months ago
Thomas Kaul
5fde161eed
Feature/clean up space in AI service ( #4942 )
...
* Clean up space
10 months ago
Thomas Kaul
ab00ebee1e
Bugfix/fix missing assetlinks.json for TWA (part 2) ( #4938 )
...
* Fix missing assetlinks.json
* Update changelog
10 months ago
Kenrick Tandrian
ca8525a90c
Bugfix/Google Sign-in hangs on redirect ( #4926 )
...
* Exclude routes with language codes
10 months ago
Thomas Kaul
be3be20604
Feature/set market state of exchange rate symbols to open in FMP service ( #4915 )
...
* Set market state of exchange rate symbols to open
* Update changelog
10 months ago
Thomas Kaul
8cedd91561
Feature/upgrade Stripe dependencies 20250613 ( #4911 )
...
* Upgrade Stripe dependencies
* Update changelog
10 months ago
Thomas Kaul
9c4fe5fa6b
Feature/clean up sitemap.xml ( #4909 )
...
* Clean up
10 months ago
Thomas Kaul
20070d76bc
Feature/rename User to user in database schema ( #4899 )
...
* Rename User to user in database schema
* Update changelog
10 months ago
Kenrick Tandrian
076ac1a32f
Feature/Rewrite HtmlTemplateMiddleware to use Dependency Injection ( #4889 )
...
* Rewrite HtmlTemplateMiddleware to use Dependency Injection
* Update changelog
10 months ago
Thomas Kaul
3af558c580
Bugfix/handle exception in getKeys() of Redis cache service ( #4871 )
...
* Handle exception in getKeys()
* Update changelog
11 months ago
Thomas Kaul
85aa323e84
Feature/improve cache verification in health check endpoint ( #4868 )
...
* Improve implementation of isHealthy() without using getKeys()
* Update changelog
11 months ago
Thomas Kaul
25a755d1bf
Feature/rename Account to accounts in User database schema ( #4859 )
...
* Rename Account to accounts
* Update changelog
11 months ago
Tobias Kugel
3bcb19af14
Feature/migrate i18n service to injectable service ( #4829 )
...
* Migrate i18n service to injectable service
* Update changelog
11 months ago
Thomas Kaul
b3ec353074
Feature/change interpolation syntax in i18n service ( #4849 )
...
* Change interpolation syntax from {var} to ${var}
11 months ago
Alison Hawk
31f5c0de88
Bugfix/fix import of empty account balances ( #4677 )
...
* Fix import of empty account balances
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
11 months ago
Thomas Kaul
1dd3857618
Refactor getCashPositions() in portfolio service ( #4800 )
...
* Refactor getCashPositions()
11 months ago
Thomas Kaul
e2ec635bbf
Feature/localize X-ray rule EmergencyFundSetup ( #4835 )
...
* Set up language localization for static portfolio analysis rule: Emergency Fund (Set up)
* Update changelog
11 months ago
Tobias Kugel
fde8ff4bb6
Feature/localize X-ray rule FeeRatioInitialInvestment ( #4779 )
...
* Localize X-ray rule FeeRatioInitialInvestment
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
11 months ago
Thomas Kaul
85af3db0d8
Bugfix/respect filter by holding when exporting activities ( #4824 )
...
* Respect filter by holding when exporting activities
* Update changelog
11 months ago
Thomas Kaul
ccee5b1337
Bugfix/respect filter by holding when deleting activities ( #4823 )
...
* Respect filter by holding when deleting activities
* Update changelog
11 months ago
Thomas Kaul
a11fef5e23
Bugfix/fix exception with currencies in historical market data editor of admin control panel ( #4813 )
...
* Fix exception with currencies
* Update changelog
11 months ago
Thomas Kaul
15deed3032
Feature/upgrade Stripe dependencies 20250529 ( #4662 )
...
* Upgrade Stripe dependencies
* Upgrade ngx-stripe to version 19.7.0
* Update changelog
11 months ago
Thomas Kaul
8b8d194383
Feature/clean up legacy demo user id property ( #4808 )
...
* Clean up
11 months ago
Thomas Kaul
cb7434a8b2
Feature/sync demo account activities based on tags ( #4797 )
...
* Sync demo account activities based on tags
* Update changelog
11 months ago
Thomas Kaul
fda9cc71f7
Feature/modularize cron service ( #4795 )
...
* Modularize cron service
* Update changelog
11 months ago
Thomas Kaul
c553fdf6d4
Bugfix/change investment value to take currency effects into account in holding detail dialog ( #4789 )
...
* Change investment value to take currency effects into account
* Update changelog
11 months ago
Thomas Kaul
c6e38cd4ac
Feature/refresh cryptocurrencies list 20250529 ( #4790 )
...
* Update cryptocurrencies.json
* Update changelog
11 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
11 months ago
Turka Turki
9f3079716b
Feature/improve language localization for NL 20250528 ( #4776 )
...
* Improve language localization for NL
* Update sitemap.xml
* Update changelog
11 months ago
Thomas Kaul
0ab7b98077
Feature/refactor publicly accessible page paths ( #4768 )
...
* Refactoring
11 months ago
Scott Rose
316d118111
Feature/improve language localization for FR 20250527 ( #4766 )
...
* Improve language localization for FR
* Update sitemap.xml
* Update changelog
11 months ago
Arington Halabi
f20791d5ad
Feature/improve language localization for IT 20250525 ( #4750 )
...
* Improve language localization for IT
* Update changelog
11 months ago
github-actions[bot]
ffe1021d69
Feature/update locales ( #4753 )
...
* Update locales
* Update translations
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
11 months ago
Thomas Kaul
9a75e7d257
Bugfix/fix Redis cache health check ( #4748 )
...
* Fix Redis cache health check
11 months ago
Thomas Kaul
1a247d6e97
Feature/improve handling of schema validation errors in search of Yahoo Finance service ( #4744 )
...
* Improve handling of schema validation errors
* Update changelog
11 months ago
Thomas Kaul
90385157d7
Feature/improve Ghostfolio data provider integration ( #4743 )
...
* Improve Ghostfolio data provider integration
11 months ago
Thomas Kaul
a8a31c141d
Bugfix/fix TransformDataSourceInRequestInterceptor after upgrade to NestJS 11 ( #4741 )
...
* Fix TransformDataSourceInRequestInterceptor for Express 5
11 months ago
Thomas Kaul
0ea588315a
Feature/improve symbol lookup results by removing currency from name of cryptocurrencies ( #4702 )
...
* Improve symbol lookup results by removing currency from name of cryptocurrencies
* Update changelog
11 months ago
Thomas Kaul
3d94b1a873
Bugfix/fix exclude route with wildcard of serve static module ( #4733 )
...
* Fix route with wildcard
https://docs.nestjs.com/migration-guide#express-v5
11 months ago
Thomas Kaul
d4666f778d
Feature/remove deprecated endpoints in Ghostfolio controller ( #4692 )
...
* Remove deprecated endpoints
11 months ago
Thomas Kaul
70a4697f54
Feature/remove deprecated endpoints in admin controller ( #4687 )
...
* Remove deprecated endpoints
* Update changelog
11 months ago
Thomas Kaul
a0f377e8eb
Feature/refactor ordersCount to activityCount ( #4688 )
...
* Refactor ordersCount to activityCount
11 months ago
Thomas Kaul
698d71fb3a
Feature/restrict permissions of demo user ( #4697 )
...
* Restrict permissions of demo user
* Update changelog
11 months ago
Thomas Kaul
1697b7e1e0
Feature/remove unused Order model ( #4690 )
...
* Remove unused Order model
11 months ago