TGates

Results 12 issues of TGates

Make 'auto-branding' by showing a 'Hosted by' URL above the 'Powered by' URL using the hosted domain's URL.

enhancement
help wanted

Add a custom field (Domain Manager?) where a client has the ability to customize their domain's vhost 'ServerAlias' setting.

feature

Copied from forums: http://forums.sentora.org/showthread.php?tid=3904&pid=20798#pid20798 > I was checking into this and I have noticed there are no entries in the proftpd tables: ftpquotalimits or ftpquotatallies tables for in/out/xfer. > ...since...

bug
Need more checks

Add a message to the Domain Manager that will notify the user to use the DNS Manager to create the default DNS entries if using Sentora's DNS. Also add a...

enhancement

Users can not pass arguments for cron jobs.

enhancement

Just a tweak/feature request: Add a shadow button to the Client Manager module user list. Just a matter of convenience. (of course, make a check to see if the shadow...

enhancement

Fixed CentOS 7 Epel repo path

With current new installs, for some reason the /etc/sentora/ files and folders are owned by root when they should be owned by apache.

enhancement
CentOS 6
CentOS 7

@MBlagui In: https://github.com/sentora/sentora-installers/blob/master/preconf/sentora-install/sql/sentora_core.sql#L652 Line: 652 `(61,'expire_ttl','SOA Expire TTL','86400',NULL,'Global expire TTL. Default = 86400 (1 day)','DNS Config','true'),` Change to: `(61,'expire_ttl','SOA Expire TTL','2419200',NULL,'Global expire TTL. Default = 2419200 (4 Weeks)','DNS Config','true'),` Set...

enhancement

Just posting this here in case it is needed later on: Edit: https://github.com/sentora/sentora-installers/blob/master/preconf/sentora-update/1-0-0/sql/update.sql to include: `ALTER TABLE x_dns MODIFY dn_target_vc VARCHAR(255)` (Expands the TXT DB field from 100 to 255)

bug