Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Ignore This Pull Request #1584

Closed
wants to merge 106 commits into from
Closed

Ignore This Pull Request #1584

wants to merge 106 commits into from

Conversation

jagadeeshpalaniappan
Copy link

@jagadeeshpalaniappan jagadeeshpalaniappan commented Oct 21, 2016

No description provided.

mleanos and others added 30 commits November 29, 2015 11:00
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.
fix(test): Remove npm warnings by testing against Node >=0.12
Supporting valid email (i.e. root@admin) according to HTML5 and RFC 822
proposed by @jloveland

Fixes #934
feat(config): Local environment configurations
change rvm path for bluemix deployment
fix(core): Serve static files without session init
supporting valid email (i.e. root@admin)
Remove the interceptor defined in the users module
Update the interceptor defined in the core module
Update the respective test

Fixes #1096
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
feat(config): Gulp Server Watch for Mocha
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
Adding the functionality of configuring the host to bind the server. By
default this is set to 0.0.0.0.
fix(articles): Orphaned User reference throws server error
Adding host configuration feature
fix(tests) fixing assertion test for logger which failed
fix(core): Remove duplicate angular interceptor
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 #1098
feat(chat): Modify chat module to implement johnpapa styleguide.
Update the articles module to implement the style guidelines.

Much of this work is from @trainerbill

Closes #874
Closes #339
fix(security): fixing possible xss issue in parsed objects
in order to minify images,
gulp is now given an imagemin task
Changed config properties to arrays for inclusion in Gruntfile Lodash unions, e.g. linting

Fixes #1125
lirantal and others added 22 commits February 20, 2016 13:16
[feat] Added Lusca middleware for CSRF [fixes #828]
doc(package): Change meanjs version to 0.5.0-beta
…roller_file

removing unused message variable
…oller

fix(users) error objects were not handled
version 1.3.7 installed with the package.json file is 6 releases behind - 1 feature release, and 5 patches.
security advisors have been published for older socket.io version
feat(github): adding support for Pull Requests templates
…etio

feat(deps): update socket.io dependency
* double "guide" word in the documentation
* Correcting link for ExpressJS guide
fix(docs): updating links, English issues
Update bower dependencies to more recent versions.
Resolved hard-coded dependency by updating file upload
PhantomJs to 2.x series for tests (@usta)
Fix assertion in tests for compatibility with MongoDB 3.2 (@rhutchison)
Improve coding style tests to avoid type errors (@ilanbiala)
Fix refresh showing flash of scrollbar in menu
Remove deprecated angular-ui-utils

Fixes #1124
feat(config): Upgrade to angular 1.5
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.