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
Sean Hussey
ce6ef3bf9d
Fix my own grammar mistake.
2014-12-21 22:31:09 -05:00
Sean Hussey
c9996fd753
Fix more typos and spruce up some grammar and wording.
2014-12-19 11:09:22 -05:00
Liran Tal
8a52eee8f7
Merge pull request #311 from seanhussey/patch-1
...
Fix typo
2014-12-17 22:20:12 +02:00
Sean Hussey
587d551013
Fix typo
2014-12-17 09:42:29 -05:00
Christos Constantinou
daa124a4f3
Provide a fallback and upgrade path for IE6/7/8 users
2014-12-16 20:01:05 +00:00
Liran Tal
efe901d57f
Merge pull request #282 from lirantal/ssl-support-fixes
...
SSL support fixes
2014-12-06 10:23:32 +02:00
Liran Tal
9b36cfa2d8
resolved merge conflict with master
2014-12-06 10:09:46 +02:00
Liran Tal
2faaca5e1a
default port set to 8443 so it doesnt require root privileges
2014-12-05 19:44:43 +02:00
Liran Tal
00293bbfa1
Merge pull request #287 from lirantal/fix-unnecessary-require-url
...
Fix #286 unnecessary require url
2014-12-04 17:54:31 +02:00
Liran Tal
017585f287
Merge pull request #285 from lirantal/gitignore-updates
...
Gitignore updates
2014-12-04 16:39:17 +02:00
Liran Tal
ea50c8b250
fixed #286 which originated due to commit fa1171fe28 which was then re-factored to leave out the url library
2014-12-04 14:49:19 +02:00
Liran Tal
7bce82993e
updating .gitignore file with more popular entries
2014-12-04 13:39:33 +02:00
Liran Tal
4d9d5ecd85
updating error handler to exit the node app if we cant establish access to mongodb for some reason
2014-12-03 10:56:35 +02:00
Liran Tal
6036d65429
adding eclipse and intellij project files to .gitignore
2014-12-02 21:49:08 +02:00
Liran Tal
2d54e8365d
adding the production app debugging access.log file
2014-12-02 21:45:44 +02:00
Liran Tal
a17f86d5dd
updating .gitignore with ignoring the correct location of the ssl certficates
2014-12-01 09:48:52 +02:00
Liran Tal
176b619c2d
updating ssl generation script to check app root directory location as safe-guard
2014-12-01 09:47:51 +02:00