Commit Graph

1954 Commits

Author SHA1 Message Date
Liran Tal
59e6daa63d Merge pull request #1249 from lirantal/feature/docker_update_dev_environment
fix(docker): updating the Dockerfile and docker-compose.yml
2016-03-21 18:51:12 +02:00
Liran Tal
abd73073df fix(docker): updating the Dockerfile and docker-compose.yml for up to date versions of a MEAN.JS development environment setup
* updating mongodb to use a pinned version

* updating for quiet instalations
2016-03-20 16:09:33 +02:00
Liran Tal
89d302d781 Merge pull request #1254 from lirantal/bugfix/updating_packages
fix(dependencies): updating package dependencies to keep up to date versions
2016-03-20 08:55:40 +02:00
Liran Tal
7da7419b91 fix(dependencies): updating package dependencies to keep up to date versions
* updating to newer packages
* updating travis to remove node v0.12
2016-03-19 21:42:32 +02:00
Olatunde Garuba
661b3b6461 Enhancement(core):Relative positon attribute added to the header.
Relative positon attribute added to the header. proposed by @generalgmt

Fixes #1275
2016-03-19 16:52:28 +01:00
Michael Leanos
bc3d536ed2 Merge pull request #1271 from mleanos/fix/mongoose-bump-4.4.8
fix(dependency): Bump Mongoose to 4.4.8
2016-03-18 13:09:15 -07:00
mleanos
2f906e5f48 fix(dependency): Bump Mongoose to 4.4.8
Upgrades the Mongoose version to 4.4.8.

The need to limit Mongoose version to be less than 4.4.7 is no longer
necessary due to a bug fix released with 4.4.8.

Resolves the need for #1264
2016-03-18 12:07:00 -07:00
Liran Tal
8d137acecc Merge pull request #1261 from lirantal/bugfix/gulpfile_lint_issues
fix(gulp): unhandled error (not printed for the user)
2016-03-18 11:29:37 +02:00
Liran Tal
47b228c601 Merge pull request #1259 from lirantal/bugfix/lint-confirm-functions
fix(client): lint issues for confirm() messages not referencing the `window` object
2016-03-17 23:43:38 +02:00
Liran Tal
b4c94642a2 fix(gulp): unhandled error in gulpfile and also changing existing error related console.log() to console.error() 2016-03-17 22:32:16 +02:00
Liran Tal
80226a2b24 fix(client): lint issues for confirm() messages not referencing the window object 2016-03-17 22:27:53 +02:00
Ilan Biala
b0e6b4e59f Merge pull request #1097 from feimosi/eslint-integration
feat(config): Deprecate JSHint in favor of ESLint
2016-03-15 16:06:48 -04:00
Marek Grzybek
d14d5130af feat(config): Deprecate JSHint in favor of ESLint
Add basic ESLint setup extending well-known Airbnb code style.

Fixes #1072, #1097
2016-03-15 19:11:12 +01:00
Michael Leanos
4e9ad81ad2 Merge pull request #1246 from QiyuLi/fix/supoort_mongo_3.2
fix(core): Support WiredTiger engine errmsg format in MongoDB 3.2
2016-03-14 12:19:59 -07:00
Michael Leanos
4c89ce7e2d Merge pull request #1208 from itelo/users-styleguide
feat(users): Modify users module to implement style guidelines.
2016-03-14 11:46:41 -07:00
Liran Tal
d5c6c8eb90 Merge pull request #1265 from ryanjbaxter/change-pipeline-node-version
Changes Node Version In Bluemix Pipeline
2016-03-13 15:36:22 +02:00
Ryan J Baxter
c3d8da98c0 fix(bluemix): Changes Node Version In Bluemix Pipeline 2016-03-12 21:31:34 -05:00
Michael Leanos
a5e72cf505 Merge pull request #1264 from mleanos/fix/mongoose-undefined-db-bug
fix(dependency): Mongoose 4.4.7 bug
2016-03-12 17:53:56 -08:00
mleanos
07da139607 fix(dependency): Mongoose 4.4.7 bug
Fixes an issue with Mongoose `4.4.7` that causes the database
connection.db property to be undefined. This issue is causing our builds
to fail.

Sets the Mongoose version to `~4.4.3 <4.4.7` for now until we
investigate further. This should solve the issue of our failing builds,
when the `dropdb` Grunt/Gulp task is ran with the E2E tests.
2016-03-12 15:30:56 -08:00
Michael Leanos
9d4249d602 Merge pull request #1223 from itelo/gulp
feat(gulp): add wiredep gulp task
2016-03-10 17:05:39 -08:00
IteloFilho
3d199ea93e feat(gulp): add wiredep gulp task 2016-03-10 20:31:32 -03:00
Liran Tal
b661284f59 fix(gulp): replacing gulp-cssmin which has been deprecated and un-maintained with gulp-csso 2016-03-10 12:52:08 +02:00
Liran Tal
065e01c7da Merge pull request #1255 from lirantal/bugfix/remove_gulp_node_inspector
fix(gulp): remove gulp-node-inspector dependency
2016-03-08 22:42:43 +02:00
Michael Leanos
ea6517f4fb Merge pull request #1253 from AlexanderGrooff/patch-1
Docs(readme): Removed duplicate mention of installing grunt
2016-03-07 12:52:47 -08:00
Michael Leanos
09697f8de3 Merge pull request #1238 from mleanos/fix/ui-router-trailing-slash
fix(core): Remove trailing slash from routes
2016-03-07 12:46:03 -08:00
Alexander Grooff
537cc892a8 Removed duplicate mention of installing grunt
Duplicate was on line 32 and line 42.
2016-03-07 11:18:53 +01:00
mleanos
b00498629c fix(core): Remove trailing slash from routes
Adds an angular $urlRouterProvider service Rule to the Core module
configuration, that removes any trailing slashes in the URL for all routes.

The Rule is defined in the core routes configuration. Thus, in order for
this to work on all routes in the application, we have to inject the Core
module into each client module, as a dependecy in the client.module
configuration. Otherwise, we'd have to define the Rule in each module's route
configuration individually.

Adds missing client-side route configuration tests.

Tests demonstrate that the various route configurations can handle a trailing
slash in the URL, and gets resolved to the correct client route.

Fixes #1075
2016-03-06 20:56:29 -08:00
Liran Tal
0b13107d65 fix(gulp) remove gulp-node-inspector dependency 2016-03-06 22:00:59 +02:00
IteloFilho
173b702f6a feat(users): Modify users module to implement style guidelines. 2016-03-06 12:21:51 -03:00
Michael Leanos
8f00edcd82 Merge pull request #1241 from mleanos/fix/connected-accounts-not-shown
fix(users): Missing primary social provider
2016-03-04 16:12:44 -08:00
Qiyu Li
6265aaa7da fix(core): Support WiredTiger engine errmsg format in MongoDB 3.2
The new WiredTiger engine is introduced in MongoDB 3.2.
It changes the output errmsg format for violation of unique index.
This commit adds support for the new format.

Fixes #1245
2016-03-04 09:56:15 -05:00
Ilan Biala
049fde9451 Merge pull request #1207 from trendzetter/master
feat(config): Upgrade to angular 1.5
2016-03-02 14:44:55 -05:00
mleanos
f2e18e24f1 fix(users): Missing primary social provider
Adds the User's provider to the list of connect social accounts, when it
is also a social account.

Fixes: #1032
2016-03-02 10:40:34 -08:00
Joris Willems
500d1a62df feat(config): upgrade to angular 1.5
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
2016-03-02 18:18:53 +01:00
Liran Tal
8830cd4331 Merge pull request #1242 from lirantal/master
fix(docs): updating links, English issues
2016-03-01 09:33:42 +02:00
Liran Tal
2e7ac80033 fix(docs): updating links, English issues
* double "guide" word in the documentation
* Correcting link for ExpressJS guide
2016-02-29 21:10:12 +02:00
Liran Tal
17f287c536 Merge pull request #1239 from lirantal/feature/update_dependency_socketio
feat(deps): update socket.io dependency
2016-02-29 17:22:16 +02:00
Liran Tal
b1c53a8176 Merge pull request #1240 from lirantal/feature/github_guidelines
feat(github): adding support for Pull Requests templates
2016-02-29 17:21:58 +02:00
Liran Tal
b3f91808e2 feat(github): adding support for Pull Requests templates 2016-02-28 21:29:49 +02:00
Liran Tal
fc78cbd5a1 feat(deps): update socket.io dependency
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
2016-02-28 21:25:19 +02:00
Liran Tal
0ebbdd4935 Merge pull request #1236 from lirantal/bugfix/ignored_errors_on_controller
fix(users) error objects were not handled
2016-02-28 09:58:20 +02:00
Liran Tal
6268e6f883 Merge pull request #1235 from lirantal/bugfix/unused_variable_on_controller_file
removing unused message variable
2016-02-28 09:54:24 +02:00
Liran Tal
03043dcc90 fix(users): removing unused variable from code 2016-02-27 12:58:46 +02:00
Liran Tal
8e249548d4 fix(users): error objects were not handled 2016-02-27 12:54:54 +02:00
Cody B. Daig
5105eb12fe Merge pull request #1221 from meanjs/docs/version
doc(package): Change meanjs version to 0.5.0-beta
2016-02-24 08:41:00 -07:00
Ilan Biala
ee39a2c132 Merge pull request #1213 from meanjs/dependencies
Update dependencies
2016-02-21 17:52:57 -05:00
Liran Tal
01f59c04bd Merge pull request #1228 from droooney/remove-BOM
fix(build): Remove BOM
2016-02-21 20:54:44 +02:00
Ilan Biala
1c143ae24a feat(deps): Update server-side dependencies 2016-02-20 11:26:20 -05:00
Liran Tal
35d7501cfe Merge pull request #997 from yilenpan/feat/csrf
[feat] Added Lusca middleware for CSRF [fixes #828]
2016-02-20 13:16:31 +02:00
droooney
52faf0697f fix(build): Remove BOM
Remove byte-order mark from source files.

Fixes #1227
2016-02-20 14:49:30 +05:00