Girish Ramakrishnan
e508b25ecd
Lower memory expectations
2017-03-13 13:05:59 -07:00
Girish Ramakrishnan
3fdc10c523
Parse free and fdisk output with C locale
...
some vps providers seem to set a different locale by default.
Settings LC_ALL overrides all the other LC_*
2017-03-13 10:36:05 -07:00
Johannes Zellner
717953c162
Half the backup progress polling
2017-03-13 13:28:14 +01:00
Johannes Zellner
daa34c3b4d
add some asserts in the ldap code
2017-03-13 11:10:08 +01:00
Johannes Zellner
bf5c78d819
Refactor ldap user listing code to avoid pyramids
2017-03-13 11:09:12 +01:00
Johannes Zellner
1763144278
Only list users in ldap groups who have access to the app
...
Fixes #215
2017-03-13 11:06:29 +01:00
Johannes Zellner
2f598529fc
Only list users who have access to the app in an ldap search
...
Part of #215
2017-03-13 11:02:45 +01:00
Girish Ramakrishnan
8264e69e2f
remove unused require
2017-03-10 14:52:31 -08:00
Johannes Zellner
b0638df94e
Only show the remote support for admins
2017-03-10 17:21:01 +01:00
Johannes Zellner
bb61eee557
Add missing quote in support view
2017-03-10 17:17:51 +01:00
Johannes Zellner
39c39b861d
Require admins for authorized_keys route
2017-03-10 17:16:45 +01:00
Girish Ramakrishnan
e3deda4ef3
Always show port 25 status
2017-03-09 16:21:47 -08:00
Girish Ramakrishnan
7e44e7de82
Check outbound port 25
...
Fixes #243
2017-03-09 16:20:53 -08:00
Girish Ramakrishnan
9dd0518c00
Show email settings for non-caas
...
This is because people can use route53/DO now and we can show them
the RDNS settings as well.
2017-03-09 15:21:43 -08:00
Girish Ramakrishnan
81313d1c40
reduce nxdomain caching timeout
...
the other option is to use "/usr/sbin/unbound-control flush_negative"
on demand
2017-03-09 15:03:14 -08:00
Girish Ramakrishnan
2ceccc4557
Add note for caas users about enabling email
2017-03-09 14:25:03 -08:00
Girish Ramakrishnan
1c36918e92
Done -> Almost done
2017-03-09 10:21:52 -08:00
Girish Ramakrishnan
8d93df23c1
doc: cnameTarget
2017-03-09 10:00:42 -08:00
Johannes Zellner
0c06b34a2c
Add more changes for 0.104.0
v0.104.0
2017-03-09 15:38:09 +01:00
Johannes Zellner
fe980eab7f
Show either cnameTarget or fqdn for CNAME setup hint
...
Fixes #101
2017-03-09 15:23:17 +01:00
Johannes Zellner
979b903bf2
Add cnameTarget for apps using an external domain
...
We have 4 properties related to the domain:
1) location, is the subdomain location without information how to craft
a fqdn on the client
2) fqdn, the intended domain to reach the app
3) altDomain, just the value for the external domain, merely a db record
value
4) cnameTarget, mostly for display purpose on the client, which
otherwise has no way to build the original cloudron local fqdn
2017-03-09 15:11:27 +01:00
Johannes Zellner
4b8ee0934a
Add Cloudron cancel link to the settings view
...
Fixes #251
2017-03-09 13:36:29 +01:00
Girish Ramakrishnan
0439725790
Bump infra version
2017-03-08 22:27:41 -08:00
Girish Ramakrishnan
4b3ef33989
Add some basic secure headers
...
Part of #249
2017-03-08 22:14:44 -08:00
Girish Ramakrishnan
9e99d51853
do not remote support for caas
2017-03-08 16:15:13 -08:00
Girish Ramakrishnan
00a9fa8f34
fix wording a bit
2017-03-08 16:11:45 -08:00
Girish Ramakrishnan
84a35343d1
Display <sso> and <nosso> contents based on SSO
2017-03-08 15:16:15 -08:00
Girish Ramakrishnan
397bd17c55
update showdown to 1.6.4
2017-03-08 15:01:07 -08:00
Girish Ramakrishnan
c8e377a9bd
doc: scaleway may need reboot for security group to take effect
2017-03-08 10:34:12 -08:00
Johannes Zellner
90e3138bae
Show the correct postInstall message after app installation
...
Fixes #255
2017-03-08 15:42:29 +01:00
Girish Ramakrishnan
24b32a763b
Add comments for CLI tool
2017-03-07 12:44:17 -08:00
Johannes Zellner
69a12d36ef
Also give lightsail the special user treatment
2017-03-07 16:51:58 +01:00
Johannes Zellner
1485718fa6
Special treatment for ec2 and authorized_key user
2017-03-07 16:44:04 +01:00
Johannes Zellner
750f03d9de
Add the public key of our support ssh key
2017-03-07 16:13:48 +01:00
Johannes Zellner
b5ddf1d24d
Add ssh support toggle button in the support view
2017-03-07 16:12:00 +01:00
Johannes Zellner
043a35111d
Remove unused requires in ssh test
2017-03-07 16:11:21 +01:00
Johannes Zellner
676457b589
Add authorized_key wrappers to client.js
2017-03-07 16:07:25 +01:00
Johannes Zellner
e61f11be81
Since we need root to save the authorized_key file we do it via sudo script
2017-03-07 15:16:41 +01:00
Johannes Zellner
101a44affd
Add authorized_keys.sh
2017-03-07 15:16:18 +01:00
Johannes Zellner
7995c664ed
Add shell.sudoSync()
2017-03-07 15:14:37 +01:00
Johannes Zellner
6023c0e5dc
Ensure the authorized_file permissions are correct
2017-03-07 14:39:14 +01:00
Johannes Zellner
d49d76c1ee
add ssh route tests and fixup the code accordingly
2017-03-07 14:12:25 +01:00
Johannes Zellner
77ef212daa
Add SSH authorized_keys routes
2017-03-07 13:16:28 +01:00
Johannes Zellner
7aa80193c0
Add more changes
2017-03-06 10:47:36 +01:00
Johannes Zellner
5632c74556
Add isadmin ldap attribute
...
Fixes #241
2017-03-06 10:45:50 +01:00
Girish Ramakrishnan
7a08745af1
doc: add the 20gb requirement
2017-03-05 18:31:31 -08:00
Girish Ramakrishnan
d9ba0858c7
Add 0.103.1 changes
2017-03-03 09:42:31 -08:00
Johannes Zellner
617e51d294
Adjust the oom notification email
2017-03-03 11:04:48 +01:00
Johannes Zellner
c07d322fff
Do not send ldap records for users without a username set
...
If an app relies on the attribute to be set, apps like owncloud would
fail internally.
2017-03-03 10:18:38 +01:00
Girish Ramakrishnan
9b8fa8a772
doc: sso
2017-03-02 15:15:15 -08:00