Commit Graph

190 Commits

Author SHA1 Message Date
Johannes e2426af9df Snoopforms becomes Formbricks article (#133)
* 3rd blog article
2022-11-08 09:20:14 +01:00
Matthias Nannt 2e996b7158 add privacy policy and imprint formbricks-com 2022-11-07 14:37:19 +01:00
Matthias Nannt ab13707090 update meta information 2022-11-04 16:34:15 +01:00
Matthias Nannt 61d469c25c fix dead-links in formbricks-com 2022-11-04 16:17:55 +01:00
knugget ef38602a94 visual builder link update 2022-11-04 16:33:34 +02:00
knugget 3b4adbc498 visual builder page pt 2 2022-11-04 16:30:14 +02:00
knugget dd48abffa1 visual builder page 2022-11-04 16:30:04 +02:00
Matti Nannt f6806dd953 Add Formbricks Website (#130)
* add formbricks website with blog and docs

Co-authored-by: knugget <johannes@knugget.de>
2022-11-04 14:49:38 +01:00
Matthias Nannt e19c7d9c3f bugfix #128 2022-11-02 11:36:15 +01:00
Matthias Nannt bd4019539f Merge branch 'main' of github.com:snoopForms/snoopforms 2022-10-31 11:34:43 +01:00
Matthias Nannt 0f4a84b7e5 update Readme with formbricks rebuild disclaimer 2022-10-31 11:34:35 +01:00
Matti Nannt 7844447718 Feature/debug notification mails (#124)
* fix email and posthog issues by outsourcing event handling in own api function
v0.4.1
2022-10-28 16:44:24 +02:00
Matthias Nannt 5937a70084 remove .env symlink to fix build issues 2022-10-28 16:06:39 +02:00
Matthias Nannt 9099cc8c04 resolve merge conflict 2022-10-28 15:31:23 +02:00
Matti Nannt a850c1ec26 Feature/nextjs 13 (#122)
* upgrade nextjs to 13

* update docker compose, fix env bug

* update github actions check workflow to lint on ubuntu image
2022-10-28 14:50:45 +02:00
Matthias Nannt d18f2c16c4 support vercel audience analytics 2022-10-25 21:18:18 +02:00
Midka 2238a3e225 fix: name in flake.nix 2022-10-25 17:18:55 +03:00
Midka d45f446963 fix: onChange event on PhoneQuestionComponent 2022-10-25 17:10:08 +03:00
Francois Disubi eee3ea5ed3 Feat/email notification after submission (#89)
* feat: Email notifications for each submission

* feat: add email notification pipeline

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2022-10-25 15:44:59 +02:00
Kiran K 4590654ace Refactor TextQuestion Component (#119) 2022-10-25 13:32:04 +02:00
Midka 9f50027d53 fix: make * show only when required 2022-10-20 15:00:27 +03:00
Midka ef70561e22 refactor: phone question 2022-10-20 15:00:13 +03:00
Midka b627bcb138 refactor: WebsiteQuestion 2022-10-20 14:45:52 +03:00
Midka 7ecbc5da88 fix: remove commented out code 2022-10-20 14:37:55 +03:00
Midka adc248a922 refactor: NumberQuestion 2022-10-20 14:33:42 +03:00
Midka 5f31ceb087 add: nixos development stuff 2022-10-20 14:33:13 +03:00
Matthias Nannt 7681f02d1f update react lib path in readme 2022-10-19 10:00:51 +02:00
Kiran K d45e01ca41 Fix conflict leftover (#118)
* Refactor EmailQuestion Component

* Fix the README and .env
2022-10-18 16:29:13 +02:00
Matthias Nannt f282f3d081 limit matrix check to ubuntu v0.4.0 2022-10-18 14:19:13 +02:00
Matthias Nannt 3e63e536e0 apply prettier in react lib, make packages private 2022-10-18 13:41:48 +02:00
Matthias Nannt d5b5fd8dd9 make config packages public 2022-10-18 13:31:22 +02:00
Matthias Nannt 3dafcb6d32 update package names, update config imports 2022-10-18 13:26:05 +02:00
Matthias Nannt eea8f678bd ignore web package in changeset 2022-10-18 12:34:41 +02:00
github-actions[bot] 4e5b03e62d Version Packages (#116)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-18 12:33:50 +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
Kiran K 5a7492536a Refactor EmailQuestion Component (#109) 2022-10-18 10:57:53 +02:00
Matti Nannt 8b0347ab8a Create .dockerignore 2022-10-18 10:51:10 +02:00
Matthias Nannt baf57883b0 add NEXTAUTH_URL_INTERNAL to .env.docker 2022-10-18 10:24:13 +02:00
Matthias Nannt d6775a5cda fix user signup disabled env could be set to anything to disable signup 2022-10-18 10:23:41 +02:00
Chetan Sarva 38366c5336 build: add NEXTAUTH_URL_INTERNAL to example env (#108)
Co-authored-by: Matti Nannt <mail@matthiasnannt.com>
2022-10-18 10:21:15 +02:00
Matti Nannt a4c571ffd3 add NEXT_PUBLIC_SIGNUP_DISABLED env variable (#114) 2022-10-18 10:11:21 +02:00
Matthias Nannt 35bda9d1de update .env.example file 2022-10-16 17:17:38 +02:00
Matthias Nannt 619bcb3a1f use config redirect for /forms/:id to avoid serverless function 2022-10-16 11:30:22 +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 e910a97d32 update dockerfile to env file 2022-10-15 16:53:23 +02:00
Matthias Nannt a0ba4ef9d3 add docker env example 2022-10-15 12:41:02 +02:00
Matthias Nannt b6e24c207a Merge branch 'main' of github.com:snoopForms/snoopforms 2022-10-14 09:58:18 +02:00
Matthias Nannt 35ba2a1936 update dev instructions in README 2022-10-14 09:57:54 +02:00
Matti Nannt 56e9c04659 fix Github Workflow for Dockerfile (#106)
* fix location of Dockerfile
2022-10-13 12:02:07 +02:00
Matti Nannt 5c378bc8ce Feature/monorepo #95 (#105)
Move repository into a monorepo with turborepo and pnpm.
This is a big change in the way the code is organized, used and deployed.
2022-10-13 09:46:43 +02:00