Commit Graph

169 Commits

Author SHA1 Message Date
Ryan Hutchison
7d8cea159b load bootstrap (doh) 2015-07-05 17:50:41 -04:00
Liran Tal
b76c2cd13b updating 0.4.0 merged branch to support the declerative db connection object instead of just a connection string 2015-07-02 12:29:09 +03:00
Liran Tal
67e96a4f22 0.4.0 branch merged into master 2015-07-02 12:08:09 +03:00
Liran Tal
1ea9f55600 porting pull request from master to 0.4.0 branch: Local environment variables to address issue #553 #557 2015-05-31 11:54:17 +03:00
Ilan Biala
3ea400f354 Merge pull request #548 from jloveland/generate-sslcerts
Add SSL support back into 0.4.0
2015-05-28 06:42:23 -04:00
Mikael Korpela
fea436f815 Add fonts and svgs to gzip compression pattern
I think it's good to have these here "just in case", even the seed project wouldn't have any fonts/svgs. These are just so common filetypes at any project.

Thoughts?
2015-05-16 14:10:14 +03:00
Liran Tal
dce17e9fae creating a local.example.js as a sample file to extend configuration to local repository without committing these changes and also replacing .extend() with .merge() for local repository changes 2015-05-14 00:16:08 +03:00
Liran Tal
aca6a793e9 adding a grunt-contrib-copy dev dependency to create a local copy of local.js file and then updating config.js to include it and gruntfile.js to run it in all common tasks 2015-05-13 11:29:51 +03:00
Liran Tal
0fc412d428 restoring previous state of removing local.js, we'll generate it with grunt when the project starts-up 2015-05-13 10:47:00 +03:00
Liran Tal
619e123c0d adding the default config/env/local.js instance 2015-05-12 21:42:30 +03:00
Liran Tal
ba3e99f009 implemented feature to address issue 553 - provide a local.js file for local development configuration parameters that will not get committed to remote repositories and will accidentally expose API keys, passwords, and sensitive local configuration 2015-05-12 09:22:04 +03: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
Adam Walz
dd0cdfcc40 Bump glob to version 5.0 2015-03-09 15:46:35 -07:00
Ilan Biala
81c2847571 Properly track DB disconnect 2015-03-05 22:30:35 -05:00
Ilan Biala
e954a20e2f Disconnect method to close DB connection 2015-03-05 22:01:36 -05:00
Trey Hunner
78f28081d1 Add newlines to ends of files 2015-03-02 16:28:25 -08:00
Veikko Karsikko
659c8de801 Change file ignore pattern to match word 'core' instead of chars 2015-02-19 16:14:56 +02: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
Christian Berendt
4879a8ea2a Remove executable bit when not necessary
The executable bit is set for a lot of files where it is not necessary
to have the executable bit set. This PR removes the executable bit from
those files.
2015-02-16 14:19:56 +01:00
Igor Freire
db067bbc64 Infer first and last name from github and twitter response
Last name can contain more than one name. E.g. "John Doe Junior" would have "Doe Junior" as last name.
2015-01-25 17:11:07 -03:00
Liran Tal
bde2412e2a Merge pull request #332 from bmonty/bmonty/issue-318
move helmet and express.static before sessions for performance
2015-01-06 23:29:15 +02:00
Liran Tal
56bcf17254 replacing old expressjs 3.x built-in 'compress' middleware with standalone compression middleware 2014-12-31 16:16:02 +02:00
Liran Tal
90e05f6aad resolved conflicts with other PR 2014-12-27 18:00:13 +02:00
Benjamin Montgomery
ca009b9044 move helmet and express.static before sessions for performance 2014-12-26 07:50:27 -05:00
Andreas Bjørn Hassing Nielsen
acccc03814 Fix #283 glob path issue for Windows
This fixes https://groups.google.com/forum/#!msg/meanjs/qOPHzMtWrPY/da9puKbyI5UJ as suggested by Silla Tan - also mentioned in #283 which was closed without a fix.
2014-12-23 12:56:29 +01:00
Liran Tal
9b36cfa2d8 resolved merge conflict with master 2014-12-06 10:09:46 +02:00
Liran Tal
2faaca5e1a default port set to 8443 so it doesnt require root privileges 2014-12-05 19:44:43 +02:00
Liran Tal
ea50c8b250 fixed #286 which originated due to commit fa1171fe28 which was then re-factored to leave out the url library 2014-12-04 14:49:19 +02:00
Liran Tal
5b7423cef2 updating support for mongodb connection string to support special chars for username and password 2014-11-29 11:06:16 +02:00
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
Amos Haviv
ab81d61bd3 New 0.4 version 2014-11-10 23:12:33 +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