Commit Graph

138 Commits

Author SHA1 Message Date
Liran Tal
2786c954e9 updating debug information to support https mode reporting 2014-11-26 20:21:08 +02:00
Liran Tal
e2b91b0f84 removing debug information for current environment configuration which is replaced by new output 2014-11-20 20:36:20 +02:00
Liran Tal
3217aa0e6b Merge branch 'enhancements-express-cookie-parameters' of https://github.com/lirantal/meanjs into lirantal-enhancements-express-cookie-parameters
Conflicts:
	config/env/all.js
2014-11-10 20:56:18 +02:00
Liran Tal
5598caf070 adding error handling incase the config logging option is not defined 2014-11-06 13:33:08 +02:00
Liran Tal
d2d4e8c865 realized I forgot to add the actual logger 2014-11-06 13:17:17 +02:00
Liran Tal
bf7bcc6170 adding support for logger handling which allows for saving the requests to a logfile, useful for production systems 2014-11-06 13:07:20 +02:00
Liran Tal
0f4a5850eb making the log format configurable and enabled morgan logging on all environments, not just development 2014-11-06 11:12:38 +02:00
Amos Haviv
71604bb533 Update packages 2014-11-05 18:29:31 +02:00
Amos Haviv
c93101202f Fix tests & refactor SSL support 2014-11-04 19:22:46 +02:00
Liran Tal
7174625bc1 added domain configuration option if required to set the cookie for a specific host 2014-11-03 23:20:28 +02:00
Roie Schwaber-Cohen
a7243763ea Merge branch 'pr/140' 2014-10-27 18:29:48 -07:00
Roie Cohen
1aaf7ad285 Merge pull request #227 from lirantal/bugfix-188-require-extensions-deprecated
bug fix for issue #188 for removing deprecated nodejs's require.extensions
2014-10-24 23:29:18 -07:00
Liran Tal
1ee5bc1f46 removing un-necessary console.log() calls 2014-10-25 01:06:19 +03:00
Liran Tal
22e330b407 adding chalk for formatting console messages instead of ANSI escape codes 2014-10-25 01:05:08 +03:00
Liran Tal
dc4492fee9 removing un-necessary .js extension 2014-10-24 17:48:07 +03:00
Liran Tal
14c5d1bbb7 replacing deprecated require.extensions nodejs call with explicit full paths for require() 2014-10-24 12:01:46 +03:00
Liran Tal
e29ee6fbc1 removing the comment too, it may be confusing to think it should just be enabled for JSONP to be globally enabled which isnt true 2014-10-15 12:43:38 +03:00
Liran Tal
6298e35a5b disabling JSONP from controllers and commenting out from expressjs configuration, allowing users to enable if they need to 2014-10-14 20:24:28 +03:00
Liran Tal
84efda1eb0 fixing identations 2014-10-14 12:18:06 +03:00
Liran Tal
5d20988b10 adding support for configurable session cookie parameters for express 2014-10-14 12:14:17 +03:00
Roie Cohen
f67b7d950e Merge pull request #167 from wesleyfsmith/master
Removed localhost from env files
2014-10-10 23:15:34 -07:00
Amos Haviv
ea04c9e55a Small Update 2014-10-07 17:29:06 +03:00
Wesley Smith
593497027c Removed localhost from env files, as it is not necesary and can introduce bugs in non-local environments. 2014-09-01 17:44:05 -06:00
jloveland
f786ddaa1c moving security configs to secure code block to remove requirement for private key and certificate 2014-08-31 15:05:07 -04:00
jloveland
7946cfe3c1 adding secure.js environment option, reverting production.js, and adding openssl options to gen-certs 2014-08-16 14:16:07 -04:00
jloveland
2ac17f7868 adding https option for running with TLS/SSL 2014-08-15 21:51:34 -04:00
Max
aeb02720f2 Genericize invalid username or password message
https://github.com/meanjs/mean/issues/133
The message given to the user upon an invalid login attempt, for security reasons, should not reveal that the username or password was incorrect.  Rather, a generic message should be displayed when the username or password is incorrect.
2014-08-14 00:23:42 -06:00
Amos Haviv
2c319c5e65 Update to config tabs 2014-08-05 16:49:33 +03:00
Amos Haviv
b311b7b72c Fix menu service defaults 2014-08-05 15:35:49 +03:00
Amos Haviv
f6e19093eb Update 0.3.2 2014-08-02 21:29:38 +03:00
anooprh
3dcf45c55a Added github signin/signup to the list of signups/signi's 2014-08-01 02:23:00 -04:00
Amos Haviv
f4b62ca819 Adding Password Reset 2014-07-31 11:27:14 +03:00
Amos Haviv
f59befc295 Merge branch 'pr/101' into 0.3.2 2014-07-19 14:04:43 +03:00
Matthias Luebken
c918f93320 checking for Env injected by fig/docker 2014-07-03 14:52:25 +02:00
Matthias Luebken
83686b82d9 - reading the right port in production
- changed default back to development
2014-07-03 10:04:11 +02:00
Elad Shaham
38c87c02fc remove space which messes up the url local variable 2014-06-23 16:02:54 +03:00
Matthias Luebken
a68b588880 first docker version with fig 2014-06-18 15:59:24 +02:00
Amos Haviv
a7aa199019 Fixing indentation 2014-05-20 18:22:38 +03:00
Samuel Vijaykumar M
7cf1fc2adb Changed all the indents to the spaces(tab size 4) 2014-05-14 16:05:15 +05:30
Amos Haviv
0e7ebb6da8 Fixing OAuth authentication 2014-05-08 00:14:59 +03:00
darksniper87
bcbf2af07f Update init.js
Just fixing some grammatical errors
2014-05-05 11:21:31 +03:00
Amos Haviv
1c7ae6ecb5 Configuring Extensions 2014-05-02 18:28:24 +03:00
Amos Haviv
27dfdfe622 Delete unused travis file 2014-04-28 21:46:26 +03:00
Amos Haviv
14f5d06d4f Fixed asset management structure 2014-04-27 21:51:42 +03:00
Amos Haviv
c91a3301bf Clean up 2014-04-26 20:44:37 +03:00
Amos Haviv
36acc484bd Fixing roles security issues 2014-04-26 15:17:31 +03:00
Amos Haviv
8cccae2d40 Support CDN Assets 2014-04-25 05:51:30 +03:00
Amos Haviv
56fd75ebad Updating To Helmet 2014-04-23 22:04:52 +03:00
Amos Haviv
81254e0b27 Fixing Karma To Load Libraries Independently 2014-04-23 20:44:19 +03:00
Amos Haviv
c7a14f8386 Merge branch 'pr/24' into 0.3.0
Conflicts:
	config/env/all.js
	config/express.js
	package.json
2014-04-23 19:53:59 +03:00