Anshuman Pandey
f7e8bc1630
feat: attributes data types ( #7246 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
2026-02-13 08:55:06 +00:00
Anshuman Pandey
ff10ca7d6a
fix: allows local ip images ( #7189 )
...
Co-authored-by: pandeymangg <pandeyman@Anshumans-MacBook-Air.local >
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
Co-authored-by: Matti Nannt <matti@formbricks.com >
2026-02-10 17:29:27 +01:00
Anshuman Pandey
1b81e68106
feat: overlay close ( #7197 )
2026-02-06 06:08:19 +00:00
Dhruwang Jariwala
1db1271e7f
feat: validation rules ( #7140 )
2026-01-21 15:23:09 +00:00
Matti Nannt
38ea5ed6ae
perf: remove redundant database indexes ( #7104 )
2026-01-16 10:17:05 +00:00
Anshuman Pandey
46be3e7d70
feat: webhook secret ( #7084 )
2026-01-09 12:31:29 +00:00
Dhruwang Jariwala
6d140532a7
feat: add IP address capture functionality to surveys ( #7079 )
2026-01-09 11:28:05 +00:00
Johannes
6a33498737
feat: Custom HTML scripts in link surveys ( #7064 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2026-01-07 10:06:41 +00:00
Johannes
65abd4ee07
feat: add pretty URL UI components for surveys ( #6969 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2025-12-24 06:39:46 +00:00
Anshuman Pandey
be38d76ccf
fix: removes empty imageUrl and videoUrl keys from elements ( #6950 )
2025-12-09 09:52:01 +00:00
Matti Nannt
c53e4f54cb
feat: migrate integration configs from questions to elements ( #6906 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2025-11-28 17:07: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
Johannes
2186a1c60d
revert: revert accidental merges ( #6701 ) ( #6703 )
2025-10-17 05:47:17 +00:00
Johannes
e068955fbf
fix: removes unused migration and language flag from the codebase ( #6704 )
2025-10-16 15:34:04 +00:00
Johannes
4f5180ea8f
fix: revert accidental merges ( #6701 )
2025-10-16 05:42:00 -07:00
Johannes
093013e1d2
Merge branch 'main' of https://github.com/formbricks/formbricks
2025-10-16 14:33:09 +02:00
Anshuman Pandey
36c5fc4a65
feat: rich text in headlines ( #6685 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2025-10-16 10:29:46 +00:00
Johannes
36535e1e50
feat: Add language as default contact attribute for case-insensitive CSV matching
...
- Add language as a default attribute key in environment creation
- Create data migration to add language attribute key to existing environments
- Update tests to verify language is treated like other default attributes
- Fixes issue where CSV columns with 'Language' (capital L) would create duplicate custom attributes
The existing isStringMatch() function already handles case-insensitive matching,
so this change ensures language is properly matched alongside userId, email,
firstName, and lastName without any hardcoding in the UI layer.
2025-10-15 18:07:04 +02:00
Victor Hugo dos Santos
aaea129d4f
fix: api key hashing algorithm ( #6639 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2025-10-13 14:36:37 +00:00
Matti Nannt
839144d338
chore: remove unused fields and tables from prisma schema ( #6531 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2025-09-12 09:01:03 +00:00
Piyush Gupta
dd394f1d2c
chore: remove cron jobs and survey scheduling functionality ( #6505 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
2025-09-11 06:57:11 +00:00
Piyush Gupta
feee22b5c3
feat: Quota management(part 1 & part 2) ( #6521 )
...
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
Co-authored-by: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com >
2025-09-09 13:25:05 +00:00
Piyush Gupta
a59881f9ae
feat: adds drag and drop to matrix question fields ( #6386 )
2025-08-18 14:38:53 +00:00
Piyush Gupta
41d60c8a02
chore: custom avatar removal ( #6408 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2025-08-14 10:17:05 +00:00
Dhruwang Jariwala
4786ab61e7
feat: customizable link previews ( #6361 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2025-08-12 06:37:30 +00:00
Piyush Gupta
3132fe74f1
chore: remove response note feature ( #6390 )
2025-08-11 12:01:31 +00:00
Dhruwang Jariwala
babc020085
chore: short url legacy removal ( #6391 )
2025-08-11 07:55:52 +00:00
Piyush Gupta
8f8b549b1d
chore: Remove the public result sharing page. ( #6298 )
...
Co-authored-by: Victor Santos <victor@formbricks.com >
2025-07-24 12:06:59 +00:00
Piyush Gupta
28514487e0
chore: sunset weekly summary ( #6282 )
2025-07-24 12:01:39 +00:00
Dhruwang Jariwala
a941f994ea
fix: removed userId from contact endpoint response ( #6175 )
...
Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com >
2025-07-08 06:36:56 +00:00
Matti Nannt
12aa959f50
fix: slow responses query slowing down database ( #5846 )
2025-05-21 04:13:31 +00:00
Piyush Gupta
99454ac57b
feat: add recaptcha v3 support to surveys ( #5500 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2025-05-01 17:22:28 +00:00
Dhruwang Jariwala
cbf2343143
feat: lastLoginAt to user model ( #5216 )
2025-04-05 13:22:38 +02:00
Dhruwang Jariwala
9d9b3ac543
chore: added isActive to user model ( #5211 )
...
Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com >
2025-04-05 12:22:45 +02:00
Dhruwang Jariwala
1b9d91f1e8
chore: Api keys to org level ( #5044 )
...
Co-authored-by: Victor Santos <victor@formbricks.com >
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2025-04-03 14:59:42 +02:00
victorvhs017
46f06f4c0e
feat: Added Webhooks in Management API V2 ( #4949 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2025-03-25 14:28:44 +00: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
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
Dhruwang Jariwala
9f6fb8a387
feat: optional back button ( #4813 )
...
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com >
Co-authored-by: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com >
2025-02-26 11:36:16 +00:00
Anshuman Pandey
e3d2d355de
fix: make new session data migration more efficient ( #4751 )
2025-02-17 20:10:27 +01:00
Anshuman Pandey
e8e00691c0
fix: migration batch size ( #4750 )
2025-02-17 19:12:05 +01:00
Anshuman Pandey
30d3297002
fix: removes new session action ( #4726 )
2025-02-17 16:53:02 +00:00
Dhruwang Jariwala
88cb4c742f
feat: activepieces integration ( #4711 )
2025-02-06 15:34:02 +00:00
Dhruwang Jariwala
d197c91995
feat: Placeholder input for contact and address question ( #4549 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2025-01-09 09:45:24 +00:00
Piyush Gupta
117ec317de
feat: whitelabel 2 | Email customization ( #4546 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2025-01-02 12:28:56 +00:00
Dhruwang Jariwala
1c58ac3704
fix: wrong invite message ( #4470 )
...
Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com >
2024-12-18 14:24:16 +00:00
Piyush Gupta
15f36651d8
feat: team users clean up ( #4448 )
...
Co-authored-by: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com >
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com >
Co-authored-by: Matti Nannt <mail@matthiasnannt.com >
2024-12-18 12:20:50 +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
28aec8852b
fix: migrations speed ( #4492 )
2024-12-18 08:55:57 +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