311 Commits

Author SHA1 Message Date
David Baldwynn
346537fea5 added emailNotifications to form model 2017-10-05 21:16:10 -07:00
David Baldwynn
45b378d16f sped up list forms and fixed analytics bugs 2017-10-02 08:17:39 -07:00
David Baldwynn
f6bb23a3bf fixed duplicate views bug 2017-09-29 17:33:55 -07:00
David Baldwynn
bb1c7e6c0d fixed bug in list forms view 2017-09-21 02:26:49 -04:00
David Baldwynn
4414b0e390 added cdn version of static assets 2017-09-21 02:08:45 -04:00
David Baldwynn
a702ae7e43 Merge branch 'speedup-queries' 2017-09-21 00:07:50 -04:00
David Baldwynn
b3915b7f90 added cache 2017-09-20 20:53:50 -07:00
David Baldwynn
17596d9e17 fixed form loading animation 2017-09-20 23:08:31 -04:00
David Baldwynn
7512402c08 fixed production bug 2017-09-20 22:51:42 -04:00
David Baldwynn
61c9470660 fixed no subdmain form rendering bug 2017-09-20 21:54:23 -04:00
David Baldwynn
c0cc33e223 integrated form_modules into admin panel 2017-09-20 15:18:19 -07:00
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