Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified server/32/Nextcloud_Developer_Manual.epub
Binary file not shown.
Binary file modified server/32/Nextcloud_Server_Administration_Manual.epub
Binary file not shown.
Binary file modified server/32/Nextcloud_Server_Administration_Manual.pdf
Binary file not shown.
Binary file modified server/32/Nextcloud_User_Manual.epub
Binary file not shown.
Binary file modified server/32/Nextcloud_User_Manual.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@
<li class="toctree-l4"><a class="reference internal" href="#trusted-proxies">trusted_proxies</a></li>
<li class="toctree-l4"><a class="reference internal" href="#forwarded-for-headers">forwarded_for_headers</a></li>
<li class="toctree-l4"><a class="reference internal" href="#allowed-admin-ranges">allowed_admin_ranges</a></li>
<li class="toctree-l4"><a class="reference internal" href="#allowed-no-password-confirmation-ranges">allowed_no_password_confirmation_ranges</a></li>
<li class="toctree-l4"><a class="reference internal" href="#max-filesize-animated-gifs-public-sharing">max_filesize_animated_gifs_public_sharing</a></li>
<li class="toctree-l4"><a class="reference internal" href="#filelocking-ttl">filelocking.ttl</a></li>
<li class="toctree-l4"><a class="reference internal" href="#memcache-locking">memcache.locking</a></li>
Expand Down Expand Up @@ -3455,6 +3456,19 @@ <h3>allowed_admin_ranges<a class="headerlink" href="#allowed-admin-ranges" title
- IPv6 addresses or ranges, e.g., <cite>2001:db8::13:37/64</cite></p>
<p>Defaults to <code class="docutils literal notranslate"><span class="pre">[]</span></code> (empty array)</p>
</section>
<section id="allowed-no-password-confirmation-ranges">
<h3>allowed_no_password_confirmation_ranges<a class="headerlink" href="#allowed-no-password-confirmation-ranges" title="Link to this heading"></a></h3>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s1">&#39;allowed_no_password_confirmation_ranges&#39;</span> <span class="o">=&gt;</span> <span class="p">[</span><span class="s1">&#39;192.0.2.42/32&#39;</span><span class="p">,</span> <span class="s1">&#39;233.252.0.0/24&#39;</span><span class="p">,</span> <span class="s1">&#39;2001:db8::13:37/64&#39;</span><span class="p">],</span>
</pre></div>
</div>
<p>List of trusted IP ranges that can bypass password confirmation.</p>
<p>If non-empty, all endpoints marked with the PasswordConfirmationRequired attribute
won’t need a password confirmation when originating from IPs within these ranges.</p>
<p>Supported formats:
- IPv4 addresses or ranges, e.g., <code class="docutils literal notranslate"><span class="pre">192.0.2.42/32</span></code>, <code class="docutils literal notranslate"><span class="pre">233.252.0.0/24</span></code>
- IPv6 addresses or ranges, e.g., <code class="docutils literal notranslate"><span class="pre">2001:db8::13:37/64</span></code></p>
<p>Defaults to <code class="docutils literal notranslate"><span class="pre">[]</span></code> (empty array)</p>
</section>
<section id="max-filesize-animated-gifs-public-sharing">
<h3>max_filesize_animated_gifs_public_sharing<a class="headerlink" href="#max-filesize-animated-gifs-public-sharing" title="Link to this heading"></a></h3>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s1">&#39;max_filesize_animated_gifs_public_sharing&#39;</span> <span class="o">=&gt;</span> <span class="mi">10</span><span class="p">,</span>
Expand Down
1 change: 1 addition & 0 deletions server/32/admin_manual/contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ <h1>Table of contents<a class="headerlink" href="#table-of-contents" title="Link
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#trusted-proxies">trusted_proxies</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#forwarded-for-headers">forwarded_for_headers</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#allowed-admin-ranges">allowed_admin_ranges</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#allowed-no-password-confirmation-ranges">allowed_no_password_confirmation_ranges</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#max-filesize-animated-gifs-public-sharing">max_filesize_animated_gifs_public_sharing</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#filelocking-ttl">filelocking.ttl</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#memcache-locking">memcache.locking</a></li>
Expand Down
2 changes: 1 addition & 1 deletion server/32/admin_manual/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/32/user_manual/cs/groupware/sync_ios.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2>Kontakty<a class="headerlink" href="#contacts" title="Link to this heading">
<p class="admonition-title">Poznámka</p>
<p>Od verze iOS 12 je SSL šifrování nezbytné. Proto <strong>nevypínejte</strong> <strong>SSL</strong> (Z tohoto důvodu je pro vaši doménu zapotřebí certifikát, postačí i ten ze služby <a class="reference external" href="https://letsencrypt.org/">https://letsencrypt.org/</a> ).</p>
</div>
<p>Pokud to ani tak nefunguje, podívejte se do příručky <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#service-discovery">Řešení problémů s kontakty a kalendářem</a> nebo <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Řešení problémů s objevováním služby</a>.</p>
<p>Pokud to ani tak nefunguje, podívejte se do příručky <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Řešení problémů s kontakty a kalendářem</a> nebo <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#service-discovery">Řešení problémů s objevováním služby</a>.</p>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion server/32/user_manual/fr/groupware/sync_ios.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2>Contacts<a class="headerlink" href="#contacts" title="Lien vers cette rubriq
<p class="admonition-title">Note</p>
<p>À partir de iOS 12, un cryptage SSL est nécessaire. Par conséquent, ne désactivez pas le <strong>SSL</strong> (Pour cette raison, un certificat est requis pour votre domaine, comme <a class="reference external" href="https://letsencrypt.org/">https://letsencrypt.org/</a> ).</p>
</div>
<p>Si cela ne fonctionne toujours pas, regardez dans <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Dépannage des contacts et calendriers</a> ou <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#service-discovery">Dépannage de la découverte de service</a>.</p>
<p>Si cela ne fonctionne toujours pas, regardez dans <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#service-discovery">Dépannage des contacts et calendriers</a> ou <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Dépannage de la découverte de service</a>.</p>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion server/32/user_manual/nl/groupware/sync_ios.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2>Contactpersonen<a class="headerlink" href="#contacts" title="Link to this he
<p class="admonition-title">Notitie</p>
<p>Vanaf iOS 12 is SSL-versleuteling noodzakelijk. Schakel daarom <strong>SSL</strong> <strong>niet</strong> uit (Om deze reden is een certificaat op jouw domein vereist, <a class="reference external" href="https://letsencrypt.org/">https://letsencrypt.org/</a> is voldoende).</p>
</div>
<p>Als dan het nog niet werkt, kijk dan naar <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Probleemoplossing voor Contacten en Kalender</a> of <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#service-discovery">Probleemoplossing voor Serviceontdekking</a>.</p>
<p>Als dan het nog niet werkt, kijk dan naar <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#service-discovery">Probleemoplossing voor Contacten en Kalender</a> of <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Probleemoplossing voor Serviceontdekking</a>.</p>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion server/32/user_manual/pt_BR/groupware/sync_ios.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2>Contatos<a class="headerlink" href="#contacts" title="Link para este cabeça
<p class="admonition-title">Nota</p>
<p>A partir do iOS 12, é necessária uma criptografia SSL. Portanto, <strong>não</strong> desative o <strong>SSL</strong> (por esse motivo, um certificado é necessário em seu domínio, <a class="reference external" href="https://letsencrypt.org/">https://letsencrypt.org/</a> o fará).</p>
</div>
<p>Se ainda não estiver funcionando, dê uma olhada em <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Solução de Problemas de Contatos &amp; Calendário</a> ou <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#service-discovery">Resolução de Problemas de Descoberta de Serviços</a>.</p>
<p>Se ainda não estiver funcionando, dê uma olhada em <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#service-discovery">Solução de Problemas de Contatos &amp; Calendário</a> ou <a class="reference external" href="https://docs.nextcloud.com/server/32/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Resolução de Problemas de Descoberta de Serviços</a>.</p>
</section>
</section>

Expand Down
Binary file modified server/33/Nextcloud_Developer_Manual.epub
Binary file not shown.
Binary file modified server/33/Nextcloud_Server_Administration_Manual.epub
Binary file not shown.
Binary file modified server/33/Nextcloud_Server_Administration_Manual.pdf
Binary file not shown.
Binary file modified server/33/Nextcloud_User_Manual.epub
Binary file not shown.
Binary file modified server/33/Nextcloud_User_Manual.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@
<li class="toctree-l4"><a class="reference internal" href="#trusted-proxies">trusted_proxies</a></li>
<li class="toctree-l4"><a class="reference internal" href="#forwarded-for-headers">forwarded_for_headers</a></li>
<li class="toctree-l4"><a class="reference internal" href="#allowed-admin-ranges">allowed_admin_ranges</a></li>
<li class="toctree-l4"><a class="reference internal" href="#allowed-no-password-confirmation-ranges">allowed_no_password_confirmation_ranges</a></li>
<li class="toctree-l4"><a class="reference internal" href="#max-filesize-animated-gifs-public-sharing">max_filesize_animated_gifs_public_sharing</a></li>
<li class="toctree-l4"><a class="reference internal" href="#filelocking-ttl">filelocking.ttl</a></li>
<li class="toctree-l4"><a class="reference internal" href="#memcache-locking">memcache.locking</a></li>
Expand Down Expand Up @@ -3567,6 +3568,19 @@ <h3>allowed_admin_ranges<a class="headerlink" href="#allowed-admin-ranges" title
- IPv6 addresses or ranges, e.g., <code class="docutils literal notranslate"><span class="pre">2001:db8::13:37/64</span></code></p>
<p>Defaults to <code class="docutils literal notranslate"><span class="pre">[]</span></code> (empty array)</p>
</section>
<section id="allowed-no-password-confirmation-ranges">
<h3>allowed_no_password_confirmation_ranges<a class="headerlink" href="#allowed-no-password-confirmation-ranges" title="Link to this heading"></a></h3>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s1">&#39;allowed_no_password_confirmation_ranges&#39;</span> <span class="o">=&gt;</span> <span class="p">[</span><span class="s1">&#39;192.0.2.42/32&#39;</span><span class="p">,</span> <span class="s1">&#39;233.252.0.0/24&#39;</span><span class="p">,</span> <span class="s1">&#39;2001:db8::13:37/64&#39;</span><span class="p">],</span>
</pre></div>
</div>
<p>List of trusted IP ranges that can bypass password confirmation.</p>
<p>If non-empty, all endpoints marked with the PasswordConfirmationRequired attribute
won’t need a password confirmation when originating from IPs within these ranges.</p>
<p>Supported formats:
- IPv4 addresses or ranges, e.g., <code class="docutils literal notranslate"><span class="pre">192.0.2.42/32</span></code>, <code class="docutils literal notranslate"><span class="pre">233.252.0.0/24</span></code>
- IPv6 addresses or ranges, e.g., <code class="docutils literal notranslate"><span class="pre">2001:db8::13:37/64</span></code></p>
<p>Defaults to <code class="docutils literal notranslate"><span class="pre">[]</span></code> (empty array)</p>
</section>
<section id="max-filesize-animated-gifs-public-sharing">
<h3>max_filesize_animated_gifs_public_sharing<a class="headerlink" href="#max-filesize-animated-gifs-public-sharing" title="Link to this heading"></a></h3>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="s1">&#39;max_filesize_animated_gifs_public_sharing&#39;</span> <span class="o">=&gt;</span> <span class="mi">10</span><span class="p">,</span>
Expand Down
1 change: 1 addition & 0 deletions server/33/admin_manual/contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ <h1>Table of contents<a class="headerlink" href="#table-of-contents" title="Link
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#trusted-proxies">trusted_proxies</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#forwarded-for-headers">forwarded_for_headers</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#allowed-admin-ranges">allowed_admin_ranges</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#allowed-no-password-confirmation-ranges">allowed_no_password_confirmation_ranges</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#max-filesize-animated-gifs-public-sharing">max_filesize_animated_gifs_public_sharing</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#filelocking-ttl">filelocking.ttl</a></li>
<li class="toctree-l4"><a class="reference internal" href="configuration_server/config_sample_php_parameters.html#memcache-locking">memcache.locking</a></li>
Expand Down
2 changes: 1 addition & 1 deletion server/33/admin_manual/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/33/user_manual/cs/groupware/sync_ios.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2>Kontakty<a class="headerlink" href="#contacts" title="Link to this heading">
<p class="admonition-title">Poznámka</p>
<p>Od verze iOS 12 je SSL šifrování nezbytné. Proto <strong>nevypínejte</strong> <strong>SSL</strong> (Z tohoto důvodu je pro vaši doménu zapotřebí certifikát, postačí i ten ze služby <a class="reference external" href="https://letsencrypt.org/">https://letsencrypt.org/</a> ).</p>
</div>
<p>Pokud to ani tak nefunguje, podívejte se do příručky <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#service-discovery">Řešení problémů s kontakty a kalendářem</a> nebo <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Řešení problémů s objevováním služby</a>.</p>
<p>Pokud to ani tak nefunguje, podívejte se do příručky <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Řešení problémů s kontakty a kalendářem</a> nebo <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#service-discovery">Řešení problémů s objevováním služby</a>.</p>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion server/33/user_manual/el/groupware/sync_ios.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2>Επαφές<a class="headerlink" href="#contacts" title="Link to this headi
<p class="admonition-title">Σημείωση</p>
<p>Από το iOS 12 και μετά, μια κρυπτογράφηση SSL είναι απαραίτητη. Επομένως <strong>μην</strong> απενεργοποιήσετε το <strong>SSL</strong> (για αυτόν τον λόγο απαιτείται ένα πιστοποιητικό στον τομέα σας, το <a class="reference external" href="https://letsencrypt.org/">https://letsencrypt.org/</a> θα κάνει).</p>
</div>
<p>Εάν ακόμα δεν λειτουργεί, ρίξτε μια ματιά στο <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Αντιμετώπιση προβλημάτων Επαφών &amp; Ημερολογίου</a> ή στο <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#service-discovery">Αντιμετώπιση προβλημάτων Ανακάλυψης Υπηρεσίας</a>.</p>
<p>Εάν ακόμα δεν λειτουργεί, ρίξτε μια ματιά στο <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#service-discovery">Αντιμετώπιση προβλημάτων Επαφών &amp; Ημερολογίου</a> ή στο <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Αντιμετώπιση προβλημάτων Ανακάλυψης Υπηρεσίας</a>.</p>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion server/33/user_manual/tr/groupware/sync_ios.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2>Kişiler<a class="headerlink" href="#contacts" title="Link to this heading">
<p class="admonition-title">Not</p>
<p>iOS 12 sürümüyle birlikte SSL şifrelemesi kullanılması zorunlu oldu. Bu nedenle <strong>SSL</strong> seçeneğini kullanımdan kaldırmayın** (SSL şifrelemeyi kullanabilmek için etki alanınıza bir sertifika almanız gerekir, <a class="reference external" href="https://letsencrypt.org/">https://letsencrypt.org/</a> bunu ücretsiz olarak sağlar).</p>
</div>
<p>Sorun çıkarsa, <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Kişi ve Takvim sorunlarını çözme</a> ya da <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#service-discovery">Hizmet keşfetme sorunlarını çözme</a> bölümlerine bakabilirsiniz.</p>
<p>Sorun çıkarsa, <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#service-discovery">Kişi ve Takvim sorunlarını çözme</a> ya da <a class="reference external" href="https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar">Hizmet keşfetme sorunlarını çözme</a> bölümlerine bakabilirsiniz.</p>
</section>
</section>

Expand Down
Binary file modified server/34/Nextcloud_Developer_Manual.epub
Binary file not shown.
Binary file modified server/34/Nextcloud_Server_Administration_Manual.epub
Binary file not shown.
Binary file modified server/34/Nextcloud_Server_Administration_Manual.pdf
Binary file not shown.
Binary file modified server/34/Nextcloud_User_Manual.epub
Binary file not shown.
Binary file modified server/34/Nextcloud_User_Manual.pdf
Binary file not shown.
Loading