Commit Graph

479 Commits

Author SHA1 Message Date
Johannes cc17d9d560 update leaderboard 2023-10-08 19:15:27 +05:30
Johannes 35e3cdcd0d actually fix it ;) 2023-10-08 16:39:23 +05:30
Johannes 9b26ce5f38 Merge branch 'main' of github.com:formbricks/formbricks into itzabhinavarya/main 2023-10-08 16:29:57 +05:30
Abhinav Arya f9457b04f6 Fix overlapping card content on the website using tailwind based approach 2023-10-08 10:18:00 +00:00
Abhinav Arya eca90dfd9a Fix overlapping card content on the website using tailwind based approach 2023-10-08 09:54:32 +00:00
Abhinav Arya fbc16b3a72 Fix/Card overlapping issue #1001 2023-10-08 07:07:42 +00:00
Yash f6b4bbeeac fix#997 making navigation bar responsive 2023-10-07 21:26:28 +05:30
Johannes feed3e73c9 update single use docs page 2023-10-07 16:33:13 +05:45
Johannes cc50019e0c Merge branch 'main' of github.com:formbricks/formbricks into docs-update 2023-10-07 16:05:06 +05:45
Johannes 91caac94b6 update docs page 2023-10-07 15:54:43 +05:45
Johannes c9fea202c4 fix nav link 2023-10-07 15:38:23 +05:45
Aman 56ce8c10d5 ed Single USe Links in Docs
Signed-off-by: Aman <138197666+aman44444@users.noreply.github.com>
2023-10-07 06:14:16 +00:00
sohamtembhurne 802171b6d1 Updating Twitter Logo 2023-10-07 01:14:56 +05:30
Johannes 977078d269 update leaderboard 2023-10-05 23:45:09 +05:45
François-Guillaume Ribreau 53c46418fa feat: add hook0 2023-10-05 17:16:24 +02:00
Matti Nannt 7e74cfa0d6 chore: update npm dependencies (#954)
* update packages npm packages

* fix types bug

* update demo npm packages

* update web npm packages

* change formbricks-web to v1.1
2023-10-05 16:11:21 +02:00
Shubham Palriwala cb8c08dd1f fix: update docker from source setup with new env variables and use env variables directly in docker-compose (#818)
* fix: docker env parsing & response bug when built w docker

* chore: bring back env example

* fix: docker compose envs are now single place defined

* add: renaming of .env in docs

* remove: existence of prisma_generate_data_proxy

* fix: use newer env vars and a smarter way to handle existing .env file

* fix: remove text to remove existing .enb

* fix: remove comments, local testing, and mention of more updating via echo in prod script

* fix: env ending

* fix: finalllyyy the docker compose works

* feat: short survey url support in docker compose

* fix: add envs to prod script

* chore: reorder env vars for uniformity

* update description for SHORT_SURVEY_BASE_URL

* fix: add ASSET_PREFIX_URL to prod script & docker compose

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2023-10-05 11:04:34 +02:00
Anjy Gupta 2ec2695cde Merge branch 'gitpod-doc' of https://github.com/anjy7/formbricks into gitpod-doc 2023-10-04 17:42:04 +00:00
Anjy Gupta d0385eb203 Merge branch 'formbricks:main' into gitpod-doc 2023-10-04 23:10:20 +05:30
Anjy Gupta 999203531f added back ticks 2023-10-04 17:38:52 +00:00
Anjy Gupta 6e4f9cde5c highlighted url 2023-10-04 17:35:47 +00:00
Rotimi Best de40dc36e6 chore: move all services into the new folder structure (#948)
* chore: move environment services

* chore: move all services
2023-10-04 18:04:38 +02:00
Anjy Gupta 1c4394bf75 Merge branch 'formbricks:main' into gitpod-doc 2023-10-04 21:26:56 +05:30
Anjy Gupta b121e69fb5 added gitpod setup overview 2023-10-04 15:56:31 +00:00
Shubham Palriwala cce3a98f20 feat: add docs for management API (#930)
* feat: docs for management API

* fix: split api into client and management

* update navigation and pages

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2023-10-04 11:03:13 +02:00
Johannes d3779bd649 fix typos 2023-10-04 13:24:07 +05:45
Johannes 67217f4c75 Merge branch 'main' of github.com:formbricks/formbricks into shubham/for-1089-formulate-faqs-and-create-page 2023-10-04 11:33:09 +05:45
Johannes 76ecbb9e2f update leaderboard 2023-10-03 23:22:09 +05:45
tyjkerr a35d573884 feat: add single use survey links (#742)
* add uniqueResponseId to link survey

* add uniqueResponseId to survey response

* add singUseId to database and link survey

* add singleUseId to api

* add single use option in survey response options

* add single use to getSurvey

* add getResponseBySingleUseId

* add ZSurveySingleUse schema to survey schema

* add logic to check if link with suid has response

* pass singleUseId as props, revert SWR changes

* generation of single-use url in LinkSurveyModal

* add singleUseId to SingleResponseCard

* update SurveyInactive for invalid link

* add suId to ZResponse schema

* fix typo in SurveyInactive

* update ResponseOptionCard

* add suId to response select

* add default message for SurveyLinkUsed

* update logic to render SurveyLinkUsed

* add comment for suId in prisma schema

* fix types

* refresh server component on save survey

* update logic

* fix build errors

* fix prisma schema

* add db migration

* update wording

* add singleUseId to localstorage

* fix survey link used over thank you

* add suid to people responses

* fix preview and copy link on surveys page.

* update text and icon for link survey modal

* check survey not finished before setting question

* update show surveylink used logic

* add zodtype to prisma

* fix logic to render last question answered/stored

* add better comments

* update default message for single use surveys

* add LinkSingleUseSurveyModal

* add guard before getting response with suid

* fix build error

* add default message for link used page

* add key and group imports

* add suId encryption and validation

* make survey url encryption optional

* fix build errors

* move singleUseId to server side in surveyList

* added validation to getResponseBySingleUseId service

* restored env var names

* import FORMBRICKS_ENCRYPTION_KEY from constants

* check if encryption environment variable is set, add length validation for env variable

---------

Co-authored-by: Ty Kerr <tykerr@Tys-MacBook-Pro.local>
Co-authored-by: Johannes <johannes@formbricks.com>
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
2023-10-03 18:26:13 +02:00
Anjy Gupta 4c60791929 made req changes 2023-10-03 15:52:18 +00:00
Anjy Gupta d3d74b2a6c Merge branch 'formbricks:main' into gitpod-doc 2023-10-03 15:13:29 +05:30
Anjy Gupta b09cc8a25f added step by step guide 2023-10-03 09:43:00 +00:00
Johannes 2d9f35f503 add gitpod prize 2023-10-03 14:06:59 +05:45
Johannes 0620829830 update how to section 2023-10-03 12:56:25 +05:45
Anjy Gupta fb1f622d9d feat: added port info and guide in gitpod doc page 2023-10-02 19:00:57 +00:00
Johannes 829d2f0297 update leaderboard 2023-10-02 17:04:12 +05:45
Johannes 7ef95bc284 update banner 2023-10-02 10:15:46 +05:45
Johannes 7d9617e27f update leaderboard 2023-10-02 10:05:40 +05:45
Johannes af1dc2c08b side quest tweaks 2023-10-01 23:43:49 +05:45
Johannes a032d8aad6 add button to issue 2023-10-01 23:42:28 +05:45
Johannes 5557f22a4b add leaderboard 2023-10-01 23:33:25 +05:45
Rotimi Best 48f1ed4d78 docs: update wording 2023-10-01 11:47:19 +00:00
Rotimi Best 81a6e92aed docs: add cla form to getting started doc 2023-10-01 11:29:45 +00:00
Johannes 15d75a2856 release side quests 2023-10-01 16:11:14 +05:30
Johannes 3af8a4e17d add gitpod docs page, tweak pricing table 2023-10-01 15:10:26 +05:30
Johannes 1faa74864c Merge branch 'main' of github.com:formbricks/formbricks into join-formtribe 2023-10-01 14:46:07 +05:30
Johannes 9bed96a22f Merge branch 'main' of github.com:formbricks/formbricks into how-we-code 2023-10-01 14:42:14 +05:30
Johannes 14e8c43214 Merge branch 'main' of github.com:formbricks/formbricks into how-we-code 2023-10-01 14:37:31 +05:30
Johannes d5b67f4a14 Merge branch 'main' of github.com:formbricks/formbricks into join-formtribe 2023-10-01 14:20:07 +05:30
Johannes e2c3686f2f add gitpod docs 2023-10-01 14:16:16 +05:30