Girish Ramakrishnan
94037e5266
remove oauth proxy backend logic
2016-11-19 17:13:08 +05:30
Girish Ramakrishnan
d3d7f2c320
Add config.isDemo()
2016-08-31 20:51:36 -07:00
Johannes Zellner
4b93d87310
Set the fallback provider for old caas Cloudrons
2016-08-02 16:41:28 +02:00
Girish Ramakrishnan
2347a7ced2
admin email is a platform property
2016-05-24 16:36:56 -07:00
Girish Ramakrishnan
ef40aae3ba
set adminEmail to no-reply@localhost for tests
2016-05-24 00:54:38 -07:00
Girish Ramakrishnan
9570086c87
add config.smtpPort
2016-05-24 00:53:42 -07:00
Girish Ramakrishnan
631b238b63
use MAIL_LOCATION for mx record
2016-05-11 09:59:12 -07:00
Girish Ramakrishnan
414b21f29a
add sysadmin route test
2016-04-15 12:33:54 -07:00
Girish Ramakrishnan
c03e69232e
Remove admin name (already set in cloudron.conf now)
2016-04-14 20:39:05 -07:00
Girish Ramakrishnan
553509c462
implement installation of app bundle
2016-04-04 23:03:13 -07:00
Girish Ramakrishnan
306bef96b4
remove dead DNS_IN_SYNC
2016-04-04 22:14:05 -07:00
Johannes Zellner
4cfc187063
Add sender name to admin email
2016-03-09 07:41:50 +01:00
Johannes Zellner
98ab99ab34
Add callback to config._reset() for convenience
2016-01-29 16:27:04 +01:00
Johannes Zellner
307262244a
Also cleanup the config file on config._reset()
2016-01-29 14:17:10 +01:00
girish@cloudron.io
ac3681296e
short-circuit updates from prerelease to release version
...
Fixes #575
2016-01-25 14:48:12 -08:00
Johannes Zellner
c5b8b0e3db
Split up userAdd and sendInvite mailer calls
2016-01-18 16:11:00 +01:00
Johannes Zellner
584b7790e4
Get the cloudron vps provider from config
2015-12-29 11:24:34 +01:00
Girish Ramakrishnan
69845d5ddd
add config.adminFqdn()
2015-12-10 13:14:13 -08:00
Girish Ramakrishnan
49b0fde18b
remove config.aws and config.backupKey
2015-11-07 22:06:56 -08:00
Girish Ramakrishnan
12061cc707
mailDnsRecordIds is never used
2015-11-05 10:22:25 -08:00
Girish Ramakrishnan
afcc62ecf6
mailServer is never used
2015-11-05 10:22:25 -08:00
Johannes Zellner
d1c8e34540
dns in sync file should be under data/
2015-10-21 17:18:39 +02:00
Johannes Zellner
9f19b0bc9e
Use a persistent file for dns sync flag
2015-10-21 16:42:17 +02:00
Johannes Zellner
79c17abad2
Add simpleAuthPort to config.js
2015-10-11 17:19:39 +02:00
Girish Ramakrishnan
23a5a1f79f
timezone is already determined automatically using activation
2015-09-18 12:02:36 -07:00
Girish Ramakrishnan
739db23514
Use the default timezone in settings
...
Fixes #485
2015-09-16 16:36:08 -07:00
Girish Ramakrishnan
84169dea3d
Do not set process.env.NODE_TLS_REJECT_UNAUTHORIZED
...
Doing so will affect all https requests which is dangerous.
We have these options to solve this:
1. Use superagent.ca(). Appstore already provides wildcard certs
for dev, staging signed with appstore_ca. But we then need to
send across the appstore_ca cert across in the provision call.
This is a bit of work.
2. Convert superagent into https.request calls and use the
rejectUnauthorized option.
3. Simply use http. This is what is done in this commit.
Fixes #488
2015-09-16 10:36:03 -07:00
Girish Ramakrishnan
2719c4240f
Get oauth proxy port from the configs
2015-09-16 10:06:34 -07:00
Girish Ramakrishnan
5b62aeb73a
make aws endpoint configurable for tests
2015-09-09 12:03:47 -07:00
Girish Ramakrishnan
659268c04a
provide default backupPrefix for tests
2015-09-08 21:16:50 -07:00
Johannes Zellner
0c2532b0b5
Give default value to config.dnsInSync
2015-08-30 22:35:44 -07:00
Johannes Zellner
9c9b17a5f0
Remove cloudron.config prior to every test run
2015-08-30 22:35:44 -07:00
Johannes Zellner
e6fd05c2bd
Support optional aws related userData
2015-08-25 17:52:01 -07:00
Johannes Zellner
76e4c4919d
Only federated tokens need session token
2015-08-25 17:52:00 -07:00
Johannes Zellner
50064a40fe
Use dev bucket for now as a default
2015-08-25 17:52:00 -07:00
Johannes Zellner
58f533fe50
Add config.aws().backupPrefix
2015-08-25 17:52:00 -07:00
Johannes Zellner
1dad115203
Add initial aws object to config.js
2015-08-25 17:51:59 -07:00
Johannes Zellner
8812d58031
Add backupKey to config
2015-08-25 17:51:59 -07:00
Girish Ramakrishnan
ef9508ccc5
Use BOX_ENV instead of NODE_ENV
...
Let NODE_ENV be used by node modules and always be set to production
Fixes #453
2015-07-24 01:42:28 -07:00
Johannes Zellner
db6d6d565f
Remove developerMode from config.js
2015-07-23 13:26:30 +02:00
Girish Ramakrishnan
df9d321ac3
app.portBindings and newManifest.tcpPorts may be null
2015-07-20 00:10:36 -07:00