Commit graph

400 commits

Author SHA1 Message Date
James Thomas f80c0e9bcc Added custom mail host via MAILER_SERVICE_PROVIDER, MAILER_SMTP_PORT, and MAILER_SMTP_SECURE env vars 2017-08-14 20:58:26 -04:00
David Baldwynn dfdefaa305 Merge pull request #211 from tellform/fixed_user_signup_error_ui
Fix user signup errors [wip]
2017-08-02 16:47:15 -07:00
David Baldwynn d63f03f83e fixed division by zero error for form field statistics 2017-08-02 19:10:42 -04:00
David Baldwynn 4e09d7c28c fixed date field bug 2017-08-02 16:23:54 -04:00
David Baldwynn f13d0cf077 Fixed bug that didn't allow user to rearrange form fields 2017-08-02 16:05:17 -04:00
David Baldwynn a0ccafc99c fixed user signup error handling 2017-08-01 19:12:13 -04:00
David Baldwynn f07cf32104 Removed submission saving from form saving logic 2017-07-31 13:36:37 -07:00
David Baldwynn 7e0c94cd5c Fixed "can't read code of null" error 2017-07-31 10:01:03 -07:00
David Baldwynn 6e43731747 Fixed "can't read code of null" error 2017-07-31 10:00:48 -07:00
David Baldwynn 5a18735b4c fixed form field preservation logic 2017-07-28 17:04:16 -07:00
David Baldwynn ed032d6db9 fixed edit-submission-form-directive test and removed unnessecary console.log() statements 2017-07-28 14:47:09 -07:00
David Baldwynn d07c1c28ce fixed signup verification bug 2017-07-27 23:27:24 -04:00
David Baldwynn 66d41f5a80 fixed ui bugs in analytics view in admin panel 2017-07-27 00:53:31 -04:00
David Baldwynn 20a2c1b574 fixed rendering error for admin panel view 2017-07-26 22:53:02 -04:00
David Baldwynn 0f3f23f3f1 fixed form rendering authorization bug 2017-07-26 18:55:33 -04:00
David Baldwynn a1b8456a24 set form isLive to default to true 2017-07-26 18:33:00 -04:00
David Baldwynn 699252b119 Added quick bug fix for user verification problems 2017-07-26 16:41:53 -04:00
David Baldwynn c59060b658 Added message when private form is accessed 2017-07-25 18:08:25 -04:00
David Baldwynn 6afa2b5e24 Merge branch 'master' of github.com:whitef0x0/tellform 2017-07-25 13:52:14 -04:00
David Baldwynn 876800b990 fixed signup problem 2017-07-25 13:51:59 -04:00
David Baldwynn 921c3726c9 Changed _.pluck to _.map 2017-07-20 21:21:20 -07:00
David Baldwynn 4d40074368 Merge pull request #181 from Cambalab/avoid_deprecated_setup
Add explicit SHA1 digest in crypto.pbkdf2 call
2017-07-05 14:57:43 -07:00
José Luis Di Biase d1f3e5f74a match jshintrc config
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-23 14:54:28 -03:00
José Luis Di Biase e764b716d0 Add explicit SHA1 digest in crypto.pbkdf2 call
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-22 10:51:22 -03:00
Steve Sloan 95bd13057c layout.server.view.html: removed extra / from url. changed spaces to tabs. 2017-05-05 14:49:55 -04:00
Steve 3c05ee6b39 layout.server.view.html: fixed broken link 2017-05-04 22:29:19 -04:00
David Baldwynn d303eb7bdf
fixed getAssets bug in config.js 2017-04-23 12:55:26 -07:00
David Baldwynn 5798f5aa95
refactored server-side tests 2017-04-23 12:46:15 -07:00
David Baldwynn 37984807bf Refactored user.server.model.js 2017-04-22 21:13:56 -07:00
David Baldwynn 2fb96dd68c Return callback cb() in analytics_service.js 2017-04-22 21:04:08 -07:00
David Baldwynn b258f9f94c Changed "==" to "===" in forms.server.controller.js 2017-04-22 21:02:40 -07:00
David Baldwynn 0d1698d873 Removed node debugger statement from users.password.server.controller.js 2017-04-22 21:00:39 -07:00
David Baldwynn 175ee4cd8a Refactor users.authentication.server.controller.js's if statements 2017-04-22 20:46:57 -07:00
David Baldwynn 367e2df0ad Refactored form.server.model.test.js 2017-04-22 19:56:47 -07:00
David Baldwynn 7148c11af5 Removed unused vars from form_submission.server.model.js 2017-04-22 19:50:37 -07:00
David Baldwynn 2deeec5c84 Refactored user.server.routes.test.js 2017-04-22 19:49:24 -07:00
David Baldwynn 014c1c578c Added curly brackets to if statements in form.server.routes.test.js 2017-04-22 19:42:43 -07:00
David Baldwynn 89c6dc43f8 Refactored analytics_service.js 2017-04-22 19:27:45 -07:00
David Baldwynn d89d964d39 Remove unused variables from users.profile.server.controller.js 2017-04-22 19:25:00 -07:00
David Baldwynn 40265a9800 Cleaned up form.server.model.js 2017-04-22 19:13:21 -07:00
David Baldwynn 1566db5379 Fixed codacy errors in user.authentication.server.controller.js 2017-04-22 19:07:43 -07:00
David Baldwynn fdfd7567dd Removed unused variables from form.server.routes.js 2017-04-20 22:00:10 -07:00
David Baldwynn cedf544f14 Fixed linting errors in forms controller file 2017-04-20 21:54:02 -07:00
David Baldwynn 40520fc81a Removed unused dependency from user routes test 2017-04-20 21:50:15 -07:00
David Baldwynn cbef0023cd Removed shadow variables from form_submission route tests 2017-04-20 21:49:27 -07:00
David Baldwynn 98df16c76c Change undefined to null in users.password.server.controller.js 2017-04-20 21:47:54 -07:00
David Baldwynn b65143f5eb Update user.server.model.js 2017-04-20 21:03:26 -07:00
David Baldwynn 74019318b3
updated favicon 2017-04-11 04:01:16 -07:00
David Baldwynn f472b74457
resized loading indicator 2017-04-11 03:40:02 -07:00
David Baldwynn 1ec65b6158
added loading animation to forms 2017-04-11 03:32:18 -07:00
David Baldwynn 005ed4c820
Merge branch 'master' of https://github.com/whitef0x0/tellform 2017-04-11 00:12:00 -07:00
David Baldwynn e64389d42e
sped up form rendering 2017-04-11 00:10:36 -07:00
David Baldwynn 6b78c7b00b got rid of extra '(' in embed view 2017-04-10 21:01:40 -04:00
David Baldwynn 3f20bcf712
fixed form preview issues 2017-04-10 17:36:24 -07:00
David Baldwynn 18cde5213d
fixed configuration syntax error 2017-04-10 16:13:02 -07:00
David Baldwynn 901bf840ee
fix preview form while logged in bug 2017-04-03 14:26:35 -07:00
David Baldwynn 0f1dcc89e0
fixed reset password 2017-03-30 15:14:19 -07:00
David Baldwynn efe1bee190
fixed socketUrl template embedding error 2017-03-27 17:27:21 -07:00
David Baldwynn 86c9c45670
got forms to work without subdomains 2017-03-27 17:04:03 -07:00
David Baldwynn 8d27010d0a
successfully split form and admin panel template cache 2017-03-27 15:00:22 -07:00
David Baldwynn 709303d43c
got all frontend tests to pass 2017-03-27 13:32:33 -07:00
David Baldwynn becd2a831c
added custom end page 2017-03-13 12:16:52 -07:00
David Baldwynn d02573cc0a
readded modification for multichoice and rating inputs 2017-03-12 21:19:41 -07:00
David Baldwynn fcfea416e8
don't send startPage in form json if it is disabled 2017-03-11 11:58:12 -08:00
David Baldwynn e292c03050
removed file upload functionality 2017-03-10 12:19:46 -08:00
David Baldwynn 98c6b0cbe2
fixed field preview 2017-03-10 11:26:07 -08:00
David Baldwynn fbc5641388
fixed autosaving bug for configure tab 2017-03-09 16:30:32 -08:00
David Baldwynn 2b7f536831
fixed signup password input css bug 2017-03-06 16:38:37 -08:00
David Baldwynn 8a12f4d65c
fixed analytics geolocation 2017-03-06 14:05:40 -08:00
David Baldwynn 91271686e8
fixed duplicate views for form analytics bug 2017-03-06 13:06:59 -08:00
David Baldwynn 32cb8dd485
fixed analytics for non-submitted sessions 2017-03-06 12:57:53 -08:00
David Baldwynn f62ecba90f
fixed analytics time elapsed bug 2017-03-06 12:53:31 -08:00
David Baldwynn ca0cd1114e
removed submissions and analytics from form render object 2017-03-06 12:30:31 -08:00
David Baldwynn f4854e078a increased request entity size 2017-03-06 14:43:42 -05:00
David Baldwynn 0e2fe9076a fixed socket.io cdn 2017-03-01 15:11:20 -05:00
David Baldwynn 090b38f12a got delete modal working in list forms view 2016-11-14 14:08:40 -08:00
David Baldwynn 601dcd64e4 Merge branch 'master' of github.com:whitef0x0/tellform 2016-11-14 11:27:39 -08:00
David Baldwynn 3b0af059d2 fixed hide logicJump in admin panel 2016-11-14 11:13:58 -08:00
David Baldwynn fbfed815c4 fixed hide logicJump in admin panel 2016-11-14 11:10:51 -08:00
David Baldwynn 7ad79c4882 fixed password reset email 2016-11-14 11:01:16 -08:00
David Baldwynn 1092f0da7f fix password reset 2016-11-14 10:59:08 -08:00
David Baldwynn fdccdb8f81 Merge branch 'master' of https://github.com/whitef0x0/tellform 2016-11-14 10:55:05 -08:00
David Baldwynn dbe49af5de change expriation time of activation link to 24 hours 2016-11-14 13:43:28 -05:00
David Baldwynn 3e4028117d got tests to run 2016-11-09 12:29:36 -08:00
David Baldwynn f464deb959 fixed analytics service 2016-11-09 11:06:01 -08:00
David Baldwynn faa306302b fixed form analyze view 2016-11-09 10:02:12 -08:00
David Baldwynn 6e1a8960f2 fixed setup script 2016-11-08 14:55:46 -08:00
David Baldwynn 71cd2ff1a3 removed oscarhost and soap 2016-11-08 14:53:10 -08:00
David Baldwynn 0bc207c6d3 added e2e_tests 2016-11-08 14:46:20 -08:00
David Baldwynn e0dc6e4627 removed '=' file 2016-11-08 14:45:30 -08:00
David Baldwynn 0255279183 fixed token generator 2016-11-08 17:28:30 -05:00
David Baldwynn e88234dad5 Merge branch 'stage' of github.com:whitef0x0/tellform into stage
Conflicts:
	README.md
	app/models/form_submission.server.model.js
	public/dist/application.min.js
	public/dist/form-application.min.js
2016-11-08 17:25:12 -05:00
David Baldwynn 52632f3328 fixed autosaving bug 2016-11-02 12:35:01 -07:00
David Baldwynn 2d15ae3dd5 fixed subdomain for problem 2016-11-02 12:11:41 -07:00
David Baldwynn ecfccd803f added dnsmasq setup file 2016-11-02 11:31:15 -07:00
Toan Vo 2fe9607e43 fix jshint 2016-10-23 11:31:18 +07:00
David Baldwynn 8309b27e3e added successful verification message to login page 2016-10-07 09:01:37 -07:00
David Baldwynn 2455f5dd9a Merge branch 'api' into stage 2016-10-07 08:38:45 -07:00
David Baldwynn 1d65da9792 Merge branch 'logic_jump' into stage 2016-10-07 08:30:09 -07:00
David Baldwynn eb96506da5 merged to stage 2016-10-07 08:29:11 -07:00
David Baldwynn 0a74598894 added diff to update 2016-08-26 15:34:29 -07:00
David Baldwynn fbf11011dd Merge branch 'stage' into logic_jump 2016-08-26 15:17:39 -07:00
David Baldwynn b195b0f813 added all routes to swagger 2016-08-26 15:09:16 -07:00
David Baldwynn 74c4f0b416 got api subdomain to work with docs 2016-08-26 13:43:37 -07:00
David Baldwynn baf52c207b adding swagger 2016-08-26 12:31:40 -07:00
David Baldwynn 5add4f2ce9 Redesign form admin view as well as added preview in design pane 2016-08-25 22:50:54 -07:00
David Baldwynn 0b95c0110b fixed signup form bug 2016-08-25 18:21:10 -07:00
David Baldwynn 75da4499a4 updated color scheme and login/signup pages 2016-08-25 18:14:50 -07:00
David Baldwynn 704a5474d1 got api to work 2016-08-25 17:54:16 -07:00
David Baldwynn 5ed340a43e updated color scheme and login/signup pages 2016-08-25 17:15:32 -07:00
David Baldwynn 5f58f7b8ad fixed logout bug 2016-08-25 16:33:10 -07:00
David Baldwynn 6af807491b updated logo 2016-08-23 16:40:15 -07:00
David Baldwynn 13c68f7411 got logicjump to work and added more comparison fields 2016-08-23 15:58:27 -07:00
David Baldwynn 02e25ef739 added logicjump to forms 2016-08-23 14:45:59 -07:00
David Baldwynn de5ac881c9 fixed signup error 2016-08-17 12:04:42 -07:00
David Baldwynn d6c3aebe65 changed form updated method to use diffs 2016-07-05 18:52:18 -07:00
David Baldwynn c83e583aa1 fixed geolocation bug 2016-07-05 15:52:05 -07:00
David Baldwynn daeccb8dce fixed nodemailer error 2016-07-04 17:51:25 -07:00
David Baldwynn afa53ecbf2 removed pre find hook 2016-07-04 17:49:30 -07:00
David Baldwynn 8047eb9fce added messaging support for username change 2016-07-04 17:46:14 -07:00
David Baldwynn 2b3f314db8 added username reminder message for older users 2016-07-04 17:27:26 -07:00
David Baldwynn 17530c1cfb Merge branch 'master' into stage 2016-07-04 17:12:49 -07:00
David Baldwynn 89b10232c5 allow form to be embedded 2016-07-04 17:04:26 -07:00
David Baldwynn 6d65599963 made jsonip https 2016-06-21 00:49:21 -07:00
David Baldwynn f00edf73dd got subdomain support to work 2016-06-20 15:19:18 -07:00
David Baldwynn 20b599680d merged subdomains into stage 2016-06-20 14:02:03 -07:00
David Baldwynn cf564308a8 Merge branch 'master' into stage 2016-06-20 13:26:44 -07:00
David Baldwynn 19be9eafec removed registerTempUser 2016-06-18 14:17:30 -07:00
David Baldwynn 8720797744 merged master 2016-06-17 15:19:05 -07:00
David Baldwynn 7f0c3d9c7b added field responses 2016-06-17 15:18:23 -07:00
David Baldwynn d7ce5f7b70 got node freegeoip to work again 2016-06-17 14:55:41 -07:00
David Baldwynn afeb7aaf2a added analytics dashboard 2016-06-17 14:51:17 -07:00
David Baldwynn 26b2fafc3d created basic analytics dashboard 2016-06-17 14:33:33 -07:00
David Baldwynn 637ff4dc70 added whole-app translation 2016-06-15 21:39:26 -07:00
David Baldwynn a28e0ef0f1 fixed generateTempUserModel 2016-06-15 15:05:56 -07:00
Samuel Laulhau 22810f4bbf add callback to generateTempUserModel args
emailverification generateTempUserModel require a callback
2016-06-11 10:02:02 +02:00
David Baldwynn 2876c69a5a got subdomains to work 2016-06-08 20:32:33 -07:00
David Baldwynn 8e35413d67 fixed node-email-verification error 2016-06-08 17:01:49 -07:00
David Baldwynn c03c9ae33d added multi language support for form title 2016-06-08 16:56:06 -07:00
Sam 0658c2de60 make it work 2016-06-08 19:59:54 +02:00
David Baldwynn 3cd4c2395c merged 2016-06-07 14:30:15 -07:00
David Baldwynn d76264fde2 merged stage into master 2016-06-07 14:26:36 -07:00
David Baldwynn a8530472d5 merged 2016-06-07 14:22:20 -07:00
Sam 3315f8133c make it work 2016-06-07 22:10:27 +02:00
David Baldwynn 3e364b2f2e fixed merged
modified:   public/modules/forms/views/directiveViews/form/edit-submissions-form.client.view.html
2016-06-07 13:02:34 -07:00
David Baldwynn 3d50c5e7c3 fixed socket.io 2016-06-07 12:43:24 -07:00
David Baldwynn ffc615a262 fixed signup error 2016-06-07 00:59:24 -04:00
David Baldwynn 20634f8f19 added analytics 2016-06-06 18:08:46 -07:00
David Baldwynn 5635e352c7 fixed dropdown option value bug 2016-06-04 20:13:42 -07:00
David Baldwynn 083ea1070c fixed form field validation for multiple choice and checkbox 2016-06-04 00:00:31 -07:00