Girish Ramakrishnan
884fd5a224
debug when app got an update
2016-08-01 15:35:58 -07:00
Johannes Zellner
1f1237e785
Setting the appstore config also deals with appstore registration
...
- First time it registers the cloudron
- Resetting the account will verify that the Cloudron belongs to this user
- If cloudronId is invalid/unknown we reregister
2016-08-01 15:10:47 +02:00
Johannes Zellner
f60ff45cb6
Tokens are now valid for a week
2016-08-01 10:14:47 +02:00
Johannes Zellner
4fb3a42319
Return 202 when setting the cloudron name
2016-07-28 12:40:36 +02:00
Girish Ramakrishnan
3595f624de
Fix progress text
2016-07-27 20:38:49 -07:00
Girish Ramakrishnan
0e9007e9ef
fix debug
2016-07-27 20:11:45 -07:00
Girish Ramakrishnan
971647c986
use the new appstore update route to detect app updates
2016-07-27 19:15:10 -07:00
Girish Ramakrishnan
138829f69b
remove appupdate pre-release logic
...
this all seems very premature since prereleases are not supported in
appstore side
2016-07-27 17:46:58 -07:00
Girish Ramakrishnan
e0d4c1adc1
use support instead of admin
2016-07-27 11:48:03 -07:00
Girish Ramakrishnan
03c97d2027
send appVersions when checking for updates
2016-07-27 10:14:10 -07:00
Johannes Zellner
a8d04028f3
Fix typo
2016-07-27 11:20:15 +02:00
Johannes Zellner
8165227b0a
Keep same style in settings rest api
2016-07-27 11:20:15 +02:00
Johannes Zellner
41e1afaf68
Add settings/appstore routes
2016-07-27 11:20:15 +02:00
Johannes Zellner
7361acbec5
Add appstore config in settingsdb
2016-07-27 11:20:15 +02:00
Girish Ramakrishnan
01af6ef23a
fix wording in out_of_disk_space mail template
2016-07-26 17:22:58 -07:00
Girish Ramakrishnan
947edfec72
typo: Check "available" and not "used"
2016-07-26 17:10:22 -07:00
Girish Ramakrishnan
159fecc9ce
send certificate renewal errors to owner for non-caas
2016-07-26 16:47:58 -07:00
Girish Ramakrishnan
0bf8b94bb4
send outOfDiskSpace mails to owners for non-caas provider
2016-07-26 16:43:14 -07:00
Girish Ramakrishnan
d4d07e27c0
send email for certificate renewal error
2016-07-26 16:37:10 -07:00
Girish Ramakrishnan
e9e09e66c3
remove unused variables
2016-07-26 16:37:10 -07:00
Girish Ramakrishnan
a3c270c4a1
do not reconfigure apps when infra version has not changed
2016-07-25 18:57:54 -07:00
Girish Ramakrishnan
33c70dad8b
fix merging blooper
2016-07-25 16:18:09 -07:00
Girish Ramakrishnan
28ec9d82da
assume success if dns server to be down
2016-07-25 15:31:26 -07:00
Girish Ramakrishnan
03022f0207
Do not send more than 1 oom mail every hour
2016-07-25 14:19:20 -07:00
Girish Ramakrishnan
98facf2a3c
delete eventlog older than 7 days
2016-07-25 12:54:27 -07:00
Girish Ramakrishnan
338f4bcdea
docker event stream can be null if it errored
2016-07-25 11:39:32 -07:00
Girish Ramakrishnan
e46b1a9245
test for app instead of error
2016-07-25 11:37:30 -07:00
Girish Ramakrishnan
129843c0ba
debug name of addons that changed
2016-07-25 10:18:35 -07:00
Girish Ramakrishnan
b079d688c1
bump mail container to 0.18.0
2016-07-25 10:13:05 -07:00
Girish Ramakrishnan
684aec41cc
create all addons on infra upgrade
2016-07-25 10:13:01 -07:00
Girish Ramakrishnan
12915ee169
incremental infra creation
2016-07-25 00:39:57 -07:00
Girish Ramakrishnan
e5a34581b1
compare objects instead of just the version
...
this is in preparation of incremental infra updates. in that case,
an equal infra version is not enough (the images could have changed).
infra version will only signify if containers need to be recreated
wholesum.
2016-07-24 23:19:13 -07:00
Girish Ramakrishnan
5c53aec837
setup mail aliases whenever mail container is created
2016-07-24 23:04:27 -07:00
Girish Ramakrishnan
b3a4973348
default xframeoption is sameorigin
2016-07-24 23:00:43 -07:00
Girish Ramakrishnan
b45fc46ff3
emit platform ready timer only if platform succeeded
2016-07-24 22:59:47 -07:00
Johannes Zellner
3193cec6aa
Skip caas cloudron details fetching for selfhosted cloudrons
2016-07-18 11:59:32 +02:00
Girish Ramakrishnan
17240c77bf
pass error message and not the object
2016-07-17 10:15:14 -07:00
Johannes Zellner
a49e1b5117
Set xFrameOptions fallback
2016-07-15 11:08:11 +02:00
Johannes Zellner
7f6360361f
Fixup the appsdb tests
2016-07-14 16:28:59 +02:00
Johannes Zellner
0d5d54d2d8
Add xFrameOptions to apps and routes
2016-07-14 16:28:59 +02:00
Johannes Zellner
37563ee8cb
Add xFrameOptions to appsdb.js
2016-07-14 16:28:59 +02:00
Johannes Zellner
dcb14b452b
Validate xFrameOptions in app install
2016-07-14 16:28:59 +02:00
Johannes Zellner
66049a9e2d
Support x-frame-options in appconfig.ejs template
2016-07-14 16:28:59 +02:00
Johannes Zellner
4b40084c7f
Sorry this test needs even more time for me
2016-07-14 16:28:11 +02:00
Johannes Zellner
33c701ece7
Adjust migrate route tests to new api
2016-07-14 16:17:32 +02:00
Girish Ramakrishnan
21c5033e34
remove unused variable
2016-07-13 10:16:45 -07:00
Girish Ramakrishnan
75889af198
Use latest mail container (outbound dkim crash fix)
2016-07-12 16:03:13 -07:00
Girish Ramakrishnan
c0f944c1bf
use safe.require instead
2016-07-12 11:37:44 -07:00
Girish Ramakrishnan
743a8650f0
Add ability to setup a ghost account for caas
2016-07-12 11:01:02 -07:00
Johannes Zellner
94ee636254
No need to again check the groups for admin
...
This is already in user.get() which is attached to req.user
2016-07-12 10:11:04 -07:00