Julien Nahum
ef12c82fe5
Added parseAsText to mention parser. Fix multiple email recipients
2024-11-06 17:48:10 +01:00
Julien Nahum
ccbf9faa3c
Fix date input issue
2024-10-30 10:14:28 +01:00
Julien Nahum
9e19338b54
Bump nuxt icon dependency
2024-10-30 09:17:58 +01:00
Chirag Chhatrala
08837e6a29
Fix email notification reply to ( #603 )
2024-10-28 09:17:01 +00:00
Chirag Chhatrala
6bdce23967
improve email notfication migration ( #602 )
...
* improve email notfication migration
* Fix lint
* Added dry run
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-10-24 15:48:04 +02:00
Chirag Chhatrala
46359fb127
fix undefined error on integrations ( #601 )
2024-10-24 12:02:23 +02:00
Chirag Chhatrala
8a1282f4b0
Form Editor v2.5 ( #599 )
...
* Form Editor v2.5
* Remove log debug
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-10-23 10:34:51 +02:00
Julien Nahum
97c4b9db5b
Fix mentions in front-end + email spam
2024-10-22 11:04:49 +02:00
Chirag Chhatrala
dad5c825b1
Apply Mentions everywhere ( #595 )
...
* variables and mentions
* fix lint
* add missing changes
* fix tests
* update quilly, fix bugs
* fix lint
* apply fixes
* apply fixes
* Fix MentionParser
* Apply Mentions everywhere
* Fix MentionParserTest
* Small refactoring
* Fixing quill import issues
* Polished email integration, added customer sender mail
* Add missing changes
* improve migration command
---------
Co-authored-by: Frank <csskfaves@gmail.com>
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-10-22 10:34:29 +02:00
Julien Nahum
2fdf2a439b
Bump versions
2024-10-21 19:51:35 +02:00
Favour Olayinka
ef404e1d1e
apply first submission modal changes ( #584 )
...
* apply first submission modal changes
* Apply changes
* fix submiussions url
* fix lint
* Fix nuxt versions issues
* Add fixed version of nitropack
* Attempt to fix build
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-10-21 17:41:20 +02:00
Chirag Chhatrala
469031c9ec
[ESC-340] Fix Underline on text block ( #598 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-10-21 17:24:04 +02:00
Favour Olayinka
0208b0caa1
fix checkbox input ( #582 )
...
* fix checkbox input
* fix divs
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-10-19 11:04:47 +02:00
Julien Nahum
e737108b0e
Fix typo
2024-10-17 12:40:10 +02:00
Favour Olayinka
fa8c264cd4
fix phone input height ( #585 )
...
* fix phone input height
* fix width classes
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-10-10 10:45:01 +02:00
Favour Olayinka
2ab5e09750
fix closed form ( #583 )
2024-10-10 09:52:10 +02:00
Favour Olayinka
dea8fe5741
106a6 integration performance issues ( #581 )
...
* apply performance fixes
* fix integration
* Update client/components/open/forms/components/FirstSubmissionModal.vue
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix unique cache for forms
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-10-01 12:42:03 +02:00
Julien Nahum
5346054584
Fix tests
2024-09-30 16:47:10 +02:00
Julien Nahum
85098c2d34
Fix form stats
2024-09-30 15:13:40 +02:00
Chirag Chhatrala
504c7a0f2f
Custom SMTP Settings ( #561 )
...
* Custom SMTP Settings
* Fix lint
* Custom SMTP add in Pricing plan
* Allow reset email settings
* improve custom SMTP using seprate abstract class
* test case for custom SMTP
* fix test case
* UI improvement
* add CASHIER_KEY in phpunit for testcase
* Attempt to fix tests
* Run pint and attempt to fix cache tests
* Fix user management tests
* Fix code linters
* Merged main & fix linting
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-09-24 12:16:20 +02:00
Julien Nahum
5dcd4ff8cb
7953e better form editor ( #580 )
...
* Form editor v2
* fix template test
* setFormDefaults when save
* fix form cleaning dark mode
* improvements on open sidebar
* UI polish
* Fix change type button
* Ability to drag & add multiple form blocks
---------
Co-authored-by: Chirag Chhatrala <chirag.chhatrala@gmail.com>
2024-09-23 20:15:41 +02:00
Chirag Chhatrala
d6181cd249
Form editor v2 ( #579 )
...
* Form editor v2
* fix template test
* setFormDefaults when save
* fix form cleaning dark mode
* improvements on open sidebar
* UI polish
* Fix change type button
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-09-23 20:02:38 +02:00
Favour Olayinka
47ae11bc58
104a6 simpler submit transition ( #576 )
...
* better submit transition
* transition
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-09-20 12:07:04 +02:00
Favour Olayinka
33ad2d41b8
form color reset ( #577 )
...
* form color reset
* fix link color
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-09-20 12:02:06 +02:00
Favour Olayinka
5ab3477e0a
104a6 utm tracking in db ( #578 )
...
* utm tracking in db
* fix array key bug
* fix utm form
* fix import
2024-09-20 11:47:12 +02:00
Julien Nahum
5020f9fa74
refactor(FormTimer.vue): change timer variable from let to ref for reactivity
...
refactor(OpenCompleteForm.vue): remove FormTimer component and related logic to simplify form submission
feat(OpenForm.vue): reintroduce FormTimer component and manage timer start/stop on form events for better user experience
2024-09-19 10:11:34 +02:00
Julien Nahum
f65de634ee
Update package-lock file
2024-09-19 08:55:08 +02:00
Chirag Chhatrala
ceb0648262
Better Form Stats ( #567 )
...
* Better Form Stats
* fix lint
* submission timer store in localstorage
* Update test case for stats
* remove extra code
* fix form stats
* on restart remove timer
* fix resetTimer function name
* Improve form timer
* Fix timer after form validation error + polish UI
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-09-18 19:20:52 +02:00
Favour Olayinka
a057045ef6
utm tracking in db ( #574 )
...
* utm tracking in db
* fix array key bug
2024-09-18 18:50:04 +02:00
Favour Olayinka
7f6c21408c
fix email from address in self hosted mode ( #573 )
...
* fix email from address in self hosted mode
* fix linting
2024-09-17 15:41:50 +02:00
Favour Olayinka
2c70ed090e
fix matrix input email format issue ( #562 )
2024-09-12 10:02:11 +02:00
Chirag Chhatrala
6769da6e10
fix signature url issue ( #560 )
2024-09-05 17:59:19 +02:00
Favour Olayinka
0d3733a137
fix dark mode ( #558 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-09-05 09:41:58 +02:00
Favour Olayinka
d4990ec4db
fix password reset bug ( #559 )
2024-09-05 09:36:28 +02:00
Julien Nahum
a225b69f4c
Added misisng initial login section
2024-09-04 12:33:46 +02:00
Favour Olayinka
3fb961af0d
fix matrix input ( #556 )
...
* fix matrix input
* Fix matrix responsiveness
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-09-04 11:51:38 +02:00
Julien Nahum
f334a2696d
Merge branch 'main' of https://github.com/JhumanJ/OpnForm
2024-09-04 11:19:07 +02:00
Julien Nahum
7aafc5cab3
GH issue template, docker cache fix, remove docker client entrypoint
2024-09-04 11:19:03 +02:00
Chirag Chhatrala
d55379e346
Add rule button click - show alert ( #554 )
2024-09-03 13:28:59 +02:00
Julien Nahum
01c0f5b6ce
Updated docs
2024-09-02 16:00:48 +02:00
Julien Nahum
65c45b675c
Add link to main product docs
2024-09-02 15:55:14 +02:00
Julien Nahum
4cd8b3c62e
Technical docs ( #553 )
...
* WIP
* Working on configuration
* wip
* Finished docs
* Self hosted comparison + more links
2024-09-02 15:33:17 +02:00
Chirag Chhatrala
6d4b5b8ff4
fix select input options ( #550 )
2024-08-30 14:39:03 +02:00
Chirag Chhatrala
3d2d485512
update pricing page - Form Analytics ( #548 )
2024-08-29 17:27:37 +02:00
Julien Nahum
39d6627dcf
Clean useless debug log
2024-08-29 15:17:26 +02:00
Chirag Chhatrala
da0ea04475
Dynamic OauthDriver scope ( #544 )
...
* Dynamic OauthDriver scope
* support migration for mysql
* Refactor default scopes for integrations
* Small UI changes
* fix flet select tooltip
* fix linter
* Fix google token size in DB
---------
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-08-29 13:28:02 +02:00
Chirag Chhatrala
89513e3b4a
Form analytics now paid feature ( #547 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-08-29 11:14:49 +02:00
Chirag Chhatrala
8e777ecca6
Form Templates for self hosted ( #546 )
...
Co-authored-by: Julien Nahum <julien@nahum.net>
2024-08-29 11:08:09 +02:00
Julien Nahum
6736e15074
Fix custom-domains feature flag
2024-08-28 18:00:11 +02:00
Julien Nahum
e3eacf1e23
Fix Docker api issues
2024-08-28 17:20:17 +02:00