Mikael Korpela
28027290b5
Putting the head in order
...
- Moving a few meta tags+base tag before title. I've noticed Bootstrap [recommends this](http://getbootstrap.com/getting-started/#template ) (wasn't sure why) so I did some quick googling and [IE seems to be the reason](http://blogs.msdn.com/b/ieinternals/archive/2011/07/18/optimal-html-head-ordering-to-avoid-parser-restarts-redownloads-and-improve-performance.aspx ) but there some other speculations too. Feel free to search more.
- ...in any case, [charset tag should come before the title](http://www.w3.org/wiki/The_HTML_head_element#Stop_right_there.21_Inline_CSS_and_JavaScript_is_not_too_clever.21 ).
- Removing keyword tag since it [isn't really used anymore](https://chrisedwards.me/seo/keyword-meta-tag-google/ ).
- Removing duplicate Content-type/Encoding tag
- Remove IE shim
2015-07-25 02:47:17 +03:00
mleanos
0a7a715817
Moved all editor setting to bottom
...
I moved all the editor files underneath all the other settings. As the
editor list grows, it will help keep things organized, and editor
configs are less pertinent to individual developers.
2015-07-25 02:47:17 +03:00
mleanos
6c2c77cb75
Added Visual Studio files to gitignore
...
Adding files to ignore that are related to Visual Studio, and Node.js
development within the VS environment.
2015-07-25 02:47:17 +03:00
Ilan Biala
8a81cf0168
Merge pull request #688 from codydaig/bugfix/github_undefined_displayname
...
If displayName in GitHub is undefined use username
Fixes #519
2015-07-24 10:13:26 -04:00
Ilan Biala
3a39f0a88b
Merge pull request #666 from Gym/task-enhancements
...
Grunt and Gulp task enhancements
2015-07-24 10:12:11 -04:00
Liran Tal
0369db4cc2
Merge pull request #691 from lirantal/feature/missing_ssl_better_log
...
Enhancing SSL error message
2015-07-24 11:11:19 +03:00
Liran Tal
315187e021
enhancing error message with an actual instruction on how to fix the missing ssl problem when running in prod mode and secured enabled
2015-07-24 10:03:14 +03:00
Liran Tal
a62f25e66d
Merge pull request #684 from lirantal/feature/users_tests_email_unique
...
Enhancing users model tests
2015-07-24 09:47:35 +03:00
Liran Tal
ac35f0fec8
adding couple more tests to confirm users model works as expected
2015-07-24 09:38:49 +03:00
Cody B. Daig
7605956c99
displayName undefined
2015-07-23 17:00:22 -07:00
Ilan Biala
29d264dff7
Merge pull request #682 from codydaig/patch-2
...
Switch TravisCI and DavidDM to 0.4.0 branch
2015-07-22 17:00:30 -04:00
Cody B. Daig
a7e065e626
Added Master and Dev Badges to README
2015-07-22 12:39:59 -07:00
Ryan Hutchison
3e378b4a54
BUG: Path separator support for windows.
2015-07-20 21:18:52 -04:00
Ryan Hutchison
0f7cf546fd
move task configs to separate properties.
...
remove watch on gulpfile.js
2015-07-20 21:18:45 -04:00
Liran Tal
00a4c0603a
Merge pull request #566 from simison/error-404-pages
...
#501 Handle 404 errors at Express backend and at Angular frontend
2015-07-20 22:25:33 +03:00
Liran Tal
82d2377754
Merge pull request #439 from igorauad/uniqueEmail
...
Make emails unique
2015-07-20 22:12:51 +03:00
Liran Tal
e6b8a692ad
Merge pull request #673 from codydaig/bugfix/consolelog
...
Remove console.log from an article test
2015-07-20 21:25:13 +03:00
Liran Tal
bed8ff5533
Merge pull request #671 from lirantal/feature/lint-on-grunt-test
...
Enable jshint on grunt test tasks
2015-07-20 21:22:19 +03:00
Igor Freire
0efc82db0f
Fix message catching the field for which a duplicate key error ocurred
2015-07-20 14:39:44 -03:00
Cody B. Daig
a8dae99173
Remove console.log from an article test
2015-07-20 10:04:45 -07:00
Liran Tal
c90dda93fd
enabling the lint task when running tests so we can identify coding convention issues on Pull-Requests in the CI
2015-07-20 15:57:36 +03:00
Liran Tal
53194ffc47
Merge pull request #665 from codydaig/mergeissue
...
change _.extend to _.merge
2015-07-20 08:18:06 +03:00
Liran Tal
09251d1231
Merge pull request #668 from cdriscol/base_tag
...
appending a base tag to the head before jasmine tests run.
2015-07-20 08:05:53 +03:00
cdriscol
9e7239baf7
appending a base tag to the head before jasmine tests run.
2015-07-19 22:24:39 -06:00
Cody B. Daig
4d1ae6e14c
change _.extend to _.merge
2015-07-19 15:35:47 -07:00
Liran Tal
2f8e20ec1e
Merge pull request #659 from lirantal/bugfix/secure-mode-fix
...
Fixing up SSL support
2015-07-19 23:22:43 +03:00
Igor Freire
5d4d7cecfe
Make emails unique
...
Emails are made unique. When user attempts to sign in through a provider in which his email is one that is already registered, user is redirected to the signin page with an error passed as a query string parameter.
2015-07-17 14:52:27 -03:00
Liran Tal
03b7f6ffda
fixing up SSL support on startup to fallback to non-SSL mode if files are not present
2015-07-17 11:25:42 +03:00
Liran Tal
e1605b635b
Merge pull request #658 from codydaig/npm3-patch2
...
Update package.json to include peer dependencies
2015-07-17 11:19:30 +03:00
Cody Daig
5d5d1b7bda
Update package.json to include peer dependencies
2015-07-17 01:09:08 -07:00
Liran Tal
a1355a04be
Merge pull request #656 from fauria/0.4.0
...
Use validator.js for email and password length validation.
2015-07-17 10:44:20 +03:00
git-admin
a23290b46e
Use validator.js for email validation
2015-07-17 09:27:16 +02:00
Liran Tal
32c12bbc0e
Merge pull request #651 from grantgeorge/no-password-ssl-certs
...
do not use aes when creating ssl certs to prevent password requirement
2015-07-15 21:04:15 +03:00
Grant George
bf777d9404
do not use aes when creating ssl certs to prevent password requirement
2015-07-15 11:05:26 -04:00
Liran Tal
855a39984d
Merge pull request #610 from trainerbill/PayPalAuth4
...
PayPal Authentication
2015-07-15 08:58:49 +03:00
Andrew Throener
fe1d584564
Indentation fixes
2015-07-14 22:05:12 -05:00
trainerbill
a98a84fd20
Fix merge conflicts
2015-07-14 15:46:23 -05:00
Liran Tal
a146a3047f
Merge pull request #647 from lirantal/bugfix/cleanup-readme
...
cleaning up code blocks in README
2015-07-13 23:38:32 +03:00
Liran Tal
8c2156f236
cleaning up code blocks in README
2015-07-13 23:04:53 +03:00
Liran Tal
6d199a5925
Merge pull request #645 from djorak/patch-1
...
JSHint test failing because of missing semicolon
2015-07-12 23:55:29 +03:00
Julien Mazé
c572ed7eec
JSHint test failing because of missing semicolon
...
I just cloned the branch and both gulp and grunt fail on the lint task because of the missing semicolon.
2015-07-12 20:54:59 +02:00
Liran Tal
d9c15e2a5c
Merge pull request #642 from lirantal/bugfix/password-changing-on-user-save
...
Fixing user's passwords keep changing when saving the user model
2015-07-12 19:48:38 +03:00
Liran Tal
ab68fd286f
Merge pull request #643 from lirantal/enhancement/README-update-grunt-startup
...
Update README about grunt environment modes
2015-07-12 19:26:33 +03:00
Liran Tal
bf79c17bd0
updating the schema save pre hook so that it checks for a modified version of the password field before it tries to re-calculate the new password to save for the user model
2015-07-12 19:25:40 +03:00
Liran Tal
e1001b89f8
Merge pull request #640 from lirantal/bugfix/server-startup-log
...
cleaning up application startup information
2015-07-12 19:19:58 +03:00
Liran Tal
00879f56d6
Merge pull request #641 from lirantal/bugfix/db-name-per-environment
...
updated the development.js environment configuration to use mean-dev database
2015-07-12 19:19:11 +03:00
Liran Tal
39e4282445
updating README file with more elaborate instructions on running grunt in different environment modes (dev/prod/secure ssl)
...
updating title for the SSL section and added information about the port number in secure environment mode
2015-07-12 19:15:08 +03:00
Liran Tal
2e03d13c12
updated the development.js environment configuration file to use the mean-dev database instead of mean-test which is used for testing/stages environment
2015-07-11 01:05:07 +03:00
Liran Tal
9e8ee9ea13
Merge branch 'Robaum-0.4.0' into 0.4.0
2015-07-11 01:00:12 +03:00
Liran Tal
6bb5b8cfd5
Merge branch '0.4.0' of https://github.com/Robaum/mean into Robaum-0.4.0
...
Conflicts:
README.md
config/env/development.js
config/env/test.js
2015-07-11 00:59:35 +03:00