Liran Tal
0fc412d428
restoring previous state of removing local.js, we'll generate it with grunt when the project starts-up
2015-05-13 10:47:00 +03:00
Liran Tal
619e123c0d
adding the default config/env/local.js instance
2015-05-12 21:42:30 +03:00
Liran Tal
ba3e99f009
implemented feature to address issue 553 - provide a local.js file for local development configuration parameters that will not get committed to remote repositories and will accidentally expose API keys, passwords, and sensitive local configuration
2015-05-12 09:22:04 +03:00
Liran Tal
9f9f4506d0
Merge pull request #500 from smythey21/generate-ssl-certs-typo-fix
...
Fixing typo in scripts/generate-ssl-certs.sh
2015-03-29 08:42:48 +03:00
smythey21
8f971555bb
Fixing typo in scripts/generate-ssl-certs.sh
2015-03-28 23:33:31 -04:00
Liran Tal
d4ce4ff66c
Merge pull request #253 from rmuch/fix-salt-encoding
...
Correctly encode and decode password salt
2015-03-08 14:17:44 +02:00
Liran Tal
61d6aba5ac
Merge pull request #457 from lirantal/feat-update-npm-chalk-1.0.0
...
updating package.json with latest stable API version for chalk
2015-03-08 11:23:19 +02:00
Liran Tal
8769a6cef7
updating package.json with latest stable API version for chalk
2015-03-07 22:59:06 +02:00
Ilan Biala
ca814f83c0
Merge pull request #381 from treyhunner/fix-editorconfig
...
Fix .editorconfig file
2015-03-03 16:04:41 -05:00
Trey Hunner
78f28081d1
Add newlines to ends of files
2015-03-02 16:28:25 -08:00
Trey Hunner
7e397e930f
Improve EditorConfig file
...
Changes:
- Fix invalid EditorConfig globs
- Remove unecessary ** in .editorconfig
- Trim trailing whitespace from .editorconfig
- Remove Sublime-specific comment
- Remove Makefile rule from EditorConfig file
- Apply tab indentation to all files
- Add Dockerfile and Procfile rule to .editorconfig
2015-03-02 16:27:56 -08:00
Ilan Biala
68128d650b
Merge pull request #442 from miguelcoba/issue-441
...
Remove unnecessary whitespace, format code, and add comments
2015-03-01 21:20:01 -05:00
Miguel Coba
482ab19c0f
Removes unnecessary whitespace, formats code and add comments
...
Fixes https://github.com/meanjs/mean/issues/441
2015-03-02 01:57:31 +00:00
Ilan Biala
7797c16ff9
Merge pull request #422 from vepasto/master
...
Wait for async saving and removing In mocha tests
2015-02-23 06:27:58 -05:00
Veikko Karsikko
70828bf84e
Wait for async saving and removing
2015-02-23 09:29:17 +02:00
Ilan Biala
c68c393ffa
Merge pull request #395 from sylvainlap/master
...
Remove dist files because users will have to grunt build anyway after making modifications
2015-02-08 12:22:04 -05:00
sylvainlap
eef2a3368f
Remove dist files
2015-02-07 18:34:35 +01:00
Ilan Biala
bcd5cf819e
Merge pull request #377 from sylvainlap/master
...
Auth service Refactoring to use $window
2015-02-05 06:41:42 -05:00
Sylvain LAPENDRY
6cfa74ef76
Auth service
...
Added the $window, no need of _this.
2015-01-27 20:01:16 +01:00
Ilan Biala
2bba82e1e5
Merge pull request #374 from igorauad/provider_names
...
Infer first and last name from github and twitter response
2015-01-25 15:19:25 -05:00
Igor Freire
db067bbc64
Infer first and last name from github and twitter response
...
Last name can contain more than one name. E.g. "John Doe Junior" would have "Doe Junior" as last name.
2015-01-25 17:11:07 -03:00
Ilan Biala
ecb1c682b6
Merge pull request #373 from ilanbiala/update-user-controller
...
User ID middleware now uses .findById
2015-01-25 11:08:24 -05:00
Ilan Biala
91a5ff18f5
Merge pull request #375 from floydpink/comment-typo
...
Fixed a couple of typos
2015-01-25 10:52:13 -05:00
Floyd Pink
ce456b9729
Fixed a couple of typos
2015-01-24 19:17:11 -05:00
Ilan Biala
3973595773
Merge pull request #157 from miguelcoba/issue-155
...
Adds support for re-running server and client tests automatically
2015-01-24 13:12:34 -05:00
Miguel Coba
6bc36ed59c
Adds support for re-running server and client tests automatically
...
Adds two more tasks to execute server and client tests separately
To run full suite
grunt test
To run only server tests
grunt test:server
To run only client tests
grunt test:client
Fixes https://github.com/meanjs/mean/issues/155
2015-01-24 01:08:21 -06:00
Ilan Biala
121c38efbd
User ID middleware now uses .findById
2015-01-19 21:37:02 -05:00
Liran Tal
7b7b73d6e3
Merge pull request #367 from lirantal/cleanup_css_js_assets
...
cleaning up css and js assets
2015-01-18 20:56:44 +02:00
Liran Tal
73684e9a5f
cleaning up css and js assets so they look indented and easy to read on browsers when viewing the HTML source of the page
2015-01-16 15:54:21 +02:00
Liran Tal
92517f74a6
Merge pull request #349 from lirantal/bugfix-348-article-not-found
...
fixing issue #348 - instead of returning a server error 500 on article loading which isnt found we'll throw a 404 with json message
2015-01-15 00:00:56 +02:00
Liran Tal
995213881d
adding test to check proper handling when no article exists
2015-01-13 16:55:01 +02:00
Liran Tal
00b5ff017e
updated to return the req.send() to be consistent with the rest of our codebase
2015-01-13 16:54:20 +02:00
Liran Tal
4871173019
correcting 500 server error to 400 client error
2015-01-12 23:32:41 +02:00
Liran Tal
5bccbdd5fa
adding proper handling for invalid model ObjectIds passed on to article routes
2015-01-12 23:22:25 +02:00
Liran Tal
b2e9b3d94f
Merge pull request #354 from androidfred/cloud9
...
settings for cloud9 ide added to gitignore
2015-01-12 00:39:01 +02:00
Liran Tal
5cc9da332f
Merge pull request #350 from kfuchs/patch-1
...
Removed sudo from npm install -g mean-cli in doc
2015-01-11 23:51:12 +02:00
Fredrik Friis
689d7a8039
settings for cloud9 ide added to gitignore
2015-01-11 06:55:49 +00:00
Kirill Fuchs
b2377ddfb3
Removed sudo from npm install -g mean-cli in doc
2015-01-09 20:21:51 -05:00
Liran Tal
56aff70dfd
fixing issue #348 - instead of returning a server error 500 on article loading which isnt found we'll throw a 404 with json message
2015-01-09 11:06:17 +02:00
Liran Tal
bde2412e2a
Merge pull request #332 from bmonty/bmonty/issue-318
...
move helmet and express.static before sessions for performance
2015-01-06 23:29:15 +02:00
Liran Tal
9066907d06
Merge pull request #338 from lirantal/expressjs4.0-compatible
...
Aligning ExpressJS 4.0 compatibility
2015-01-02 21:17:49 +02:00
Liran Tal
56bcf17254
replacing old expressjs 3.x built-in 'compress' middleware with standalone compression middleware
2014-12-31 16:16:02 +02:00
Liran Tal
6a034502d1
Merge pull request #258 from ilanbiala/master
...
Make MEAN less restrictive about Node and NPM
2014-12-30 21:37:16 +02:00
Liran Tal
8e5dbbe35f
Merge pull request #289 from lirantal/refactor-mongodb-connection
...
Refactor mongodb connection
2014-12-27 18:04:28 +02:00
Liran Tal
90e05f6aad
resolved conflicts with other PR
2014-12-27 18:00:13 +02:00
Liran Tal
f49f1cfb63
Merge pull request #330 from lirantal/typo_users_client_module
...
fixing bug #317 for typo, thanks to @adipuscasu for finding
2014-12-27 17:48:40 +02:00
Benjamin Montgomery
ca009b9044
move helmet and express.static before sessions for performance
2014-12-26 07:50:27 -05:00
Liran Tal
6cbefb6cb7
fixing bug #317 for typo, thanks to @adipuscasu for finding
2014-12-25 09:18:10 +02:00
Roie Cohen
a0d8b13b96
Merge pull request #304 from snez/ie8-fallback
...
Provide a fallback and upgrade path for IE6/7/8 users
2014-12-24 15:52:54 -08:00
Liran Tal
3218b4d7bf
Merge pull request #315 from seanhussey/patch-1
...
Fix more typos and spruce up some grammar and wording.
2014-12-22 22:38:01 +02:00