Commit graph

106 commits

Author SHA1 Message Date
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 f00edf73dd got subdomain support to work 2016-06-20 15:19:18 -07:00
David Baldwynn bf83083519 added install target for node-email-verification 2016-06-20 13:28:38 -07:00
David Baldwynn 7196bf26f3 Merge branch 'stage' of github.com:whitef0x0/tellform into stage 2016-06-20 13:26:55 -07:00
David Baldwynn f35869c5f0 Updated email-verification 2016-06-20 13:20:12 -07:00
David Baldwynn 6b8cc680d9 updated node-email-verification 2016-06-19 14:43:26 -07:00
Sam 74a9b26ec5 fix package.json 2016-06-18 08:47:18 +02:00
David Baldwynn 35fb170abb removed setup.js from postinstall in package.json 2016-06-18 08:42:41 +02:00
Samuel Laulhau 59bb78ace8 add bcrypt to package.json
attempt to fix travis build
2016-06-18 08:42:41 +02:00
David Baldwynn b5f13354b5 fixed npm install for testing 2016-06-08 17:07:57 -07:00
David Baldwynn d76264fde2 merged stage into master 2016-06-07 14:26:36 -07:00
David Baldwynn e6660308fa fixed setup script
modified:   public/dist/application.js
	modified:   public/dist/application.min.js
2016-06-07 12:59:12 -07:00
David Baldwynn a6f8b283e0 got clustering to work with socket.io
deleted:    dump.rdb

	modified:   config/socket.io.js
	new file:   dump.rdb
	modified:   package.json
	modified:   public/dist/application.js
	modified:   public/dist/application.min.js
	modified:   public/modules/core/services/socket.io.client.service.js
	modified:   public/modules/forms/directives/analytics-service.client.directive.js
	deleted:    dump.rdb
2016-06-06 19:54:44 -07:00
David Baldwynn 20634f8f19 added analytics 2016-06-06 18:08:46 -07:00
David Baldwynn 6131f7de94 added multiple choice default options 2016-05-31 18:06:45 -07:00
David Baldwynn 2a1a6d5299 fixed dotenv 2016-05-20 14:11:37 -07:00
David Baldwynn 83bf15c69e updated csslint and jshint 2016-05-10 10:13:20 -07:00
David Baldwynn d6cf0e1b8f Merge branch 'master' of github.com:whitef0x0/tellform 2016-05-10 00:25:19 -07:00
David Baldwynn 883a944c83 got setup script to work 2016-05-09 23:30:09 -07:00
Samuel Laulhau 4d9f9fc83b avoid unstable mongoose
Some of the mongoose version are tagged as unstable.
It's better to freeze the version to avoid them
2016-04-30 20:00:11 +03:00
David Baldwynn 0b01d33ec1 fixed codeclimate.yml 2016-04-28 23:25:04 -07:00
David Baldwynn 1279314299 got pdf conversion working 2016-04-28 19:48:02 -07:00
David Baldwynn 1b38aae75b Bumped version number to 1.3.0 2016-04-24 14:11:40 -07:00
David Baldwynn 6c7cf0601f added path-exists 2016-04-23 00:24:05 -04:00
David Baldwynn c2c20e72bc added prerender token 2016-04-23 00:00:44 -04:00
David Baldwynn ba1457af5f Update package.json 2016-04-21 13:17:53 -07:00
David Baldwynn fa26e9d15a fixed package.json to get tests to pass 2016-04-21 16:08:34 -04:00
David Baldwynn 0829c5e029 updated more npm dependencies 2016-04-21 15:55:02 -04:00
David Baldwynn a615122f8c updated grunt deps in package.json 2016-04-21 15:39:55 -04:00
David Baldwynn 01d1faa01f fixed travis setup for karma 2016-04-21 14:59:42 -04:00
David Baldwynn 70b2ea51be added node-freegeoip to package.json 2016-04-12 01:19:09 -04:00
David Baldwynn 534d3e2aee changed express config 2016-04-11 19:12:05 -04:00
David Baldwynn d55775ddfc got all tests to run 2016-03-29 20:45:16 -07:00
David Baldwynn 2723da0d6a added jasmine-core 2015-12-12 12:13:43 -08:00
David Baldwynn fb6601fcf6 added coveralls support to travis-ci script 2015-11-23 14:00:21 -08:00
David Baldwynn 73c87a2301 added node-coveralls to package.json 2015-11-23 13:06:02 -08:00
David Baldwynn cdf9ba69a8 added istanbul coverage and coveralls support 2015-11-23 12:15:09 -08:00
David Baldwynn 3af0468f4d fixed client tests 2015-11-23 11:19:02 -08:00
David Baldwynn 96ea74852e fixed merge conflicts 2015-11-16 14:25:39 -08:00
David Baldwynn f606c12242 rolled back npm version 2015-11-12 17:56:40 -08:00
David Baldwynn fb6bdaa2c5 rolled back npm version 2015-11-12 17:54:04 -08:00
David Baldwynn af31c326b1 fixed package.json error 2015-11-12 17:51:11 -08:00
David Baldwynn 0d1e76e8ea added device identification to form submissions 2015-11-12 17:40:23 -08:00
David Baldwynn 6ef2c500dc added geolocation and ip address to submission table 2015-11-12 13:37:36 -08:00
David Baldwynn 6e199b3b2e fixed multer version number 2015-11-06 12:31:03 -08:00
David Baldwynn 7cffc84422 fixed glob.sync in init.js 2015-11-06 12:21:52 -08:00
David Baldwynn f7ba6a2df6 fixed onFinishRender bug 2015-11-06 09:41:55 -08:00
David Baldwynn 28a8eabba9 merged draggable_fields with dev 2015-11-06 09:27:01 -08:00
David Baldwynn 58e4329def make admin form tabs url encoded 2015-11-06 09:25:30 -08:00