1
0
Commit Graph

68 Commits

Author SHA1 Message Date
Michael Schramm
b3d7f26b41 show current ref in heroku 2020-06-09 17:19:25 +02:00
Michael Schramm
f5e31b78aa fix copy path and add mailtrap 2020-06-03 20:16:31 +02:00
Michael Schramm
3d6aca7371 fix yarn subcommand 2020-06-03 19:27:01 +02:00
Michael Schramm
3788f03363 install nest globally for startup 2020-06-03 14:39:57 +02:00
Michael Schramm
1ad35869cc switch to git clone since template build process does not have submodule support 2020-06-03 14:34:05 +02:00
Michael Schramm
f709a43f73 add submodule init 2020-06-03 14:23:23 +02:00
Michael Schramm
a176a50ff2 switch to cwd for yarn 2020-06-03 14:02:39 +02:00
Michael Schramm
c0ef337a3d improve build config for heroku 2020-06-03 13:50:07 +02:00
Michael Schramm
b253917350 add heroku deploy with data from https://github.com/ohmyform/ohmyform/pull/83 2020-06-03 13:27:57 +02:00
Michael Schramm
e7208ea992 update for new structure 2020-06-01 03:43:50 +02:00
wodka
cc12ed924c get rid of tellform names 2019-07-18 12:35:07 +02:00
wodka
e175abb9e3 further update files 2019-07-15 15:02:21 +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
643954896b fix user creation 2019-07-01 16:13:21 +02:00
David Baldwynn
784ae9011e fixed security flaw with removeSensitiveModelData 2017-11-21 17:26:52 -08:00
David Baldwynn
bd4af8aa7c
Merge branch 'fixUXBugs' into updateSetupScript 2017-11-21 16:01:33 -08:00
David Baldwynn
188c48b26c fixed password issue with setup script admin creation 2017-11-21 15:33:07 -08:00
David Baldwynn
df83c6bb93 fixed create_admin script 2017-11-21 15:30:09 -08:00
David Baldwynn
7c6dc90592 added ASCII art for setup script 2017-11-21 13:33:25 -08:00
David Baldwynn
31985ddda7 added setup script that runs on first run of server 2017-11-21 13:10:43 -08:00
David Baldwynn
563b8c6cd2 Modified setup script to search for admin user by email AND username 2017-11-21 12:37:57 -08:00
David Baldwynn
c97f207699 added username validation to setup script 2017-11-21 12:33:47 -08:00
David Baldwynn
e27f27f7f0 added email validation to setup script 2017-11-21 12:31:13 -08:00
David Baldwynn
acb067d626 fixed incorrect ENV variable name for redis url 2017-11-21 11:50:35 -08:00
David Baldwynn
2bd1598a01 Handled case in setup script where admin user already exists 2017-11-21 10:12:29 -08:00
David Baldwynn
a08e5c5317 removed username from .env file in setup script 2017-11-21 09:59:42 -08:00
David Baldwynn
7107bab614 added support for custom smtp server in setup script 2017-11-21 09:58:44 -08:00
David Baldwynn
2993c6e4f8 removed reCAPTCHA token from setup script 2017-11-21 07:58:11 -08:00
David Baldwynn
b29d5bad36 fixed admin setup script 2017-11-06 13:44:29 -08:00
David Baldwynn
828f4c8bba added defaults for admin user 2017-10-18 17:32:15 -07:00
David Baldwynn
5641057167 Removed process.env from create_admin script 2017-10-10 15:25:32 -07:00
David Baldwynn
b30c3a40e0 Fixed ENV bug with create-admin script 2017-10-10 15:03:37 -07:00
David Baldwynn
c0cc33e223 integrated form_modules into admin panel 2017-09-20 15:18:19 -07:00
José Luis Di Biase
7f51e104c0 We need to be sure to not end before .env file is written
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-23 16:48:11 -03:00
José Luis Di Biase
e68b8a6c1d Setup: Exit when user dont want config deploy
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-23 16:27:51 -03:00
José Luis Di Biase
72f48a1224 Kill whitespaces
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-23 16:24:38 -03:00
David Baldwynn
e32b0383e1 Refactored scripts/setup.js 2017-04-22 19:44:59 -07:00
David Baldwynn
d0e620cbed Update create_admin.js 2017-04-20 22:04:07 -07:00
David Baldwynn
b99e6aa979
added closure-compiler 2017-04-11 00:11:03 -07:00
David Baldwynn
1058692bca
added socketPort option 2017-04-03 13:28:24 -07:00
David Baldwynn
1a4e445f4a Update create_admin.js 2017-03-30 10:43:06 -07:00
David Baldwynn
50379fa866 Added heroku admin creation script 2017-03-30 10:36:30 -07:00
David Baldwynn
ba69eb72c6 Added DISABLED_SUBDOMAINS to setup script 2017-03-30 10:01:06 -07:00
David Baldwynn
d7984b41b9 Update setup.js 2017-03-06 16:31:15 -08:00
David Baldwynn
6e1a8960f2 fixed setup script 2016-11-08 14:55:46 -08:00
David Baldwynn
71cd2ff1a3 removed oscarhost and soap 2016-11-08 14:53:10 -08:00
Thiên Toán
2d1797d407 Update setup.js 2016-10-23 17:01:07 +07:00
Toan Vo
486a1dba94 fix username 2016-10-23 12:18:47 +07:00
David Baldwynn
de5ac881c9 fixed signup error 2016-08-17 12:04:42 -07:00