Commit graph

184 commits

Author SHA1 Message Date
Arielle Baldwynn 17b428b304 Merge branch 'master' of github.com:tellform/tellform into stable2.1 2019-04-29 14:15:52 -07:00
LoneRifle 5bc0d623a5
deleteSubmissions - remove spurious condition
`FormSubmission.remove` should not use `admin` as a condition:
 - the field is not present in the schema or in any created submissions
 - the user is unlikely to be the admin of a submission 

Remove this field to facilitate deletes

Fixes #315
2018-10-20 16:33:12 +08:00
David Baldwynn 386b6be968 got stable release to work 2018-08-31 15:56:49 -04:00
David Baldwynn 5c58db879c got server tests to pass 2017-11-02 11:14:25 -07:00
David Baldwynn 6927f9d5ac fixed signin redirect bug 2017-11-02 10:37:29 -07:00
David Baldwynn d304b80913 fixed submission ordering 2017-10-28 05:13:56 -04:00
David Baldwynn a3d203fee3 Merge branch 'master' of github.com:tellform/tellform 2017-10-28 01:51:18 -07:00
David Baldwynn dc3bb54774 fixed submissions bug 2017-10-28 04:30:23 -04:00
David Baldwynn a829e08d73 fixed errors for password reset, user signup and user signin 2017-10-27 23:54:55 -07:00
David Baldwynn 34b2cba461 added client side validation for email, username and password inputs 2017-10-27 23:23:50 -07:00
David Baldwynn 82d60c5a42 add error for unactivated account login/forgot password 2017-10-27 20:59:47 -07:00
David Baldwynn c45d248c3c internationalized transactional emails 2017-10-27 20:46:00 -07:00
David Baldwynn 4f7d646edd got email pug templates to work 2017-10-27 19:30:05 -07:00
David Baldwynn e4ef81af35 fixed verification email signup bug 2017-10-26 11:36:15 -04:00
David Baldwynn 154fddff75 fixed editField bug 2017-10-18 17:18:18 -07:00
David Baldwynn d1039c7fc2 got all tests to pass 2017-10-10 22:07:13 -07:00
David Baldwynn 8e402f5919 disabled cache 2017-10-07 06:14:36 -04:00
David Baldwynn 3c9c11d9db Merge branch 'master' of https://github.com/tellform/tellform into publicFormImprovments 2017-10-07 02:40:55 -07:00
David Baldwynn 9e351dd520 updated mail templates 2017-10-07 02:40:24 -07:00
David Baldwynn ef621f03ce fix embedded header bug 2017-10-07 04:50:52 -04:00
David Baldwynn 1a155e9ef1 Merge branch 'publicFormImprovments' of github.com:whitef0x0/tellform into speed_improvements 2017-10-07 04:23:59 -04:00
David Baldwynn 3ebb4eebff fixed bug in form controller 2017-10-07 00:27:03 -07:00
David Baldwynn c1f88603ca obfuscated email for forgot password 2017-10-05 22:32:50 -07:00
David Baldwynn 5c3a0a5bd4 Merge branch 'master' of https://github.com/tellform/tellform 2017-10-05 21:26:31 -07:00
David Baldwynn f529cf225f sped up rendering of form submission page 2017-10-05 04:19:13 -04:00
David Baldwynn 22b2ca7910 removed stackTrace from 500 error page when running in production mode 2017-10-04 21:42:55 -04:00
David Baldwynn b4d0e8d4de fixed high main page load times without mongo aggregation 2017-10-02 11:41:34 -04:00
David Baldwynn 45b378d16f sped up list forms and fixed analytics bugs 2017-10-02 08:17:39 -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 b3915b7f90 added cache 2017-09-20 20:53:50 -07: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 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 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 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 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 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 876800b990 fixed signup problem 2017-07-25 13:51:59 -04: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
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 d89d964d39 Remove unused variables from users.profile.server.controller.js 2017-04-22 19:25:00 -07:00