Piyush Gupta
92e2abe6e4
resolved merge conflicts
2023-09-13 00:07:02 +05:30
Piyush Gupta
2cacba0b2f
synced with main
2023-09-12 23:54:56 +05:30
Matti Nannt
ff51f2f25d
chore: format code and fix lint workflow ( #804 )
2023-09-12 18:20:09 +09:00
Dhruwang Jariwala
6a88420122
feat: Add Make.com integration ( #628 )
...
* added documentation for make.com integration
* ran pnpm format
* update wording in docs
* updated docs for make integration
* updated connect link
---------
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-09-12 18:05:52 +09:00
Dhruwang Jariwala
1be6deec64
chore: Rewrite environment navbar to server components ( #690 )
...
* moved environment navbar to RSC
* added Error component
* format
* update errors path
* use standard services in environment navbar, update product service according to standards, add redirect shortcuts for teams and products
* update analysis github workflow with environment variables
* fix WEBAPP_URL is required
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-09-12 14:15:03 +09:00
Shubham Palriwala
cbc649111c
fix: survey base not set correctly in docker setup ( #802 )
2023-09-12 13:27:10 +09:00
Shubham Palriwala
60ac49b5c2
fix: webhooks fetch cache is not getting invalidated ( #800 )
2023-09-11 23:39:51 +09:00
Matti Nannt
f1688502a2
chore: Update npm package dependencies ( #794 )
...
* upgrade packages
* upgrade packages in demo & formbricks-com
* update web packages
2023-09-11 15:05:55 +09:00
Shubham Palriwala
3a202541d0
remove: @formbricks/errors ( #784 )
2023-09-11 10:29:12 +09:00
Matti Nannt
686b52fd14
chore: format code based on prettier rules ( #792 )
2023-09-10 17:15:43 +09:00
Kuluru Vineeth Kumar Reddy
7d11856f14
feat: response notes can now be edited ( #716 )
...
* - Feature Enhancement : Edit and Resolve Notes
* Merge branch 'main' of github.com:formbricks/formbricks into feature/updateNote
* update pencil icon
* - added editing the notes functionality in responses
---------
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-09-10 17:13:59 +09:00
Matti Nannt
ab668c307b
fix: link survey responses may fail when custom survey url is set ( #791 )
2023-09-10 14:33:04 +09:00
Matti Nannt
0a08d7df68
chore: Introduce unified survey UI package @formbricks/surveys ( #698 )
...
* add vite survey package
* add renderSurvey method
* add all survey components
* First working version of renderSurvey
* integrate survey package into survey preview
* add survey modal functionality to formbricks-surveys
* fix build errors and add new template types
* add response queue
* add simple formbricks-js integration
* add local state management for surveys
* add local storage to multiple choice and open text questions
* add local state to other question types, layout fixes
* Fix modal close button, clean js package code
* add new calculate progress function
* fix progressbar on thankyou card
* fix churn survey branching in demo product
* use tsup to bundle @formbricks/js
* update survey positioning in link surveys
* fix preview reset button in link survey
* change logic for progress bar
* update progressbar logic
* update spacing
* add conditional autofocus / disable for iframe
* add userId to link survey
* integrated email verification
* moved token verification and reading to server component
* ran pnpm format
* added question prefilling
* ran pnpm format
* Moved question prefilling logic to Link Survey
* Refactor types
* centralize survey package props, fix build errors
* fix userId in link survey
* fix survey closed message
* add redirect on complete, fix bugs
* smaller bugfixes
* smaller bugfixes
* fix bugs
* fix build errors
* remove logs
---------
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2023-09-10 14:06:55 +09:00
Piyush Gupta
5cb31fbe2a
feat: added embed survey modal
2023-09-10 02:01:30 +05:30
Matti Nannt
bf6ed3576c
feat: Add option to customize link survey url using NEXT_PUBLIC_SURVEY_BASE_URL ( #787 )
2023-09-08 14:01:56 +09:00
ShubhamPalriwala
d290b6e011
fix: (docs) n8n page heading bug and responsiveness issues
2023-09-07 21:55:05 +05:30
Shubham Palriwala
c901ab13f5
fix: build error in formbricks-com when STRAPI_API_KEY not set ( #785 )
2023-09-07 23:21:24 +09:00
ShubhamPalriwala
50369afd85
fix: only highlight the incorrect choice in multi
2023-09-07 00:20:23 +05:30
ShubhamPalriwala
e49cfca56a
fix: dont allow is skipped on reqd question, and show approporiate toast error
2023-09-07 00:13:58 +05:30
ShubhamPalriwala
284361aaba
fix: corner cases for new option empty and duplicates in single and multi select
2023-09-06 23:33:15 +05:30
Dhruwang Jariwala
0a1de196aa
chore: moves setup checklist to react server components ( #695 )
...
* Chore: moves setup checklist to RSC
* fix other merge conflictsg
* made code refactors
* added TAction as return type for getActions
* fixed build issues
* fix environmentNotice component
* refactor EnvironmentNotice component
* fix js tests
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-09-06 15:18:49 +09:00
Dhruwang Jariwala
6a121680ba
feat: Add ability to change back button label ( #753 )
...
* adds back button label adjust
* update wording
* made some refactors
---------
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Dhruwang Jariwala <dhruwang@Dhruwangs-MacBook-Pro.local >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-09-06 13:29:44 +09:00
Shubham Palriwala
edc8870e09
chore: Add Missing Environment Variables in Documentation ( #754 )
...
* fix: remove unused stripe_public_key env var
* feat: include all possible env vars in documentation
* update enviroment variables in docs
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-09-06 13:26:28 +09:00
github-actions[bot]
bd84cdf532
chore: Release formbricks-js 1.0.5 ( #781 )
...
* Version Packages
* ignore formbricks-web in changeset
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-09-06 12:48:13 +09:00
Shubham Palriwala
e8b54dd3ae
fix: Generalise login error messages to prevent user account enumeration ( #772 )
2023-09-06 10:35:45 +09:00
Johannes
c2d3d6889f
always show notice
2023-09-05 20:32:32 +02:00
Johannes
4490d2a2f5
Merge branch 'main' of github.com:formbricks/formbricks into prod-dev-apikey
2023-09-05 20:16:43 +02:00
Johannes
1b407a9fb4
fix: document People and Display APIs
...
fix: document People and Display APIs
2023-09-05 19:44:32 +02:00
Dhruwang
6ab89fa054
moved environmentNotice to shared component and made some refactors
2023-09-05 20:03:04 +05:30
Dhruwang
59af9c9905
API key check
2023-09-05 11:17:35 +05:30
ShubhamPalriwala
4320e36ed3
fix: entire questions get red when a field is invalid, now only the field gets red unless trying to save
2023-09-04 18:46:18 +05:30
ShubhamPalriwala
796ba307f0
fix: document missing APIs
2023-09-04 16:24:13 +05:30
Johannes
877ab1fd39
Update wording
2023-09-04 11:15:57 +02:00
Johannes
f75b74d38e
Merge branch 'main' of github.com:formbricks/formbricks into shubham/for-1150-validate-survey-editor-forms
2023-09-04 10:37:48 +02:00
Pratik
aa79c4c319
Add n8n Integration to Formbricks ( #733 )
...
* add n8n integration
* add n8n inside packages
* added documentation for n8n setup
* add formbricks scope to package
* add changeset config for automatic package deployment
* remove old docs navigation
* add new package README
* update prettier config & reformat
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-09-04 12:14:31 +09:00
Sital Adhikari
caa6979a1d
Fix some images break the layout on formbricks-com ( #765 )
2023-09-04 10:59:25 +09:00
Dhruwang Jariwala
b00beadf2e
Add Email Verification option to Link Surveys ( #762 )
...
* completed frontend
* Adds email verifaction for Link Surveys
* remove console.log
* run pnpm format
* rename userId to verify
* add loading state
* fix type names
* add types to prisma
---------
Co-authored-by: Dhruwang Jariwala <dhruwang@Dhruwangs-MacBook-Pro.local >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-09-02 15:34:00 +09:00
Shubham Palriwala
eae8e2db24
Add API documentation for Surveys & Profile Management API ( #761 )
2023-09-01 23:44:15 +09:00
ShubhamPalriwala
941527151f
fix: multi option multi choose can now not have same options
2023-09-01 16:53:50 +05:30
ShubhamPalriwala
59fb26a6fa
fix: setting duplicate question Ids now does not set random ID when click saved, the user has to update it
2023-09-01 16:27:29 +05:30
Johannes
5db306600b
Mention Editing Build-time Variables in deployment Guides
...
Mention Editing Build-time Variables in deployment Guides
2023-09-01 10:11:19 +02:00
ShubhamPalriwala
632bab40f3
fix: user cannot select a skipped logic for a required question
2023-09-01 12:52:03 +05:30
Johannes
d21fd629e6
Update Career wording
...
Update Career wording
2023-08-31 17:58:33 +02:00
Johannes
2df31fbb07
update wording
2023-08-31 17:57:35 +02:00
ShubhamPalriwala
cc9142e89b
fix: user can now cannot 2 exactly same logic conditions
2023-08-31 21:08:56 +05:30
ShubhamPalriwala
bca1e0e926
fix: not allow new logic jump until previous filled & do not allow saving survey until atleast 2 fields are filled
2023-08-31 20:57:45 +05:30
ShubhamPalriwala
17406a0dd4
feat: mention about editing build time variables in all deployment guides
2023-08-31 20:11:13 +05:30
Johannes
885fe10dc5
update job description
2023-08-31 15:40:00 +02:00
Nathan Flurry
50bb510ae4
Add Rivet
2023-08-30 22:27:22 +00:00
Johannes
5f102c3c3d
Merge branch 'main' of github.com:formbricks/formbricks into shubham/docs-add-example-link-and-quick-fixed
2023-08-30 16:47:18 +02:00