Merge branch 'develop' of https://github.com/ONLYOFFICE/helpcenter into develop

This commit is contained in:
trovier 2024-08-02 16:10:28 +02:00
commit 94db272061
5 changed files with 440 additions and 15 deletions

View File

@ -152,6 +152,7 @@
</li> </li>
<li>After the request is processed, your custom domain name will be displayed in the <b>DNS settings</b> section.</li> <li>After the request is processed, your custom domain name will be displayed in the <b>DNS settings</b> section.</li>
</ol> </ol>
<div class="notehelp nh_important"><span class="important_notice_label">Important</span>In the server version, you need to configure the domain so that notification services like whatsnew provide the correct links.</div>
<div class="inner_delimiter"></div> <div class="inner_delimiter"></div>
<h5 id="DocSpacerenaming">DocSpace renaming</h5> <h5 id="DocSpacerenaming">DocSpace renaming</h5>

View File

@ -30,7 +30,7 @@
<p>Where:</p> <p>Where:</p>
<ul> <ul>
<li><code>letsencryptmail</code> is the email used for registration and recovery contact. Use comma to register multiple emails, for example: u1@example.com,u2@example.com.</li> <li><code>letsencryptmail</code> is the email used for registration and recovery contact. Use comma to register multiple emails, for example: u1@example.com,u2@example.com.</li>
<li><code>letsencryptdomain</code> is the address of the domain where your <b><%= ((BasePage)Page).EditionVersion %></b> portal is installed.</li> <li><code>letsencryptdomain</code> is the address of the domain where your <b><%= ((BasePage)Page).EditionVersion %></b> portal is installed. Use comma to register multiple domains, for example: yourdomain1.com,yourdomain2.com.</li>
</ul> </ul>
<p>The script will automatically create and install the <a target="_blank" href="https://letsencrypt.org/">letsencrypt.org</a> CA-signed certificate to your server and restart the NGINX service for the changes to take effect.</p> <p>The script will automatically create and install the <a target="_blank" href="https://letsencrypt.org/">letsencrypt.org</a> CA-signed certificate to your server and restart the NGINX service for the changes to take effect.</p>
<p>If you want to switch to HTTPS already installed DocSpace, you can launch switching to HTTPS manually from the <code>/app/onlyoffice/config/docspace-ssl-setup</code> file:</p> <p>If you want to switch to HTTPS already installed DocSpace, you can launch switching to HTTPS manually from the <code>/app/onlyoffice/config/docspace-ssl-setup</code> file:</p>

View File

@ -126,18 +126,6 @@ j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true;
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> <![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12442749-5']);
_gaq.push(['_setDomainName', '.onlyoffice.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script> <script>
var path = '<%=VirtualPathUtility.ToAbsolute("~/search.aspx")%>'; var path = '<%=VirtualPathUtility.ToAbsolute("~/search.aspx")%>';
</script> </script>

File diff suppressed because one or more lines are too long

View File

@ -68,7 +68,7 @@
var var
d=new Date, d=new Date,
currentDate=d.getFullYear()+"-"+(d.getMonth()+1)+"-"+d.getDate(), currentDate=d.getFullYear()+"-"+(d.getMonth()+1)+"-"+d.getDate(),
updateDate='2019-11-05'; updateDate='2024-08-01';
newLanguage=''; newLanguage='';
var engTotal=0, var engTotal=0,
engTotalDesktop=0, engTotalDesktop=0,