Commit graph

1360 commits

Author SHA1 Message Date
David Baldwynn 72b3e31819 fixed form expected object but got array error 2017-11-02 09:57:05 -07:00
David Baldwynn 22875abab5 fixed signin validation bug 2017-11-02 09:54:14 -07:00
David Baldwynn b2f2599fa5 fix css bug for dropdown field in admin view 2017-11-02 09:18:41 -07:00
David Baldwynn 692e4e43f5 updated styling of config panel 2017-11-01 21:15:27 -07:00
David Baldwynn 4d94ed50ee fixed config admin panel field input padding 2017-11-01 19:20:58 -07:00
David Baldwynn 5120a2f287 fixed dropdowns for configure admin panel 2017-11-01 19:13:53 -07:00
David Baldwynn eaea95078c fix url tab bug with configure tabs 2017-11-01 17:56:03 -07:00
David Baldwynn 522dd85f89 got respondent-notifications to work 2017-11-01 17:13:55 -07:00
David Baldwynn 33368f016c got basic email templating to work 2017-11-01 16:44:05 -07:00
David Baldwynn 9faa514ce9 added backend logic for email notifications and got it to pass server tests 2017-11-01 15:13:31 -07:00
David Baldwynn a7c0cdc056 got tests for send-email-notification template logic to pass 2017-11-01 13:38:42 -07:00
David Baldwynn cc62f6db3a Added test for parseTemplate for send-email-notifications 2017-11-01 12:53:52 -07:00
David Baldwynn ddd4c2b22c Merge branch '2.20' into emailNotifications 2017-11-01 12:46:15 -07:00
David Baldwynn bbb3137372 got all tests to pass 2017-11-01 12:17:35 -07:00
David Baldwynn f291eda21e fixed add variable dropdown only showing email fields on subject input for config 2017-11-01 11:27:07 -07:00
David Baldwynn 983d2ce20b fixed bug with detecting whether form has emails for config panel 2017-11-01 11:25:24 -07:00
David Baldwynn 19880b0d07 add support when no email field is detected for self notifications 2017-11-01 11:15:58 -07:00
David Baldwynn b5b8df90af got subject field to support variables 2017-11-01 11:06:08 -07:00
David Baldwynn 5a6b957495 added variable support in editor 2017-10-31 16:05:50 -07:00
David Baldwynn aa8efe8508 got static url for configure tabs to work 2017-10-31 12:32:23 -07:00
David Baldwynn 12e1fd0947 got static url for admin tabs to work 2017-10-31 12:28:01 -07:00
David Baldwynn 798d28d92d added routable tabs for configure panel 2017-10-31 10:36:01 -07:00
David Baldwynn 86d8b88231 got url-linked tabs to work for admin panel 2017-10-31 10:21:10 -07:00
David Baldwynn 8f55df1393
Merge pull request #246 from tellform/increaseTestCoverage
Increased Test Coverage
2017-10-30 12:03:53 -07:00
David Baldwynn 22cf37424f added share and design form directives 2017-10-30 12:00:30 -07:00
David Baldwynn 5451475636 added translations for email notification panel 2017-10-30 11:41:34 -07:00
David Baldwynn 3652b41fc8 Merge branch 'master' into emailNotifications 2017-10-30 11:22:07 -07:00
David Baldwynn 56cf745270 added check to not load .env on travis run 2017-10-30 11:12:44 -07:00
David Baldwynn c871d320f1 remove swig 2017-10-30 11:01:13 -07:00
David Baldwynn 814466cd1d switched to npm for travis 2017-10-30 10:47:54 -07:00
David Baldwynn 56fda0d312 switched travis scripts to yarn 2017-10-30 10:35:05 -07:00
David Baldwynn 5805c9b529 fixed travis test command 2017-10-30 09:54:03 -07:00
David Baldwynn fc4d9a12f0 fixed lcovMerge for travis 2017-10-30 09:40:09 -07:00
David Baldwynn 26716e256d migrating to yarn 2017-10-29 21:54:30 -07:00
David Baldwynn 8d9e66548b remove references to i18n-lint 2017-10-29 21:37:22 -07:00
David Baldwynn 8ea1f63c96 fixed travis settings 2017-10-29 21:32:02 -07:00
David Baldwynn b2b09171f3 fixed api tests 2017-10-29 21:22:43 -07:00
David Baldwynn d0d273a718 removed secure configuration 2017-10-29 20:23:36 -07:00
David Baldwynn 774d256507 removed unused code from user.server.model.js 2017-10-29 20:14:40 -07:00
David Baldwynn 9a0a301c3d got rid of unnessecary user middleware 2017-10-29 20:11:58 -07:00
David Baldwynn 3e3e7ccfe6 removed hasRole and hasAdminRole from passport_helpers 2017-10-29 19:02:01 -07:00
David Baldwynn e1db98ec95 added tests for api routes 2017-10-29 18:17:20 -07:00
David Baldwynn 99a6cb5009 fixed hasAuthorization bug for API 2017-10-29 17:46:08 -07:00
David Baldwynn 15eb66e455 added test for /users/me routes 2017-10-29 17:34:27 -07:00
David Baldwynn aed7c6c43b added test for changing password route 2017-10-29 17:20:34 -07:00
David Baldwynn 9fffdf5328 added tests to cover reset password routes 2017-10-29 15:47:01 -07:00
David Baldwynn 3dbfe2f88d added helper function to remove sensitive data from forms/users 2017-10-29 14:15:13 -07:00
David Baldwynn aa554c8210 added coveralls support 2017-10-29 13:02:41 -07:00
David Baldwynn 759a4efdd1 got all tests to pass 2017-10-29 12:44:12 -07:00
David Baldwynn 88fbf9e51f got user tests to pass 2017-10-29 12:20:49 -07:00