Ilan Biala
039d9de4a4
Merge pull request #1135 from JulianLaval/fix/gruntfile-lint
...
fix(config): Added Gruntfile linting
2016-01-14 15:41:57 -05:00
Ilan Biala
96a56e86ba
Merge pull request #1137 from JulianLaval/fix/contrib-typo
...
fix(documentation): Contributing.md typo
2016-01-14 15:41:10 -05:00
Julian Laval
9d29e4491f
fix(documentation): Contributing.md typo
...
Fixes 'consice' typo to 'concise' in CONTRIBUTING.md
Fixes #1136
2016-01-14 18:29:49 +00:00
Julian Laval
6748a7fbf9
fix(config): Added Gruntfile linting
...
Changed config properties to arrays for inclusion in Gruntfile Lodash unions, e.g. linting
Fixes #1125
2016-01-14 18:23:54 +00:00
Ilan Biala
bf05dbcca8
Merge pull request #1104 from accraze/gulp-imagemin
...
Added imagemin to gulp
2016-01-13 22:39:31 -05:00
accraze
1a3f6f8195
feat(build): added imagemin to gulp
...
in order to minify images,
gulp is now given an imagemin task
2016-01-13 19:23:19 -08:00
Liran Tal
b9e3fd1625
Merge pull request #1119 from lirantal/bugfix/xss_and_validations
...
fix(security): fixing possible xss issue in parsed objects
2016-01-02 10:45:15 +02:00
Ryan Hutchison
b3ad56efa3
feat(articles): Modify articles module to implement style guidelines.
...
Update the articles module to implement the style guidelines.
Much of this work is from @trainerbill
Closes #874
Closes #339
2016-01-02 01:53:59 -05:00
Cody B. Daig
169d4cd3e2
Merge pull request #1100 from mleanos/bugfix/ClientRoutes-Guest-Access
...
fix(core): Client routes guest access bug
2015-12-31 08:17:20 -08:00
Cody B. Daig
a89d82f7e0
Merge pull request #1122 from Gym/chat-styleguide
...
feat(chat): Modify chat module to implement johnpapa styleguide.
2015-12-31 08:15:30 -08:00
Ryan Hutchison
5d15e64a6d
feat(chat): Modify chat module to implement johnpapa styleguide.
2015-12-30 20:54:35 -05:00
Liran Tal
2b0ae863a0
fix(security): fixing possible xss issue in parsed objects
...
Fixes #1106
2015-12-30 16:41:05 +02:00
mleanos
bfcfb555ff
fix(core): Client routes guest access bug
...
Adds a check for the existence of the "guest" role in the state configuration
that we're transitioning to, in the core $stateChangeStart event handler. If
it exists, then we allow access.
Also, added validation of Authentication.user object. While writing
tests, I ran into an issue here when the Authentication service wasn't injected
into a controller. Probably best to have this check in place.
Fixes https://github.com/meanjs/mean/issues/1098
2015-12-29 23:28:14 -08:00
Cody B. Daig
b12be5fca5
Merge pull request #1107 from pgrodrigues/master
...
fix(core): Remove duplicate angular interceptor
2015-12-28 19:41:24 -08:00
Liran Tal
e52ccfc5cc
Merge pull request #1120 from lirantal/bugfix/logger_assertions_fix
...
fix(tests) fixing assertion test for logger which failed
2015-12-29 00:43:28 +02:00
Liran Tal
0744ce5d96
fix(tests) fixing assertion test for logger which failed on undefined variable
2015-12-28 10:24:32 +02:00
Liran Tal
e6a8f0feaf
Merge pull request #1101 from farajfarook/master
...
Adding host configuration feature
2015-12-25 08:39:24 +02:00
Liran Tal
111d85bee2
Merge pull request #1108 from mleanos/hotfix/Articles-Orphaned-Users
...
fix(articles): Orphaned User reference throws server error
2015-12-23 19:57:54 +02:00
Faraj Farook
6e4c54f712
feat(config): Adding host configuration feature
...
Adding the functionality of configuring the host to bind the server. By
default this is set to 0.0.0.0.
2015-12-23 03:11:25 +05:30
mleanos
2bdde4e9e2
fix(articles): Orphaned User reference throws server error
...
Adds an additional check for the existence of a populated user
reference, when determining if the current user has immediate access to
the requested article.
Without this fix, the server will throw an error if the requested
article doesn't have a populated user field.
Modified the article & articles list view's to check if the article has
a populated user. If not, then it will display "Deleted User" in place
of the missing user reference.
Added a server-side test that ensures we can get a single article if
the article.user field is referencing a deleted user.
Fixes #1082
2015-12-21 19:40:25 -08:00
Ilan Biala
7e8d2ed43e
Merge pull request #1083 from mleanos/feature/Gulp-TestWatch-Server
...
feat(config): Gulp Server Watch for Mocha
2015-12-21 14:52:51 -05:00
mleanos
bf2eeed219
feat(gulp): Gulp Server Watch for Mocha
...
Adds a Gulp task that watches all server files (including server tests),
and upon any changes it will perform the Gulp *test:server* task.
Added a watch for server assets, to the main gulp watch config. This will only
add the watch when the NODE_ENV is set to "test".
Also, includes an **optional** argument for the task that can specify
that if the changed file is a test, then it will only run that test
file.
Example usage: gulp test:server:watch --onlyChanged
2015-12-16 17:56:53 -08:00
Pedro Rodrigues
996976ac66
fix(core): Remove duplicate angular interceptor
...
Remove the interceptor defined in the users module
Update the interceptor defined in the core module
Update the respective test
Fixes #1096
2015-12-16 14:55:07 +00:00
Liran Tal
b51e645ec3
Merge pull request #940 from jloveland/email-validation
...
supporting valid email (i.e. root@admin)
2015-12-16 14:49:41 +02:00
Cody B. Daig
bae0b6b4a7
Merge pull request #1093 from pursual/master
...
fix(core): Serve static files without session init
2015-12-07 19:18:23 -08:00
Liran Tal
3887be9d37
Merge pull request #1091 from mpfeil/bluemix-rvmpath-patch
...
change rvm path for bluemix deployment
2015-12-07 22:14:14 +02:00
pursual
4701722a32
fix(core): Serve static files without session init
...
Fixes #1089
2015-12-07 11:23:16 -05:00
Matthias Pfeil
9af6f2bbab
Update pipeline.yml
2015-12-05 19:27:59 +01:00
Liran Tal
43c7041aa5
Merge pull request #1011 from mleanos/mongoose-4.1.12-connect-bug
...
feat(config): Local environment configurations
2015-12-02 19:05:34 +02:00
jloveland
33258f1314
feat(users): Supporting valid email according to HTML5 and RFC 822
...
Supporting valid email (i.e. root@admin) according to HTML5 and RFC 822
proposed by @jloveland
Fixes #934
2015-11-30 21:47:13 -05:00
Cody B. Daig
e03cae915c
Merge pull request #1080 from meanjs/npm-warnings
...
fix(test): Remove npm warnings by testing against Node >=0.12
2015-11-29 19:16:03 -08:00
Ilan Biala
6088e0f8c7
fix(test): Remove npm warnings by testing against Node >=0.12
...
Fixes #1015
2015-11-29 21:58:28 -05:00
mleanos
6d7447479f
feat(config): Local env configurations
...
Adds the ability to configure multiple env configurations, for the
various NODE_ENV's. These configs can be used to override the current
configuration, using the appropriate local-NODE_ENV.js file that the
user has defined.
Updated the local.example.js comments to be clear on the usage.
Added config/env/local-*.js to gitignore.
Updated the copy:localConfig Grunt task to copy local.example as
local-development.js, since we're no longer going to use local.js.
2015-11-29 11:00:52 -08:00
Cody B. Daig
e140880397
Merge pull request #1057 from meanjs/bug/changelogDirections
...
bug(docs): Update change log command
2015-11-23 09:23:35 -08:00
Cody B. Daig
8e37bac496
Merge pull request #1063 from boykoc/update-readme
...
Update readme for mean.js 0.4.x
2015-11-23 09:20:13 -08:00
Cody Boyko
099704c31a
doc(readme): Update Yo Generator section
...
README.md Yo Generator section now updated to reference
MEAN.JS 0.4.x and the available generator.
2015-11-23 10:54:26 -05:00
Cody B. Daig
ab7d92a7d6
bug(docs): Update change log command
2015-11-21 13:33:28 -08:00
Cody B. Daig
893aff5abb
Merge pull request #1058 from meanjs/bug/dockerNodeVersion
...
bug(docker): Change Node Version
2015-11-17 09:13:10 -08:00
Cody B. Daig
710c70da61
bug(docker): Change Node Version
...
@zymplsi @ilan
2015-11-16 18:22:15 -08:00
Liran Tal
e52d9c40ec
Merge pull request #1049 from lirantal/feature/prep-for-042-release
...
Updating package.json file for 0.4.2 release
2015-11-16 23:26:14 +02:00
Liran Tal
5ef0ca9538
Merge remote-tracking branch 'upstream/master' into feature/prep-for-042-release
...
Conflicts:
CHANGELOG.md
Conflicts:
CHANGELOG.md
2015-11-16 22:17:14 +02:00
Cody B. Daig
bcdb663934
[docs] Changelog and updating package.json file for 0.4.2 release
2015-11-15 08:43:40 +02:00
Cody B. Daig
3165351383
Merge pull request #1022 from codydaig/docs/changelog3
...
doc(changelog): Changelog
2015-11-04 14:27:04 -08:00
Cody B. Daig
892d9bfdf4
[docs] Changelog
2015-11-04 11:36:45 -08:00
Liran Tal
61ea25c872
Merge pull request #1039 from ryanjbaxter/bluemix-mongo-changes
...
Switched to using new MongoDB service in Bluemix
2015-11-04 18:48:57 +02:00
Ryan J Baxter
7340e6855f
Switched to using new MongoDB service in Bluemix since MongoLabs is being removed
2015-11-02 11:50:46 -05:00
Ilan Biala
829a7dee31
Merge pull request #1042 from codydaig/test/node5
...
test(travis): Add Node 5 testing to Travis CI
2015-11-01 14:36:08 -05:00
Cody B. Daig
23cad18b5c
Merge pull request #1043 from codydaig/bug/liveexample
...
bug(readme): Remove Broken Live Demo Link
2015-11-01 10:58:07 -08:00
Cody B. Daig
aa5f12bfc1
Merge pull request #1006 from zeldar/gulpdocs#741
...
Added short Gulp Section to Intro
2015-10-31 12:29:22 -07:00
Dustin Rea
1a3d3c1f01
Added short Gulp Section to Intro
...
Added short Gulp Section to Intro
Added Short Gulp Section to Intro
2015-10-31 18:12:26 +00:00