Dhruwang
9bdb040dbf
feat: migrate legacy validation to validation rules system
...
- Add data migration to convert charLimit (Open Text) to minLength/maxLength validation rules
- Add data migration to convert allowedFileExtensions (File Upload) to fileExtensionIs validation rule
- Migration is idempotent and fail-fast (rolls back entire transaction on any error)
- Remove legacy fields after successful migration
- Add uuid dependency for validation rule ID generation
2026-01-13 13:58:48 +05:30
Matti Nannt
9e1d1c1dc2
feat: implement robust database seeding strategy ( #7017 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2026-01-05 15:58:58 +00:00
Anshuman Pandey
f888aa8a19
feat: MQP ( #6901 )
...
Co-authored-by: Matti Nannt <matti@formbricks.com >
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com >
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2025-11-28 12:36:17 +00:00
dependabot[bot]
7933d0077a
chore(deps): bump glob from 11.0.2 to 11.1.0 in the npm_and_yarn group across 1 directory ( #6838 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-18 11:13:41 +01:00
Matti Nannt
c9a50a6ff2
chore(deps-dev): bump the npm_and_yarn group across 9 directories wit… ( #6730 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-23 10:09:57 +00:00
dependabot[bot]
933723f1fe
chore(deps-dev): bump the npm_and_yarn group across 9 directories with 1 update ( #6526 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-11 09:25:10 +02:00
Piyush Gupta
73c0da4b75
chore: Updates prisma to the latest version ( #6457 )
2025-08-28 07:44:01 +00:00
Piyush Gupta
01984cf8ca
chore: upgrades prisma to latest version ( #6442 )
2025-08-19 14:40:31 +00:00
Anshuman Pandey
2c34f43c83
fix: adds build step to the database package for optimizing docker build ( #5970 )
...
Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com >
2025-07-02 03:42:01 +00:00
Matti Nannt
7d6743a81a
chore(deps): upgrade npm dependencies in /packages ( #5807 )
2025-05-14 14:09:26 +02:00
Matti Nannt
6616f62da5
chore: remove unused prisma accelerate extension ( #5682 )
2025-05-14 12:34:08 +02:00
Matti Nannt
e95e9f9fda
fix: security issue because of outdated pnpm version ( #5683 )
2025-05-07 00:17:54 +02:00
Vijay
ae2cb15055
fix: sonar security hotspot (permission issue - non-root user in Dockerfile) ( #5411 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2025-05-06 19:14:51 +02:00
Matti Nannt
8bf1e096c0
chore: move dependencies to devDependencies if possible ( #5679 )
2025-05-06 18:57:51 +02:00
Matti Nannt
d67d62df45
chore: update zod dependency, remove unused labeler action ( #5678 )
2025-05-06 18:18:27 +02:00
Matti Nannt
91f87f4b7b
chore: upgrade prisma to 6.7.0 ( #5664 )
2025-05-05 18:38:59 +02:00
Matti Nannt
94e6d2f215
chore: remove unused dependencies ( #5562 )
2025-04-29 17:56:24 +02:00
Piyush Gupta
6120f992a4
chore: updates prisma to latest version ( #5395 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2025-04-21 13:51:39 +02:00
Matti Nannt
1f039d707c
chore: update root npm dependencies ( #5208 )
2025-04-03 06:40:29 +02:00
Piyush Gupta
5527f184b7
feat: adds configurable logging ( #4914 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2025-03-21 06:09:13 -07:00
victorvhs017
aa910ca3f0
fix: updated docker file with redis and minio containers ( #4909 )
2025-03-17 09:33:02 +00:00
Piyush Gupta
140aee749b
feat: new management api crud endpoint for responses ( #4716 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
Co-authored-by: Victor Santos <victor@formbricks.com >
Co-authored-by: victorvhs017 <115753265+victorvhs017@users.noreply.github.com >
2025-03-06 17:16:06 +00:00
Piyush Gupta
803a73afb6
feat: Adds SAML SSO auth using boxyHQ jackson for self-hosters ( #4799 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
Co-authored-by: Matti Nannt <mail@matthiasnannt.com >
2025-02-28 12:18:59 +00:00
Anshuman Pandey
fa7d33351f
fix: local docker image build ( #4758 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2025-02-28 10:53:23 +00:00
Piyush Gupta
2575b649a0
chore: moved insights model to database package ( #4575 )
2025-01-15 07:47:05 +00:00
Piyush Gupta
36bf445370
chore: update all npm dependencies ( #4486 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
Co-authored-by: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com >
2024-12-18 10:02:43 +00:00
Anshuman Pandey
f49375dce4
feat: new data migrations approach ( #4466 )
...
Co-authored-by: Piyush Gupta <56182734+gupta-piyush19@users.noreply.github.com >
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-12-17 13:42:23 +00:00
Anshuman Pandey
56d8c3f50f
feat: contacts revamp ( #3399 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-12-03 12:38:35 +00:00
Piyush Gupta
35b2d12e18
feat: Product Model Revamp ( #4353 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2024-12-03 04:34:09 +00:00
Anshuman Pandey
37ef6be4c3
feat: survey follow ups ( #4247 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-11-21 06:50:37 +00:00
Piyush Gupta
97377fe8bd
feat: updated org limits data migration ( #4329 )
2024-11-19 10:10:26 +00:00
Matti Nannt
3be78f0312
chore: v2.7 release preparation ( #4249 )
2024-11-08 10:35:49 +01:00
Piyush Gupta
1af1a92fec
feat: granular team roles ( #3975 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com >
Co-authored-by: Johannes <johannes@formbricks.com >
2024-11-08 06:03:14 +00:00
Matti Nannt
f92a5eabc9
chore: prepare 2.6 release ( #3531 )
2024-10-14 21:55:32 +02:00
Matti Nannt
17f4cb81d4
chore: update prisma version ( #3361 )
2024-10-10 12:30:55 +02:00
Matti Nannt
cf4eec5134
chore: add react email dev server & fix package npm deps ( #3350 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2024-10-10 09:08:46 +00:00
Anshuman Pandey
2bfea919fe
fix: merges the app and website js sdk into @formbricks/js ( #3314 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-10-08 12:40:58 +00:00
Anshuman Pandey
d47944ed21
chore: removes actions from the backend ( #3106 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-10-02 11:55:26 +00:00
Anshuman Pandey
5035e3db9d
feat: adds contact info question type ( #3176 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2024-10-01 11:11:45 +00:00
Piyush Gupta
26591d9b9f
feat: Advanced logic editor ( #3020 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-09-30 10:25:22 +00:00
Dhruwang Jariwala
e4009d5951
chore: Refactor display response relationship ( #3100 )
...
Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com >
2024-09-18 10:55:46 +00:00
Piyush Gupta
492729baf3
docs: adds data migration guide for formbricks 2.5 release ( #3083 )
2024-09-03 10:54:25 +00:00
Piyush Gupta
f386e47efa
fix: Let CTA and consent question store nothing if dismissed ( #2977 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-08-19 08:50:19 +00:00
Matti Nannt
3788293bc0
chore: npm dependency and version upgrades before release ( #3014 )
2024-08-15 21:18:05 +02:00
Matti Nannt
32b3a7d1d0
fix: add data-migration fixing invalid jump end jump destination ( #2972 )
2024-08-07 16:57:13 +02:00
Matti Nannt
0988f2145c
chore: prepare 2.4.0 release ( #2959 )
2024-08-02 20:32:21 +02:00
Dhruwang Jariwala
f2fa13ba01
chore: Simplify email verification ( #2926 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-08-02 09:44:38 +00:00
Dhruwang Jariwala
5d347096cf
feat: multiple end screens ( #2863 )
...
Co-authored-by: Matti Nannt <mail@matthiasnannt.com >
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com >
2024-08-02 04:48:41 +00:00
Matti Nannt
ae266810c2
chore: improve button a11y with storybook ( #2938 )
2024-08-01 14:15:03 +02:00
Anshuman Pandey
2e4317a80c
fix: surveys with no segment fixes ( #2903 )
...
Co-authored-by: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com >
2024-07-31 10:04:56 +00:00