Commit Graph

1018 Commits

Author SHA1 Message Date
mleanos
792488e47f Fixed bug with Socket IO session
New enhancements to the Express session, added "sessionId" as the new
default session key. Previously, the express session was using the
default "connect.sid" key. This caused the Socket configuration to be
unable to find the session id, thus causing issues with the Socket. One
suck issue, was that the same Socket would be used for all users
connected to the server.

This also adds a bit more error handling of the Socket server
configuration. Using the `return next()` pattern.
2015-08-16 15:07:04 -07:00
Liran Tal
1f0f1b7d0e Merge pull request #806 from pgrodrigues/master
fix some typos
2015-08-15 10:00:13 +03:00
Liran Tal
114706eff4 Merge pull request #780 from codydaig/feature/issue583
Make TopBar Public By Default
2015-08-15 09:59:31 +03:00
Liran Tal
a5250c36a2 Merge pull request #805 from vaucouleur/master
Fixed end tags in the page header of the user edit page
2015-08-15 09:57:30 +03:00
Cody B. Daig
1f7bfddf0b Make tests pass 2015-08-14 16:01:16 -06:00
Cody B. Daig
9fc6091ab7 Code from mleanos 2015-08-14 16:01:16 -06:00
Cody B. Daig
e68b4226bd Make TopBar Public By Default 2015-08-14 16:01:16 -06:00
Pedro Rodrigues
8fc9b50ad0 fix some typos 2015-08-14 17:27:39 +01:00
Sebastien Vaucouleur
851973f459 Fixed end tags in page header 2015-08-14 17:26:55 +02:00
Liran Tal
86b16c93f6 Merge pull request #758 from trainerbill/PathRefactor
Initial commit to return /client to the URL include paths
2015-08-14 17:21:49 +03:00
Liran Tal
84926abd0f Merge pull request #804 from lirantal/feature/session-expiration-enhancement-2
Adding support for configurable session expiration time
2015-08-14 16:30:20 +03:00
Liran Tal
0aa5e68643 Adding support for configurable session expiration time 2015-08-14 15:24:31 +03:00
Liran Tal
d9a8647a6b Merge pull request #799 from lirantal/feature/users_module_tests_4
Adding suite of tests for the e-mail validation field in the users model
2015-08-14 13:41:47 +03:00
Liran Tal
7200426e28 Merge pull request #798 from lirantal/feature/security-enhancements-session
Express sessionKey configuration option
2015-08-14 10:11:00 +03:00
Liran Tal
d41490c148 Merge pull request #793 from trainerbill/SeedDB2
Database seeding
2015-08-13 22:13:23 +03:00
Liran Tal
89050d5628 Adding suite of tests for the e-mail validation field in the users model 2015-08-13 21:56:19 +03:00
Liran Tal
360c3a4d3b Adding support for sessionKey configuration parameter to allow to easily change the session key that is used to hold the session value. The default is a generic sessionId key to introduce security through obscurity. 2015-08-13 21:42:44 +03:00
Andrew Throener
d319f9203f Initial commit to return /client to the URL include paths
Conflict Resolve

Fixed Karma testing

Added back cacheIDFromPath as I am not sure what that does.  Just removed the replaceing of /client
2015-08-13 11:07:02 -05:00
Andrew Throener
ea97f2e7d8 Database seeding 2015-08-13 09:37:24 -05:00
Liran Tal
820355c85e Merge pull request #791 from pgrodrigues/master
remove double esnext entry in .jshintrc
2015-08-13 16:30:26 +03:00
Pedro Rodrigues
8b2983361c remove double esnext entry in .jshintrc 2015-08-13 13:06:30 +01:00
Liran Tal
609d95824d Merge pull request #771 from lirantal/bugfix/fix_user_module_async_tests
Fixing user model test's last test which fail or report a false positive
2015-08-13 13:42:19 +03:00
Liran Tal
0be1b11a20 Merge pull request #781 from codydaig/bug/listArticlesAuth
Allow Guests to view Articles
2015-08-12 19:21:29 +03:00
Liran Tal
3064b28820 Merge pull request #787 from Gym/spaces
fix indentation
2015-08-11 14:35:25 +03:00
Ryan Hutchison
cb9d7e3db6 fix indentation 2015-08-11 01:01:12 -04:00
Liran Tal
c959180481 Merge pull request #766 from lirantal/feature/jshint-deprecated-options
Updating JSHINT settings
2015-08-10 19:29:59 +03:00
Liran Tal
9149dc4950 removing deprecated options in the latest versiosn of jshint which will be replaced by adding JSCS settings 2015-08-10 19:19:29 +03:00
Liran Tal
21f1f4e073 Merge pull request #773 from codydaig/patch-2
Remove Dev Branch Badges
2015-08-09 21:50:34 +03:00
Cody B. Daig
cbebed9188 Allow Guests to view Articles 2015-08-08 18:40:59 -07:00
Cody B. Daig
019e420007 Remove Dev Branch Badges 2015-08-07 19:14:04 -07:00
Liran Tal
463f5b944f fixing up a user model test which was not setup correctly without the async done() callback, which led to false postivies. Adding timeouts to the test ensures that the test completes in time, otherwise mocha's 2s timeout will fail the test 2015-08-08 00:42:11 +03:00
Liran Tal
21d87e9378 Merge branch 'ryanjbaxter-0.4.0-cf' 2015-08-07 09:24:48 +03:00
Liran Tal
2f60b2bac9 Merge branch '0.4.0-cf' of https://github.com/ryanjbaxter/mean into ryanjbaxter-0.4.0-cf 2015-08-07 09:24:36 +03:00
Liran Tal
0f3259fa43 Merge pull request #768 from lirantal/feature/users_module_tests_2
Updating User model tests for synchronous test and fixing done() calls
2015-08-07 00:23:00 +03:00
Liran Tal
fe20d3c677 Merge pull request #765 from jloveland/more-security
Adding more secure settings
2015-08-06 18:44:51 +03:00
Liran Tal
c967a98562 refactoring the async nature in the user model tests to account for mocha 2 second timeouts causing travis-ci build fails 2015-08-06 16:49:50 +03:00
Liran Tal
1e51e06d56 Merge pull request #762 from lirantal/feature/grunt_fail_on_failures
Grunt - fail the build if a task fails
2015-08-06 15:45:22 +03:00
Liran Tal
dd254e1649 updating travis ci build to install required ruby gem dependencies 2015-08-06 15:29:24 +03:00
Liran Tal
232883b2c3 Merge pull request #755 from Gym/bug-reset-password
Bug: reset-password enhancements and bug fix
2015-08-06 09:49:28 +03:00
jloveland
4949bdd9c3 adding ordered cipher list, stronger settings in generate-ssl-certs script, and hsts settings 2015-08-05 22:48:59 -04:00
Liran Tal
057a0cc2f8 Merge pull request #756 from lirantal/feature/users_module_tests
Refactoring Tests for User model
2015-08-05 19:17:06 +03:00
Liran Tal
c22c888de9 updating grunt 'force' option to default/force it to false so that we can fail any task that is failing and thus fail the build in case of any issues in tests, jshint conventions, and so on 2015-08-05 14:33:48 +03:00
Liran Tal
346ebd6a67 re-factoring the server model tests to create user model from schema only during tests, so that we can re-use mongodb's _v versioning fields, and also cleaning up user tests on each test iteration 2015-08-05 14:08:09 +03:00
Ryan Hutchison
01a8d5e67b reset-password enhancements and bug fix 2015-08-04 22:08:45 -04:00
Liran Tal
d0613cea79 Merge branch '0.4.0'
Releasing MEAN.JS 0.4.0 version on-top of previously MEAN.JS 0.3.3 on master branch
2015-08-03 18:30:03 +03:00
Liran Tal
c2c0c621b3 Merge pull request #737 from lirantal/feature/0.4.0_prepare_release
Updating README with reference to new development branch
2015-08-03 17:44:21 +03:00
Liran Tal
5bdd8f95f0 Merge pull request #750 from lirantal/bugfix/gitignore_jekyll_assets
Gitignore for Jekyll assets
2015-08-03 17:44:09 +03:00
Liran Tal
379f58e3b0 updating gitignore file to disregard the _site/ directory which gets created when using jekyll for generating the gh-pages documentation branch locally 2015-08-03 17:14:01 +03:00
Liran Tal
a66c3fe5a7 Merge pull request #744 from Gym/0.4.0
BUG: Removed a ng-binding to article.content in user-list.client.view…
2015-08-01 09:43:42 +03:00
Ryan Hutchison
2747df6310 BUG: Removed a ng-binding to article.content in user-list.client.view.html 2015-07-31 23:45:56 -04:00