Matti Nannt
b0c65c76e6
chore: add environment created posthog event ( #2966 )
2024-08-05 20:51:25 +02:00
Matti Nannt
32ae38ebb2
chore: add react cache to improve render performance ( #2867 )
2024-07-10 11:43:59 +02:00
Piyush Gupta
8f61ceb4ea
feat: adds separate status indicator for both app and website ( #2747 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
2024-06-17 11:07:52 +00:00
Dhruwang Jariwala
ab80bc1bf2
feat: language switch ( #2692 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Matti Nannt <mail@matthiasnannt.com >
2024-06-12 14:10:22 +00:00
Piyush Gupta
2e64b0d54f
feat: Revamp No-Code Action Form ( #2688 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-06-10 20:29:12 +00:00
Piyush Gupta
295754480e
chore: Rename Teams to Organizations ( #2656 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-05-27 05:41:21 +00:00
Matti Nannt
15e6e60b62
fix: cached functions return dates as strings ( #2541 )
...
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2024-04-26 15:18:10 +00:00
Matti Nannt
c6c6c31d6d
chore: remove service-revalidation-interval to simplify caching ( #2539 )
2024-04-26 09:09:45 +00:00
Piyush Gupta
4ee27f9618
fix: adds try...catch in all services ( #2494 )
...
Co-authored-by: Matti Nannt <mail@matthiasnannt.com >
2024-04-22 07:15:37 +00:00
Matti Nannt
18f1bc5490
fix: remove pino to fix Vercel deployment ( #2328 )
2024-03-25 08:50:33 +00:00
Shubham Palriwala
dadc337955
feat: pino logger for formbricks ( #2296 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-03-22 13:21:44 +00:00
Dhruwang Jariwala
8b5328aa74
feat: Multi language Surveys ( #1630 )
...
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 >
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com >
2024-03-18 19:02:18 +00:00
Anshuman Pandey
bf51e578b2
feat: Advanced Targeting ( #758 )
...
Co-authored-by: Johannes <johannes@formbricks.com >
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2024-02-12 19:08:47 +00:00
Matti Nannt
cd4b6fdae0
chore: add prettier config for import sorting, update packages, migrate to prettier 3 ( #1777 )
2023-12-14 09:51:02 +00:00
Matti Nannt
2e5ed00414
fix: cache revalidation after product was deleted ( #1776 )
2023-12-13 11:18:13 +00:00
Dhruwang Jariwala
3103760611
chore: added date transform for cached services ( #1753 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-12-11 13:53:54 +00:00
Matti Nannt
c8c98499ed
chore: Simplify person service by removing complex getOrCreatePerson function ( #1643 )
2023-11-20 17:22:11 +00:00
Anshuman Pandey
53ef8771f3
feat: Make formbricks-js ready for public websites ( #1470 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
Co-authored-by: Johannes <johannes@formbricks.com >
2023-11-12 09:12:58 +00:00
Rotimi Best
3bb6ce3250
chore: caching for environment, integration, invite, membership, product & profile ( #1324 )
...
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-10-27 13:31:15 +00:00
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
Aditya Deshlahre
332631907a
fix(bug): removed user from Team, but user can select team ( #1111 )
...
Co-authored-by: Shubham Palriwala <spalriwalau@gmail.com >
2023-10-18 14:55:03 +00:00
Matti Nannt
c162037446
fix: build issues in environment service on some systems ( #1160 )
2023-10-14 17:51:32 +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
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
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
Rotimi Best
66ea2069ac
chore: move revalidation interval to a constant ( #921 )
2023-10-03 14:01:26 +02:00
Shubham Palriwala
8c0aba82e5
fix: add authorisation for tags actions ( #897 )
...
* 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 tag creation, updation & deletion
* fix: use cached wrapper
* fix: club caching methods and use authzn errors
* feat: add caching in canUserAccessApiKey
* fix: suggrsted changes and authzn for response as well
* fix: work on suggested changes
* fix broken lock file
---------
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com >
2023-10-02 16:00:25 +02:00
Shubham Palriwala
c470c024c5
fix: Add authorisation for API Key server actions ( #741 )
...
* 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
* fix: club caching methods and use authzn errors
* feat: add caching in canUserAccessApiKey
2023-10-02 10:13:19 +02:00