Commit Graph

46 Commits

Author SHA1 Message Date
OldHawk
a8722a3361 modify the torrents config file 2017-04-01 10:28:04 +08:00
Sujeeth
4dd866992a fix(config): config.app.domain -> config.domain (#1572)
Issue brought up by @19r3ka

Fixes #1506
2016-10-15 18:50:10 -07:00
Liran Tal
cf246babd1 feat(config): adds a generic DOMAIN configuration environment (#1469)
Generic DOMAI configuration environment variable, useful for setting links to an app
in reset email templates, and other cases.

Fixes #871 and #847
2016-09-01 22:37:43 +03: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
mleanos
6d7447479f feat(config): Local env configurations
Adds the ability to configure multiple env configurations, for the
various NODE_ENV's. These configs can be used to override the current
configuration, using the appropriate local-NODE_ENV.js file that the
user has defined.

Updated the local.example.js comments to be clear on the usage.

Added config/env/local-*.js to gitignore.

Updated the copy:localConfig Grunt task to copy local.example as
local-development.js, since we're no longer going to use local.js.
2015-11-29 11:00:52 -08:00
jloveland
2eb0b0970d adding ability to configure session.secret in local env config 2015-10-04 20:45:47 -04:00
Liran Tal
58b371b0ec Adding MEAN.JS version information as part of the startup info when app loads 2015-09-05 20:41:06 +03:00
Liran Tal
d18832641a Fixed issue where if local.js exists then grunt test will run on that environment config and possibly delete collections
We only extend the config object with the local.js custom/local environment if we are on production or development environment. If test environment is used we don't merge it with local.js to avoid running test suites on a prod/dev environment (which delete records and make modifications)
2015-08-19 22:05:08 +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
Pedro Rodrigues
8fc9b50ad0 fix some typos 2015-08-14 17:27:39 +01: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
Ryan Hutchison
ef3a3f9548 formatting reboot (space-2 and consistency)
JSCS fixes

update editorconfig
2015-07-31 10:04:02 -04:00
Liran Tal
411765bb26 fixing chalk and console usage for consistency reasons 2015-07-25 01:57:17 +03:00
Liran Tal
315187e021 enhancing error message with an actual instruction on how to fix the missing ssl problem when running in prod mode and secured enabled 2015-07-24 10:03:14 +03:00
Cody B. Daig
4d1ae6e14c change _.extend to _.merge 2015-07-19 15:35:47 -07:00
Liran Tal
03b7f6ffda fixing up SSL support on startup to fallback to non-SSL mode if files are not present 2015-07-17 11:25:42 +03:00
Liran Tal
9fb2215854 cleaning up application startup information 2015-07-11 00:42:43 +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
Adam Walz
dd0cdfcc40 Bump glob to version 5.0 2015-03-09 15:46:35 -07: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
Amos Haviv
ab81d61bd3 New 0.4 version 2014-11-10 23:12:33 +02:00
Amos Haviv
f4b62ca819 Adding Password Reset 2014-07-31 11:27:14 +03: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
1c7ae6ecb5 Configuring Extensions 2014-05-02 18:28:24 +03:00
Amos Haviv
14f5d06d4f Fixed asset management structure 2014-04-27 21:51:42 +03:00
Amos Haviv
8cccae2d40 Support CDN Assets 2014-04-25 05:51:30 +03:00
Amos Haviv
81254e0b27 Fixing Karma To Load Libraries Independently 2014-04-23 20:44:19 +03:00
Amos Haviv
44bf81a494 0.3RC
Express 4 Support
New naming convention
Glob patterns
CSS Linting
Uglify
CSS Min
Environmental Asset Management
DI Menu System
2014-04-21 00:01:01 +03:00
Amos Haviv
08a2c0fc72 Fixed Comments and README 2014-04-15 16:08:02 +03:00
Drew Fyock
6b575164dd ensure NODE_ENV is valid, default regex for walk 2014-03-27 09:37:21 -04:00
Amos Haviv
17e089ec69 Moving to MEAN.JS 2014-02-10 13:09:25 +02:00
Liran Tal
0e692c5bfc comment fixes, indentation and general cosmetic cleanup 2014-01-05 22:58:39 +02:00
Amos Haviv
822d7ca7b2 Properly run JSHint 2013-12-25 16:36:33 +02:00
Amos Haviv
9c6e5514f0 Moving from Underscore to LoDash 2013-12-20 14:14:54 +02:00
Kieu Anh Tuan
3041b4f858 Use module export instead of json string so that we can use environment variable for credentials info 2013-11-07 18:41:05 +01:00
Amos Haviv
fe50b418ae Fixing models auto loading bug 2013-09-29 16:00:23 +03:00
Roie Schwaber-Cohen
014d941d6e Merge from gabrielmanchini - issue #50 2013-09-10 12:36:19 +03:00
Amos Haviv
d282aa0f4d Fix bower post install script 2013-08-27 13:47:17 +03:00
Amos Haviv
3f3f0394d3 Fix bower post install script 2013-08-27 13:44:35 +03:00
Amos Haviv
9815266411 Config 2013-08-27 13:34:46 +03:00
Amos Haviv
00357937c4 test 2013-08-27 13:30:32 +03:00
Amos Haviv
02391874cc test 2013-08-27 13:25:55 +03:00
Amos Haviv
6c3564f37d Cleaning Up 2013-08-17 01:06:17 +03:00
Brian Oley
82ef53392e Added semicolons to server code for consistency and general formatting 2013-08-16 15:23:09 -04:00
Amos Haviv
0f948dc93f Config File Rebasing 2013-08-04 01:49:46 +03:00