Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable10] Switch to shorten hostname in status.php #34469

Merged
merged 1 commit into from
Feb 14, 2019

Commits on Feb 12, 2019

  1. Switch to shorten hostname in status.php

    Added a switch to the status.php to shorten the hostname to the relative domain name using the new 'use_server_shortname' option in the config.sample.php.
    Added test case which makes sure the hostname can be shorten (if the FQDN contains a dot which will be used as separator between node and domain).
    If the option 'use_relative_domain_name' is set to true in the configuration, we do not want to tell '\OCP\Util::getStatusInfo()' it is false.
    MariusTimmer authored and Vincent Petry committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    a8e96fb View commit details
    Browse the repository at this point in the history