Girish Ramakrishnan
12200f2e0d
split aws code into storage backends
v0.1.3
2015-11-06 18:22:29 -08:00
Girish Ramakrishnan
a853afc407
backups: add api call
2015-11-06 18:14:59 -08:00
Girish Ramakrishnan
de471b0012
return BackupError and not SubdomainError
2015-11-06 18:08:25 -08:00
Girish Ramakrishnan
b6f1ad75b8
merge SubdomainError into subdomains.js like other error classes
2015-11-06 17:58:01 -08:00
Girish Ramakrishnan
e6840f352d
remove spurious debugs
v0.1.2
2015-11-05 11:59:11 -08:00
Johannes Zellner
6456874f97
Avoid ui glitch in setup if no custom domain
...
This moves the wizard flow logic to next() instead of the views individually
2015-11-05 20:32:30 +01:00
Johannes Zellner
66b4a4b02a
Remove unused favicon middleware
2015-11-05 19:29:08 +01:00
Girish Ramakrishnan
7e36b3f8e5
mailer: set dnsReady flag
2015-11-05 10:28:41 -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
bec6850c98
Specify icon for oauth views
2015-11-05 19:19:28 +01:00
Girish Ramakrishnan
d253a06bab
Revert "Remove unused very old yellowtent favicon"
...
This reverts commit c15a200d4a .
This is used by the favicon middleware
2015-11-05 10:14:59 -08:00
Johannes Zellner
857c5c69b1
force reload the webadmin on cert upload
2015-11-05 18:38:32 +01:00
Girish Ramakrishnan
766fc49f39
setup dkim records for custom domain
2015-11-05 09:30:23 -08:00
Johannes Zellner
941e09ca9f
Update the cloudron icon
2015-11-05 18:05:19 +01:00
Johannes Zellner
2466a97fb8
Remove more unused image assets
2015-11-05 18:04:54 +01:00
Johannes Zellner
81f92f5182
Remover another unused favicon
2015-11-05 17:49:25 +01:00
Johannes Zellner
91e1d442ff
Update the avatar
2015-11-05 17:48:18 +01:00
Johannes Zellner
a1d6ae2296
Remove unused very old yellowtent favicon
2015-11-05 17:46:17 +01:00
Girish Ramakrishnan
b529fd3bea
we expect the server cert to be first like the rfc says
2015-11-04 19:22:37 -08:00
Girish Ramakrishnan
bf319cf593
more verbose certificate message
2015-11-04 19:15:23 -08:00
Girish Ramakrishnan
15eedd2a84
pass on certificate errors
2015-11-04 19:13:16 -08:00
Girish Ramakrishnan
d0cd3d1c32
Put dns first since it says dns & certs
2015-11-04 18:23:51 -08:00
Girish Ramakrishnan
747786d0c8
fix avatar url for custom domains
2015-11-04 18:21:46 -08:00
Girish Ramakrishnan
b232255170
move dns and certs to own view
2015-11-04 18:21:43 -08:00
Girish Ramakrishnan
bd2982ea69
move backups after about
2015-11-04 16:41:33 -08:00
Girish Ramakrishnan
1c948cc83c
route53: Do no use weight and setIdentifier
v0.1.1
2015-11-04 15:15:39 -08:00
Girish Ramakrishnan
ccde1e51ad
debug any failure
2015-11-04 14:28:26 -08:00
Girish Ramakrishnan
03ec940352
Add space in spf record
2015-11-04 14:22:56 -08:00
Girish Ramakrishnan
bd5b15e279
insert any dns config into settings
2015-11-04 08:45:12 -08:00
Girish Ramakrishnan
b6897a4577
Revert "Add isConfigured fallback for caas cloudrons"
...
This reverts commit 338f68a0f3 .
We will send dns config from appstore instead
2015-11-04 08:28:21 -08:00
Johannes Zellner
f7225523ec
Add isConfigured fallback for caas cloudrons
2015-11-04 12:53:16 +01:00
Girish Ramakrishnan
9d9509525c
listen on timezone key only when configured
v0.1.0
2015-11-03 16:11:24 -08:00
Girish Ramakrishnan
b1dbb3570b
Add configured event
...
Cloudron code paths like cron/mailer/taskmanager now wait for configuration
to be complete before doing anything.
This is useful when a cloudron is moved from a non-custom domain to a custom domain.
In that case, we require route53 configs.
2015-11-03 16:06:38 -08:00
Girish Ramakrishnan
c075160e5d
Remove event listener
2015-11-03 15:22:02 -08:00
Girish Ramakrishnan
612ceba98a
unsubscribe from events
2015-11-03 15:19:06 -08:00
Girish Ramakrishnan
7d5e0040bc
debug only if error
2015-11-03 15:15:37 -08:00
Girish Ramakrishnan
d6e19d2000
resume tasks only if cloudron is activated
2015-11-03 15:14:59 -08:00
Girish Ramakrishnan
a01d5db2a0
minor refactor
2015-11-02 17:45:38 -08:00
Girish Ramakrishnan
5de3baffd4
send monotonic timestamp as well
v0.0.80
2015-11-02 14:26:15 -08:00
Girish Ramakrishnan
63c10e8f02
fix typo
2015-11-02 14:23:02 -08:00
Girish Ramakrishnan
a99e7c2783
disable logstream testing (since it requires journald)
2015-11-02 14:08:34 -08:00
Girish Ramakrishnan
88b1cc553f
Use journalctl to get app logs
2015-11-02 14:08:34 -08:00
Girish Ramakrishnan
316e8dedd3
name is a query parameter
2015-11-02 14:08:34 -08:00
Johannes Zellner
f106a76cd5
Fix the avatar and brand label links in navbar
2015-11-02 21:27:52 +01:00
Girish Ramakrishnan
95b2bea828
Give containers a name
2015-11-02 09:34:31 -08:00
Girish Ramakrishnan
58d6166592
fix indexOf matching in addDnsRecords
v0.0.79
v0.0.78
2015-10-30 18:12:24 -07:00
Girish Ramakrishnan
d42f66bfed
Fix casing of zone id
2015-10-30 18:05:08 -07:00
Girish Ramakrishnan
5bd8579e73
add null check
2015-10-30 16:24:56 -07:00
Girish Ramakrishnan
01cd0b6b87
fix indexOf matching
2015-10-30 16:12:39 -07:00