Thomas Kaul
21ed91d184
Feature/add storybook story for logo component ( #344 )
...
* Add storybook story for logo component
* Update changelog
3 years ago
Thomas Kaul
5fd413e57e
Feature/setup storybook ( #332 )
...
* Setup ui library with storybook
* Add value component with story
* Update changelog
3 years ago
Thomas Kaul
4c194c938a
Feature/add contributors count to statistics ( #342 )
...
* Add contributors count to statistics
* Update changelog
3 years ago
Thomas Kaul
d046f1d498
Feature/upgrade nx to version 12.8.0 ( #331 )
...
* Upgrade angular and Nx
* Update changelog
3 years ago
Thomas Kaul
73a967a7e5
Feature/add cash as asset sub class ( #319 )
...
* Add cash as asset sub class
* Update changelog
3 years ago
Thomas Kaul
72c065a59d
Feature/introduce asset sub class ( #312 )
...
* Introduce asset sub class
* Update changelog
3 years ago
Thomas Kaul
aad8f77093
Feature/improve allocations by account ( #308 )
...
* Improve allocations by account
* Eliminate accounts from PortfolioPosition
* Ignore cash assets in the allocation chart by sector, continent and country
* Add missing accounts to portfolio details
* Update changelog
3 years ago
Thomas Kaul
c71a4c078e
Bugfix/convert g bp to gbp in yahoo finance service ( #301 )
...
* Fix currency inconsistency in the yahoo finance service (GBp to GBP)
* Update changelog
3 years ago
Thomas Kaul
05b0efef82
Feature/add restricted view ( #295 )
...
* Add restricted view
* Update changelog
3 years ago
Thomas Kaul
0ee2258af8
Feature/improve impersonation mode ( #293 )
...
* Improve the impersonation mode
* Update changelog
3 years ago
Thomas
77936e3bf3
Feature/improve users table ( #291 )
...
* Improve users table
* Engagement / Day
* Registration
* Update changelog
3 years ago
Thomas
b898c0678d
Feature/refactor exchange rate service ( #289 )
...
* Refactor exchange rate service
* Update changelog
3 years ago
Thomas
98f44323da
Feature/improve usability of tabs on home page ( #283 )
...
* Improve usability: lazy load endpoints on tab change
* Feature/improve portfolio summary (#285 )
* Update changelog
3 years ago
Thomas
80d043729d
Feature/replace type with asset class ( #274 )
...
* Improved the asset classification
* Add assetClass to symbolProfile
* Remove type from position
* Update changelog
3 years ago
Thomas
4bd41ffa41
Feature/eliminate name from timeline position ( #245 )
...
* Eliminate name from timeline position: Get the name from the symbolProfileService instead
* Update changelog
3 years ago
Valentin Zickner
de83dc7b84
create investment endpoint for analysis timeline
...
Co-authored-by: Thomas <dotsilver@gmail.com>
3 years ago
Valentin Zickner
852902d1ab
add current position calculation with holding period return calculation
3 years ago
Thomas
e0435e5cad
Add name to position
3 years ago
Thomas
1226c26a9d
Refactor positions
3 years ago
Thomas
1e368d6e2d
Extend type
3 years ago
Thomas
b4dc21dd61
Implement new positions endpoint
3 years ago
Thomas
1c65599a16
Feature/add blog ( #218 )
...
* Setup blog
* Add german blog post
* Add english blog post
* Update changelog
3 years ago
Thomas
51fbc538ca
Feature/set public stripe key dynamically ( #216 )
...
* Set public Stripe key dynamically
* Update changelog
3 years ago
Thomas
c7b7efae3b
Feature/import transactions ( #212 )
...
* Implement import transactions functionality
* Update changelog
3 years ago
Thomas
be5b58f49a
Bugfix/fix warn color ( #211 )
...
* Fix warn color
* Update changelog
3 years ago
Thomas
ecfe694f0b
Feature/export transactions ( #209 )
...
* Export functionality for transactions
* Update changelog
3 years ago
Thomas
f22991b090
Feature/respect cash balance in analysis ( #203 )
...
* Respect cash balance in in analysis
* Update changelog
3 years ago
Thomas
2c19d8c8e7
Feature/add balance to account ( #193 )
...
* Add balance attribute and calculate total balance
* Update changelog
3 years ago
Thomas
fbe590ddb9
Feature/upgrade angular material css vars to 2.0.0 ( #200 )
...
* Upgrade angular-material-css-vars
* Update changelog
3 years ago
Thomas
09bbda3502
Change from subscription to one time payment ( #181 )
3 years ago
Thomas
ad00cd9d81
Feature/setup subscription with stripe ( #178 )
...
* Set up stripe for subscriptions
* Update permissions and add discount
* Update changelog
3 years ago
Thomas
66c955ad6c
Feature/ghostfolio in numbers ( #175 )
...
* Add Ghostfolio in numbers section
* Update changelog
3 years ago
Thomas
0264b592b9
Feature/improve investments by sector ( #172 )
...
* Improve investments analysis by sector
* Update changelog
3 years ago
Thomas
a35701fe24
Feature/upgrade to angular 12 ( #169 )
...
* Upgrade to Angular 12
* Update changelog
3 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>
3 years ago
Thomas
6a03120225
Feature/add symbol profile model ( #148 )
...
* Add symbol profile model and positions by country chart
* Add positions by continent chart
* Fix tests
* Extend seed
* Update changelog
3 years ago
Thomas
7788465272
Release 1.10.1 ( #139 )
3 years ago
Thomas
e7fbcd4fa0
Feature/extend pricing page ( #130 )
...
* Extend pricing page
* Feature/align pricing page with subscription model (#135 )
* Align pricing page with subscription model
* Update changelog
3 years ago
Thomas
11b2379d98
Feature/respect data source in data gathering ( #107 )
...
* Respect data source in data gathering
* Update changelog
* optimize fetching from multiple data sources (#123 )
* optimize fetching from multiple data sources
* improve performance by executing data gathering promises in parallel
* removed unused imports
* rename hasHistoricalData to canHandle
* Sort imports
* Clean up
Co-authored-by: Valentin Zickner <3200232+vzickner@users.noreply.github.com>
4 years ago
Thomas
78a4946e8b
Feature/zen mode ( #110 )
...
* Start with implementation
* Refactor AuthGuard, persist displayMode in user settings
* Refactor DisplayMode to ViewMode
* Update changelog
4 years ago
Thomas
abd0e08566
Introduce @ghostfolio/common lib ( #102 )
4 years ago
Thomas
c973ffd3ba
Feature/reorganize helper lib ( #100 )
...
Reorganize helper lib (Move interfaces and types)
* InfoItem
* PortfolioItem
* PortfolioOverview
* PortfolioPerformance
* Position
* PortfolioPosition
* PortfolioReport
* PortfolioReportRule
* User
* UserSettings
* DateRange
* AdminData
* AccessWithGranteeUser
* OrderWithAccount
* Granularity
* UserWithSettings
* RequestWithUser
4 years ago
Thomas
b0a24e4fc0
Desaturate background color ( #92 )
4 years ago
Thomas
163f4a3d3f
Feature/allow to delete users ( #64 )
...
* Allow to delete users
* Update changelog
4 years ago
Thomas
90a2fea7d6
Feature/create and update accounts ( #60 )
...
* Allow to create and update accounts
* Activate account selector in transaction dialog
* Refactor analytics and report from platforms to accounts
4 years ago
Thomas
c70eb7793e
Feature/migration to accounts ( #58 )
...
* Migrate transaction table
* Add accounts page
* Add account page logic
4 years ago
Thomas
39cfb4603b
Extend support for feature flags ( #39 )
4 years ago
Thomas
6c7adb6193
Prettify generic scraper symbols ( #34 )
4 years ago
Thomas
069006145a
Improve scraper ( #28 )
4 years ago
Thomas
a2687eacbc
Feature/implement scraper ( #25 )
...
* Clean up imports
* Implement scraper
* Sort imports
4 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
4 years ago
Thomas
c616312233
Initial commit
4 years ago