OldHawk
a175308b52
feat(users): add fields 'isVip, isOper, isAdmin' to model user
2017-09-14 15:18:14 +08:00
OldHawk
f052ea853e
Merge commit 'b43c80e2c097b11114f4e4f01b9718321721a89b'
...
* commit 'b43c80e2c097b11114f4e4f01b9718321721a89b':
feat(build): Update dependencies (#1847 )
fix(travis): Fix Travis failing on webdriver issues (#1845 )
fix(eslint): Inconsistent spacing before function parentheses (#1844 )
fix(mongodb): update ssl connection settings (#1809 )
Remove deprecated crypto package (#1843 )
feat(config): Mongo Seed 2.0 (#1808 )
fix(users): don't fail on missing old image on image upload (#1839 )
feat(build): Turn on mangling for uglify (#1841 )
fix(gulp): fix broken test:server:watch task (#1842 )
feat(core): Enhancement page title directive (#1686 )
feat(user): Add email support to forgot password (#1834 )
fix(mocha): update mochajs version to reduce vulnerabilities (#1830 )
refactor(menus): Refactor to the Menus client service to use functional loops/filters (#1575 )
feat(config): Mongoose 4.11 upgrade (#1818 )
# Conflicts:
# config/env/development.js
# config/lib/app.js
# modules/articles/server/models/article.server.model.js
# modules/chat/client/config/chat.client.routes.js
# modules/core/client/directives/page-title.client.directive.js
# modules/core/client/services/menu.client.service.js
# modules/users/client/config/users-admin.client.routes.js
# modules/users/client/views/password/forgot-password.client.view.html
# modules/users/server/models/user.server.model.js
# package.json
2017-08-22 13:35:29 +08:00
Michael Leanos
dc880eb5a7
feat(config): Mongoose 4.11 upgrade ( #1818 )
...
Upgrades Mongoose to 4.11.1
Updates Mongoose connection implementation to accommodate deprecated
features & connection options.
Also, updates the Gulp Mocha tasks to reflect changes to the Mongoose
implementation.
Fixes tests to get the database from the existing Mongoose singleton.
Derives from changes in https://github.com/meanjs/mean/pull/1816
Closes https://github.com/meanjs/mean/issues/1814
2017-07-27 13:19:22 -07:00
OldHawk
a9a5fde404
check only isOper can ban/kick on server side
2017-05-13 13:08:26 +08:00
OldHawk
cb538c152a
check user Whether already logined from other location
2017-05-13 00:27:04 +08:00
OldHawk
6c68b74367
add ban expires time to config file, it can be auto moved when the time is expires
2017-05-12 16:55:30 +08:00
OldHawk
b74fddb162
show ban reason to baned user when them connecting
2017-05-12 16:53:13 +08:00
OldHawk
448f868099
oper/admin can ban/kick user out to chat room now~~
2017-05-12 16:38:02 +08:00
OldHawk
3783fe3eb2
load chat message and users list
2017-05-10 17:52:56 +08:00
Liran Tal
c364922f67
feat(ssl): supporting a certificate authority bundle file for the secured SSL configuration ( #1342 )
2016-06-07 09:58:02 +03:00
Liran Tal
98f3e8cff5
Merge pull request #816 from lirantal/feature/secure-mode-sslcerts-configurable
...
Configurable SSL mode options
2015-08-19 13:14:53 +03:00
Liran Tal
384fb7d24c
adding support for a configurable ssl-mode and and ssl cert/key files in the environment configuration
2015-08-17 09:05:35 +03:00
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
jloveland
4949bdd9c3
adding ordered cipher list, stronger settings in generate-ssl-certs script, and hsts settings
2015-08-05 22:48:59 -04:00
Ryan Hutchison
ef3a3f9548
formatting reboot (space-2 and consistency)
...
JSCS fixes
update editorconfig
2015-07-31 10:04:02 -04:00
jloveland
3e1d0b5f84
adding ssl back in
2015-05-08 07:01:41 -07:00
Ilan Biala
dc6f74dec5
Update connect-mongo to support Mongoose 4.0.0
2015-03-28 19:35:54 -04:00
Christian Berendt
e027f4025b
Add missing newline at the end of text files
...
On Unix it is common to have a newline at the end of text files.
2015-02-16 21:39:55 +01:00
Amos Haviv
ab81d61bd3
New 0.4 version
2014-11-10 23:12:33 +02:00