Commit Graph

1954 Commits

Author SHA1 Message Date
Ilan Biala
709c27f975 Merge pull request #421 from vepasto/0.4.0
Wait for async savings and removing in mocha tests
2015-02-23 06:28:24 -05: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
1897ef985b Wait for async saving and removing 2015-02-23 09:33:26 +02:00
Veikko Karsikko
70828bf84e Wait for async saving and removing 2015-02-23 09:29:17 +02:00
Ilan Biala
d1b4bde41c Merge pull request #425 from vepasto/fix-file-ignore
Fix issue #424
2015-02-20 15:44:54 -05:00
Veikko Karsikko
659c8de801 Change file ignore pattern to match word 'core' instead of chars 2015-02-19 16:14:56 +02:00
Ilan Biala
6e1085e6f8 Merge pull request #413 from berendt/add_newline
Add missing newline at the end of text files
2015-02-17 14:13:10 -05:00
Christian Berendt
e027f4025b Add missing newline at the end of text files
On Unix it is common to have a newline at the end of text files.
2015-02-16 21:39:55 +01:00
Liran Tal
c3dea3edeb Merge pull request #411 from berendt/executable_bit
Remove executable bit when not necessary
2015-02-16 22:13:49 +02:00
Christian Berendt
4879a8ea2a Remove executable bit when not necessary
The executable bit is set for a lot of files where it is not necessary
to have the executable bit set. This PR removes the executable bit from
those files.
2015-02-16 14:19:56 +01: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
Ilan Biala
8f4ded8777 Merge pull request #396 from sylvainlap/0.4.0
Remove dist files because users will have to grunt build anyway after making modifications
2015-02-08 12:21:54 -05:00
sylvainlap
eced93ff6f Remove dist files 0.4.0 2015-02-07 18:40:09 +01:00
sylvainlap
eef2a3368f Remove dist files 2015-02-07 18:34:35 +01:00
Ilan Biala
dd9a3af2df Merge pull request #382 from igorauad/providerImages
Use larger profile images for Facebook and Twitter
2015-02-06 17:00:14 -05:00
Igor Freire
12766c1f3e Adjust profile image URLs on Fb and Twitter strategies
For Fb, use the Graph API. For twitter, use the 'bigger' profile image. Larger profile images (like the one provided by Google) could provide more flexibility.
2015-02-06 14:20:58 -03: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
Ilan Biala
1d1812711e Merge pull request #386 from sylvainlap/0.4.0
0.4.0
2015-02-04 15:09:09 -05:00
sylvainlap
07e8b41f22 Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 2015-02-02 16:58:45 +01:00
sylvainlap
9c501dbf9f Auth service 2015-02-02 16:54:09 +01:00
Ilan Biala
1e450b45c6 Merge pull request #384 from igorauad/facebook2.0
Remove username from facebook strategy
2015-02-01 10:03:19 -05:00
Igor Freire
9929f1b5f1 Remove username from facebook strategy
Username is now deprecated on Facebook API 2.0
2015-01-30 10:33:11 -03: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
Alex Suttmiller
90c9ddb163 Merge pull request #323 from AndreasHassing/0.4.0
Fix #283 & #321 path issues [+1 for Windows]
2015-01-07 09:37:15 -06: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