Chirag Chhatrala
b4a5843de6
fix custom seo meta ( #408 )
2024-05-13 13:24:41 +02:00
Favour Olayinka
34f92a6f34
slider input color ( #391 )
...
* slider input color
* fix slider input accent color
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-05-07 13:29:19 +02:00
Chirag Chhatrala
f8ad962e5b
fix create page go back click ( #402 )
2024-05-07 12:44:54 +02:00
Favour Olayinka
49e6382bbb
nuxt ui notifications ( #390 )
...
* nuxt ui notifications
* use crispInit function
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-05-06 14:19:06 +02:00
Favour Olayinka
9f7cdd09fd
fix date validation ( #395 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-05-06 14:16:26 +02:00
Favour Olayinka
80cdce9502
A227b new admin features ( #388 )
...
* wip: adminfeatures
* wip: admin features
* wip: admin features, password reset, deleted forms
* fix linting
* fix pinting
* fix bug
* fix bug
* remove testing
* fixes on deleted forms, removed unused functions
* fix pint
* admin feature updated
* fix linting warning
* fix workspace subscription tag
* Final touches
* Clean console.log
* Added admin logs
* Fix linting
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-05-06 14:12:05 +02:00
Favour Olayinka
6d50bba76b
fix date input ( #399 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-05-06 12:42:21 +02:00
Chirag Chhatrala
4eec9aa02b
remove integration migration command ( #400 )
2024-05-06 12:34:45 +02:00
Favour Olayinka
301aec9ed6
fix data limit bug ( #392 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-05-01 12:39:46 +02:00
Julien Nahum
8cca48e419
Change estonia vat rate to 22%
2024-04-30 17:59:34 +02:00
Favour Olayinka
7cad0a0c3d
feat: custom page favicon upload ( #380 )
...
* feat: custom page favicon upload
* fix helper text
* fix ios icon
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-22 16:46:19 +02:00
Favour Olayinka
e70d0955d0
fix show character limit not working ( #386 )
...
* fix show character limit not working
* Improve code for char limit issue
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-22 16:42:38 +02:00
Chirag Chhatrala
053a4a4976
Refactor Admin Panel with more features ( #384 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-22 16:11:21 +02:00
Favour Olayinka
eeb3ec3b77
re-enable custom scripts while trialing ( #383 )
...
* feat: disable custom script for trial users
* fix: logic error for trial users
* disable trialing check for custom script
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-22 15:59:02 +02:00
Favour Olayinka
f07f1d16d6
form extra menu update ( #382 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-22 15:55:31 +02:00
Favour Olayinka
5eb2dea3ef
fix: prefill with today date bug ( #385 )
2024-04-22 12:49:03 +02:00
Chirag Chhatrala
56b7ca9ad6
fix store signature ( #381 )
2024-04-18 10:29:02 +02:00
Julien Nahum
fe367a784c
Merge branch 'main' of https://github.com/JhumanJ/OpnForm
2024-04-18 09:51:53 +02:00
Julien Nahum
517a7a01b1
Remove paid block by defaults for self hosted setup
2024-04-18 09:51:49 +02:00
Chirag Chhatrala
8776414fac
form editor goback improvement ( #379 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-17 16:37:13 +02:00
Chirag Chhatrala
dbf5fd5bcc
Field’s setting sidebar UI improvement ( #378 )
2024-04-17 16:34:26 +02:00
Favour Olayinka
bcd45ce8a6
0351d front end linting ( #377 )
...
* feat: disable custom script for trial users
* after lint fix
* frontend linting
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-15 19:39:03 +02:00
Favour Olayinka
8d35fc8b1a
feat: disable custom script for trial users ( #371 )
...
* feat: disable custom script for trial users
* fix: logic error for trial users
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-15 16:14:21 +02:00
Don Benjamin
75c2107b6c
#365 Use relative urls in the browser to avoid needing to hardcode the domain name ( #375 )
...
* #365 Updated documentation for changing ports. Updated the nuxt config to use separate internal and external api urls
* #365 Switch to using relative urls
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-15 16:02:28 +02:00
Chirag Chhatrala
ae18bcbb8d
Fix Dark mode ( #376 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-15 15:19:37 +02:00
Chirag Chhatrala
e1faba8239
Edit submissions file issue ( #373 )
...
* Edit submissions file issue fixed
* handleCompValChange with loader
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-15 15:12:36 +02:00
Chirag Chhatrala
4f4f7128fa
New Date input ( #368 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-04-15 15:09:19 +02:00
Don Benjamin
1dd02cc147
Issue 349/database not created ( #372 )
...
* #349 Handle some supervisor warnings and tidy up log output
* Fixed a typo in the README
* #349 --force is necessary when running with APP_ENV=production
* Coderabbit changes for #349
2024-04-12 09:40:14 +02:00
Don Benjamin
a854113901
Issue 331 - Fix failing redis persistence ( #369 )
...
* #331 Redis was not reading the config file
* #113 Don't create recursive symlink in the storage directory
2024-04-08 14:19:49 +02:00
Chirag Chhatrala
a7517252c1
Object.hasOwn & hasOwnProperty replace with lodash has ( #367 )
...
* Object.hasOwn & hasOwnProperty replace with lodash has
* fix _has
2024-04-03 11:49:33 +02:00
Chirag Chhatrala
615ac88f89
Integration cleanings ( #366 )
...
Co-authored-by: Forms Dev <chirag+new@notionforms.io>
2024-04-02 13:29:00 +02:00
Julien Nahum
b93f421e39
Fix slow HMR because of duplicated TW import
2024-04-01 13:26:22 +02:00
Julien Nahum
a595972c88
Fix dark mode
2024-03-29 14:50:55 +01:00
Julien Nahum
3420216205
Email notifications in the free plan
2024-03-28 19:03:09 +01:00
Julien Nahum
762aaf3b0a
Mark slack notification as pro
2024-03-28 18:58:45 +01:00
Chirag Chhatrala
35efd6711d
Remove old code related to notifications ( #363 )
...
* Integrations Refactoring - WIP
* integrations list & edit - WIP
* Fix integration store binding issue
* integrations refactor - WIP
* Form integration - WIP
* Form integration Edit - WIP
* Integration Refactor - Slack - WIP
* Integration Refactor - Discord - WIP
* Integration Refactor - Webhook - WIP
* Integration Refactor - Send Submission Confirmation - WIP
* Integration Refactor - Backend handler - WIP
* Form Integration Status field
* Integration Refactor - Backend SubmissionConfirmation - WIP
* IntegrationMigration Command
* skip confirmation email test case
* Small refactoring
* FormIntegration status active/inactive
* formIntegrationData to integrationData
* Rename file name with Integration suffix for integration realted files
* Loader on form integrations
* WIP
* form integration test case
* WIP
* Added Integration card - working on refactoring
* change location for IntegrationCard and update package file
* Form Integration Create/Edit in single Modal
* Remove integration extra pages
* crisp_help_page_slug for integration json
* integration logic as collapse
* UI improvements
* WIP
* Trying to debug vue devtools
* WIP for integrations
* getIntegrationHandler change namespace name
* useForm for integration fields + validation structure
* Integration Test case & apply validation rules
* Apply useform changes to integration other files
* validation rules for FormNotificationsMessageActions fields
* Zapier integration as coming soon
* Update FormCleaner
* set default settings for confirmation integration
* WIP
* Finish validation for all integrations
* Updated purify, added integration formatData
* Fix testcase
* Ran pint; working on integration errors
* Handle integration events
* Remove old code related to notifications
* command for Delete Old Integration Events
* Display Past Events in Modal
* on Integration event create with status error send email to form creator
* Polish styling
* Minor improvements
* Finish badge and integration status
* Fix tests and add an integration event test
* Run linters
---------
Co-authored-by: Forms Dev <chirag+new@notionforms.io>
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-03-28 18:46:29 +01:00
formsdev
6f61faa9ef
Notification & Integrations refactoring ( #346 )
...
* Integrations Refactoring - WIP
* integrations list & edit - WIP
* Fix integration store binding issue
* integrations refactor - WIP
* Form integration - WIP
* Form integration Edit - WIP
* Integration Refactor - Slack - WIP
* Integration Refactor - Discord - WIP
* Integration Refactor - Webhook - WIP
* Integration Refactor - Send Submission Confirmation - WIP
* Integration Refactor - Backend handler - WIP
* Form Integration Status field
* Integration Refactor - Backend SubmissionConfirmation - WIP
* IntegrationMigration Command
* skip confirmation email test case
* Small refactoring
* FormIntegration status active/inactive
* formIntegrationData to integrationData
* Rename file name with Integration suffix for integration realted files
* Loader on form integrations
* WIP
* form integration test case
* WIP
* Added Integration card - working on refactoring
* change location for IntegrationCard and update package file
* Form Integration Create/Edit in single Modal
* Remove integration extra pages
* crisp_help_page_slug for integration json
* integration logic as collapse
* UI improvements
* WIP
* Trying to debug vue devtools
* WIP for integrations
* getIntegrationHandler change namespace name
* useForm for integration fields + validation structure
* Integration Test case & apply validation rules
* Apply useform changes to integration other files
* validation rules for FormNotificationsMessageActions fields
* Zapier integration as coming soon
* Update FormCleaner
* set default settings for confirmation integration
* WIP
* Finish validation for all integrations
* Updated purify, added integration formatData
* Fix testcase
* Ran pint; working on integration errors
* Handle integration events
* command for Delete Old Integration Events
* Display Past Events in Modal
* on Integration event create with status error send email to form creator
* Polish styling
* Minor improvements
* Finish badge and integration status
* Fix tests and add an integration event test
* Lint
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-03-28 18:14:30 +01:00
Daniel Roe
d9996e0d9d
fix: opt in to `import.meta.*` properties ( #364 )
2024-03-28 17:59:41 +01:00
Favour Olayinka
2191f46214
fix loading show form page ( #361 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-03-25 16:05:24 +01:00
Julien Nahum
e517cba88a
Fix issue with form analytics for submissions ( #362 )
...
* Password not working when Notion embed - Fixed (#360 )
* fix tests
---------
Co-authored-by: formsdev <136701234+formsdev@users.noreply.github.com>
2024-03-25 11:30:00 +01:00
Favour Olayinka
659dc5086e
20334 implement desktop camera upload feature ( #335 )
...
* wip: camera upload
* Handle camera permissions
* remove console logs
* fix camera theme, hide on small screen,
* video sizing on camera upload
* camera feature minor fixes
* Package.json update
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-03-25 11:00:00 +01:00
formsdev
a32c183758
Password not working when Notion embed - Fixed ( #360 )
2024-03-22 14:20:30 +01:00
Favour Olayinka
b41d6c0e60
fix: file size limit for guest pages ( #359 )
2024-03-22 12:10:18 +01:00
Julien Nahum
f56cee5acd
Feature base button below modals etc
2024-03-22 09:53:42 +01:00
formsdev
0fe038d8c3
Bug when editing submissions - file input ( #357 )
2024-03-22 09:04:18 +01:00
Julien Nahum
31e5624aec
Skip jwt token security when impersonating
2024-03-21 17:55:15 +01:00
Julien Nahum
75cc4b19e1
Fix rating input
2024-03-20 20:09:52 +01:00
Julien Nahum
a7a32134a6
Fix open completeform import
2024-03-20 19:24:53 +01:00
Julien Nahum
06214ebfbf
Completely remove nuxtimage
2024-03-20 19:16:17 +01:00
formsdev
e7c7776bb1
Disabled select input fixes ( #355 )
2024-03-20 11:56:17 +01:00