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
3 weeks 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
2 months ago
Kenrick Tandrian
dca821e75c
Bugfix/resolve LegacyRouteConverter warning on startup ( #4980 )
* Resolve LegacyRouteConverter warning on startup
* Update changelog
5 months ago
Thomas Kaul
029504d843
Feature/refactor sitemap module ( #4983 )
* Refactor sitemap module
5 months ago
Thomas Kaul
ab00ebee1e
Bugfix/fix missing assetlinks.json for TWA (part 2) ( #4938 )
* Fix missing assetlinks.json
* Update changelog
5 months ago
Kenrick Tandrian
076ac1a32f
Feature/Rewrite HtmlTemplateMiddleware to use Dependency Injection ( #4889 )
* Rewrite HtmlTemplateMiddleware to use Dependency Injection
* Update changelog
5 months ago
Thomas Kaul
fda9cc71f7
Feature/modularize cron service ( #4795 )
* Modularize cron service
* Update changelog
5 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
6 months ago
Kenrick Tandrian
416fa44cf0
Feature/create watchlist API endpoints ( #4570 )
* Create watchlist API endpoints
* Update changelog
7 months 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>
8 months ago
Thomas Kaul
e26b015407
Bugfix/cannot register cron jobs ( #4325 )
* Reorganize benchmark modules and move benchmarks endpoint
9 months ago
Thomas Kaul
f1ab3ff8e8
Feature/modernize tags endpoint ( #4317 )
* Modernize tags endpoint
* Update changelog
9 months 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
10 months 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
11 months ago
Thomas Kaul
13582afd93
Feature/Setup API keys for Ghostfolio data provider ( #4093 )
* Setup API keys for Ghostfolio data provider
11 months ago
Thomas Kaul
5f98dfa5d6
Feature/set up Ghostfolio data provider ( #4016 )
* Set up Ghostfolio data provider
* Update translations
* Update changelog
12 months ago
Thomas Kaul
583c14128b
Feature/extend public api with portfolio performance metrics endpoint ( #3762 )
* Extend Public API with portfolio performance metrics endpoint
* Update changelog
1 year ago
Thomas Kaul
403ee2741d
Feature/set up portfolio snapshot queue ( #3725 )
* Set up portfolio snapshot queue
* Update changelog
1 year ago
Thomas Kaul
519827045a
Feature/add dialog for benchmarks in markets overview ( #3493 )
* Add benchmarks dialog in markets overview
* Update changelog
1 year ago
Thomas Kaul
b692b7432c
Feature/set up event system for portfolio changes ( #3333 )
* Set up event system for portfolio changes
* Update changelog
2 years ago
miles
a3178fb213
Feature/expose redis database via environment variable ( #3036 )
* Expose Redis database via environment variable
* Update changelog
2 years ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
2 years ago
Thomas Kaul
ccaf06360a
Feature/introduce admin setting to disable data gathering ( #2981 )
* Introduce setting to disable data gathering
* Update changelog
2 years ago
Thomas Kaul
5b7409d08e
Feature/add tag management in admin control panel ( #2389 )
* Add tag management
* Update locales
* Update changelog
2 years ago
Thomas Kaul
2df27100f0
Add middleware ( #2239 )
* Add middleware
* Update changelog
2 years ago
Thomas Kaul
42274917e0
Release 1.297.4 ( #2209 )
2 years ago
Thomas Kaul
8ba50f2729
Release 1.297.3 ( #2208 )
2 years ago
Thomas Kaul
43d0b55004
Feature/upgrade to angular 16 ( #2156 )
* Upgrade Angular, NestJS and Nx
* Replace executor to @nx/angular:webpack-browser and @nx/angular:webpack-dev-server
* Add target for copying assets
* Improve redirection of home page
* Update changelog
2 years ago
Thomas Kaul
31a4c2ff1f
Sort imports ( #1933 )
3 years ago
FabioAzevedo0619
e1892d2870
Feature/platform management ( #1922 )
* Added platform management to admin control panel
* Update changelog
3 years ago
Thomas Kaul
513a564e2c
Restructure services ( #1891 )
3 years ago
Thomas Kaul
e965d12e31
Feature/add health check endpoints ( #1886 )
* Add health check endpoints
* Update changelog
3 years ago
Thomas Kaul
0000317041
Upgrade Nx and Angular ( #1646 )
* Upgrade Nx and Angular
* Update changelog
* Feature/eliminate angular material css vars (#1648 )
* Eliminate angular-material-css-vars
* Update changelog
3 years ago
Thomas Kaul
e87b93f19c
Feature/add logo endpoint ( #1506 )
* Add logo endpoint
* Update changelog
3 years ago
Thomas Kaul
292d345ce0
Feature/support manual currency for fee ( #1490 )
* Support manual currency for fee
* Update changelog
3 years ago
Thomas Kaul
108c0c13c4
Release 1.179.5 ( #1150 )
3 years ago
willyp713
b678998801
Feature/add-redis-password ( #947 )
* Expose REDIS_PASSWORD
3 years ago
Thomas Kaul
2c4c16ec99
Feature/extend markets overview by benchmarks ( #953 )
* Add benchmarks to markets overview
* Update changelog
3 years ago
Thomas Kaul
40380346e6
Feature/setup bull queue system ( #886 )
* Setup @nestjs/bull and asset profile data gathering job
* Update changelog
4 years ago
Thomas Kaul
280030ae7f
Feature/add twitter bot for fear and greed index ( #702 )
* Add twitter bot for fear and greed index
* Update changelog
4 years ago
Thomas Kaul
1f042ee791
Feature/eliminate redundant storage of historical exchange rates ( #500 )
* Eliminate redundant storage of historical exchange rates
* Clean up experimental API
* Update changelog
4 years ago
Valentin Zickner
308b218487
introduce basic module structure for data provider ( #278 )
* introduce basic module structure for data provider
* introduce DataGatheringModule
* introduce ExchangeRateDataModule
* introduce ImpersonationModule
* move RulesService
* cleanup portfolio module
* Sort imports
Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
4 years ago
Thomas
67606e4026
Extend current rate service test
4 years ago
Thomas
c7b7efae3b
Feature/import transactions ( #212 )
* Implement import transactions functionality
* Update changelog
4 years ago
Thomas
ecfe694f0b
Feature/export transactions ( #209 )
* Export functionality for transactions
* Update changelog
4 years ago
Thomas
ad00cd9d81
Feature/setup subscription with stripe ( #178 )
* Set up stripe for subscriptions
* Update permissions and add discount
* Update changelog
4 years ago
Matthias Frey
e87c942cb8
Add webauthn ( #82 )
* Add webauthn
* Complete WebAuthn device sign up and login
* Move device registration to account page
* Replace the token login with a WebAuthn prompt if the current device has been registered
* Mark the current device in the list of registered auth devices
* Fix after rebase
* Fix tests
* Disable "Add current device" button if current device is registered
* Add option to "Stay signed in"
* Remove device list feature, sign in with deviceId instead
* Improve usability
* Update changelog
Co-authored-by: Matthias Frey <mfrey43@gmail.com>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
4 years ago
Thomas
c70eb7793e
Feature/migration to accounts ( #58 )
* Migrate transaction table
* Add accounts page
* Add account page logic
5 years ago
Thomas
a2687eacbc
Feature/implement scraper ( #25 )
* Clean up imports
* Implement scraper
* Sort imports
5 years ago
Thomas
5d1f1b452a
Simplify initial project setup ( #12 )
* Simplify initial project setup
* Added a validation for environment variables
* Added support for feature flags to simplify the initial project setup
* Add configuration service to test
* Optimize data gathering and exchange rate calculation (#14 )
* Clean up changelog
5 years ago