Commit graph

1139 commits

Author SHA1 Message Date
David Baldwynn fbc1bc0a86 Remove console.log statements for authentication controller 2017-07-21 16:51:10 -07:00
David Baldwynn d25cca9b39 Updated 6.0.0 to 6.11.1 in travis config 2017-07-20 22:02:56 -07:00
David Baldwynn c8d548b30e Update package.json 2017-07-20 21:56:29 -07:00
David Baldwynn 921c3726c9 Changed _.pluck to _.map 2017-07-20 21:21:20 -07:00
David Baldwynn 8e0035d29c Fixed npm engine version 2017-07-20 18:03:37 -07:00
David Baldwynn 1d8b42a3e1 Update README.md 2017-07-20 18:02:26 -07:00
David Baldwynn 8441874fff Update README.md 2017-07-20 17:56:45 -07:00
David Baldwynn ccabf31c42 Update package.json 2017-07-20 17:47:38 -07:00
David Baldwynn e4fbc06448 Update README.md 2017-07-20 17:38:18 -07:00
David Baldwynn bc06d59785 Delete design.html 2017-07-20 17:33:21 -07:00
David Baldwynn 66a2f0d3e4 Added ngCacheBuster to bower.json 2017-07-20 17:21:03 -07:00
David Baldwynn 7320305ebe Added ngCacheBuster to bower.json 2017-07-20 17:20:45 -07:00
David Baldwynn 792933d760 Merge branch 'master' of github.com:whitef0x0/tellform 2017-07-20 20:09:49 -04:00
David Baldwynn 70f22dcb0b fixed save design bug 2017-07-20 20:09:43 -04:00
David Baldwynn 741068e756 Update logger.js 2017-07-20 17:08:22 -07:00
David Baldwynn 5d85028a52 Removed console.log from gruntfile 2017-07-20 17:00:42 -07:00
David Baldwynn b29b0a9e82 fixed logging out of control size bug 2017-07-20 19:09:21 -04:00
David Baldwynn 81889c5587 Merge pull request #199 from tellform/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2017-07-14 16:15:51 -07:00
David Baldwynn 223634af0f Create CODE_OF_CONDUCT.md 2017-07-14 16:15:39 -07:00
David Baldwynn c6bed51ce5 Update PULL_REQUEST_TEMPLATE.md 2017-07-14 16:13:18 -07:00
David Baldwynn 9ff4e84cd3 Merge pull request #198 from Cambalab/template-views-translations
Template views translations
2017-07-14 14:41:52 -07:00
Leo Orellana 1a98ca25c3 Replace hardcoded strings with {{ 'strings' | translate }} on placeholders. Add spanish translations 2017-07-14 16:49:22 -03:00
Leo Orellana 2e172213c4 Replace hardcoded strings with {{ 'strings' | translate }} on templates. Add spanish translations 2017-07-12 17:31:04 -03:00
David Baldwynn c89eeb8719 Added dist to gitignore 2017-07-12 11:02:19 -07:00
David Baldwynn 4da8482eba Merge pull request #179 from Cambalab/node-version
Enforce npm engines checking via check-node-version
2017-07-05 14:57:59 -07:00
David Baldwynn 4d40074368 Merge pull request #181 from Cambalab/avoid_deprecated_setup
Add explicit SHA1 digest in crypto.pbkdf2 call
2017-07-05 14:57:43 -07:00
David Baldwynn e6b9f83494 Merge pull request #184 from Cambalab/jshint
Match code style to jshint config
2017-07-05 14:57:31 -07:00
David Baldwynn f33793d9cb Merge pull request #186 from Cambalab/html2js_forms
Ffix error on running Html2js grunt task
2017-07-05 14:57:22 -07:00
David Baldwynn efc8e61454 Merge pull request #188 from Cambalab/setup
Be sure to finnish write before script ends
2017-07-05 14:57:13 -07:00
David Baldwynn c438991741 Merge pull request #189 from Cambalab/css-lint-errors
fix css lint errors
2017-07-05 14:56:58 -07:00
David Baldwynn 60bf114416 Merge pull request #192 from Cambalab/spanish
Spanish translation
2017-07-05 14:56:50 -07:00
David Baldwynn 78dac8b576 Merge pull request #190 from dlackty/patch-2
Fix up Heroku apps.json
2017-07-05 14:56:40 -07:00
José Luis Di Biase e256e63222 Spanish translation
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-30 17:31:40 -03:00
Richard Lee ae8bbd8580 Update app.json 2017-06-28 12:57:13 +08:00
Alina Ryba 3c830637a7 fix css lint errors 2017-06-27 14:58:07 -03: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
José Luis Di Biase cf00b8357e Fix warning on html2js grunt tasks
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-23 15:21:46 -03: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
José Luis Di Biase 9c02dee0cd Upgrade node version to test on travis
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-22 11:09:32 -03:00
José Luis Di Biase e764b716d0 Add explicit SHA1 digest in crypto.pbkdf2 call
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-22 10:51:22 -03:00
José Luis Di Biase 3aaa1f9212 Enforce npm engines checking via check-node-version
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-22 10:15:22 -03:00
David Baldwynn d316e1d7c0 Merge pull request #170 from brazilianbytes/patch-2
Docker-Compose
2017-05-10 14:14:14 -07:00
David Baldwynn 07487080bc Merge pull request #169 from stevesloan/hotfix
Hotfix
2017-05-10 14:14:04 -07:00
Luciano Jesus Lima 93951562e7 Docker-Compose
A Docker-Compose file to make easy to deploy a Tellform server
2017-05-06 02:02:05 -03:00
Steve Sloan 95bd13057c layout.server.view.html: removed extra / from url. changed spaces to tabs. 2017-05-05 14:49:55 -04:00
Steve 3c05ee6b39 layout.server.view.html: fixed broken link 2017-05-04 22:29:19 -04:00
David Baldwynn a87046bd4c Merge pull request #167 from dakshshah96/patch-2
Fix docker installation link
2017-04-26 22:02:04 -07:00
Daksh Shah 5100a38808 Fix docker installation link 2017-04-27 10:16:12 +05:30