This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
fix(core): Client routes guest access bug
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
Added imagemin to gulp
Changed config properties to arrays for inclusion in Gruntfile Lodash unions, e.g. linting Fixes #1125
[feat] Added Lusca middleware for CSRF [fixes #828]
fix(build): Remove BOM
Update dependencies
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
jagadeeshpalaniappan
changed the title
Delete This Pull Request
Ignore This Pull Request
Oct 21, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.