Ayush Mishra
68473cfaa9
Task/eliminate OnDestroy lifecycle hook from landing page component ( #6595 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Kenrick Tandrian
601008e0e6
Task/move data service to UI library ( #6154 )
* feat(lib): move data service
* feat(client): update imports
* feat(lib): update imports
* Update changelog
3 months ago
Germán Martín
66a3e319a8
Feature/separate Google OAuth and token authentication ( #5915 )
* Separate Google OAuth and token authentication
* Update changelog
5 months ago
Ayush Jain
b168a9e3c1
Feature/create infinite logo carousel component ( #5671 )
* Create infinite logo carousel component
* Update changelog
6 months ago
Karel De Smet
256f32c3e0
Bugfix/remove NG8113 warning regarding unused IonIcon ( #5505 )
* Remove IonIcon import
* Update changelog
7 months ago
David Requeno
0bac81549e
Task/move world map chart component to @ghostfolio/ui ( #5480 )
* Move world map chart component to @ghostfolio/ui
* Update changelog
7 months ago
Kenrick Tandrian
9744f1bade
Task/migrate world map chart component to standalone ( #5443 )
* Migrate world map chart component to standalone
* Update changelog
8 months ago
Thomas Kaul
2ee3d24116
Task/refactor landing page to standalone ( #5400 )
* Refactor landing page to standalone
* Update changelog
8 months ago
Thomas Kaul
8ae91961d9
Feature/refactor various routes ( #4946 )
* Refactor various routes
10 months ago
Thomas Kaul
c4cde4eef6
Feature/refactor public sub routes: about ( #4935 )
* Refactor public sub routes: about
10 months ago
Kenrick Tandrian
ced7f1f206
Feature/extend search in assistant by quick links ( #4870 )
* Extend search in assistant by quick links
* Update changelog
10 months ago
Thomas Kaul
c604268507
Bugfix/fix issue in header after paths to routes restructuring ( #4872 )
* Fix issue in header
10 months ago
Thomas Kaul
766d792b10
Feature/restructure paths to routes ( #4863 )
* Restructure paths to routes
10 months ago
Thomas Kaul
13b544c67d
Feature/refactor router links ( #4752 )
* Refactor router links
11 months ago
Kenrick Tandrian
4bffb3107d
Bugfix/fix page navigation ( #4711 )
* Fix page navigation and use paths references
11 months ago
Karel De Smet
46cbbd3bc4
Feature/upgrade to nx 20.3 ( #4152 )
* Upgrade to Nx 20.3
* Update changelog
1 year ago
Thomas Kaul
f0df8a5254
Feature/add snake-case hint to localized routes ( #3783 )
* Add snake-case hint to localized routes
2 years ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
2 years ago
Thomas Kaul
02dc7c52b1
Localize routes ( #2250 )
* Localize about path
* Localize faq path
* Localize features path
* Localize markets path
* Localize pricing path
* Localize register path
* Localize resources path
* Extend sitemap
3 years ago
Thomas Kaul
d7e682b65a
Feature/extend testimonial section ( #2018 )
* Add testimonials
* Update changelog
3 years ago
Thomas Kaul
86296b3591
Feature/improve local number formatting in value component ( #1992 )
* Improve local number formatting
* Update changelog
3 years ago
Thomas Kaul
5dc7429f6a
Feature/add testimonials ( #1814 )
* Add testimonials
* Update changelog
3 years ago
Thomas Kaul
cc6320acfd
Feature/simplify database seeding ( #1763 )
* Simplify database seeding
* Update documentation
* Update changelog
3 years ago
Johannes Herforth
b09d3cea95
Fix landing page by setting a default value for countriesOfSubscribers
* Set default value for countriesOfSubscribers
* Update changelog
3 years ago
Thomas Kaul
90a7a84ac5
Feature/add global heat map to landing page ( #1584 )
* Add global heat map
* Update changelog
3 years ago
gobdevel
616d168a7c
Feature/add signup permission ( #1512 )
* Added support to disable user sign up in the admin control panel
* Update changelog
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
3 years ago
Thomas Kaul
36bd6164e6
Feature/improve wording on landing page ( #1366 )
* Improve wording
* Update changelog
4 years ago
Thomas Kaul
8d3954304e
Feature/add statistics section to landing page ( #1306 )
* Add pulls on Docker Hub to statistics
* Add statistics to landing page
* Update changelog
4 years ago
Thomas Kaul
35e039748f
Feature/refactor demo account as route ( #1058 )
* Refactor demo account as route
* Update changelog
4 years ago
Thomas Kaul
d130efad47
Clean up comments ( #1043 )
* Clean up comments
4 years ago
Thomas Kaul
bed3e5aae2
Bugfix/fix horizontal overflow in activities table ( #676 )
* Fix horizontal overflow in tables
* Update changelog
4 years ago
Thomas Kaul
0cb632b165
Improve wording ( #482 )
4 years ago
Thomas Kaul
904dec040e
Feature/add testimonial ( #479 )
* Add testimonials
* Update changelog
4 years ago
Thomas Kaul
a864c617b9
Feature/improve landing page ( #442 )
* Add intro screen
* Update changelog
5 years ago
Thomas Kaul
4ab6a1a071
Feature/harmonize page layouts ( #417 )
* Harmonize page layouts
* Update changelog
5 years ago
Thomas Kaul
9ae9904389
Feature/add story for line chart component ( #385 )
* Add story for line chart component
* Update changelog
5 years ago
Thomas
51fbc538ca
Feature/set public stripe key dynamically ( #216 )
* Set public Stripe key dynamically
* Update changelog
5 years ago
Thomas
1135a5b335
Fix rendering of currency and platform in dialogs and clean up observables ( #202 )
5 years ago
Matthias Frey
6c1119caec
Restrict webauthn to fingerprint only and improve UX ( #161 )
* Restrict webauthn to fingerprint only
* Move webauthn login to separate page /webauthn
* Stay signed in with social login
* Update changelog
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
5 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>
5 years ago
Thomas
026a5011d4
Feature/add account registration page ( #141 )
* Add account registration page
* Update changelog
5 years ago
Thomas
95bcdea69b
Refactor cd to changeDetectorRef ( #118 )
5 years ago
Thomas
79edc09710
Store utm_source in local storage ( #106 )
5 years ago
Thomas
dbed4ea527
Feature/improve imports with paths in tsconfig ( #32 )
* Improve 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
Thomas
c616312233
Initial commit
5 years ago