Commit Graph

16 Commits

Author SHA1 Message Date
Matthias Nannt d8f4ee598d add google provider to nextauth 2023-05-19 14:28:46 +02:00
Johannes c6aabc77b4 Revamp sign up page (#288)
* New cleaner signup/login screen
2023-05-19 12:08:24 +02:00
Matti Nannt 04f536b7c6 Add support for Next.js Server-Components (#272)
* Add new env variable NEXT_PUBLIC_WEBAPP_URL that is used server-side for the current address

* Move Next-Auth to App-Directory

* Move Membership-API & User-API to App-Directory

* Update env-examples with new structure
2023-05-03 15:17:23 +02:00
Matthias Nannt ce0179a2c7 add legal footer to link survey 2023-04-19 16:39:48 +02:00
Matthias Nannt 070d69f094 small bugfixes, add simple posthog out endpoint 2023-04-04 15:10:08 +02:00
Matthias Nannt 2e881c0914 add github auth env variables to example files 2023-01-19 15:47:05 +01:00
Matthias Nannt 19bb1565f6 add sentry error tracking to hq 2022-12-12 12:51:38 +01:00
Matthias Nannt 8cf06c6ea5 add api key functionality to formbricks HQ 2022-11-26 11:55:57 +01:00
Matthias Nannt 0a17676981 move development of formbricks HQ to monorepo 2022-11-24 12:30:08 +01:00
Matthias Nannt beb00d6dbd remove old snoopForms code, change license to MIT, remove unused code configs 2022-11-10 09:40:15 +01:00
Kiran K d45e01ca41 Fix conflict leftover (#118)
* Refactor EmailQuestion Component

* Fix the README and .env
2022-10-18 16:29:13 +02:00
Matti Nannt 28b6410dbb Feature/add react lib to monorepo #107 (#115)
* add changesets

* add react-app to monorepo
2022-10-18 12:24:17 +02:00
Matthias Nannt baf57883b0 add NEXTAUTH_URL_INTERNAL to .env.docker 2022-10-18 10:24:13 +02:00
Matti Nannt a4c571ffd3 add NEXT_PUBLIC_SIGNUP_DISABLED env variable (#114) 2022-10-18 10:11:21 +02:00
Matti Nannt 6cd3878700 make all env variables required at build time #110 (#111)
* make all env variables required at build time

* update env files

* add .env.docker file with basic docker configuration

* update Readme with new instructions
2022-10-16 11:10:20 +02:00
Matthias Nannt a0ba4ef9d3 add docker env example 2022-10-15 12:41:02 +02:00