Matti Nannt
2b4879bb33
chore: improve error logging in client endpoints ( #1445 )
2023-10-24 11:38:41 +00:00
Dhruwang Jariwala
f70cda6e11
refactor: removes old types ( #1288 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-10-20 12:03:16 +00:00
Matti Nannt
bdf3298a90
chore: improve error logging in services ( #1300 )
2023-10-18 19:17:53 +00:00
Matti Nannt
85808bc0bf
chore: Remove SurveyWithAnalytics model to simplify survey handling ( #1273 )
2023-10-17 18:31:38 +00:00
Rotimi Best
960f11b296
chore: caching response service ( #1108 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-10-17 17:04:50 +00:00
Matti Nannt
ae5a63811b
fix: survey trigger cannot be deleted ( #1271 )
2023-10-17 16:23:10 +00:00
Matti Nannt
46be7529fd
chore: simplify packages dependencies ( #1243 )
2023-10-17 09:56:01 +00:00
Naitik Kapadia
2c1abf8782
feat: Add welcome card ( #1073 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: Johannes <johannes@formbricks.com >
2023-10-17 09:27:57 +00:00
Naresh
534e14740e
fix: duplicate survey not revalidating the cache key PAIR: Bilal Mirza ( #1229 )
...
Co-authored-by: Matti Nannt <mail@matthiasnannt.com >
2023-10-17 08:36:59 +00:00
Matti Nannt
f2d4cf4087
fix: formbricks-surveys not compiling correctly leads to formbricks-js throwing error in action creation ( #1223 )
2023-10-16 12:44:06 +00:00
Piyush Garg
5e5723d091
feat: Added Pin Protection to forms ( #1142 )
...
Signed-off-by: aryabyte21 <arya2001bhosale@gmail.com >
Co-authored-by: Matti Nannt <mail@matthiasnannt.com >
Co-authored-by: Vaibhav Bhardwaj <43564765+impolska742@users.noreply.github.com >
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Nikolay Bonev <DonKoko@users.noreply.github.com >
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com >
Co-authored-by: Abhinav Arya <95561280+itzabhinavarya@users.noreply.github.com >
Co-authored-by: Shaikh Adnan <117739824+Sha1kh4@users.noreply.github.com >
Co-authored-by: Akash Sharan <129506339+asharan2511@users.noreply.github.com >
Co-authored-by: Arya Bhosale <60646682+aryabyte21@users.noreply.github.com >
Co-authored-by: Ratish jain <43003421+ratishjain12@users.noreply.github.com >
Co-authored-by: Sundaram Kumar Jha <jhasundaram@outlook.com >
Co-authored-by: Soham Tembhurne <82658685+sohamtembhurne@users.noreply.github.com >
Co-authored-by: Digvijay Gupta <65729055+3xp10it3r@users.noreply.github.com >
Co-authored-by: Digvijay Gupta <digvijaygupta@Digvijays-MacBook-Pro.local >
Co-authored-by: Ronit Panda <72537293+rtpa25@users.noreply.github.com >
Co-authored-by: Bilal Mirza <84387676+bilalmirza74@users.noreply.github.com >
2023-10-16 11:12:32 +00:00
Ronit Panda
a71ad7c15e
feat: adds hidden field functionality to surveys ( #1144 )
...
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-10-15 17:24:12 +00:00
Matti Nannt
f2b57a3589
chore: improve logging in survey service ( #1156 )
2023-10-14 16:38:49 +00:00
Rotimi Best
2f8aa9b2ae
fix: format survey date fields back to Date type ( #1096 )
2023-10-11 15:25:09 +00:00
Rotimi Best
9063c8286c
chore: refactor services with Formbricks best practices ( #988 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-10-10 13:54:23 +00:00
Dhruwang
9614208fb9
made status optional and edited display update functionality
2023-10-08 19:36:42 +05:30
Matti Nannt
05c4dbaa92
chore: improve error logging in survey service ( #958 )
...
* fix: improve error logging in survey service
* expect error class in error logging
2023-10-05 16:46:30 +02:00
Joe
59752f3ebe
feat: add option to overwrite color and position for single surveys ( #645 )
...
* feat: styles ui
* feat: handling brand color and position
* schema update
* survey type update
* feat: local styles preview
* prisma migration
* feat: overriding global settings
* fix: update wording
* fix: do not show positioning in link mode
* update wording
* feat: new component for placement ui
* fix: destructuring localsurvey
* fix: overwritePosition optional
* fix: brandcolor zod validation
* feat: overwrite highlight border setting
* update wording
* merge conflit resolved
* fix: minor review suggestions
* fix: renamed localsurvey to survey
* fix: db schema
* fix comment in .env.example
* fix build errors
* fix: placement
* fix getFirstEnvironmentByUserId function
* fix build errors
---------
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2023-10-04 19:09:48 +02:00
Rotimi Best
eb70a8b99a
chore: move display service to new folder structure ( #946 )
2023-10-04 16:25:26 +02:00
Shubham Palriwala
c6678a2607
fix: add authorization for Survey actions ( #870 )
...
* poc: use server session and api key validation on deletion
* feat: use server session and api key validation on deletion and creation
* feat: packages/lib/apiKey for apiKey services and auth
* shubham/auth-for-api-key
* fix: caching
* feat: handle authorization for action creation, update, delete
* feat: handle authorization for survey creation, updation & deletion
* feat: use cached method across and wrapper for authzn check
* fix: use cached wrapper & introduce more authzn check for survey services in actions
* fix: club caching methods and use authzn errors
* feat: add caching in canUserAccessApiKey
* feat: add caching in canUserAccessAction and use Authzn error
* fix: rename action to actionClass wherever needed
* feat: use caching in core method and update hasEnvAccess call
* fix: use authzn specific error
* fix: use cache getActionClass
* fix: make changes
* fix: import
* fix: import and suggested changes
* fix: rename action and use cache tag
* feat: use services to create team
* fix: atomic services for product & team creation
* improve teamUpdateInput
* use services in signup process
* redirect to prod environment when new product is created
* fix signup bug
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-10-03 21:43:34 +02:00