Thomas Kaul
81245635af
Feature/setup i18n ( #1139 )
...
* Setup i18n
* Update changelog
2022-08-13 10:29:36 +02:00
Thomas Kaul
eee1f1c722
Feature/add page titles ( #1114 )
...
* Add page titles
* Update changelog
2022-07-30 21:26:08 +02:00
Thomas Kaul
77181aaaff
Feature/setup faq page ( #1106 )
...
* Set up FAQ page
* Update changelog
2022-07-29 18:32:26 +02:00
Thomas Kaul
8897f32bc5
Clean up modules ( #1063 )
2022-07-07 07:04:23 +02:00
Thomas Kaul
d130efad47
Clean up comments ( #1043 )
...
* Clean up comments
2022-06-25 17:30:43 +02:00
Thomas Kaul
d4b29ff11c
Feature/add privacy policy page ( #1028 )
...
* Add privacy policy page
* Update changelog
2022-06-18 17:46:51 +02:00
Thomas Kaul
a0a26cfa58
Feature/simplify header ( #1027 )
...
* Hide pricing page link for Premium users
* Harmonize content
* Update changelog
2022-06-18 11:57:27 +02:00
Thomas Kaul
332203b9e2
Feature/add support to set the base currency via env variable ( #948 )
...
* Set base currency via environment variable
* Update changelog
2022-05-24 20:55:55 +02:00
Thomas Kaul
5be95b7b63
Feature/simplify about page ( #892 )
...
* Simplify about page
* Update changelog
2022-05-08 16:02:44 +02:00
Thomas Kaul
0e4c39d145
Feature/reuse value component in ghostfolio in numbers section ( #846 )
...
* Reuse value component
* Update changelog
2022-04-19 17:06:12 +02:00
Thomas Kaul
23da1bd293
Feature/add feature page ( #694 )
...
* Add feature page
* Update changelog
2022-02-13 18:12:59 +01:00
Thomas Kaul
bed3e5aae2
Bugfix/fix horizontal overflow in activities table ( #676 )
...
* Fix horizontal overflow in tables
* Update changelog
2022-02-06 15:45:39 +01:00
Thomas Kaul
d6b78f3457
Feature/add links to statistics section ( #626 )
...
* Add links and clean up style
* Update changelog
2022-01-13 19:07:23 +01:00
Thomas Kaul
0179823ad9
Feature/restructure about page ( #608 )
...
* Restructure about page: introduce pages for blog and changelog
* Update changelog
2022-01-01 10:10:37 +01:00
Thomas Kaul
6dcd801d05
Feature/extend statistics section with users in slack community ( #596 )
...
* Extend statistics with users in Slack community
* Update changelog
2021-12-29 18:38:55 +01:00
Thomas Kaul
7772684413
Bugfix/fix permission for system status page ( #559 )
...
* Fix permission
* Update changelog
2021-12-19 15:55:03 +01:00
Thomas Kaul
0806d0dc92
Bugfix/fix hidden statistics values ( #552 )
...
* Fix hidden values (0)
* Update changelog
2021-12-18 11:13:32 +01:00
Thomas Kaul
edb66bb166
Feature/extend statistics ( #449 )
...
* Extend statistics
* Update changelog
2021-11-01 21:15:09 +01:00
Valentin Zickner
e7fb31d1a6
add Dockerfile with all in one docker image ( #431 )
...
* Add Dockerfile with all in one docker image
* Change to alpine image and reduce node_modules size
* Improve documentation and fix changelog and license
* Update changelog
Co-authored-by: Valentin Zickner <ghostfolio@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-10-30 18:54:14 +02:00
Thomas Kaul
4ab6a1a071
Feature/harmonize page layouts ( #417 )
...
* Harmonize page layouts
* Update changelog
2021-10-13 11:51:33 +02:00
Thomas Kaul
df2dfc20a1
Feature/add slack channel ( #363 )
...
* Add Slack channel
* Update changelog
2021-09-11 12:06:28 +02:00
Thomas Kaul
4c194c938a
Feature/add contributors count to statistics ( #342 )
...
* Add contributors count to statistics
* Update changelog
2021-09-04 19:46:24 +02:00
Thomas Kaul
2083d28d02
Feature/minor improvements in the page components ( #310 )
...
* Move permissions to constructor
* Sort imports
2021-08-22 10:25:34 +02:00
Thomas Kaul
2733b78044
Minor improvement ( #306 )
2021-08-21 14:56:11 +02:00
Thomas Kaul
b43b515df1
Feature/add link to system status page ( #305 )
...
* Add link to system status page
* Update changelog
2021-08-21 08:57:12 +02:00
Thomas
1c65599a16
Feature/add blog ( #218 )
...
* Setup blog
* Add german blog post
* Add english blog post
* Update changelog
2021-07-31 11:21:32 +02:00
Thomas
51fbc538ca
Feature/set public stripe key dynamically ( #216 )
...
* Set public Stripe key dynamically
* Update changelog
2021-07-17 11:04:43 +02:00
Thomas
bf1146bfd6
Feature/change slogan to wealth management ( #206 )
...
* Harmonize slogans to "Open Source Wealth Management Software"
* Update changelog
2021-07-10 19:20:02 +02:00
Thomas
1135a5b335
Fix rendering of currency and platform in dialogs and clean up observables ( #202 )
2021-07-08 21:28:28 +02:00
Thomas
169c151547
Feature/improve style of about page ( #177 )
...
* Improve style
* Update changelog
2021-06-21 20:08:45 +02:00
Thomas
66c955ad6c
Feature/ghostfolio in numbers ( #175 )
...
* Add Ghostfolio in numbers section
* Update changelog
2021-06-17 22:59:48 +02:00
Thomas
ad961f3039
Bugfix/fix missing header of public pages ( #121 )
...
* Fix missing header of public pages
* Update changelog
2021-05-24 16:28:42 +02:00
Thomas
95bcdea69b
Refactor cd to changeDetectorRef ( #118 )
2021-05-24 10:12:53 +02:00
Thomas
0d6fe4a232
Feature/refactor user service as observable store ( #117 )
...
* Implement user service as observable store
* Clean up tokenStorageService usage
* Update changelog
2021-05-24 09:38:44 +02:00
Thomas
9851cce382
Feature/hide footer on mobile ( #113 )
...
* Hide footer on mobile
* Improve about text
* Update changelog
2021-05-22 13:45:50 +02:00
Thomas
abd0e08566
Introduce @ghostfolio/common lib ( #102 )
2021-05-16 22:11:14 +02:00
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
2021-05-16 21:20:59 +02:00
Thomas
eb09d77251
Feature/move pricing section to page ( #86 )
...
* Add a dedicated pricing page
* Update changelog
2021-05-14 21:15:20 +02:00
Thomas
19ada83d0b
Fix header and about page ( #44 )
2021-04-25 17:29:04 +02:00
Thomas
39cfb4603b
Extend support for feature flags ( #39 )
2021-04-24 22:01:38 +02:00
Thomas
dbed4ea527
Feature/improve imports with paths in tsconfig ( #32 )
...
* Improve imports
2021-04-21 20:27:39 +02:00
Thomas
0f2c8c856c
Clean up imports ( #24 )
2021-04-19 14:38:55 +02:00
Thomas
3d34aa5e80
Add guards ( #22 )
2021-04-18 20:49:57 +02:00
Thomas
fed10c7110
Add license ( #8 )
...
* Add license
* Remove unnecessary style
* Add license to package.json
* Update url
* Adapt offering to new license (#13 )
* Adapt offering to new license
* Update changelog
* Add license to about page
* Adapt offering to new license
2021-04-18 19:01:31 +02:00
Thomas
c616312233
Initial commit
2021-04-13 21:53:58 +02:00