98 Commits

Author SHA1 Message Date
wodka
cc12ed924c get rid of tellform names 2019-07-18 12:35:07 +02:00
wodka
d96308ddcc fix error if subdomain cannot be located and disable subdomain per default 2019-07-18 00:04:00 +02:00
wodka
f7b1dd05e9 fix analytics
upgrade missing dependencies
upgrade libraries
change service naming
2019-07-15 10:15:06 +02:00
wodka
1caf34c230 Merge remote-tracking branch 'origin/fixUXBugs' into features/missing
# Conflicts:
#	.gitignore
#	app/views/form.server.view.pug
#	package-lock.json
#	package.json
#	public/form_modules/forms/base/config/i18n/french.js
#	public/modules/core/config/core.client.routes.js
#	public/modules/core/config/i18n/french.js
#	public/modules/core/controllers/header.client.controller.js
#	public/modules/forms/admin/css/admin-form.css
#	public/modules/users/controllers/authentication.client.controller.js
#	public/modules/users/services/auth.client.service.js
#	scripts/create_admin.js
#	server.js
2019-07-11 23:32:25 +02:00
wodka
2276ca100f Merge branch 'master' into 2.20
# Conflicts:
#	config/env/secure.js
#	package-lock.json
#	package.json
#	public/form_modules/forms/base/css/form.css
#	public/modules/forms/admin/config/i18n/french.js
2019-07-11 23:18:55 +02:00
David Baldwynn
52a1ab2bff got form running and fixed swedish translations 2018-08-31 15:25:43 -04:00
David Baldwynn
d8268e4a9b Added test for preserving visitorData on update and removed debugger statements 2017-11-21 10:50:58 -08:00
David Baldwynn
fca5524751 fixed admin script 2017-11-21 07:39:00 -08:00
David Baldwynn
f5e32e9548 got validity working for rating field 2017-11-13 21:07:27 -08:00
David Baldwynn
5c58db879c got server tests to pass 2017-11-02 11:14:25 -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
d0d273a718 removed secure configuration 2017-10-29 20:23:36 -07:00
David Baldwynn
9a0a301c3d got rid of unnessecary user middleware 2017-10-29 20:11:58 -07:00
David Baldwynn
759a4efdd1 got all tests to pass 2017-10-29 12:44:12 -07:00
David Baldwynn
3b9f01f92a fixed form_fields translation bug 2017-10-28 00:45:04 -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
b0f03d1f0a got i18n transaltions for all serverside views 2017-10-27 17:23:24 -07:00
David Baldwynn
25ce55b4c7 moved to pug from swig and fixed public form when subdomains are disabled 2017-10-27 16:00:04 -07:00
David Baldwynn
3835a8aa3a Merge branch 'master' of github.com:whitef0x0/tellform into HEAD
Conflicts:
	config/env/all.js
	config/env/development.js
2017-10-18 20:20: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
c4e097275c Update express.js 2017-10-10 16:27:07 -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
45b378d16f sped up list forms and fixed analytics bugs 2017-10-02 08:17:39 -07: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
9ed2b732b4 got tests to pass 2017-09-20 18:36:42 -07:00
David Baldwynn
78a6c8fabc fixed translation bug in form preview 2017-09-20 16:57:05 -07:00
David Baldwynn
c0cc33e223 integrated form_modules into admin panel 2017-09-20 15:18:19 -07:00
David Baldwynn
1eebdc81d1 Merge branch 'master' into update-readme-missing-bower-cmd 2017-08-07 15:47:11 -07:00
David Baldwynn
d63f03f83e fixed division by zero error for form field statistics 2017-08-02 19:10:42 -04:00
David Baldwynn
bb6d6fcac0 fixed socketio bug on production 2017-08-02 19:06:05 -04:00
abby
8098c3f4a6 initial fork version
- fixed missing port in verification link for dev env
- disable linting (existing code base > 1k jslint warning, generating
huge amount of logs & hiding other logs during build)
2017-08-01 10:58:27 +08: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
b29b0a9e82 fixed logging out of control size bug 2017-07-20 19:09:21 -04:00
David Baldwynn
736595e8ee Change "==" to "===" in config/express.js 2017-04-22 19:57:59 -07:00
David Baldwynn
81cd1d173a Remove unused variables and libraries from config/express.js 2017-04-22 19:22:33 -07:00
David Baldwynn
3c38c66eb1
added all-contributors to package.json scripts 2017-04-22 16:31:44 -07:00
David Baldwynn
e64389d42e
sped up form rendering 2017-04-11 00:10:36 -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
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
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