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
Thomas Kaul
e97757631b
Feature/add missing types of impersonationId in controllers ( #4691 )
...
* Add missing types
11 months ago
Kenrick Tandrian
4adc9dc9b1
Feature/upgrade to node-yahoo-finance2 version 3 ( #4695 )
...
* Upgrade node-yahoo-finance2 from version 2.11.3 to 3.3.1
* Update changelog
12 months ago
Kenrick Tandrian
2932d57c1e
Feature/improve language localization for ZH 20250510 ( #4701 )
...
* Improve language localization for ZH 20250510
* Update changelog
12 months ago
Thomas Kaul
480709c32a
Bugfix/add missing permission guard in create watchlist item endpoint ( #4686 )
...
* Add missing permission guard
* Update changelog
12 months ago
Thomas Kaul
11629ffd26
Feature/clean up unused interfaces ( #4685 )
...
* Clean up unused interfaces
12 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
12 months ago
andiz2
1215803a40
Bugfix/fix ApiKeyStrategy error ( #4682 )
...
* Fix ApiKeyStrategy error
12 months ago
Felix Jordan
aadd9f56a0
Feature/extend admin endpoint by asset profile count per data provider ( #4676 )
...
* Extend admin endpoint by asset profile count per data provider
* Update changelog
12 months ago
Haruka Kishida
828bd5f172
Feature/upgrade to NestJS 11 ( #4270 )
...
* Upgrade to NestJS 11
* Update changelog
12 months ago
Thomas Kaul
67db1b0de4
Feature/rename Order to activities in SymbolProfile database schema ( #4661 )
...
* Rename Order to activities
* Update changelog
12 months ago
Kenrick Tandrian
c38dab5ab0
Feature/extend holding endpoint by performances ( #4660 )
...
* Extend holding endpoint by performances
* Update changelog
12 months ago
Kenrick Tandrian
40d3eaa023
Bugfix/fix performance calculation on date of activity when unit price differs from market price ( #4650 )
...
* Fix performance calculation on date of activity when unit price differs from market price
* Update changelog
12 months ago
Marcin Szymański
28d2fd3877
Bugfix/restore incorrect fee currency conversion ( #4645 )
...
* Restore incorrect fee currency conversion
* Update changelog
12 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
12 months ago
Thomas Kaul
3646fb7f77
Feature/refactor portfolio holding response ( #4649 )
...
* Refactor portfolio holding response
* maxPrice -> marketPriceMax
* minPrice -> marketPriceMin
* orders -> activities
12 months ago
Thomas Kaul
1bced96460
Feature/deprecate portfolio position endpoints ( #4648 )
...
* Deprecate api/v1/portfolio/position endpoints
* Update changelog
12 months ago
Thomas Kaul
3e963228d6
Feature/refactor accounts response interface ( #4644 )
...
* Refactor accounts response interface
12 months ago
Thomas Kaul
f70d71d5bd
Feature/improve watchlist for impersonation mode ( #4632 )
...
* Improve watchlist for impersonation mode
* Update changelog
12 months ago
Kenrick Tandrian
770b322137
Feature/extend watchlist endpoint by name, performances and market condition ( #4634 )
...
* Extend watchlist endpoint by name, performances and market condition
* Update changelog
12 months ago
Thomas Kaul
6bb85c4fb8
Bugfix/allow GBp in currency code validation ( #4640 )
...
* Allow GBp in currency code validation
* Update changelog
12 months ago
Thomas Kaul
8fbdcac66c
Feature/rename Order to activities in account database schema ( #4577 )
...
* Rename Order to activities
* Update changelog
12 months ago
Thomas Kaul
d919622932
Bugfix/fix create watchlist item for new asset profile ( #4625 )
...
* Fix create watchlist item for new asset profile
12 months ago
Thomas Kaul
b90bfc3d6e
Feature/extend data providers management of admin control panel ( #4615 )
...
* Extend data providers management
* Update changelog
12 months ago
Kenrick Tandrian
c671ea4022
Feature/add frontend for watchlist ( #4604 )
...
* Add frontend for watchlist
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
12 months ago
csehatt741
f209519d95
Bugfix/investment calculation for activities in custom currency ( #4597 )
...
* Investment calculation for activities in custom currency
* Update changelog
12 months ago
Thomas Kaul
b2dcb1e7ac
Feature/improve subscription interstitial ( #4612 )
...
* Improve algorithm
* Set up skip button delay
1 year ago
Thomas Kaul
862de91e7b
Feature/respect watcher count in delete asset profile checkbox ( #4609 )
...
* Respect watchedByCount in delete asset profile checkbox
* Update changelog
1 year ago
Thomas Kaul
d2452791cc
Feature/update create watchlist item permission ( #4608 )
...
* Remove createWatchlistItem permission
1 year ago
Thomas Kaul
7fb0f9b6e8
Feature/refactor import service ( #4599 )
...
* Refactoring
1 year ago
Thomas Kaul
3b59d7989a
Feature/improve currency code validation ( #4598 )
...
* Improve currency code validation
* Update changelog
1 year ago
Thomas Kaul
50e7e3d3c7
Feature/simplify data source checks in DTOs ( #4581 )
...
* Simplify DataSource checks in DTOs
* Add test case
* Update changelog
1 year ago
Thomas Kaul
56fcafaa12
Feature/improve premium data provider handling in getQuotes() ( #4590 )
...
* Improve premium data provider handling in getQuotes()
1 year ago
Thomas Kaul
e67ccea673
Feature/rename User to user in subscription database schema ( #4576 )
...
* Rename User to user
* Update changelog
1 year ago
Kenrick Tandrian
416fa44cf0
Feature/create watchlist API endpoints ( #4570 )
...
* Create watchlist API endpoints
* Update changelog
1 year ago
Thomas Kaul
71fc3906c7
Feature/add performance calculation type to user settings ( #4567 )
...
* Add performance calculation type to user settings
* Update changelog
1 year ago
Thomas Kaul
3091c3f080
Feature/rename Subscription to subscriptions in user database schema ( #4575 )
...
* Rename Subscription to subscriptions
* Update changelog
1 year ago
Thomas Kaul
d6e0b499d9
Feature/migrate lookup by ISIN in Financial Modeling Prep service to stable API version ( #4573 )
...
* Migrate lookup by ISIN to stable API version
* Update changelog
1 year ago
Thomas Kaul
1ae5ba7f8a
Feature/parallelize asset profile requests in get quotes functionality of Financial Modeling Prep service ( #4569 )
...
* Parallelize asset profile requests
* Update changelog
1 year ago
Thomas Kaul
b6f87e46a7
Bugfix/fix asset class parsing in Financial Modeling Prep service for exchange rates ( #4559 )
...
* Fix the asset class parsing
* Update changelog
1 year ago
Thomas Kaul
f29f201a4f
Bugfix/add missing isActive flag in asset profile of custom currency ( #4557 )
...
* Add missing isActive flag
* Update changelog
1 year ago
Thomas Kaul
db38806812
Feature/refresh cryptocurrencies list 20250417 ( #4548 )
...
* Update cryptocurrencies.json
* Update changelog
1 year 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>
1 year ago
Thomas Kaul
07ad7f2817
Bugfix/fix upgrade vs. renew subscription button labels ( #4549 )
...
* Fix upgrade vs. renew subscription button labels
1 year ago
Thomas Kaul
d23dfadbd0
Bugfix/fix active subscription in user table of admin control ( #4544 )
...
* Fix active subscription
* Update changelog
1 year ago
Thomas Kaul
94e53c7d4a
Feature/move subscription offer from info to user service ( #4533 )
...
* Move subscription offer from info to user service
* Update changelog
1 year ago
Thomas Kaul
6122da3f14
Feature/optimize get range query in market data service ( #4527 )
...
* Optimize query in getRange()
* Update changelog
1 year ago
csehatt741
42734dff75
Feature/deactivate asset profile on delisting (Yahoo Finance) ( #4524 )
...
* Deactivate asset profile on delisting (Yahoo Finance)
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
d1a4cb5037
Feature/improve financial modeling prep service ( #4528 )
...
* Improve service
* Set maximum number of symbols per request
* Migrate getQuotes to stable API version
* Update changelog
1 year ago
csehatt741
0f557f431e
Feature/add status column to market data table in admin control panel ( #4520 )
...
* Add status column to market data table in admin control panel
* Update changelog
1 year ago
Tobias Kugel
57748a18ef
Feature/add data gathering toggle to asset profile details dialog ( #4497 )
...
* Add data gathering toggle to asset profile details dialog
* Update changelog
1 year ago
Marcin Szymański
5754f01819
Feature/improve check for duplicates in preview step of activities import (comments) ( #4498 )
...
* Improve check for duplicates in preview step of activities import (comments)
* Update changelog
1 year ago
Tobias Kugel
91394160b9
Feature/Allow to edit identifier in asset profile dialog ( #4469 )
...
* Allow to edit identifier in asset profile dialog
* Update changelog
1 year ago
Shaunak Das
a13d6140cf
Feature/extend emergency fund X-ray rule to support assets ( #4485 )
...
* Extend emergency fund X-ray rule to support assets
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
31be526c11
Feature/restrict historical market data gathering to active asset profiles ( #4483 )
...
* Restrict historical market data gathering to active asset profiles
* Update changelog
1 year ago
Thomas Kaul
f08ed2dc68
Feature/add isActive flag to asset profile model ( #4479 )
...
* Add isActive to SymbolProfile model
* Update changelog
1 year ago
Thomas Kaul
c467c946d4
Bugfix/fix symbol validation in Yahoo Finance service ( #4472 )
...
* Fix symbol validation
* Add test cases
1 year ago
Thomas Kaul
a6952a0e37
Feature/extend get data sources in data provider service ( #4473 )
...
* Extend data sources
1 year ago
csehatt741
4842c347a9
Feature/generate new security token for user via admin control panel ( #4458 )
...
* Generate new security token for user via admin control panel
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Sayed Murtadha Ahmed
6c624fefc9
Feature/eliminate firstOrderDate in favor of dateOfFirstActivity in portfolio summary component ( #4462 )
...
* Eliminate firstOrderDate in favor of dateOfFirstActivity in portfolio summary component
* Update changelog
1 year ago
Ronnie Alsop
a9c3224856
Feature/add endpoint to localize site.webmanifest ( #4450 )
...
* Add endpoint to localize site.webmanifest
* Refactor rootUrl
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
csehatt741
198f73db00
Feature/improve export by applying filters on accounts and tags ( #4425 )
...
* Improve export by applying filters on accounts and tags
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
d8b305a343
Feature/add Storybook to sitemap.xml ( #4452 )
...
* Add Storybook
* Update changelog
1 year ago
Szymon Łągiewka
795e4582a8
Feature/replace lodash.uniq with Array.from + Set ( #4387 )
...
* Replace lodash.uniq with Array.from + Set
* Update chagnelog
1 year ago
csehatt741
efc0b1bf5a
Feature/support filters in AI prompt API ( #4431 )
...
* Support filters in AI prompt API
* Update changelog
1 year ago
Thomas Kaul
4db8c007f0
Bugfix/fix activities import with account balances ( #4446 )
...
* Fix import with account balances
* Update changelog
1 year ago
Thomas Kaul
6036547cf5
Feature/refactor portfolio calculator factory ( #4454 )
...
* Refactor portfolio calculator factory
1 year ago
Thomas Kaul
f17a95eb48
Feature/refresh cryptocurrencies list 20250316 ( #4449 )
...
* Update cryptocurrencies.json
* Update changelog
1 year ago
Thomas Kaul
6cd79fab31
Feature/rename TWR to ROAI ( #4453 )
...
* Rename TWR to ROAI
1 year ago
Thomas Kaul
5783497a66
Feature/improve symbol validation in Yahoo Finance service ( #4445 )
...
* Improve symbol validation
* Update changelog
1 year ago
Thomas Kaul
755ab15755
Feature/format name in financial modeling prep service ( #4441 )
...
* Format name
* Update changelog
1 year ago
Thomas Kaul
b90e3076d0
Feature/remove exchange rates from admin control overview ( #4439 )
...
* Remove exchange rates
* Update changelog
1 year ago
Thomas Kaul
2f868b8902
Feature/add guard to TransformDataSourceInRequestInterceptor ( #4438 )
...
* Add guard
1 year ago
Ken Tandrian
1917c17cf9
Bugfix/fix issue with serving Storybook related to contentSecurityPolicy ( #4437 )
...
* Fix issue with serving Storybook related to contentSecurityPolicy
* Update changelog
1 year ago
Thomas Kaul
70cd1a89b5
Feature/extend Ghostfolio data provider ( #4420 )
...
* Extend Ghostfolio data provider
1 year ago
Thomas Kaul
6bdfd8984f
Bugfix/fix fetching dividend and historical market data in Financial Modeling Prep service ( #4416 )
...
* Add default values
* Update changelog
1 year ago
Thomas Kaul
52081d6741
Bugfix/exclude Storybook from html template middleware ( #4414 )
...
* Exclude storybook
* Update changelog
1 year ago
csehatt741
cb1f488eb4
Feature/extend export by account balances ( #4390 )
...
* Extend export by account balances
* Update changelog
1 year ago
Ken Tandrian
bdde9dd314
Task/upgrade to simplewebauthn version 13.1 ( #4407 )
...
* Upgrade to simplewebauthn version 13.1
* Update changelog
1 year ago
csehatt741
589eefaa76
Feature/extend AI prompt API by mode ( #4395 )
...
* Extend AI prompt API by mode
* Update changelog
1 year ago
csehatt741
3a09996ca1
Bugfix/fix functionality to delete asset profile of custom currency ( #4354 )
...
* Fix functionality to delete asset profile of custom currency
* Update changelog
1 year ago
Thomas Kaul
8b353fbf66
Feature/introduce Promise.all() in getPerformance() of portfolio service ( #4381 )
...
* Introduce Promise.all()
* Update changelog
1 year ago
Thomas Kaul
8f4f29571b
Bugfix/fix export functionality of platforms ( #4379 )
...
* Fix export functionality of platforms
* Update changelog
1 year ago
Matt Fiddaman
6cdcf9622e
Bugfix/handle exception in benchmark service related to unnamed asset profiles ( #4355 )
...
* Handle exception in benchmark service related to unnamed asset profiles
* Update changelog
1 year ago
Thomas Kaul
a8d1248461
Feature/improve symbol lookup in Trackinsight service ( #4377 )
...
* Improve symbol lookup for EXCHANGE:SYMBOL pattern
* Update changelog
1 year ago
csehatt741
035306d4d8
Feature/add createdAt to snapshot and public portfolio endpoint response ( #4350 )
...
* Add createdAt to snapshot and public portfolio endpoint response
* Update changelog
---------
Co-authored-by: Verbindolai <nikolaiwieczorek@web.de>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Sayed Murtadha Ahmed
2f35f7225f
Feature/extend export by platforms ( #4360 )
...
* Extend export by platforms
* Update changelog
1 year ago
Thomas Kaul
168a679535
Feature/extend trackinsight data enhancer by cusip ( #4362 )
...
* Extend Trackinsight data enhancer by cusip
* Update changelog
1 year ago
Thomas Kaul
8f165d46e0
Feature/add cusip to asset profile model ( #4347 )
...
* Add CUSIP
* Update changelog
1 year ago
csehatt741
634bdf16d6
Feature/extend portfolio snapshot by activities count ( #4352 )
...
* Extend portfolio snapshot by activities count
* Update changelog
1 year ago
Shaunak Das
7577a452f0
Feature/add activities count to GET user endpoint ( #4351 )
...
* Add activities count to GET user endpoint
* Update changelog
1 year ago
Sayed Murtadha Ahmed
05b0728b2a
Feature/extend export by tags ( #4337 )
...
* Extend export by tags
* Update changelog
1 year ago
Thomas Kaul
69a0de28cd
Bugfix/fix issue with symbol profile overrides in historical market data table of admin control panel ( #4339 )
...
* Respect symbol profile overrides in market data controller (GET)
* Update changelog
1 year ago
Thomas Kaul
b2698fccbd
Feature/improve validation of currency management in admin control panel ( #4334 )
...
* Improve validation of currency management
* Update changelog
1 year ago
Thomas Kaul
e26b015407
Bugfix/cannot register cron jobs ( #4325 )
...
* Reorganize benchmark modules and move benchmarks endpoint
1 year ago
Thomas Kaul
ab9133fa24
Bugfix/fix gaps in chart of benchmark comparator ( #4311 )
...
* Fix benchmark interval
* Update changelog
1 year ago
Thomas Kaul
f1ab3ff8e8
Feature/modernize tags endpoint ( #4317 )
...
* Modernize tags endpoint
* Update changelog
1 year ago
Guillermo Tomás Fernández Martín
4f76ee6758
Feature/improve symbol lookup in Trackinsight data enhancer ( #4296 )
...
* Feature: enhance Trackinsight data fetching with symbol search fallback
* Feature: refactor Trackinsight symbol search for improved clarity and error handling
* Fixed style concerns and removed code duplication
* Minor improvements
* Update changelog
* Update changelog
* Clean up
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Ken Tandrian
ec8fce44a6
Feature/allow creating custom tags from holding detail dialog component ( #4308 )
...
* Allow creating custom tags from holding detail dialog component
* Extend create tag endpoint
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Amandee Ellawala
ab379f9abf
Feature/extend holding detail dialog by historical market data editor ( #4281 )
...
* Extend holding detail dialog by historical market data editor
* Update changelog
1 year ago
Shaunak Das
ece8c80aa1
Feature/regional market cluster risk for Asia-Pacific ( #4313 )
...
* Add regional market cluster risk for Asia-Pacific
* Update changelog
1 year ago
Thomas Kaul
c7f39d3884
Feature/exclude manual data source from encoding ( #4307 )
...
* Exclude MANUAL data source from encoding
1 year ago
Shaunak Das
b616274380
Feature/add regional market cluster risk for Japan ( #4309 )
...
* Add regional market cluster risk for Japan
* Update changelog
1 year ago
Shaunak Das
dee612b2a2
Feature/add regional market cluster risk for emerging markets ( #4291 )
...
* Add regional market cluster risk for emerging markets
* Update changelog
1 year ago
Thomas Kaul
5b786ba143
Feature/improve error handling in CoinGecko service ( #4287 )
...
* Improve error handling
* Update changelog
1 year ago
Shaunak Das
06298089db
Feature/add regional market cluster risk rule for Europe ( #4271 )
...
* Add regional market cluster risk rule for Europe
* Update changelog
1 year ago
Thomas Kaul
8878212487
Feature/expire snapshot cache on holding tags change ( #4277 )
...
* Expire snapshot cache on holding tags change
* Update changelog
1 year ago
Thomas Kaul
9905c428af
Feature/refactor regional market cluster risk rule for North America ( #4276 )
...
* Refactoring
1 year ago
Guillermo Tomás Fernández Martín
d4f28e2759
Feature/add support for ETF sector data in YahooFinanceDataEnhancer ( #4258 )
...
* Add support for ETF sector data in YahooFinanceDataEnhancer
* Update changelog
1 year ago
Shaunak Das
8bd869e1b2
Feature/add regional market cluster risk for north america ( #4240 )
...
* Add regional market cluster risk for north america
* Update changelog
1 year ago
Thomas Kaul
4cb4375514
Bugfix/fix issue with holdings and sectors while using symbol profile overrides ( #4234 )
...
* Fix issue with holdings and sectors while using symbol profile overrides
* Update changelog
1 year ago
Thomas Kaul
4b65b6277e
Feature/refresh cryptocurrencies list 20250123 ( #4245 )
...
* Update cryptocurrencies.json
* Update changelog
1 year ago
Thomas Kaul
cca26040bf
Feature/extend get asset profile in financial modeling prep service ( #4230 )
...
* Extend get asset profile by ETF website
1 year ago
Miguel Borges de Freitas
553c10ac91
Bugfix/fix issue with MIME type detection in scraper configuration ( #4237 )
...
* Fix issue with MIME type detection in scraper configuration
* Update changelog
1 year ago
Thomas Kaul
39ac6f352f
Feature/extend get historical in financial modeling prep service ( #4229 )
...
* Extend get historical
* Update changelog
1 year ago
Thomas Kaul
2e4ad7b0ea
Feature/move language localization for Polski from experimental to general availability ( #4200 )
...
* Move language localization for Polski from experimental to general availability
* Update changelog
1 year ago
Thomas Kaul
4e51a973c7
Feature/refactor is cryptocurrency check ( #4215 )
...
* Refactoring
1 year ago
Thomas Kaul
4d201acdbe
Feature/extend get dividends in financial modeling prep service ( #4210 )
...
* Extend get dividends
* Update changelog
1 year ago
Thomas Kaul
511a2d6d0d
Feature/extend asset profile data in financial modeling prep service ( #4206 )
...
* Extend asset profile data
* Update changelog
1 year ago
Thomas Kaul
40b628e0e7
Feature/extend search by isin in financial modeling prep service ( #4204 )
...
* Extend search by ISIN
* Update changelog
1 year ago
Ivan Kruglov
d5e64eaed4
Bugfix/fix issue with import of activities with type FEE ( #4187 )
...
* Fix import of activity with type FEE
* Update changelog
1 year ago
Thomas Kaul
e4968dbea7
Feature/extend health check endpoint by database and cache operations ( #4188 )
...
* Extend health check endpoint by database and cache operations
* Update changelog
1 year ago
Thomas Kaul
ec79a9efb6
Bugfix/fix exception in scraper configuration ( #4196 )
...
* Fix exception in scraper configuration
* Update changelog
1 year ago
Serhii Serdiuk
9fe19868b9
Feature/set up language localization for Ukrainian ( #4190 )
...
* Set up language localization for Ukrainian
* Update changelog
1 year ago
Szymon Łągiewka
ca45098de3
Feature/refactor various lodash functions with native JavaScript equivalents ( #4170 )
...
* Refactored various lodash functions with native JavaScript equivalents
* Update changelog
1 year ago
Thomas Kaul
86683a5bf3
Bugfix/fix AI prompt endpoint ( #4185 )
1 year ago
Thomas Kaul
8c7cb78c0b
Feature/add copy AI prompt to clipboard action to analysis page ( #4176 )
...
* Add copy AI prompt to clipboard action
* Update changelog
1 year ago
Thomas Kaul
2e72ac7faf
Feature/format quotes in info service urls ( #4174 )
...
* Format quotes
1 year ago
Szymon Łągiewka
87f6357d74
Feature/send original MIME type in logo endpoint ( #4173 )
...
* Send original MIME type in logo endpoint
* Update changelog
1 year ago
Thomas Kaul
bbbd974be6
Bugfix/improve handling of missing url in logo service ( #4171 )
...
* Improve handling of missing url
* Update changelog
1 year ago
Thomas Kaul
1cf7ffdee8
Feature/refresh cryptocurrencies list 20241230 ( #4165 )
...
* Update cryptocurrencies.json
* Update changelog
1 year ago
Szymon Łągiewka
7a602ea2d6
Feature/remove got in favor of using fetch ( #4154 )
...
* Remove got in favor of using fetch
* Update changelog
1 year ago
Thomas Kaul
167abe4107
Bugfix/fix algebraic sign in twitter bot service ( #4158 )
...
* Fix -0.0 to 0.0
* Update changelog
1 year ago
Szymon Łągiewka
74bc8222d6
Feature/Refactored `got` calls to use `AbortSignal.timeout()` without `AbortController()` ( #4153 )
...
* Feature/refactor got calls to use AbortSignal.timeout
Instead of manually creating AbortController and controlling the abort
with setTimeout.
Feature available since node v16.14.0 and v17.3.0[^1] and is built to
replace the exact scenario that all these requests have.
[^1]:https://nodejs.org/docs/latest-v22.x/api/globals.html#static-method-abortsignaltimeoutdelay
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Szymon Łągiewka
28f7781fa2
Feature/eliminate body-parser ( #4155 )
...
* Eliminate body-parser in favor of using @nestjs/platform-express
* Update changelog
1 year ago
Thomas Kaul
615278a887
Feature/improve automatic deletion of unused asset profiles ( #4149 )
...
* Improve automatic deletion of unused asset profiles
* Update changelog
1 year ago
Thomas Kaul
c9047e7c17
Feature/add user interface for received access ( #4146 )
...
* Add user interface for received access
* Update changelog
1 year ago
Thomas Kaul
f2638614d4
Feature/improve search for asset profiles with manual data source in create or update activity dialog ( #4142 )
...
* Improve search for asset profiles with MANUAL data source
* Update changelog
1 year ago
Thomas Kaul
7a19fc53b0
Feature/improve activities import by isin for yahoo finance ( #4140 )
...
* Allow activities import by isin even if multiple quotes found
* Update changelog
1 year ago
Thomas Kaul
6ee6121317
Feature/set up asset class cluster risk x-ray rule ( #4128 )
...
* Set up Asset Class Cluster Risk rule (equity)
* Set up Asset Class Cluster Risk rule (fixed income)
* Update changelog
1 year ago
Thomas Kaul
c3bd433ac9
Feature/move market data management from admin to dedicated endpoint ( #4125 )
...
* Move market data management from admin to dedicated endpoint
* Update changelog
1 year ago