Server IP : 184.154.167.98 / Your IP : 3.149.255.239 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/sesiones/core/doc/admin/ |
Upload File : |
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Release notes — Nextcloud latest Administration Manual latest documentation</title> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/custom.css" type="text/css" /> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link rel="next" title="Maintenance and release schedule" href="release_schedule.html" /> <link rel="prev" title="Introduction" href="index.html" /> <script src="_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="contents.html"> <img src="_static/logo-white.png" class="logo" alt="Logo"/> </a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="index.html">Introduction</a></li> <li class="toctree-l1 current"><a class="current reference internal" href="#">Release notes</a><ul> <li class="toctree-l2"><a class="reference internal" href="#changes-in-nextcloud-version">Changes in Nextcloud latest</a><ul> <li class="toctree-l3"><a class="reference internal" href="#updates-to-nginx-configuration">Updates to Nginx configuration</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="#common-questions">Common questions</a><ul> <li class="toctree-l3"><a class="reference internal" href="#could-not-install-core-app-bundle">Could not install core app bundle</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="#theming-changes">Theming changes</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="release_schedule.html">Maintenance and release schedule</a></li> <li class="toctree-l1"><a class="reference internal" href="installation/index.html">Installation and server configuration</a></li> <li class="toctree-l1"><a class="reference internal" href="configuration_server/index.html">Nextcloud configuration</a></li> <li class="toctree-l1"><a class="reference internal" href="apps_management.html">Apps management</a></li> <li class="toctree-l1"><a class="reference internal" href="configuration_user/index.html">User management</a></li> <li class="toctree-l1"><a class="reference internal" href="configuration_files/index.html">File sharing and management</a></li> <li class="toctree-l1"><a class="reference internal" href="file_workflows/index.html">File workflows</a></li> <li class="toctree-l1"><a class="reference internal" href="configuration_database/index.html">Database configuration</a></li> <li class="toctree-l1"><a class="reference internal" href="configuration_mimetypes/index.html">Mimetypes management</a></li> <li class="toctree-l1"><a class="reference internal" href="maintenance/index.html">Maintenance</a></li> <li class="toctree-l1"><a class="reference internal" href="issues/index.html">Issues and troubleshooting</a></li> <li class="toctree-l1"><a class="reference internal" href="gdpr/index.html">GDPR</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="contents.html">Nextcloud latest Administration Manual</a> </nav> <div class="wy-nav-content"> <div class="rst-content style-external-links"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="contents.html">Docs</a> »</li> <li>Release notes</li> <li class="wy-breadcrumbs-aside"> <a href="https://github.com/nextcloud/documentation/edit/master/admin_manual/release_notes.rst" class="fa fa-github"> Edit on GitHub</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="release-notes"> <h1>Release notes<a class="headerlink" href="#release-notes" title="Permalink to this headline">¶</a></h1> <div class="section" id="changes-in-nextcloud-version"> <h2>Changes in Nextcloud latest<a class="headerlink" href="#changes-in-nextcloud-version" title="Permalink to this headline">¶</a></h2> <p>A detailed log of all changes can be found in the official <a class="reference external" href="https://nextcloud.com/changelog/">Changelog</a>. There are also all current and previous versions linked.</p> <div class="section" id="updates-to-nginx-configuration"> <h3>Updates to Nginx configuration<a class="headerlink" href="#updates-to-nginx-configuration" title="Permalink to this headline">¶</a></h3> <ul class="simple"> <li>In the Nginx configuration the Same-Origin header was added. Please add this line to your Nginx config: <code class="docutils literal notranslate"><span class="pre">add_header</span> <span class="pre">X-Frame-Options</span> <span class="pre">"SAMEORIGIN"</span> <span class="pre">always;</span></code> See <a class="reference internal" href="installation/nginx.html"><span class="doc">Nginx configuration</span></a></li> <li>For improvements in serving HTTP requests the Nginx configuration now has HTTP 2 enabled. Please update your Nginx config accordingly. See <a class="reference internal" href="installation/nginx.html"><span class="doc">Nginx configuration</span></a></li> <li>The GZip configuration for Nginx was updated. See <a class="reference internal" href="installation/nginx.html"><span class="doc">Nginx configuration</span></a> for details.</li> </ul> </div> </div> <div class="section" id="common-questions"> <h2>Common questions<a class="headerlink" href="#common-questions" title="Permalink to this headline">¶</a></h2> <div class="section" id="could-not-install-core-app-bundle"> <h3>Could not install core app bundle<a class="headerlink" href="#could-not-install-core-app-bundle" title="Permalink to this headline">¶</a></h3> <p>The following error message is shown during the update: “Repair warning: Could not install core app bundle: Could not download app <app>”.</p> <p>This basically means that Nextcloud could not fetch the app from the appstore automatically. This could have multiple reasons: either you disabled the appstore with the config.php flag or your server could not reach the app store. The instance will work fine, but the features that are usually provided by this app are not available.</p> </div> </div> <div class="section" id="theming-changes"> <h2>Theming changes<a class="headerlink" href="#theming-changes" title="Permalink to this headline">¶</a></h2> <p>With Nextcloud 12, CSS files have been merged into one server.css so in order to keep your theme working you should consolidate your existing css styles into a server.css file. As for the example theme the styles.css file has been renamed to server.css.</p> </div> </div> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="release_schedule.html" class="btn btn-neutral float-right" title="Maintenance and release schedule" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="index.html" class="btn btn-neutral" title="Introduction" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> © Copyright 2020 Nextcloud GmbH </p> </div> </footer> </div> </div> </section> </div> <div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions"> <span class="rst-current-version" data-toggle="rst-current-version"> <span class="fa fa-book"> Read the Docs</span> v: latest <span class="fa fa-caret-down"></span> </span> <div class="rst-other-versions"> <dl> <dt>Versions</dt> <dd><a href="https://docs.nextcloud.com/server/15/admin_manual">15</a></dd> <dd><a href="https://docs.nextcloud.com/server/16/admin_manual">16</a></dd> <dd><a href="https://docs.nextcloud.com/server/17/admin_manual">17</a></dd> <dd><a href="https://docs.nextcloud.com/server/stable/admin_manual">stable</a></dd> <dd><a href="https://docs.nextcloud.com/server/latest/admin_manual">latest</a></dd> </dl> <dl> <dt>Downloads</dt> </dl> <dl> <dt>On Read the Docs</dt> <dd> <a href="///projects//?fromdocs=">Project Home</a> </dd> <dd> <a href="///builds//?fromdocs=">Builds</a> </dd> </dl> <hr/> Free document hosting provided by <a href="http://www.readthedocs.org">Read the Docs</a>. </div> </div> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/language_data.js"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.Navigation.enable(true); }); </script> </body> </html>