Girish Ramakrishnan
5fa27c4954
show warning if domain config is not working
...
fixes #302
2017-04-25 17:31:09 -07:00
Girish Ramakrishnan
ddf7823b19
Make box come up regardless of dns config
...
Part of #302
2017-04-25 16:53:14 -07:00
Girish Ramakrishnan
11c7ba1957
Say why filesystem is not recommended
2017-04-23 22:36:45 -07:00
Girish Ramakrishnan
27a542daec
Do not show support tab for non-admins
...
Fixes #313
2017-04-23 21:25:14 -07:00
Girish Ramakrishnan
aeba8e8fd2
Use retentionSecs to cleanup backups
...
Part of #310
2017-04-23 19:34:00 -07:00
Girish Ramakrishnan
29ae2cf8ca
Allow setting retentionSecs in backendConfig
...
Part of #310
2017-04-22 23:25:57 -07:00
Girish Ramakrishnan
00ac78c839
backup ui: clear form if selector changes
2017-04-22 14:14:21 -07:00
Girish Ramakrishnan
6f0c271e6e
Make URL the first field for minio
2017-04-22 13:47:44 -07:00
Girish Ramakrishnan
ef3a125ce4
Move the info button
2017-04-22 13:36:28 -07:00
Girish Ramakrishnan
d91e8bb87b
add minio as a separate backend
...
Fixes #308
2017-04-22 13:34:43 -07:00
Johannes Zellner
cc8f8b2339
Only send backend specific fields on configuration
2017-04-21 16:52:10 +02:00
Johannes Zellner
f7338c8210
Show default filesystem storage location
2017-04-21 16:51:46 +02:00
Johannes Zellner
c04e8f33c5
Allow to change the backup storage provider in the ui
2017-04-21 16:37:17 +02:00
Girish Ramakrishnan
68a1efe3d3
Download short format logs from web ui
...
Fixes #304
2017-04-18 21:04:45 -07:00
Girish Ramakrishnan
3cb4d4b1ab
Add UI to download logs
...
Part of #304
2017-04-18 18:43:09 -07:00
Girish Ramakrishnan
5f888341ea
move eventlog api into /api/v1/cloudron
2017-04-18 15:18:00 -07:00
Girish Ramakrishnan
cf69a8c4ce
move feedback route into /api/v1/feedback
2017-04-18 14:49:28 -07:00
Girish Ramakrishnan
a3ece64273
getDnsConfig only if admin
2017-04-18 14:41:02 -07:00
Girish Ramakrishnan
b1b389dd7d
Use the POST routes to login to appstore
2017-04-15 07:13:42 -07:00
Girish Ramakrishnan
cdb5dc2c53
Remove isDev flag
...
We can pretty much test everything here on self-hosted cloudrons now
2017-04-13 11:34:03 -07:00
Girish Ramakrishnan
1f55bb52fc
Add a button to check updates instantly
...
Part of #293
2017-04-12 18:34:20 -07:00
Girish Ramakrishnan
779c9d79b3
Add UI to choose from backups to restore from
...
Fixes #296
2017-04-12 13:41:26 -07:00
Girish Ramakrishnan
832c11d785
Always show the restore button
...
Part of #296
2017-04-12 13:17:53 -07:00
Johannes Zellner
b422a27be8
Use the new disks api to explicitly get the apps data disk stats
...
We can add the other graphs if the disks deviate later
Also this is still pending the check if symlinked folders are reported
correctly.
Fixes #290
2017-04-07 18:46:11 +02:00
Johannes Zellner
3b8edd4896
Do not make the DNS notfication persistent
2017-04-07 17:08:52 +02:00
Johannes Zellner
94d7bc5328
Ensure the app install dialog closes and releases the backdrop when moving to other views
...
Fixes #201
2017-04-06 17:39:45 +02:00
Johannes Zellner
188f000507
Dump whole errors for app installation progress
...
Sometimes on error we get random strings for the installationProgresss,
as those contain the upstream errors :-/
We now at least attempt to show that so the user may give us the real
error not some wrongly parsed bits from that.
In the long run we have to make that a real structure to give sane error
messages
2017-04-05 16:42:13 +02:00
Girish Ramakrishnan
c85120834c
refactor ngTld so it can be used with plain strings
2017-04-03 16:20:32 -07:00
Johannes Zellner
89d36b8ad4
Reset the dns error states on resubmission
2017-04-03 22:36:02 +02:00
Johannes Zellner
b9711d7b47
Move AMI instanceId verification to DNS setup
2017-04-03 22:19:01 +02:00
Johannes Zellner
4f9273819a
Ensure autofocus on setup.html
2017-04-03 16:45:04 +02:00
Johannes Zellner
e0d7850135
Add a tooltip to email field during setup
2017-04-03 16:33:07 +02:00
Girish Ramakrishnan
b44f0b78a1
remove spurious console.log
2017-03-24 14:55:22 -07:00
Johannes Zellner
76d234d0bf
Also allow data: uri to be loaded for images
2017-03-24 17:23:20 +01:00
Johannes Zellner
a694acba44
Redirect to /setupdns.html if cloudron is activated but no domain is set
...
This happens in the restore case where no domain is provided to
cloudron-setup
Fixes #273
2017-03-23 15:40:18 +01:00
Johannes Zellner
046120befc
Move email toggle button above checks to make it more likely people read the text
2017-03-23 11:41:26 +01:00
Girish Ramakrishnan
153dcc1826
Fix bug in example text
2017-03-22 18:23:24 -07:00
Girish Ramakrishnan
fa4725176c
Group help text together
2017-03-22 16:44:18 -07:00
Girish Ramakrishnan
e42607fec6
Always show the password input
2017-03-22 16:13:18 -07:00
Girish Ramakrishnan
297c1ff266
Show error message only if the domain changed
2017-03-22 16:06:47 -07:00
Girish Ramakrishnan
4cfc85f6d3
Do not validate password length
2017-03-22 13:50:20 -07:00
Johannes Zellner
83254a16f9
Do not restrict CSP img-src as 3rd party apps might use other origins for medialinks
2017-03-21 20:20:16 +01:00
Johannes Zellner
29ef079a83
Do not let the invite link overflow the dialog
2017-03-21 13:36:36 +01:00
Johannes Zellner
a55645770e
Add missing csp img-src policy for app icons
2017-03-21 13:25:29 +01:00
Johannes Zellner
d01929debc
Be more permissive with csp header values
2017-03-21 11:12:04 +01:00
Johannes Zellner
7c01ee58b5
Template the cloudron origin for csp to support local development
2017-03-21 11:12:04 +01:00
Johannes Zellner
ec89f8719c
Add CSP meta tag for webadmin
2017-03-21 11:12:04 +01:00
Girish Ramakrishnan
9145022a2c
Put scope in the end since it is pre-filled
2017-03-20 20:06:24 -07:00
Girish Ramakrishnan
9ae8ce3296
Change default oauth client scope to profile
2017-03-20 20:05:22 -07:00
Girish Ramakrishnan
eabf27f0c9
More OAuth wording changes
2017-03-20 19:55:27 -07:00