Merge pull request #2 from nextcloud/this-is-nextcloud
This is Nextcloud - Part 1 (user_manual)
37
README.rst
@ -1,15 +1,14 @@
|
||||
======================
|
||||
ownCloud Documentation
|
||||
======================
|
||||
=======================
|
||||
Nextcloud Documentation
|
||||
=======================
|
||||
|
||||
Documentation is published on `<https://doc.owncloud.org>`_ and
|
||||
`<https://doc.owncloud.com>`_.
|
||||
Documentation is published on `<https://doc.nextcloud.com>`_.
|
||||
|
||||
The `documentation Wiki <https://github.com/owncloud/documentation/wiki>`_ is
|
||||
The `documentation Wiki <https://github.com/nextcloud/documentation/wiki>`_ is
|
||||
available for tips, tricks, edge cases, and anyone who wants to contribute more
|
||||
easily, without having to learn Git and Sphinx.
|
||||
|
||||
See the `Style Guide <https://github.com/owncloud/documentation/blob/master/style_guide.rst>`_ for formatting and style conventions.
|
||||
See the `Style Guide <https://github.com/nextcloud/documentation/blob/master/style_guide.rst>`_ for formatting and style conventions.
|
||||
|
||||
Manuals
|
||||
-------
|
||||
@ -20,24 +19,24 @@ This repository hosts four manuals:
|
||||
* **Administration Manual**
|
||||
* **Developers Manual**
|
||||
|
||||
Please work in the appropriate branch. Stable7 is for ownCloud 7, stable8 is 8.0, stable8.1 is 8.1, stable8.2 is 8.2, and master is version 9.
|
||||
Please work in the appropriate branch: **stable9** is for Nextcloud 9, and **master** is for the coming release.
|
||||
|
||||
Please wrap lines at 80 characters.
|
||||
|
||||
**Important: Please copy the links to any relevant Github PRs or issues at the end of every doc page. This makes it much easier to go back and find information and fact-check.** Like this example::
|
||||
|
||||
.. Github references
|
||||
.. Foo PR title #100 https://github.com/owncloud/core/pull/100
|
||||
.. GitHub references
|
||||
.. Foo PR title #28 https://github.com/nextcloud/server/pull/28
|
||||
|
||||
.. note:: ``configuration_server/config_sample_php_parameters.rst`` is auto-generated from the core
|
||||
config.sample.php file; changes to this file must be made in core `<https://github.com/owncloud/core/tree/master/config>`_
|
||||
.. note:: ``configuration_server/config_sample_php_parameters.rst`` is auto-generated from the server's
|
||||
config.sample.php file; changes to this file must be made in core `<https://github.com/nextcloud/server/tree/master/config>`_
|
||||
|
||||
Spelling and Capitalization Conventions
|
||||
---------------------------------------
|
||||
|
||||
As this grows it may be moved to its own page.
|
||||
|
||||
* ownCloud Apps Store
|
||||
* Nextcloud Apps Store
|
||||
* synchronize
|
||||
* Web (Web page, Web site)
|
||||
|
||||
@ -60,23 +59,23 @@ from GitHub.
|
||||
Editing
|
||||
-------
|
||||
|
||||
Contributing to the documentation requires a Github account. Make sure you are
|
||||
working in the correct branch for your version of ownCloud or client apps.
|
||||
Contributing to the documentation requires a GitHub account. Make sure you are
|
||||
working in the correct branch for your version of Nextcloud or client apps.
|
||||
If your edits pertain to multiple manual versions, be prepared to backport as
|
||||
needed.
|
||||
|
||||
To edit a document, you can edit the .rst files on your local system, or work
|
||||
directly on Github. The latter is only suitable for small fixes and improvements
|
||||
directly on GitHub. The latter is only suitable for small fixes and improvements
|
||||
because substantial editing efforts can better be controlled on your local PC.
|
||||
|
||||
The best way is to install a complete Sphinx build environment and work on your
|
||||
local PC. You will be able to make your own local builds, which is the fastest
|
||||
and best way to preview for errors. Sphinx will report syntax errors, missing
|
||||
images, and formatting errors. The Github preview is not complete and misses
|
||||
images, and formatting errors. The GitHub preview is not complete and misses
|
||||
many mistakes. Create a new branch against the master or stable branch you are
|
||||
editing, make your edits, then push your new branch to Github and open a new PR.
|
||||
editing, make your edits, then push your new branch to GitHub and open a new PR.
|
||||
|
||||
To edit on Github, fork the repository (see top-right of the screen, under
|
||||
To edit on GitHub, fork the repository (see top-right of the screen, under
|
||||
your username). You will then be able to make changes easily. Once done,
|
||||
you can create a pull request and get the changes reviewed and back into
|
||||
the official repository.
|
||||
|
||||
@ -62,19 +62,16 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="brand" href="http://owncloud.org/" rel="home" title="ownCloud.org"><img class="logo" src="{{ pathto('_static/img/logo_owncloud.svg', 1) }}" itemprop="logo"></a>
|
||||
<a class="brand" href="http://nextcloud.com/" rel="home" title="Nextcloud.com"><img class="logo" src="{{ pathto('_static/img/logo.svg', 1) }}" itemprop="logo"></a>
|
||||
</div>
|
||||
|
||||
<nav class="collapse navbar-collapse" role="navigation">
|
||||
<ul id="menu-header" class="nav navbar-nav">
|
||||
<li class="menu-news"><a href="https://owncloud.org/news/">News</a></li>
|
||||
<li class="menu-features"><a href="https://owncloud.org/features/">Features</a></li>
|
||||
<li class="menu-demo"><a target="_blank" href="https://demo.owncloud.org">Demo</a></li>
|
||||
<li class="menu-documentation top-nav-active"><a href="https://doc.owncloud.org">Documentation</a></li>
|
||||
<li class="menu-contribute"><a href="https://owncloud.org/contribute/">Contribute</a>
|
||||
<li class="menu-support"><a href="https://owncloud.org/support">Support</a></li>
|
||||
<li class="menu-commercial"><a target="_blank" href="https://owncloud.com">Enterprise Edition</a></li>
|
||||
<li class="menu-install"><a href="https://owncloud.org/install/">Download</a></li>
|
||||
<li><a href="https://nextcloud.com/news/">News</a></li>
|
||||
<li><a href="https://nextcloud.com/about/">About us</a></li>
|
||||
<li><a href="https://nextcloud.com/contribute/">Get involved</a></li>
|
||||
<li><a href="https://nextcloud.com/support/">Support</a></li>
|
||||
<li><a href="https://nextcloud.com/enterprise/">Enterprise</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
@ -113,8 +110,8 @@
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="theme-color" content="#1d2d44">
|
||||
<link rel="shortcut icon" href="https://owncloud.org/wp-content/themes/owncloudorgnew/assets/img/common/favicon.png" />
|
||||
<link rel="apple-touch-icon-precomposed" href="https://owncloud.org/wp-content/themes/owncloudorgnew/assets/img/common/favicon.png" />
|
||||
<link rel="shortcut icon" href="https://nextcloud.com/wp-content/themes/next/assets/img/common/favicon.png" />
|
||||
<link rel="apple-touch-icon-precomposed" href="https://nextcloud.com/wp-content/themes/next/assets/img/common/favicon.png" />
|
||||
{% endblock %}
|
||||
|
||||
{# Silence the sidebar's, relbar's #}
|
||||
@ -175,11 +172,11 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 footer-social-icons">
|
||||
<p class="text-center"><a target="_blank" href="https://plus.google.com/107072838776436530705/about"><img width=50 src="{{ pathto('_static/img/social/googleplus.svg', 1) }}" title="Follow us on Google Plus!" alt="Follow us on Google Plus!"></img></a>
|
||||
<a target="_blank" style="margin: 0 7px 0 14px;" href="https://www.facebook.com/ownClouders"><img width=50 src="{{ pathto('_static/img/social/facebook.svg', 1) }}" title="Like our facebook page!" alt="Like our facebook page!"></img></a>
|
||||
<a target="_blank" style="margin: 0 14px 0 7px;" href="https://twitter.com/ownClouders"><img width=50 src="{{ pathto('_static/img/social/twitter.svg', 1) }}" title="Subscribe to our twitter channel!" alt="Subscribe to our twitter channel!"></img></a>
|
||||
<a target="_blank" href="https://owncloud.org/blogfeed"><img class="img-circle" width=50 src="{{ pathto('_static/img/social/rss.svg', 1) }}" title="Subscribe to our news feed!" alt="Subscribe to our news feed!"></img></a>
|
||||
<a target="_blank" href="http://visitor.r20.constantcontact.com/d.jsp?llr=ixens9uab&p=oi&m=1121878184680&sit=mf4qye7jb&f=cc4cd13f-acdf-45d3-b132-75252542c37d"><img class="img-circle" width=50 src="{{ pathto('_static/img/social/mail.svg', 1) }}" title="Subscribe to our newsletter!" alt="Subscribe to our newsletter!"></img></a></p>
|
||||
<p class="text-center"><a target="_blank" href="https://plus.google.com/104036748063781940910/about"><img width=50 src="{{ pathto('_static/img/social/googleplus.svg', 1) }}" title="Follow us on Google Plus!" alt="Follow us on Google Plus!"></img></a>
|
||||
<a target="_blank" style="margin: 0 7px 0 14px;" href="https://www.facebook.com/Nextclouders"><img width=50 src="{{ pathto('_static/img/social/facebook.svg', 1) }}" title="Like our facebook page!" alt="Like our facebook page!"></img></a>
|
||||
<a target="_blank" style="margin: 0 14px 0 7px;" href="https://twitter.com/Nextclouders"><img width=50 src="{{ pathto('_static/img/social/twitter.svg', 1) }}" title="Subscribe to our twitter channel!" alt="Subscribe to our twitter channel!"></img></a>
|
||||
<a target="_blank" href="https://nextcloud.com/blogfeed"><img class="img-circle" width=50 src="{{ pathto('_static/img/social/rss.svg', 1) }}" title="Subscribe to our news feed!" alt="Subscribe to our news feed!"></img></a>
|
||||
<a target="_blank" href="https://newsletter.nextcloud.com/"><img class="img-circle" width=50 src="{{ pathto('_static/img/social/mail.svg', 1) }}" title="Subscribe to our newsletter!" alt="Subscribe to our newsletter!"></img></a></p>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
All documentation licensed under the <a href="https://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 Unported license</a>.
|
||||
@ -191,38 +188,23 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-2 col-sm-offset-1">
|
||||
<div class="footer-nav">
|
||||
<h4>About ownCloud</h4>
|
||||
<h4>About Nextcloud</h4>
|
||||
<ul id="menu-about" class="menu">
|
||||
<li class="menu-contact"><a href="https://owncloud.org/contact/">People</a></li>
|
||||
<li class="menu-history"><a href="https://owncloud.org/history/">History</a></li>
|
||||
<li class="menu-events"><a href="https://owncloud.org/events/">Events</a></li>
|
||||
<li class="menu-press"><a href="https://owncloud.org/press">Press</a></li>
|
||||
<li class="menu-privacy"><a href="https://owncloud.org/privacy/">Privacy policy</a></li>
|
||||
<li><a href="https://nextcloud.com/about/">About us</a></li>
|
||||
<li><a href="https://nextcloud.com/contact/">Contact us</a></li>
|
||||
<li><a href="https://nextcloud.com/press/">Press</a></li>
|
||||
<li><a href="https://nextcloud.com/privacy/">Privacy policy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2 col-sm-offset-2">
|
||||
<div class="footer-nav">
|
||||
<h4>Resources</h4>
|
||||
<ul id="menu-support-and-documentation" class="menu">
|
||||
<li class="menu-faq"><a href="https://owncloud.org/faq/">FAQ</a></li>
|
||||
<li class="menu-support"><a href="https://owncloud.org/support/">Support</a></li>
|
||||
<li class="menu-admin-manual"><a href="https://doc.owncloud.org">Documentation</a></li>
|
||||
<li class="menu-security"><a href="https://owncloud.org/security/">Security</a></li>
|
||||
<li class="menu-store"><a href="http://www.cafepress.com/owncloudshop">ownCloud Store</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2 col-sm-offset-2">
|
||||
<div class="footer-nav">
|
||||
<h4>Interact</h4>
|
||||
<ul id="menu-interact" class="menu">
|
||||
<li class="menu-irc-channel"><a href="https://webchat.freenode.net/?channels=owncloud">IRC Channel</a></li>
|
||||
<li class="menu-mailing-list"><a href="https://mailman.owncloud.org/mailman/listinfo/">Mailing List</a></li>
|
||||
<li class="menu-forums"><a href="https://forum.owncloud.org/">Forums</a></li>
|
||||
<li class="menu-bug-tracker"><a href="https://owncloud.org/contribute">Get involved</a></li>
|
||||
<li class="menu-promote"><a href="https://owncloud.org/promote/">Discuss ownCloud with others</a></li>
|
||||
|
||||
<li class="menu-irc-channel"><a href="https://webchat.freenode.net/?channels=nextcloud">IRC Channel</a></li>
|
||||
<li class="menu-forums"><a href="https://help.nextcloud.com/">Forums</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 248 KiB |
|
After Width: | Height: | Size: 93 KiB |
107
_shared_assets/themes/nextcloud_com/static/img/logo.svg
Normal file
@ -0,0 +1,107 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 195.69999 73.878937"
|
||||
enable-background="new 0 0 196.6 72"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="logo_nextcloud_white.svg"
|
||||
width="195.7"
|
||||
height="73.878937"><metadata
|
||||
id="metadata20"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs18" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1399"
|
||||
id="namedview16"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8"
|
||||
inkscape:cx="42.118341"
|
||||
inkscape:cy="45.448742"
|
||||
inkscape:current-layer="Layer_1"
|
||||
fit-margin-top="1"
|
||||
fit-margin-left="1"
|
||||
fit-margin-right="1"
|
||||
fit-margin-bottom="1"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="240"
|
||||
inkscape:window-maximized="1" /><circle
|
||||
style="fill:none;stroke:#ffffff;stroke-width:5.56589985;stroke-miterlimit:10;stroke-opacity:1"
|
||||
id="XMLID_107_"
|
||||
stroke-miterlimit="10"
|
||||
cx="100.01611"
|
||||
cy="15.582951"
|
||||
r="11.8" /><circle
|
||||
style="fill:none;stroke:#ffffff;stroke-width:5.56589985;stroke-miterlimit:10;stroke-opacity:1"
|
||||
id="XMLID_106_"
|
||||
stroke-miterlimit="10"
|
||||
cx="122.51611"
|
||||
cy="15.582951"
|
||||
r="6.6999998" /><circle
|
||||
style="fill:none;stroke:#ffffff;stroke-width:5.56589985;stroke-miterlimit:10;stroke-opacity:1"
|
||||
id="XMLID_105_"
|
||||
stroke-miterlimit="10"
|
||||
cx="77.416115"
|
||||
cy="15.582951"
|
||||
r="6.6999998" /><g
|
||||
id="g4571"
|
||||
style="fill:#ffffff"
|
||||
transform="translate(0.99999237,0.87893724)"><path
|
||||
id="XMLID_121_"
|
||||
d="m 37.669669,48.9 c 5.9,0 9.2,4.2 9.2,10.5 0,0.6 -0.5,1.1 -1.1,1.1 l -15.9,0 c 0.1,5.6 4,8.8 8.5,8.8 2.8,0 4.8,-1.2 5.8,-2 0.6,-0.4 1.1,-0.3 1.4,0.3 l 0.3,0.5 c 0.3,0.5 0.2,1 -0.3,1.4 -1.2,0.9 -3.8,2.4 -7.3,2.4 -6.5,0 -11.5,-4.7 -11.5,-11.5 0.1,-7.2 4.9,-11.5 10.9,-11.5 z m 6.1,9.4 c -0.2,-4.6 -3,-6.9 -6.2,-6.9 -3.7,0 -6.9,2.4 -7.6,6.9 l 13.8,0 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="XMLID_119_"
|
||||
d="m 76.9,52.1 0,-2.5 0,-5.2 c 0,-0.7 0.4,-1.1 1.1,-1.1 l 0.8,0 c 0.7,0 1,0.4 1,1.1 l 0,5.2 4.5,0 c 0.7,0 1.1,0.4 1.1,1.1 l 0,0.3 c 0,0.7 -0.4,1 -1.1,1 l -4.5,0 0,11 c 0,5.1 3.1,5.7 4.8,5.8 0.9,0.1 1.2,0.3 1.2,1.1 l 0,0.6 c 0,0.7 -0.3,1 -1.2,1 -4.8,0 -7.7,-2.9 -7.7,-8.1 l 0,-11.3 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="XMLID_117_"
|
||||
d="m 99.8,48.9 c 3.8,0 6.2,1.6 7.3,2.5 0.5,0.4 0.6,0.9 0.1,1.5 l -0.3,0.5 c -0.4,0.6 -0.9,0.6 -1.5,0.2 -1,-0.7 -2.9,-2 -5.5,-2 -4.8,0 -8.6,3.6 -8.6,8.9 0,5.2 3.8,8.8 8.6,8.8 3.1,0 5.2,-1.4 6.2,-2.3 0.6,-0.4 1,-0.3 1.4,0.3 l 0.3,0.4 c 0.3,0.6 0.2,1 -0.3,1.5 -1.1,0.9 -3.8,2.8 -7.8,2.8 -6.5,0 -11.5,-4.7 -11.5,-11.5 0.1,-6.8 5.1,-11.6 11.6,-11.6 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="XMLID_115_"
|
||||
d="m 113.1,41.8 c 0,-0.7 -0.4,-1.1 0.3,-1.1 l 0.8,0 c 0.7,0 1.8,0.4 1.8,1.1 l 0,23.9 c 0,2.8 1.3,3.1 2.3,3.2 0.5,0 0.9,0.3 0.9,1 l 0,0.7 c 0,0.7 -0.3,1.1 -1.1,1.1 -1.8,0 -5,-0.6 -5,-5.4 l 0,-24.5 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="XMLID_112_"
|
||||
d="m 133.6,48.9 c 6.4,0 11.6,4.9 11.6,11.4 0,6.6 -5.2,11.6 -11.6,11.6 -6.4,0 -11.6,-5 -11.6,-11.6 0,-6.5 5.2,-11.4 11.6,-11.4 z m 0,20.4 c 4.7,0 8.5,-3.8 8.5,-9 0,-5 -3.8,-8.7 -8.5,-8.7 -4.7,0 -8.6,3.8 -8.6,8.7 0.1,5.1 3.9,9 8.6,9 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="XMLID_109_"
|
||||
d="m 183.5,48.9 c 5.3,0 7.2,4.4 7.2,4.4 l 0.1,0 c 0,0 -0.1,-0.7 -0.1,-1.7 l 0,-9.9 c 0,-0.7 -0.3,-1.1 0.4,-1.1 l 0.8,0 c 0.7,0 1.8,0.4 1.8,1.1 l 0,28.5 c 0,0.7 -0.3,1.1 -1,1.1 l -0.7,0 c -0.7,0 -1.1,-0.3 -1.1,-1 l 0,-1.7 c 0,-0.8 0.2,-1.4 0.2,-1.4 l -0.1,0 c 0,0 -1.9,4.6 -7.6,4.6 -5.9,0 -9.6,-4.7 -9.6,-11.5 -0.2,-6.8 3.9,-11.4 9.7,-11.4 z m 0.1,20.4 c 3.7,0 7.1,-2.6 7.1,-8.9 0,-4.5 -2.3,-8.8 -7,-8.8 -3.9,0 -7.1,3.2 -7.1,8.8 0.1,5.4 2.9,8.9 7,8.9 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
sodipodi:nodetypes="ssssssssssscccccsss"
|
||||
style="fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1,71.4 0.8,0 c 0.7,0 1.1,-0.4 1.1,-1.1 l 0,-21.472335 C 2.9,45.427665 6.6,43 10.8,43 c 4.2,0 7.9,2.427665 7.9,5.827665 L 18.7,70.3 c 0,0.7 0.4,1.1 1.1,1.1 l 0.8,0 c 0.7,0 1,-0.4 1,-1.1 l 0,-21.6 c 0,-5.7 -5.7,-8.5 -10.9,-8.5 l 0,0 0,0 0,0 0,0 C 5.7,40.2 0,43 0,48.7 l 0,21.6 c 0,0.7 0.3,1.1 1,1.1 z"
|
||||
id="XMLID_103_" /><path
|
||||
style="fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 167.9,49.4 -0.8,0 c -0.7,0 -1.1,0.4 -1.1,1.1 l 0,12.1 c 0,3.4 -2.2,6.5 -6.5,6.5 -4.2,0 -6.5,-3.1 -6.5,-6.5 l 0,-12.1 c 0,-0.7 -0.4,-1.1 -1.1,-1.1 l -0.8,0 c -0.7,0 -1,0.4 -1,1.1 l 0,12.9 c 0,5.7 4.2,8.5 9.4,8.5 l 0,0 c 0,0 0,0 0,0 0,0 0,0 0,0 l 0,0 c 5.2,0 9.4,-2.8 9.4,-8.5 l 0,-12.9 c 0.1,-0.7 -0.3,-1.1 -1,-1.1 z"
|
||||
id="XMLID_102_" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4165-9"
|
||||
d="m 68.908203,49.235938 c -0.244942,0.0391 -0.480102,0.202589 -0.705078,0.470703 l -4.046875,4.824218 -3.029297,3.609375 -4.585937,-5.466796 -2.488282,-2.966797 c -0.224975,-0.268116 -0.479748,-0.414718 -0.74414,-0.4375 -0.264393,-0.02278 -0.538524,0.07775 -0.806641,0.302734 l -0.613281,0.513672 c -0.536232,0.449952 -0.508545,0.948144 -0.05859,1.484375 l 4.048828,4.824219 3.357422,4 -4.916016,5.857421 c -0.0037,0.0044 -0.0061,0.0093 -0.0098,0.01367 l -2.480469,2.955078 c -0.449952,0.536232 -0.399531,1.100832 0.136719,1.550782 l 0.613281,0.511718 c 0.536231,0.449951 1.022704,0.33701 1.472656,-0.199218 l 4.046875,-4.824219 3.029297,-3.609375 4.585938,5.466797 c 0.003,0.0036 0.0067,0.0062 0.0098,0.0098 l 2.480469,2.957032 c 0.44995,0.536231 1.012595,0.584735 1.548828,0.134765 l 0.613282,-0.513671 c 0.536231,-0.449952 0.508544,-0.948144 0.05859,-1.484376 l -4.048828,-4.824218 -3.357422,-4 4.916016,-5.857422 c 0.0037,-0.0044 0.0061,-0.0093 0.0098,-0.01367 l 2.480469,-2.955078 c 0.449952,-0.53623 0.399532,-1.10083 -0.136719,-1.550781 l -0.613281,-0.513672 c -0.268115,-0.224976 -0.522636,-0.308636 -0.767578,-0.269531 z"
|
||||
style="fill:#ffffff" /></g></svg>
|
||||
|
After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 751 B |
|
Before Width: | Height: | Size: 792 B After Width: | Height: | Size: 792 B |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 837 B After Width: | Height: | Size: 837 B |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 1016 B After Width: | Height: | Size: 1016 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 623 B After Width: | Height: | Size: 623 B |
1078
_shared_assets/themes/nextcloud_com/static/styles.css
Normal file
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xml:space="preserve" height="118.23" viewBox="0 0 250.00001 118.22802" xmlns:dc="http://purl.org/dc/elements/1.1/" width="250" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" y="0px" x="0px" enable-background="new 0 0 595.275 311.111">
|
||||
<path style="block-progression:tb;text-indent:0;color:#000000;enable-background:accumulate;text-transform:none" d="m150.66 0c-11.241 0-20.322 9.0815-20.322 20.322 0 4.6335 1.5429 8.898 4.1442 12.313 5.6431-6.5315 13.972-10.679 23.271-10.679 4.5496 0 8.8639 1.0131 12.751 2.7893 0.31474-1.4234 0.47817-2.9037 0.47817-4.4231 0.01-11.24-9.08-20.322-20.32-20.322zm-26.539 9.404c-5.8539 0-10.56 4.7456-10.56 10.599 0 1.8953 0.48899 3.6862 1.3548 5.22 3.5325-1.9927 7.6164-3.148 11.954-3.148 0.41864 0 0.82186 0.01699 1.2353 0.03985-0.0468-0.59343-0.0797-1.1878-0.0797-1.7931 0-3.2605 0.70816-6.3627 1.9525-9.165-1.6754-1.1235-3.6828-1.7533-5.8576-1.7533zm50.128 7.2921c-0.43247 0-0.84934 0.05309-1.2751 0.0797 0.18418 1.1613 0.31878 2.3339 0.31878 3.5464 0 1.8871-0.24 3.708-0.67741 5.4591 5.1284 2.8381 9.3873 7.0847 12.193 12.233 2.9105-1.5152 6.1573-2.4787 9.6033-2.7096-0.8881-10.415-9.5166-18.609-20.163-18.609zm-16.497 7.5711c-15.729 0-28.451 12.721-28.451 28.451 0 15.729 12.721 28.451 28.451 28.451s28.451-12.723 28.451-28.451c0-15.73-12.722-28.451-28.451-28.451zm-30.882 0.11954c-12.203 0-22.076 9.8727-22.076 22.076 0 7.1836 3.4227 13.543 8.7266 17.573 2.236-4.3127 6.727-7.2523 11.914-7.2523 0.62695 0 1.2287 0.07599 1.833 0.15939-0.18969-1.3801-0.27893-2.792-0.27893-4.2239 0-6.846 2.2284-13.177 6.017-18.29-2.2678-2.8377-3.8907-6.2474-4.5825-9.9619-0.51269-0.03551-1.0323-0.0797-1.5541-0.0797zm69.18 13.149c-3.7054 0-7.1763 0.94599-10.241 2.5503 1.7401 3.8545 2.7096 8.1312 2.7096 12.632 0 8.4268-3.3881 16.079-8.886 21.637 4.039 4.4841 9.8991 7.2921 16.417 7.2921 12.203 0 22.076-9.8727 22.076-22.076s-9.8727-22.036-22.076-22.036zm-93.403 2.9089c-11.241 0-20.362 9.0413-20.362 20.282s9.121 20.362 20.362 20.362c4.2785 0 8.2419-1.333 11.516-3.5863-1.3529-2.1023-2.1518-4.6156-2.1518-7.2921 0-1.3892 0.20497-2.7238 0.59771-3.9848-6.1294-4.4296-10.121-11.638-10.121-19.764 0-2.0648 0.27209-4.0613 0.75711-5.9772-0.20132-0.0058-0.39495-0.03985-0.59772-0.03985zm119.5 17.453c-0.59968 0-1.1799 0.06831-1.7533 0.15939 0.0316 0.50688 0.0398 0.99939 0.0398 1.5142 0 6.4816-2.5574 12.364-6.6944 16.736 2.0353 2.3668 5.0248 3.8652 8.4079 3.8652 6.1623 0 11.157-4.9552 11.157-11.117 0-6.1623-4.9951-11.157-11.157-11.157zm-96.71 1.1954c-6.162 0-11.118 4.9555-11.118 11.117 0 6.162 4.9555 11.157 11.118 11.157 4.7232 0 8.7323-2.9472 10.36-7.0929-3.9726-4.046-6.8276-9.2077-8.0891-14.943-0.73821-0.15266-1.4875-0.23909-2.2713-0.23909zm122.21 9.3642v22.036h-11.675c-7.6322 0-13.827 6.2347-13.827 13.867 0 7.6311 6.195 13.827 13.827 13.827h3.387 1.1556c2.239 0 4.4748-1.0874 6.2561-2.7495s3.1409-3.9644 3.1878-6.535c0.0801-4.4122 0-17.254 0-17.254v-0.55787-22.633h-2.3112zm-106.75 9.9619v30.483c0 5.1232 4.2011 9.2845 9.3244 9.2845v-2.3112c-3.8766 0-7.0132-3.0967-7.0132-6.9733v-29.049c-0.80461-0.4325-1.5514-0.93449-2.3112-1.4345zm-23.112 2.8292c-4.0935 3.9059-6.6546 9.4053-6.6546 15.501 0 11.827 9.6118 21.438 21.438 21.438v-2.3112c-10.579 0-19.127-8.5469-19.127-19.127 0-5.6905 2.4839-10.805 6.4155-14.305-0.73485-0.33851-1.4155-0.73502-2.0721-1.1954zm-27.216 9.165c-7.6322 0-13.827 6.1949-13.827 13.827v12.791h2.3112v-12.791c0-6.3852 5.1309-11.556 11.516-11.556 6.3864 0 11.556 5.1706 11.556 11.556v12.791h2.3112v-12.791c0-7.6322-6.2338-13.827-13.867-13.827zm77.583 0.0797c-7.6326 0-13.827 6.2344-13.827 13.867s6.1945 13.867 13.827 13.867c7.6326 0 13.867-6.2344 13.867-13.867s-6.2344-13.867-13.867-13.867zm-154.29 0.0398c-7.632 0-13.867 6.1952-13.867 13.827 0 7.632 6.235 13.827 13.867 13.827s13.827-6.1952 13.827-13.827c0-7.632-6.1952-13.827-13.827-13.827zm20.761 1.036v17.334c0 5.1234 4.1622 9.2845 9.2845 9.2845 3.4912 0 6.5716-1.9303 8.1688-4.7817 1.5857 2.8514 4.6384 4.7817 8.1289 4.7817 5.1233 0 9.3243-4.1611 9.3243-9.2845v-17.334h-2.3112v17.334c0 3.8764-3.1366 6.9733-7.0132 6.9733s-6.9733-3.0969-6.9733-6.9733v-17.334h-2.3112v17.334c0 3.8766-3.1352 6.9733-7.0132 6.9733-3.8753 0-6.9733-3.0969-6.9733-6.9733v-17.334h-2.3112zm153.45 0v12.791c0 7.6311 6.195 13.827 13.827 13.827 7.6322 0 13.867-6.1959 13.867-13.827v-12.791h-2.3112v12.791c0 6.3837-5.1707 11.516-11.556 11.516-6.3851 0-11.516-5.1322-11.516-11.516v-12.791h-2.3112zm-19.924 1.2353c6.3856 0 11.556 5.1702 11.556 11.556 0 6.3856-5.1702 11.556-11.556 11.556-6.3856 0-11.516-5.1702-11.516-11.556 0-6.3856 5.1304-11.556 11.516-11.556zm67.821 0h11.675c0.009 1.5271 0.0728 12.046 0 16.059-0.0326 1.7858-1.0121 3.5776-2.4307 4.9013-1.4186 1.3236-3.2544 2.1119-4.702 2.1119h-4.5426c-6.3851 0-11.516-5.1322-11.516-11.516 0-6.3852 5.1309-11.556 11.516-11.556zm-222.11 0.0399c6.385 0 11.516 5.131 11.516 11.516s-5.131 11.516-11.516 11.516-11.556-5.131-11.556-11.516 5.1708-11.516 11.556-11.516z" fill="#fff"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 5.0 KiB |
@ -1,469 +0,0 @@
|
||||
/* This css file should only be used for Documentation. Do not replace styles.css in owncloud.org website with this file */
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans-Regular.woff) format('woff'), url(fonts/OpenSans-Regular.ttf) format('ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff) format('woff'), url(fonts/OpenSans-Bold.ttf) format('ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/OpenSans-Italic.woff) format('woff'), url(fonts/OpenSans-Bold.ttf) format('ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: light;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light.woff) format('woff'), url(fonts/OpenSans-Light.ttf) format('ttf');
|
||||
}
|
||||
|
||||
span.avoidwrap {
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
div .hideonsmall {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Make background white, font grey and default buttons a bit darker to compensate */
|
||||
body {
|
||||
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Font Awesome", sans-serif !important;
|
||||
color: #555;
|
||||
background: white;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-weight: 300;
|
||||
}
|
||||
h1 {
|
||||
font-size: 45px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 27px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
margin: 12px 0;
|
||||
}
|
||||
|
||||
/* Alert settings */
|
||||
|
||||
.alert .admonition-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.alert-warning {
|
||||
color: #DE5828
|
||||
}
|
||||
|
||||
|
||||
|
||||
.btn-default {
|
||||
background: rgba(240,240,240,.9);
|
||||
border: 1px solid rgba(210,210,210,.9);
|
||||
}
|
||||
|
||||
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
|
||||
background: white;
|
||||
border: 1px solid rgba(240,240,240,.9);
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: #55739a;
|
||||
border: 1px solid #1D2D44;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
|
||||
background: #428BCA;
|
||||
border: 1px solid #1D2D44;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.admonition.note {.alert();.alert-info(); border: 1px solid #428BCA !important; padding-left: 60px; padding-top: 15px; background: #d9edf7 url(img/note_pencil.svg) no-repeat 15px center; }
|
||||
.admonition.note a {color: #428BCA; font-weight: bold;}
|
||||
.admonition.warning {.alert();.alert-danger(); border:1px solid rgba(221,17,68,0.85); color: #d14; padding-left: 60px; padding-top: 15px; background: #f7f7f9 url(img/warning.svg) no-repeat 15px center; }
|
||||
.admonition.warning a {color: #d14; font-weight: bold;}
|
||||
.admonition-title { display: none;}
|
||||
|
||||
button a {color: #1d2d44}
|
||||
button a:hover {text-decoration: none; }
|
||||
|
||||
.no-underline a {
|
||||
border: 0px none transparent !important;
|
||||
}
|
||||
/* Remove line under page headers (defined in main.min.css) */
|
||||
div.page-header {
|
||||
border-bottom: 0px solid #EEE;
|
||||
}
|
||||
/* Remove border from navbar (defined in main.min.css) */
|
||||
.navbar {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.banner img {
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
div.box-head {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h3.ft-title {
|
||||
text-align: center;
|
||||
font-weight: 100;
|
||||
font-size: 23px;
|
||||
}
|
||||
|
||||
h2.featuretitle {
|
||||
font-weight: 400;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
|
||||
.page-content-header > div > h1 {
|
||||
display: inline;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.page-content-header > div > a.rss-button {
|
||||
vertical-align: baseline;
|
||||
margin-left: 20px;
|
||||
color: rgb(206, 91, 0);
|
||||
}
|
||||
|
||||
.page-content-header > div > form > input[type=text] {
|
||||
display: inline;
|
||||
width: 78%;
|
||||
}
|
||||
|
||||
.banner ul#menu-header.nav>li:not(.menu-install) >a:hover {
|
||||
border-bottom: 2px solid white;
|
||||
}
|
||||
|
||||
.banner ul#menu-header.nav>li>a {
|
||||
padding-bottom: 6px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.banner ul#menu-header.nav>li.menu-commercial>a:hover{
|
||||
border-bottom: 2px solid #e8733b;
|
||||
}
|
||||
|
||||
.btn.btn-orange {
|
||||
background-color: #e8733b;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
div.sub-nav {
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
li.top-nav-active > a {
|
||||
border-bottom: 2px solid white;
|
||||
}
|
||||
|
||||
div.feature-wide-row-wrap {
|
||||
background-color: #1D2D44;
|
||||
color: white;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
div.feature-wide-row-wrap div.featureblock{
|
||||
text-align: center;
|
||||
padding-top: 15px;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
div.feature-wide-row-wrap div.featureblock i {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
div.feature-wide-row-wrap div.featureblock h3.ft-title {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* the header */
|
||||
|
||||
.navbar-header .logo {
|
||||
width: 121px;
|
||||
}
|
||||
|
||||
.banner ul#menu-header.nav>li.menu-get-owncloud {
|
||||
padding: 0 0 0 15px;
|
||||
margin-top: 7px;
|
||||
margin-left: 10px;
|
||||
background-color: #428BCA;
|
||||
border-radius: 6px;
|
||||
border-color: #357EBD}
|
||||
|
||||
.banner ul#menu-header.nav>li.menu-get-owncloud a{
|
||||
padding: 7px 16px 7px 0;
|
||||
line-height: 1.25;
|
||||
border-bottom: 0
|
||||
}
|
||||
|
||||
.contribook_bloguserpicture img {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
i[class*='icon-'] {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* the footer */
|
||||
|
||||
div.footer-text {
|
||||
color: #AAAAAA;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
div.footer-social-icons > div {
|
||||
text-align: center;
|
||||
margin: 50px 17px -20px -14px;
|
||||
}
|
||||
|
||||
div.footer-social-icons> div > a:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
div.footer-social-icons img {
|
||||
margin: 0 30px 30px 0;
|
||||
}
|
||||
|
||||
footer div.footer-nav>h4 {
|
||||
font-size: 1.125em;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
div.thumbnail > img {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Make YouTube videos responsive */
|
||||
@media(min-width: 995px) {
|
||||
.videoWrapper {
|
||||
position: relative;
|
||||
padding-bottom: 28.12%; /* 16:9 - lets them be quarter screen size. 56.25% for full */
|
||||
padding-top: 25px;
|
||||
width: 50%; /* 100% for full screen size */
|
||||
height: 0;
|
||||
}
|
||||
.videoWrapper iframe {
|
||||
position: absolute;
|
||||
margin-left: 50%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 996px) {
|
||||
.videoWrapper {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%;
|
||||
padding-top: 30px;
|
||||
height: 0;
|
||||
width: 100%;
|
||||
padding-left: -50%;
|
||||
}
|
||||
|
||||
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* -- Start specific css for documentation -- */
|
||||
|
||||
ul#menu-support.menu {
|
||||
padding-left: 0;
|
||||
}
|
||||
ul#menu-support.menu > ul {
|
||||
padding-left: 0px;
|
||||
list-style: none;
|
||||
}
|
||||
ul#menu-support.menu ul {
|
||||
background-color: white;
|
||||
}
|
||||
/* round bullets for the second level entries */
|
||||
ul#menu-support.menu ul ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
/* square bullets for the third level entries */
|
||||
ul#menu-support.menu ul ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
/* having a separator between each elements of the top list and
|
||||
between above the top of the third level list */
|
||||
ul#menu-support.menu > ul > li,
|
||||
ul#menu-support.menu ul ul ul {
|
||||
border-top: 1px solid #EFEFEF;
|
||||
}
|
||||
/* highlight the current list entry of the first list with white
|
||||
font on blue background */
|
||||
ul#menu-support.menu > ul > li.current {
|
||||
background-color: #428BCA;
|
||||
color: white;
|
||||
}
|
||||
/* set to default padding for the sublist of the current entry */
|
||||
ul#menu-support.menu ul > li.current > ul {
|
||||
padding-left: 20px;
|
||||
color: #428BCA;
|
||||
}
|
||||
/* set a padding for all list entry elements below the first level */
|
||||
ul#menu-support.menu > ul li {
|
||||
padding: 5px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
/* setting the padding for the first level entries */
|
||||
ul#menu-support.menu > ul > li,
|
||||
ul#menu-support.menu > ul li.toctree-l1 {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
/* additional padding to the bottom, to have equal border width */
|
||||
ul#menu-support.menu > ul li.toctree-l1.current {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
/* override the color of links */
|
||||
ul#menu-support.menu ul > li.current > a:hover,
|
||||
ul#menu-support.menu ul > li.current > a:focus,
|
||||
ul#menu-support.menu ul > li.current > a {
|
||||
color: white;
|
||||
}
|
||||
/* override the color of the current link */
|
||||
ul#menu-support.menu ul > li.current > a.current {
|
||||
color: #428BCA;
|
||||
}
|
||||
/* override the color of the current link in the first level */
|
||||
ul#menu-support.menu > ul > li.current > a.current {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.headerlink {
|
||||
color: rgba(66, 139, 202,0.5);
|
||||
display: none;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.section:hover > * > .headerlink {
|
||||
display: inline-block;
|
||||
}
|
||||
.section:hover > dl > dt > .headerlink {
|
||||
display: inline-block;
|
||||
}
|
||||
.method:hover .headerlink {
|
||||
display: inline-block;
|
||||
}
|
||||
a:hover, a:active {
|
||||
color: #3276B1;
|
||||
}
|
||||
li.next {
|
||||
float: right;
|
||||
}
|
||||
.page-content img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.banner ul#menu-header.nav>li:not(.menu-install)>a {
|
||||
width: auto;
|
||||
margin-bottom: 19px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) and (max-width: 1199px) {
|
||||
.banner ul#menu-header.nav {
|
||||
width: 49%;
|
||||
padding-top: 0;
|
||||
}
|
||||
.banner ul#menu-header.nav>li:not(.menu-install)>a {
|
||||
height: 1.5em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
body.install div#instructions-server div.instructions,
|
||||
body.install div#instructions-web div.instructions,
|
||||
body.install div#instructions-packages div.instructions {
|
||||
margin-top: 11%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
.banner ul#menu-header.nav {
|
||||
width: 64%;
|
||||
padding-top: 0;
|
||||
}
|
||||
.banner ul#menu-header.nav>li:not(.menu-install)>a {
|
||||
height: 1.5em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
body.install div#instructions-server div.instructions,
|
||||
body.install div#instructions-web div.instructions,
|
||||
body.install div#instructions-packages div.instructions {
|
||||
margin-top: 16%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 500px) and (max-width: 767px) {
|
||||
body.install div#instructions-server div.instructions,
|
||||
body.install div#instructions-web div.instructions,
|
||||
body.install div#instructions-packages div.instructions {
|
||||
margin-top: 20%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 499px) {
|
||||
body.install div#instructions-server div.instructions,
|
||||
body.install div#instructions-web div.instructions,
|
||||
body.install div#instructions-packages div.instructions {
|
||||
margin-top: 32%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
a.brand {
|
||||
padding-left: 15px;
|
||||
}
|
||||
.banner ul#menu-header.nav {
|
||||
float: left;
|
||||
}
|
||||
.banner ul#menu-header.nav > li {
|
||||
padding-top: 0px;
|
||||
}
|
||||
.banner ul#menu-header.nav > li.menu-install {
|
||||
margin-top: 23px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.banner ul#menu-header.nav > li:not(.menu-install) > a {
|
||||
line-height: 1.5em;
|
||||
margin-bottom: 14px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.navbar-collapse.in {
|
||||
overflow-y: visible;
|
||||
}
|
||||
}
|
||||
|
||||
/* -- End specific css for documentation -- */
|
||||
@ -42,20 +42,15 @@ help:
|
||||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
html: html-org
|
||||
html: html-com
|
||||
|
||||
html-all: html-release html-org html-com
|
||||
html-all: html-release html-com
|
||||
|
||||
html-release:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_release' $(ALLSPHINXOPTS) $(BUILDDIR)/html/release
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/release."
|
||||
|
||||
html-org:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_org' $(ALLSPHINXOPTS) $(BUILDDIR)/html/org
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/org."
|
||||
|
||||
html-com:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_com' $(ALLSPHINXOPTS) $(BUILDDIR)/html/com
|
||||
@echo
|
||||
|
||||
@ -42,22 +42,17 @@ help:
|
||||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
html: html-org
|
||||
html: html-com
|
||||
|
||||
html-all: html-release html-org html-com
|
||||
html-all: html-release html-com
|
||||
|
||||
html-release:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_release' $(ALLSPHINXOPTS) $(BUILDDIR)/html/release
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/release."
|
||||
|
||||
html-org:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_org' $(ALLSPHINXOPTS) $(BUILDDIR)/html/org
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/org."
|
||||
|
||||
html-com:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_com' $(ALLSPHINXOPTS) $(BUILDDIR)/html/com
|
||||
$(SPHINXBUILD) -b html -D html_theme='nextcloud_com' $(ALLSPHINXOPTS) $(BUILDDIR)/html/com
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/com."
|
||||
|
||||
|
||||
@ -1,20 +1,20 @@
|
||||
============================
|
||||
ownCloud Manuals Style Guide
|
||||
============================
|
||||
=============================
|
||||
Nextcloud Manuals Style Guide
|
||||
=============================
|
||||
|
||||
*This is a work in progress*
|
||||
|
||||
See the `Documentation README <https://github.com/owncloud/documentation/blob/master/README.rst>`_ for information on setting up your documentation build environment
|
||||
See the `Documentation README <https://github.com/nextcloud/documentation/blob/master/README.rst>`_ for information on setting up your documentation build environment
|
||||
|
||||
See `reStructuredText Primer <http://sphinx-doc.org/rest.html>`_ for a complete
|
||||
Sphinx/RST markup reference.
|
||||
|
||||
This is the official style guide for the ownCloud Administration and User
|
||||
This is the official style guide for the Nextcloud Administration and User
|
||||
manuals. Please follow these conventions for consistency, and easier
|
||||
proofreading and copyediting.
|
||||
|
||||
When you are writing your text, make it as literal and specific as possible. Put
|
||||
yourself in the place of the person who is using ownCloud and looking for
|
||||
yourself in the place of the person who is using Nextcloud and looking for
|
||||
instructions on performing a task. Don't make them guess, but spell
|
||||
out every step in order, and tell exactly what buttons to click or what form
|
||||
fields to fill out. Give complete information; for example, when configuring a
|
||||
@ -33,7 +33,7 @@ Page Titles and Headings
|
||||
------------------------
|
||||
|
||||
There are many ways to markup headings and subheadings. This is the official
|
||||
ownCloud way. Use title case. Three levels is enough; if you find that you want more,
|
||||
Nextcloud way. Use title case. Three levels is enough; if you find that you want more,
|
||||
then re-think the organization of your text::
|
||||
|
||||
==============
|
||||
@ -90,7 +90,7 @@ This is how they render:
|
||||
.. figure:: users-config.png
|
||||
:alt: User listings and administration page.
|
||||
|
||||
*Figure 1: The ownCloud user listing and administration page.*
|
||||
*Figure 1: The Nextcloud user listing and administration page.*
|
||||
|
||||
Use double-backticks for inline code and command examples::
|
||||
|
||||
@ -115,7 +115,7 @@ Use lowercase with hyphens for image names, for example image-name.png.
|
||||
|
||||
Images should be in .png format. Keep your screenshots focused on the items you
|
||||
are describing. When you need an image of something large like a configuration
|
||||
form on the ownCloud admin page, narrow your Web browser to fold the fields
|
||||
form on the Nextcloud admin page, narrow your Web browser to fold the fields
|
||||
into a smaller space, because a long skinny graphic is not very readable. Think
|
||||
square.
|
||||
|
||||
@ -127,7 +127,7 @@ or add a caption. Captions must follow a blank line and be italicized, like this
|
||||
.. figure:: images/users-config.png
|
||||
:alt: User listings and administration page.
|
||||
|
||||
*Figure 1: The ownCloud user listing and administration page.*
|
||||
*Figure 1: The Nextcloud user listing and administration page.*
|
||||
|
||||
Images must go into a sub-directory of the directory containing your manual
|
||||
page. Currently the manuals have both a single master images directory, and
|
||||
|
||||
@ -42,25 +42,20 @@ help:
|
||||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
html: html-org
|
||||
html: html-com
|
||||
|
||||
html-all: html-release html-org html-com
|
||||
html-all: html-release html-com
|
||||
|
||||
html-release:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_release' $(ALLSPHINXOPTS) $(BUILDDIR)/html/release
|
||||
$(SPHINXBUILD) -b html -D html_theme='nextcloud_release' $(ALLSPHINXOPTS) $(BUILDDIR)/html/release
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/release."
|
||||
|
||||
html-org:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_org' $(ALLSPHINXOPTS) $(BUILDDIR)/html/org
|
||||
html-com:
|
||||
$(SPHINXBUILD) -b html -D html_theme='nextcloud_com' $(ALLSPHINXOPTS) $(BUILDDIR)/html/org
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/org."
|
||||
|
||||
html-com:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_com' $(ALLSPHINXOPTS) $(BUILDDIR)/html/com
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/com."
|
||||
|
||||
dirhtml:
|
||||
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
|
||||
@echo
|
||||
@ -92,17 +87,17 @@ qthelp:
|
||||
@echo
|
||||
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
|
||||
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
|
||||
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/OwncloudDocumentation.qhcp"
|
||||
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/NextcloudDocumentation.qhcp"
|
||||
@echo "To view the help file:"
|
||||
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/OwncloudDocumentation.qhc"
|
||||
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/NextcloudDocumentation.qhc"
|
||||
|
||||
devhelp:
|
||||
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
|
||||
@echo
|
||||
@echo "Build finished."
|
||||
@echo "To view the help file:"
|
||||
@echo "# mkdir -p $$HOME/.local/share/devhelp/OwncloudDocumentation"
|
||||
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/OwncloudDocumentation"
|
||||
@echo "# mkdir -p $$HOME/.local/share/devhelp/NextcloudDocumentation"
|
||||
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/NextcloudDocumentation"
|
||||
@echo "# devhelp"
|
||||
|
||||
epub:
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Using the Bookmarks App
|
||||
=======================
|
||||
|
||||
The Bookmark application allows you to bookmark Web sites inside ownCloud.
|
||||
The Bookmark application allows you to bookmark Web sites inside Nextcloud.
|
||||
|
||||
The main interface
|
||||
--------------------
|
||||
@ -10,7 +10,7 @@ The main interface
|
||||
Add a bookmark
|
||||
~~~~~~~~~~~~~~
|
||||
In the Bookmark application, enter a URL into the top-left area of the content section. After adding an address, click on the pencil button to edit fields for the given address.
|
||||
The main ownCloud bookmark interface contains 3 fields at the top where
|
||||
The main Nextcloud bookmark interface contains 3 fields at the top where
|
||||
you can enter the website address (or URL), the title of your bookmark, and
|
||||
a set of tags separated from each other by a space.
|
||||
|
||||
@ -35,10 +35,10 @@ To delete a bookmark, hover over the bookmark and click the cross icon.
|
||||
Search
|
||||
~~~~~~
|
||||
|
||||
If you click on a tag, ownCloud will only display the bookmarks that
|
||||
If you click on a tag, Nextcloud will only display the bookmarks that
|
||||
are described with this tag.
|
||||
|
||||
You can also use the search bar of ownCloud in the top right of your screen.
|
||||
You can also use the search bar of Nextcloud in the top right of your screen.
|
||||
|
||||
Simply click on the "Bookmarks" menu in the sidebar to come back to
|
||||
the default view.
|
||||
@ -52,12 +52,12 @@ The Bookmarklet
|
||||
Bookmarklet link
|
||||
|
||||
The creator of this app understands that people won't want to
|
||||
open the ownCloud boorkmarks page to add a bookmark every time they see a cool site.
|
||||
open the Nextcloud boorkmarks page to add a bookmark every time they see a cool site.
|
||||
This is why they have made this cool "bookmarklet".
|
||||
|
||||
A bookmarklet is small button that you can drag and drop in your bookmarks.
|
||||
The next time you see a cool new site, click on this special bookmark
|
||||
to add the site to your ownCloud bookmarks.
|
||||
to add the site to your Nextcloud bookmarks.
|
||||
|
||||
To find this bookmark, click on the gear button at the bottom of the bookmarks app.
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# ownCloud Documentation documentation build configuration file, created by
|
||||
# Nextcloud Documentation documentation build configuration file, created by
|
||||
# sphinx-quickstart on Mon Oct 22 23:16:40 2012-2014.
|
||||
#
|
||||
# This file is execfile()d with the current directory set to its containing dir.
|
||||
@ -44,13 +44,13 @@ master_doc = 'contents'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '9.0'
|
||||
version = '9'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '9.0'
|
||||
release = '9'
|
||||
|
||||
# General information about the project.
|
||||
project = u'ownCloud %s User Manual' % (version)
|
||||
copyright = u'2012-2016, The ownCloud developers'
|
||||
project = u'Nextcloud %s User Manual' % (version)
|
||||
copyright = u'2012-2016, The Nextcloud developers'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
@ -99,7 +99,7 @@ html_theme_path = ['../_shared_assets/themes']
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
html_theme = 'owncloud_org'
|
||||
html_theme = 'nextcloud_com'
|
||||
html_theme_options = {
|
||||
# "rightsidebar": "true",
|
||||
}
|
||||
@ -166,7 +166,7 @@ html_show_sphinx = False
|
||||
#html_file_suffix = None
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'ownCloudUserManual'
|
||||
htmlhelp_basename = 'NextcloudUserManual'
|
||||
|
||||
|
||||
# -- Options for LaTeX output --------------------------------------------------
|
||||
@ -185,8 +185,8 @@ latex_elements = {
|
||||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||
latex_documents = [
|
||||
('contents', 'ownCloud_User_Manual.tex', u'ownCloud User Manual',
|
||||
u'The ownCloud developers', 'manual'),
|
||||
('contents', 'Nextcloud_User_Manual.tex', u'Nextcloud User Manual',
|
||||
u'The Nextcloud developers', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
@ -211,15 +211,15 @@ latex_logo = '../_shared_assets/static/logo-blue.pdf'
|
||||
|
||||
# -- Options for pdf page output -----------------------------------------------
|
||||
|
||||
pdf_documents = [('contents', u'owncloudUserManual', u'ownCloud User Manual', u'The ownCloud developers'),]
|
||||
pdf_documents = [('contents', u'nextcloudUserManual', u'Nextcloud User Manual', u'The Nextcloud developers'),]
|
||||
|
||||
# -- Options for manual page output --------------------------------------------
|
||||
|
||||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('contents', 'owncloudusermanual', u'ownCloud User Manual',
|
||||
[u'The ownCloud developers'], 1)
|
||||
('contents', 'nextcloudusermanual', u'Nextcloud User Manual',
|
||||
[u'The Nextcloud developers'], 1)
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
@ -232,8 +232,8 @@ man_pages = [
|
||||
# (source start file, target name, title, author,
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('contents', 'ownCloudUserManual', u'ownCloud User Manual',
|
||||
u'The ownCloud developers', 'ownCloud', 'The ownCloud User Manual.',
|
||||
('contents', 'NextcloudUserManual', u'Nextcloud User Manual',
|
||||
u'The Nextcloud developers', 'Nextcloud', 'The Nextcloud User Manual.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
@ -250,10 +250,10 @@ texinfo_documents = [
|
||||
# -- Options for Epub output ---------------------------------------------------
|
||||
|
||||
# Bibliographic Dublin Core info.
|
||||
epub_title = u'ownCloud User Manual'
|
||||
epub_author = u'The ownCloud developers'
|
||||
epub_publisher = u'The ownCloud developers'
|
||||
epub_copyright = u'2012-2016, The ownCloud developers'
|
||||
epub_title = u'Nextcloud User Manual'
|
||||
epub_author = u'The Nextcloud developers'
|
||||
epub_publisher = u'The Nextcloud developers'
|
||||
epub_copyright = u'2012-2016, The Nextcloud developers'
|
||||
|
||||
# The language of the text. It defaults to the language option
|
||||
# or en if the language is not set.
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
Collaborative Document Editing
|
||||
Collaborative Document Editing
|
||||
==============================
|
||||
|
||||
The Documents application supports editing documents within ownCloud, without
|
||||
The Documents application supports editing documents within Nextcloud, without
|
||||
the need to launch an external application. The Documents app supports these
|
||||
features:
|
||||
|
||||
* Cooperative edit, with multiple users editing files simultaneously.
|
||||
* Document creation within ownCloud.
|
||||
* Document creation within Nextcloud.
|
||||
* Document upload.
|
||||
* Share and edit files in the browser, and then share them inside ownCloud or
|
||||
* Share and edit files in the browser, and then share them inside Nextcloud or
|
||||
through a public link.
|
||||
|
||||
Supported file formats are `.odt`, `.doc`, and `.docx`.
|
||||
@ -31,7 +31,7 @@ Edit a Document
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
To edit a document, access the Documents app from your Apps menu at the top
|
||||
left of your ownCloud window.
|
||||
left of your Nextcloud window.
|
||||
|
||||
.. image:: images/oc_documents_edit.png
|
||||
|
||||
@ -61,7 +61,7 @@ Delete a Document
|
||||
|
||||
You can't delete a document from inside the Document app, but must go to your
|
||||
Files page and delete it from there. You'll find it in your default documents
|
||||
directory, which is configured on your ownCloud Personal page (see
|
||||
directory, which is configured on your Nextcloud Personal page (see
|
||||
:doc:`userpreferences`.)
|
||||
|
||||
.. _share-a-document:
|
||||
|
||||
@ -4,8 +4,8 @@ Configuring External Storage
|
||||
|
||||
The External Storage application allows you to mount external storage services,
|
||||
such as Google Drive, Dropbox, Amazon S3, SMB/CIFS fileservers, and FTP servers
|
||||
in ownCloud. Your ownCloud server administrator controls which of these are
|
||||
in Nextcloud. Your Nextcloud server administrator controls which of these are
|
||||
available to you. Please see `Configuring External Storage (GUI)
|
||||
<https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/
|
||||
external_storage_configuration_gui.html>`_ in the ownCloud Administrator's
|
||||
<https://doc.nextcloud.com/server/9/admin_manual/configuration_files/
|
||||
external_storage_configuration_gui.html>`_ in the Nextcloud Administrator's
|
||||
manual for configuration howtos and examples.
|
||||
|
||||
@ -6,5 +6,4 @@ External Storage
|
||||
:maxdepth: 1
|
||||
|
||||
external_storage
|
||||
sharepoint_connecting
|
||||
|
||||
|
||||
|
||||
@ -1,68 +0,0 @@
|
||||
==========================================
|
||||
Connecting to SharePoint (Enterprise only)
|
||||
==========================================
|
||||
|
||||
Native SharePoint support has been added to ownCloud Enterprise Subscription as
|
||||
a secondary storage location for SharePoint 2007, 2010 and 2013. To the user,
|
||||
these appear as normal ownCloud mounts, with bi-directional updates in any
|
||||
ownCloud client: desktop, mobile, or Web. There is one difference, and that is
|
||||
ownCloud sharing is intentionally disabled for SharePoint mountpoints in order
|
||||
to preserve SharePoint access controls, and to ensure that content is properly
|
||||
accessed as per SharePoint rules.
|
||||
|
||||
Your ownCloud admin may optionally allow users to mount their own SharePoint
|
||||
libraries.
|
||||
|
||||
Accessing SharePoint Folders
|
||||
----------------------------
|
||||
|
||||
When you first log in to ownCloud, the Web interface shows a gray bar behind all
|
||||
SharePoint folders. The gray bar disappears when the mountpoint is verified by
|
||||
the server. If you see a red error bar, you'll see either an hourglass that
|
||||
indicates a connection error, or a key to indicate that authentication is
|
||||
required.
|
||||
|
||||
Your ownCloud admin has the option to configure SharePoint credentials so that
|
||||
you are authenticated automatically, or you may be required to enter your
|
||||
credentials. If you have to enter your credentials, click the red bar and you'll
|
||||
get a login window. You should only have to do this once, as ownCloud will store
|
||||
your credentials.
|
||||
|
||||
If your SharePoint login ever changes, go to your Personal page to update it in
|
||||
the ``Sharepoint Personal Configuration`` section.
|
||||
|
||||
Personal Page
|
||||
-------------
|
||||
|
||||
You can manage your SharePoint connections in the ``Sharepoint Personal
|
||||
Configuration`` section of your ownCloud Personal page. You'll see two sections:
|
||||
the ``Admin added mount points`` section lists SharePoint mounts controlled by
|
||||
your ownCloud admin. If users have permissions to mount their own SharePoint
|
||||
libraries you'll also see a ``Personal mount points`` section.
|
||||
|
||||
There are two types of authentication available to you. If you have multiple
|
||||
SharePoint libraries that use the same authentication, enter your credentials
|
||||
in ``Sharepoint Personal Configuration``. Then follow these steps to add your
|
||||
libraries:
|
||||
|
||||
* Enter the name of your local mountpoint in the ``Local Folder Name`` column.
|
||||
This can be an existing folder, or automatically create a new one.
|
||||
|
||||
* Enter your SharePoint server URL.
|
||||
|
||||
* Click the little refresh icon to the left of the ``Document Library`` field.
|
||||
If your credentials and URL are correct you'll get a dropdown list of SharePoint
|
||||
libraries to choose from.
|
||||
|
||||
* Select the document library you want to mount.
|
||||
|
||||
* Select "Use user credentials".
|
||||
|
||||
* Click the ``Save`` button, and you're done
|
||||
|
||||
You may elect to use different authentication credentials for some of your
|
||||
SharePoint libraries. For these, you must first select ``use custom
|
||||
credentials``, and then fill in the mountpoint and SharePoint site URL. Then
|
||||
ownCloud can authenticate you, and you can click the refresh icon to see your
|
||||
libraries. Then select the library you want to mount and click the ``Save``
|
||||
button.
|
||||
@ -1,53 +1,53 @@
|
||||
=====================================
|
||||
Accessing ownCloud Files Using WebDAV
|
||||
=====================================
|
||||
======================================
|
||||
Accessing Nextcloud Files Using WebDAV
|
||||
======================================
|
||||
|
||||
ownCloud fully supports the WebDAV protocol, and you can connect and synchronize
|
||||
with your ownCloud files over WebDAV. In this chapter you will learn how to
|
||||
connect Linux, Mac OS X, Windows, and mobile devices to your ownCloud server via
|
||||
Nextcloud fully supports the WebDAV protocol, and you can connect and synchronize
|
||||
with your Nextcloud files over WebDAV. In this chapter you will learn how to
|
||||
connect Linux, Mac OS X, Windows, and mobile devices to your Nextcloud server via
|
||||
WebDAV. Before we get into configuring WebDAV, let's take a quick look at the
|
||||
recommended way of connecting client devices to your ownCloud servers.
|
||||
recommended way of connecting client devices to your Nextcloud servers.
|
||||
|
||||
ownCloud Desktop and Mobile Clients
|
||||
-----------------------------------
|
||||
Nextcloud Desktop and Mobile Clients
|
||||
------------------------------------
|
||||
|
||||
The recommended method for keeping your desktop PC synchronized with your
|
||||
ownCloud server is by using the `ownCloud Desktop Client
|
||||
<https://owncloud.org/install/#install-clients>`_. You can configure the ownCloud client
|
||||
Nextcloud server is by using the `Nextcloud Desktop Client
|
||||
<https://nextcloud.com/install/#install-clients>`_. You can configure the Nextcloud client
|
||||
to save files in any local directory you want, and you choose which directories
|
||||
on the ownCloud server to sync with. The client displays the current connection
|
||||
on the Nextcloud server to sync with. The client displays the current connection
|
||||
status and logs all activity, so you always know which remote files have been
|
||||
downloaded to your PC, and you can verify that files created and updated on your
|
||||
local PC are properly synchronized with the server.
|
||||
|
||||
The recommended method for syncing your ownCloud server with Android and
|
||||
Apple iOS devices is by using the `ownCloud mobile apps
|
||||
<https://owncloud.org/install/#install-clients>`_.
|
||||
The recommended method for syncing your Nextcloud server with Android and
|
||||
Apple iOS devices is by using the `Nextcloud mobile apps
|
||||
<https://nextcloud.com/install/#install-clients>`_.
|
||||
|
||||
To connect to your ownCloud server with the **ownCloud** mobile apps, use the
|
||||
To connect to your Nextcloud server with the **Nextcloud** mobile apps, use the
|
||||
base URL and folder only::
|
||||
|
||||
example.com/owncloud
|
||||
example.com/nextcloud
|
||||
|
||||
In addition to the mobile apps provided by ownCloud, you can use other apps to
|
||||
connect to ownCloud from your mobile device using WebDAV. `WebDAV Navigator`_ is
|
||||
In addition to the mobile apps provided by Nextcloud, you can use other apps to
|
||||
connect to Nextcloud from your mobile device using WebDAV. `WebDAV Navigator`_ is
|
||||
a good (proprietary) app for `Android devices`_, `iPhones`_, and `BlackBerry
|
||||
devices`_. The URL to use on these is::
|
||||
|
||||
example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
|
||||
WebDAV Configuration
|
||||
--------------------
|
||||
|
||||
If you prefer, you may also connect your desktop PC to your ownCloud server by
|
||||
If you prefer, you may also connect your desktop PC to your Nextcloud server by
|
||||
using the WebDAV protocol rather than using a special client application. Web
|
||||
Distributed Authoring and Versioning (WebDAV) is a Hypertext Transfer Protocol
|
||||
(HTTP) extension that makes it easy to create, read, and edit files on Web
|
||||
servers. With WebDAV you can access your ownCloud shares on Linux, Mac OS X and
|
||||
servers. With WebDAV you can access your Nextcloud shares on Linux, Mac OS X and
|
||||
Windows in the same way as any remote network share, and stay synchronized.
|
||||
|
||||
.. note:: In the following examples, You must adjust **example.com/** to the
|
||||
URL of your ownCloud server installation.
|
||||
URL of your Nextcloud server installation.
|
||||
|
||||
Accessing Files Using Linux
|
||||
---------------------------
|
||||
@ -58,9 +58,9 @@ Nautilus File Manager
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Use the ``davs://`` protocol to connect the Nautilus file manager to your
|
||||
ownCloud share::
|
||||
Nextcloud share::
|
||||
|
||||
davs://example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
davs://example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
|
||||
.. note:: If your server connection is not HTTPS-secured, use `dav://` instead
|
||||
of `davs://`.
|
||||
@ -71,15 +71,15 @@ ownCloud share::
|
||||
Accessing Files with KDE and Dolphin File Manager
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
To access your ownCloud files using the Dolphin file manager in KDE, use
|
||||
To access your Nextcloud files using the Dolphin file manager in KDE, use
|
||||
the ``webdav://`` protocol::
|
||||
|
||||
webdav://example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
webdav://example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
|
||||
.. image:: ../images/webdav_dolphin.png
|
||||
:alt: screenshot of configuring Dolphin file manager to use WebDAV
|
||||
|
||||
You can create a permanent link to your ownCloud server:
|
||||
You can create a permanent link to your Nextcloud server:
|
||||
|
||||
#. Open Dolphin and click "Network" in the left hand "Places" column.
|
||||
#. Click on the icon labeled **Add a Network Folder**.
|
||||
@ -88,13 +88,13 @@ You can create a permanent link to your ownCloud server:
|
||||
#. Click **Next**.
|
||||
#. Enter the following settings:
|
||||
|
||||
* Name: The name you want to see in the **Places** bookmark, for example ownCloud.
|
||||
* Name: The name you want to see in the **Places** bookmark, for example Nextcloud.
|
||||
|
||||
* User: The ownCloud username you used to log in, for example admin.
|
||||
* User: The Nextcloud username you used to log in, for example admin.
|
||||
|
||||
* Server: The ownCloud domain name, for example **example.com** (without
|
||||
* Server: The Nextcloud domain name, for example **example.com** (without
|
||||
**http://** before or directories afterwards).
|
||||
* Folder -- Enter the path ``owncloud/remote.php/dav/files/USERNAME/``.
|
||||
* Folder -- Enter the path ``nextcloud/remote.php/dav/files/USERNAME/``.
|
||||
#. (Optional) Check the "Create icon checkbox" for a bookmark to appear in the
|
||||
Places column.
|
||||
#. (Optional) Provide any special settings or an SSL certificate in the "Port &
|
||||
@ -104,7 +104,7 @@ Creating WebDAV Mounts on the Linux Command Line
|
||||
------------------------------------------------
|
||||
|
||||
You can create WebDAV mounts from the Linux command line. This is useful if you
|
||||
prefer to access ownCloud the same way as any other remote filesystem mount.
|
||||
prefer to access Nextcloud the same way as any other remote filesystem mount.
|
||||
The following example shows how to create a personal mount and have it mounted
|
||||
automatically every time you log in to your Linux computer.
|
||||
|
||||
@ -122,10 +122,10 @@ automatically every time you log in to your Linux computer.
|
||||
|
||||
usermod -aG davfs2 <username>
|
||||
|
||||
3. Then create an ``owncloud`` directory in your home directory for the
|
||||
3. Then create an ``nextcloud`` directory in your home directory for the
|
||||
mountpoint, and ``.davfs2/`` for your personal configuration file::
|
||||
|
||||
mkdir ~/owncloud
|
||||
mkdir ~/nextcloud
|
||||
mkdir ~/.davfs2
|
||||
|
||||
4. Copy ``/etc/davfs2/secrets`` to ``~/.davfs2``::
|
||||
@ -137,27 +137,27 @@ automatically every time you log in to your Linux computer.
|
||||
chown <username>:<username> ~/.davfs2/secrets
|
||||
chmod 600 ~/.davfs2/secrets
|
||||
|
||||
6. Add your ownCloud login credentials to the end of the ``secrets`` file,
|
||||
using your ownCloud server URL and your ownCloud username and password::
|
||||
6. Add your Nextcloud login credentials to the end of the ``secrets`` file,
|
||||
using your Nextcloud server URL and your Nextcloud username and password::
|
||||
|
||||
example.com/owncloud/remote.php/dav/files/USERNAME/ <username> <password>
|
||||
example.com/nextcloud/remote.php/dav/files/USERNAME/ <username> <password>
|
||||
|
||||
7. Add the mount information to ``/etc/fstab``::
|
||||
|
||||
example.com/owncloud/remote.php/dav/files/USERNAME/ /home/<username>/owncloud
|
||||
example.com/nextcloud/remote.php/dav/files/USERNAME/ /home/<username>/nextcloud
|
||||
davfs user,rw,auto 0 0
|
||||
|
||||
8. Then test that it mounts and authenticates by running the following
|
||||
command. If you set it up correctly you won't need root permissions::
|
||||
|
||||
mount ~/owncloud
|
||||
mount ~/nextcloud
|
||||
|
||||
9. You should also be able to unmount it::
|
||||
|
||||
umount ~/owncloud
|
||||
umount ~/nextcloud
|
||||
|
||||
Now every time you login to your Linux system your ownCloud share should
|
||||
automatically mount via WebDAV in your ``~/owncloud`` directory. If you prefer
|
||||
Now every time you login to your Linux system your Nextcloud share should
|
||||
automatically mount via WebDAV in your ``~/nextcloud`` directory. If you prefer
|
||||
to mount it manually, change ``auto`` to ``noauto`` in ``/etc/fstab``.
|
||||
|
||||
Known Issues
|
||||
@ -194,7 +194,7 @@ Accessing Files Using Mac OS X
|
||||
|
||||
.. note:: The Mac OS X Finder suffers from a `series of implementation problems
|
||||
<http://sabre.io/dav/clients/finder/>`_ and should only be used if the
|
||||
ownCloud server runs on **Apache** and **mod_php**, or **Nginx 1.3.8+**.
|
||||
Nextcloud server runs on **Apache** and **mod_php**, or **Nginx 1.3.8+**.
|
||||
|
||||
To access files through the Mac OS X Finder:
|
||||
|
||||
@ -205,12 +205,12 @@ To access files through the Mac OS X Finder:
|
||||
2. Specify the address of the server in the **Server Address** field.
|
||||
|
||||
.. image:: ../images/osx_webdav1.png
|
||||
:alt: Screenshot of entering your ownCloud server address on Mac OS X
|
||||
:alt: Screenshot of entering your Nextcloud server address on Mac OS X
|
||||
|
||||
For example, the URL used to connect to the ownCloud server
|
||||
For example, the URL used to connect to the Nextcloud server
|
||||
from the Mac OS X Finder is::
|
||||
|
||||
https://example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
https://example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
|
||||
.. image:: ../images/osx_webdav2.png
|
||||
|
||||
@ -228,13 +228,13 @@ Accessing Files Using Microsoft Windows
|
||||
It is best to use a suitable WebDAV client from the
|
||||
`WebDAV Project page <http://www.webdav.org/projects/>`_ .
|
||||
|
||||
If you must use the native Windows implementation, you can map ownCloud to a new
|
||||
drive. Mapping to a drive enables you to browse files stored on an ownCloud
|
||||
If you must use the native Windows implementation, you can map Nextcloud to a new
|
||||
drive. Mapping to a drive enables you to browse files stored on an Nextcloud
|
||||
server the way you would files stored in a mapped network drive.
|
||||
|
||||
Using this feature requires network connectivity. If you want to store your
|
||||
files offline, use the ownCloud Desktop Client to sync all files on your
|
||||
ownCloud to one or more directories of your local hard drive.
|
||||
files offline, use the Nextcloud Desktop Client to sync all files on your
|
||||
Nextcloud to one or more directories of your local hard drive.
|
||||
|
||||
.. note:: Prior to mapping your drive, you must permit the use of Basic
|
||||
Authentication in the Windows Registry. The procedure is documented in
|
||||
@ -257,21 +257,21 @@ the drive:
|
||||
net use Z: https://<drive_path>/remote.php/dav/files/USERNAME/ /user:youruser
|
||||
yourpassword
|
||||
|
||||
where <drive_path> is the URL to your ownCloud server.
|
||||
where <drive_path> is the URL to your Nextcloud server.
|
||||
|
||||
For example: ``net use Z: https://example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
For example: ``net use Z: https://example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
/user:youruser yourpassword``
|
||||
|
||||
The computer maps the files of your ownCloud account to the drive letter Z.
|
||||
The computer maps the files of your Nextcloud account to the drive letter Z.
|
||||
|
||||
.. note:: Though not recommended, you can also mount the ownCloud server
|
||||
.. note:: Though not recommended, you can also mount the Nextcloud server
|
||||
using HTTP, leaving the connection unencrypted. If you plan to use HTTP
|
||||
connections on devices while in a public place, we strongly recommend using a
|
||||
VPN tunnel to provide the necessary security.
|
||||
|
||||
An alternative command syntax is::
|
||||
|
||||
net use Z: \\example.com@ssl\owncloud\remote.php\dav /user:youruser
|
||||
net use Z: \\example.com@ssl\nextcloud\remote.php\dav /user:youruser
|
||||
yourpassword
|
||||
|
||||
Mapping Drives With Windows Explorer
|
||||
@ -282,17 +282,17 @@ To map a drive using the Microsoft Windows Explorer:
|
||||
1. Migrate to your computer in Windows Explorer.
|
||||
2. Right-click on **Computer** entry and select **Map network drive...** from
|
||||
the drop-down menu.
|
||||
3. Choose a local network drive to which you want to map ownCloud.
|
||||
4. Specify the address to your ownCloud instance, followed by
|
||||
3. Choose a local network drive to which you want to map Nextcloud.
|
||||
4. Specify the address to your Nextcloud instance, followed by
|
||||
**/remote.php/dav/files/USERNAME/**.
|
||||
|
||||
For example::
|
||||
|
||||
https://example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
https://example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
|
||||
.. note:: For SSL protected servers, check **Reconnect at logon** to ensure
|
||||
that the mapping is persistent upon subsequent reboots. If you want to
|
||||
connect to the ownCloud server as a different user, check **Connect using
|
||||
connect to the Nextcloud server as a different user, check **Connect using
|
||||
different credentials**.
|
||||
|
||||
.. figure:: ../images/explorer_webdav.png
|
||||
@ -301,7 +301,7 @@ To map a drive using the Microsoft Windows Explorer:
|
||||
|
||||
5. Click the ``Finish`` button.
|
||||
|
||||
Windows Explorer maps the network drive, making your ownCloud instance
|
||||
Windows Explorer maps the network drive, making your Nextcloud instance
|
||||
available.
|
||||
|
||||
Accessing Files Using Cyberduck
|
||||
@ -320,7 +320,7 @@ To use Cyberduck:
|
||||
``example.com``
|
||||
|
||||
2. Specify the appropriate port. The port you choose depends on whether or not
|
||||
your ownCloud server supports SSL. Cyberduck requires that you select a
|
||||
your Nextcloud server supports SSL. Cyberduck requires that you select a
|
||||
different connection type if you plan to use SSL. For example:
|
||||
|
||||
80 (for WebDAV)
|
||||
@ -332,16 +332,16 @@ the 'Path' field. For example:
|
||||
|
||||
``remote.php/dav/files/USERNAME/``
|
||||
|
||||
Now Cyberduck enables file access to the ownCloud server.
|
||||
Now Cyberduck enables file access to the Nextcloud server.
|
||||
|
||||
Accessing public shares over WebDAV
|
||||
-----------------------------------
|
||||
|
||||
ownCloud provides the possibility to access public shares over WebDAV.
|
||||
Nextcloud provides the possibility to access public shares over WebDAV.
|
||||
|
||||
To access the public share, open::
|
||||
|
||||
https://example.com/owncloud/public.php/dav
|
||||
https://example.com/nextcloud/public.php/dav
|
||||
|
||||
in a WebDAV client, use the share token as username and the (optional) share password
|
||||
as password.
|
||||
@ -358,7 +358,7 @@ Solution 1
|
||||
|
||||
The Windows WebDAV Client might not support Server Name Indication (SNI) on
|
||||
encrypted connections. If you encounter an error mounting an SSL-encrypted
|
||||
ownCloud instance, contact your provider about assigning a dedicated IP address
|
||||
Nextcloud instance, contact your provider about assigning a dedicated IP address
|
||||
for your SSL-based server.
|
||||
|
||||
Solution 2
|
||||
@ -401,12 +401,12 @@ Known problems and their solutions are documented in the KB2123563_ article.
|
||||
|
||||
Problem
|
||||
^^^^^^^
|
||||
Cannot map ownCloud as a WebDAV drive in Windows using self-signed certificate.
|
||||
Cannot map Nextcloud as a WebDAV drive in Windows using self-signed certificate.
|
||||
|
||||
Solution
|
||||
^^^^^^^^
|
||||
|
||||
#. Go to the your ownCloud instance via your favorite Web browser.
|
||||
#. Go to the your Nextcloud instance via your favorite Web browser.
|
||||
#. Click through until you get to the certificate error in the browser status
|
||||
line.
|
||||
#. View the cert, then from the Details tab, select Copy to File.
|
||||
@ -449,29 +449,29 @@ To create a folder with the current date as name:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ curl -u user:pass -X MKCOL "https://example.com/owncloud/remote.php/dav/files/USERNAME/$(date '+%d-%b-%Y')"
|
||||
$ curl -u user:pass -X MKCOL "https://example.com/nextcloud/remote.php/dav/files/USERNAME/$(date '+%d-%b-%Y')"
|
||||
|
||||
To upload a file ``error.log`` into that directory:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ curl -u user:pass -T error.log "https://example.com/owncloud/remote.php/dav/files/USERNAME/$(date '+%d-%b-%Y')/error.log"
|
||||
$ curl -u user:pass -T error.log "https://example.com/nextcloud/remote.php/dav/files/USERNAME/$(date '+%d-%b-%Y')/error.log"
|
||||
|
||||
To move a file:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ curl -u user:pass -X MOVE --header 'Destination: https://example.com/owncloud/remote.php/dav/files/USERNAME/target.jpg' https://example.com/owncloud/remote.php/dav/files/USERNAME/source.jpg
|
||||
$ curl -u user:pass -X MOVE --header 'Destination: https://example.com/nextcloud/remote.php/dav/files/USERNAME/target.jpg' https://example.com/nextcloud/remote.php/dav/files/USERNAME/source.jpg
|
||||
|
||||
To get the properties of files in the root folder:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ curl -X PROPFIND -H "Depth: 1" -u user:pass https://example.com/owncloud/remote.php/dav/files/USERNAME/ | xml_pp
|
||||
$ curl -X PROPFIND -H "Depth: 1" -u user:pass https://example.com/nextcloud/remote.php/dav/files/USERNAME/ | xml_pp
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<d:multistatus xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns" xmlns:s="http://sabredav.org/ns">
|
||||
<d:multistatus xmlns:d="DAV:" xmlns:oc="http://nextcloud.com/ns" xmlns:s="http://sabredav.org/ns">
|
||||
<d:response>
|
||||
<d:href>/owncloud/remote.php/dav/files/USERNAME/</d:href>
|
||||
<d:href>/nextcloud/remote.php/dav/files/USERNAME/</d:href>
|
||||
<d:propstat>
|
||||
<d:prop>
|
||||
<d:getlastmodified>Tue, 13 Oct 2015 17:07:45 GMT</d:getlastmodified>
|
||||
@ -486,7 +486,7 @@ To get the properties of files in the root folder:
|
||||
</d:propstat>
|
||||
</d:response>
|
||||
<d:response>
|
||||
<d:href>/owncloud/remote.php/dav/files/USERNAME/welcome.txt</d:href>
|
||||
<d:href>/nextcloud/remote.php/dav/files/USERNAME/welcome.txt</d:href>
|
||||
<d:propstat>
|
||||
<d:prop>
|
||||
<d:getlastmodified>Tue, 13 Oct 2015 17:07:35 GMT</d:getlastmodified>
|
||||
@ -504,9 +504,9 @@ To get the properties of files in the root folder:
|
||||
.. _KB2668751: https://support.microsoft.com/kb/2668751
|
||||
.. _KB2123563: https://support.microsoft.com/kb/2123563
|
||||
.. _in your file manager: http://en.wikipedia.org/wiki/Webdav#WebDAV_client_applications
|
||||
.. _ownCloud sync clients: https://doc.owncloud.org/desktop/2.1/
|
||||
.. _Mount ownCloud to a local folder without sync: https://owncloud.org/use/webdav/
|
||||
.. _Android: https://github.com/owncloud/android
|
||||
.. _ownCloud sync clients: https://doc.nextcloud.com/desktop/2.1/
|
||||
.. _Mount ownCloud to a local folder without sync: https://nextcloud.com/use/webdav/
|
||||
.. _Android: https://github.com/nextcloud/android
|
||||
.. _WebDAV Navigator: http://seanashton.net/webdav/
|
||||
.. _Android devices: https://play.google.com/store/apps/details?id=com.schimera.webdavnavlite
|
||||
.. _iPhones: https://itunes.apple.com/app/webdav-navigator/id382551345
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
=====================================================
|
||||
Accessing your Files Using the ownCloud Web Interface
|
||||
=====================================================
|
||||
======================================================
|
||||
Accessing your Files Using the Nextcloud Web Interface
|
||||
======================================================
|
||||
|
||||
You can access your ownCloud files with the ownCloud Web interface and create,
|
||||
preview, edit, delete, share, and re-share files. Your ownCloud administrator
|
||||
You can access your Nextcloud files with the Nextcloud Web interface and create,
|
||||
preview, edit, delete, share, and re-share files. Your Nextcloud administrator
|
||||
has the option to disable these features, so if any of them are missing on your
|
||||
system ask your server administrator.
|
||||
|
||||
@ -14,10 +14,10 @@ system ask your server administrator.
|
||||
Tagging Files
|
||||
-------------
|
||||
|
||||
New for 9.0: file tagging. You can assign tags to files. To create tags, open a
|
||||
New for 9: file tagging. You can assign tags to files. To create tags, open a
|
||||
file to the Details view. Then type your tags. To enter more than one tag press
|
||||
the return key after creating each tag. All tags are system tags, and are
|
||||
shared by all users on your ownCloud server.
|
||||
shared by all users on your Nextcloud server.
|
||||
|
||||
.. figure:: ../images/files_page-7.png
|
||||
:alt: Creating file tags.
|
||||
@ -39,9 +39,9 @@ file or folder. Comments are visible to everyone who has access to the file.
|
||||
Video Player
|
||||
------------
|
||||
|
||||
You can play videos in ownCloud with the Video Player app by simply clicking on
|
||||
the file. Video streaming by the native ownCloud video player depends on your Web browser
|
||||
and the video format. If your ownCloud administrator has enabled video
|
||||
You can play videos in Nextcloud with the Video Player app by simply clicking on
|
||||
the file. Video streaming by the native Nextcloud video player depends on your Web browser
|
||||
and the video format. If your Nextcloud administrator has enabled video
|
||||
streaming, and it doesn't work in your Web browser, it may be a browser issue. See https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats#Browser_compatibility for supported multimedia formats in Web browsers.
|
||||
|
||||
.. figure:: ../images/video_player_2.png
|
||||
@ -50,7 +50,7 @@ streaming, and it doesn't work in your Web browser, it may be a browser issue. S
|
||||
File Controls
|
||||
-------------
|
||||
|
||||
ownCloud can display thumbnail previews for image files, MP3 covers,
|
||||
Nextcloud can display thumbnail previews for image files, MP3 covers,
|
||||
and text files, if this enabled by your server administrator. Hover your cursor
|
||||
over a file or folder to expose the controls for the following operations:
|
||||
|
||||
@ -70,7 +70,7 @@ Share
|
||||
.. note:: New in 9.0, you can see all re-shares of your original file shares.
|
||||
|
||||
If username auto-completion
|
||||
is enabled, when you start typing the user or group name ownCloud will
|
||||
is enabled, when you start typing the user or group name Nextcloud will
|
||||
automatically complete it for you. If your administrator has enabled email
|
||||
notifications, you can send an email notification of the new share from the
|
||||
sharing screen.
|
||||
@ -102,17 +102,17 @@ Previewing Files
|
||||
----------------
|
||||
|
||||
You can display uncompressed text files, OpenDocument files, videos, and image
|
||||
files in the ownCloud embedded viewers by clicking on the file name. There may
|
||||
be other file types you can preview if your ownCloud administrator has enabled
|
||||
them. If ownCloud cannot display a file, it starts a download process and
|
||||
files in the Nextcloud embedded viewers by clicking on the file name. There may
|
||||
be other file types you can preview if your Nextcloud administrator has enabled
|
||||
them. If Nextcloud cannot display a file, it starts a download process and
|
||||
downloads the file to your computer.
|
||||
|
||||
Navigating Inside Your ownCloud
|
||||
-------------------------------
|
||||
Navigating Inside Your Nextcloud
|
||||
--------------------------------
|
||||
|
||||
Navigating through folders in ownCloud is as simple as clicking on a folder to
|
||||
Navigating through folders in Nextcloud is as simple as clicking on a folder to
|
||||
open it and using the back button on your browser to move to a previous level.
|
||||
ownCloud also provides a navigation bar at the top of the Files field for quick
|
||||
Nextcloud also provides a navigation bar at the top of the Files field for quick
|
||||
navigation.
|
||||
|
||||
Sharing Status Icons
|
||||
@ -124,7 +124,7 @@ Public link shares are marked with a chain link. Un-shared folders are blank.
|
||||
.. figure:: ../images/files_page-5.png
|
||||
:alt: Share status icons.
|
||||
|
||||
If your ownCloud server is the Enterprise edition, you may also have access
|
||||
If your Nextcloud server is the Enterprise edition, you may also have access
|
||||
to Sharepoint and Windows Network Drive file shares. These have special status
|
||||
icons. An icon with a red plugin and background means you have to enter a login
|
||||
to get access to the share.
|
||||
@ -136,7 +136,7 @@ to get access to the share.
|
||||
Creating or Uploading Files and Directories
|
||||
-------------------------------------------
|
||||
|
||||
Upload or create new files or folders directly in an ownCloud folder by clicking
|
||||
Upload or create new files or folders directly in an Nextcloud folder by clicking
|
||||
on the *New* button in the Files app.
|
||||
|
||||
.. figure:: ../images/files_page-6.png
|
||||
@ -145,7 +145,7 @@ on the *New* button in the Files app.
|
||||
The *New* button provides the following options:
|
||||
|
||||
Up arrow
|
||||
Upload files from your computer into ownCloud. You can also upload files by
|
||||
Upload files from your computer into Nextcloud. You can also upload files by
|
||||
dragging and dropping them from your file manager.
|
||||
|
||||
Text file
|
||||
@ -168,7 +168,7 @@ top.
|
||||
.. note:: If the ``Download`` button is not visible, the administrator has
|
||||
disabled this feature.
|
||||
|
||||
Filtering the Files View
|
||||
Filtering the Files View
|
||||
------------------------
|
||||
|
||||
The right sidebar on the Files page contains several filters for quickly sorting
|
||||
@ -202,7 +202,7 @@ You can move files and folders by dragging and dropping them into any directory.
|
||||
Change in Share Expiration Date
|
||||
-------------------------------
|
||||
|
||||
In older versions of ownCloud, you could set an expiration date on both local
|
||||
In older versions of Nextcloud, you could set an expiration date on both local
|
||||
and public shares. Now you can set an expiration date only on public shares,
|
||||
and local shares do not expire when public shares expire. The only way to
|
||||
"expire" a local share is to click the trash can icon to un-share your files.
|
||||
@ -210,8 +210,8 @@ and local shares do not expire when public shares expire. The only way to
|
||||
Creating or Connecting to a Federation Share Link
|
||||
-------------------------------------------------
|
||||
|
||||
Federated Cloud Sharing allows you to mount file shares from remote ownCloud
|
||||
servers, and manage them just like a local share. In ownCloud 8 the process for
|
||||
creating a new sharing link is easier and more streamlined. See
|
||||
Federated Cloud Sharing allows you to mount file shares from remote Nextcloud
|
||||
servers, and manage them just like a local share. The process for
|
||||
creating a new sharing link is easier and more streamlined now. See
|
||||
:doc:`federated_cloud_sharing` to learn to how to create and connect to new
|
||||
Federated Cloud shares.
|
||||
|
||||
@ -2,13 +2,13 @@
|
||||
Managing Deleted Files
|
||||
======================
|
||||
|
||||
When you delete a file in ownCloud, it is not immediately deleted permanently.
|
||||
When you delete a file in Nextcloud, it is not immediately deleted permanently.
|
||||
Instead, it is moved into the trash bin. It is not permanently deleted until
|
||||
you manually delete it, or when the Deleted Files app deletes it to make room
|
||||
for new files.
|
||||
|
||||
Find your deleted files by clicking on the **Deleted files**
|
||||
button on the Files page of the ownCloud Web interface. You'll have options to
|
||||
button on the Files page of the Nextcloud Web interface. You'll have options to
|
||||
either restore or permanently delete files.
|
||||
|
||||
Quotas
|
||||
@ -35,7 +35,7 @@ When User1 deletes "sub" then it is moved to User1's trash bin. It is
|
||||
deleted from User2 and User3, but not placed in their trash bins.
|
||||
|
||||
When you share files, other users may copy, rename, move, and share them with
|
||||
other people, just as they can for any computer files; ownCloud does not have
|
||||
other people, just as they can for any computer files; Nextcloud does not have
|
||||
magic powers to prevent this.
|
||||
|
||||
How the Deleted Files app Manages Storage Space
|
||||
@ -43,15 +43,15 @@ How the Deleted Files app Manages Storage Space
|
||||
|
||||
To ensure that users do not run over their storage quotas, the Deleted Files
|
||||
app allocates a maximum of 50% of their currently available free space to
|
||||
deleted files. If your deleted files exceed this limit, ownCloud deletes the
|
||||
deleted files. If your deleted files exceed this limit, Nextcloud deletes the
|
||||
oldest files (files with the oldest timestamps from when they were deleted)
|
||||
until it meets the memory usage limit again.
|
||||
|
||||
ownCloud checks the age of deleted files every time new files are added to the
|
||||
Nextcloud checks the age of deleted files every time new files are added to the
|
||||
deleted files. By default, deleted files stay in the trash bin for 180 days. The
|
||||
ownCloud server administrator can adjust this value in the ``config.php`` file
|
||||
Nextcloud server administrator can adjust this value in the ``config.php`` file
|
||||
by setting the ``trashbin_retention_obligation`` value. Files older than the
|
||||
``trashbin_retention_obligation`` value will be deleted permanently.
|
||||
Additionally, ownCloud calculates the maximum available space every time a new
|
||||
Additionally, Nextcloud calculates the maximum available space every time a new
|
||||
file is added. If the deleted files exceed the new maximum allowed space
|
||||
ownCloud will expire old deleted files until the limit is met once again.
|
||||
Nextcloud will expire old deleted files until the limit is met once again.
|
||||
|
||||
@ -3,28 +3,28 @@ Desktop and Mobile Synchronization
|
||||
==================================
|
||||
|
||||
For synchronizing files with your desktop computer, we recommend using the
|
||||
`ownCloud Sync Client`_ for Windows, Mac OS X and Linux.
|
||||
`Nextcloud Sync Client`_ for Windows, Mac OS X and Linux.
|
||||
|
||||
The ownCloud Desktop Sync Client enables you to connect to your private
|
||||
ownCloud Server.
|
||||
The Nextcloud Desktop Sync Client enables you to connect to your private
|
||||
Nextcloud Server.
|
||||
You can create folders in your home directory, and keep the contents of those
|
||||
folders synced with your ownCloud server. Simply copy a file into the directory
|
||||
and the ownCloud desktop client does the rest. Make a change to the files on one
|
||||
folders synced with your Nextcloud server. Simply copy a file into the directory
|
||||
and the Nextcloud desktop client does the rest. Make a change to the files on one
|
||||
computer, it will flow across the others using these desktop sync clients.
|
||||
You will always
|
||||
have your latest files with you wherever you are.
|
||||
|
||||
Its usage is documented separately in the `ownCloud Desktop Client Manual`_.
|
||||
Its usage is documented separately in the `Nextcloud Desktop Client Manual`_.
|
||||
|
||||
.. _ownCloud Sync Client: https://owncloud.org/sync-client/
|
||||
.. _ownCloud Desktop Client Manual: https://doc.owncloud.org/
|
||||
.. _Nextcloud Sync Client: https://nextcloud.com/sync-client/
|
||||
.. _Nextcloud Desktop Client Manual: https://doc.nextcloud.com/
|
||||
|
||||
Mobile Clients
|
||||
--------------
|
||||
|
||||
Visit your Personal page in your ownCloud Web interface to find download links
|
||||
for Android and iOS mobile sync clients. Or, visit the `ownCloud download page
|
||||
<https://owncloud.org/install/>`_.
|
||||
Visit your Personal page in your Nextcloud Web interface to find download links
|
||||
for Android and iOS mobile sync clients. Or, visit the `Nextcloud download page
|
||||
<https://nextcloud.com/install/>`_.
|
||||
|
||||
Visit the `ownCloud documentation page <https://doc.owncloud.org/>`_ to read
|
||||
Visit the `Nextcloud documentation page <https://doc.owncloud.org/>`_ to read
|
||||
the mobile apps user manuals.
|
||||
|
||||
@ -1,54 +1,51 @@
|
||||
==============================
|
||||
Encrypting Your ownCloud Files
|
||||
==============================
|
||||
===============================
|
||||
Encrypting Your Nextcloud Files
|
||||
===============================
|
||||
|
||||
ownCloud includes an Encryption app, and when it is enabled by your ownCloud
|
||||
administrator all of your ownCloud data files are automatically encrypted.
|
||||
Nextcloud includes an Encryption app, and when it is enabled by your Nextcloud
|
||||
administrator all of your Nextcloud data files are automatically encrypted.
|
||||
Encryption is server-wide, so when it is enabled you cannot choose to keep your
|
||||
files unencrypted. You don't have to do anything special, as it uses your
|
||||
ownCloud login as the password for your unique private encryption key. Just log
|
||||
Nextcloud login as the password for your unique private encryption key. Just log
|
||||
in and out and manage and share your files as you normally do, and you can
|
||||
still change your password whenever you want.
|
||||
|
||||
Its main purpose is to encrypt files on remote storage services that are
|
||||
connected to your ownCloud server, such as Dropbox and Google Drive. This is an
|
||||
connected to your Nextcloud server, such as Dropbox and Google Drive. This is an
|
||||
easy and seamless way to protect your files on remote storage. You can share
|
||||
your remote files through ownCloud in the usual way, however you cannot share
|
||||
your remote files through Nextcloud in the usual way, however you cannot share
|
||||
your encrypted files directly from Dropbox, Google Drive, or whatever remote
|
||||
service you are using, because the encryption keys are stored on your ownCloud
|
||||
service you are using, because the encryption keys are stored on your Nextcloud
|
||||
server, and are never exposed to outside service providers.
|
||||
|
||||
If your ownCloud server is not connected to any remote storage services, then
|
||||
If your Nextcloud server is not connected to any remote storage services, then
|
||||
it is better to use some other form of encryption such as file-level or whole
|
||||
disk encryption. Because the keys are kept on your ownCloud server, it is
|
||||
possible for your ownCloud admin to snoop in your files, and if the server is
|
||||
compromised the intruder may get access to your files. (Read
|
||||
`How ownCloud uses encryption to protect your data
|
||||
<https://owncloud.org/blog/how-owncloud-uses-encryption-to-protect-your-data/>`_
|
||||
to learn more.)
|
||||
disk encryption. Because the keys are kept on your Nextcloud server, it is
|
||||
possible for your Nextcloud admin to snoop in your files, and if the server is
|
||||
compromised the intruder may get access to your files.
|
||||
|
||||
Using Encryption
|
||||
----------------
|
||||
|
||||
ownCloud encryption is pretty much set it and forget it, but you have a few
|
||||
Nextcloud encryption is pretty much set it and forget it, but you have a few
|
||||
options you can use.
|
||||
|
||||
When your ownCloud admin enables encryption for the first time, you must log
|
||||
When your Nextcloud admin enables encryption for the first time, you must log
|
||||
out and then log back in to create your encryption keys and encrypt your files.
|
||||
When encryption has been enabled on your ownCloud server you will see a yellow
|
||||
When encryption has been enabled on your Nextcloud server you will see a yellow
|
||||
banner on your Files page warning you to log out and then log back in.
|
||||
|
||||
.. figure:: ../images/encryption1.png
|
||||
|
||||
When you log back in it takes a few minutes to work, depending on how many
|
||||
files you have, and then you are returned to your default ownCloud page.
|
||||
files you have, and then you are returned to your default Nextcloud page.
|
||||
|
||||
.. figure:: ../images/encryption2.png
|
||||
|
||||
|
||||
.. note:: You must never lose your ownCloud password, because you will lose
|
||||
.. note:: You must never lose your Nextcloud password, because you will lose
|
||||
access to your files. Though there is an optional recovery option that your
|
||||
ownCloud administrator may enable; see the Recovery Key Password section
|
||||
Nextcloud administrator may enable; see the Recovery Key Password section
|
||||
(below) to learn about this.
|
||||
|
||||
Sharing Encrypted Files
|
||||
@ -71,11 +68,11 @@ individual shares.
|
||||
Recovery Key Password
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
If your ownCloud administrator has enabled the recovery key feature, you can
|
||||
If your Nextcloud administrator has enabled the recovery key feature, you can
|
||||
choose to use this feature for your account. If you enable "Password recovery"
|
||||
the administrator can read your data with a special password. This feature
|
||||
enables the administrator to recover your files in the event you lose your
|
||||
ownCloud password. If the recovery key is not enabled, then there is no way to
|
||||
Nextcloud password. If the recovery key is not enabled, then there is no way to
|
||||
restore your files if you lose your login password.
|
||||
|
||||
.. figure:: ../images/encryption3.png
|
||||
@ -99,7 +96,7 @@ Change Private Key Password
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This option is only available if your log-in password, but not your encryption
|
||||
password, was changed by your administrator. This can occur if your ownCloud
|
||||
password, was changed by your administrator. This can occur if your Nextcloud
|
||||
provider uses a external user back-end (for example, LDAP) and changed your
|
||||
login password using that back-end configuration. In this case, you can set
|
||||
your encryption password to your new login password by providing your old and
|
||||
|
||||
@ -2,26 +2,26 @@
|
||||
Using Federation Shares
|
||||
=======================
|
||||
|
||||
Federation Sharing allows you to mount file shares from remote ownCloud servers, in effect
|
||||
creating your own cloud of ownClouds. You can create direct share links with
|
||||
users on other ownCloud servers.
|
||||
Federation Sharing allows you to mount file shares from remote Nextcloud servers, in effect
|
||||
creating your own cloud of Nextclouds. You can create direct share links with
|
||||
users on other Nextcloud servers.
|
||||
|
||||
Creating a New Federation Share
|
||||
-------------------------------
|
||||
|
||||
Federation sharing is enabled on new or upgraded ownCloud installations
|
||||
by default. Follow these steps to create a new share with other ownCloud 9 servers:
|
||||
Federation sharing is enabled on Nextcloud installations by default.
|
||||
Follow these steps to create a new share with other Nextcloud 9 servers:
|
||||
|
||||
1. Go to your ``Files`` page and click the Share icon on the file or directory
|
||||
you want to share. In the sidebar enter the username and URL of the remote user
|
||||
in this form: ``<username>@<oc-server-url>``. In this example, that is
|
||||
``layla@remote-server/owncloud``. The form automatically echoes the address
|
||||
in this form: ``<username>@<nc-server-url>``. In this example, that is
|
||||
``layla@remote-server/nextcloud``. The form automatically echoes the address
|
||||
that you type and labels it as "remote". Click on the label.
|
||||
|
||||
.. figure:: ../images/direct-share-1.png
|
||||
|
||||
2. When your local ownCloud server makes a successful connection with the remote
|
||||
ownCloud server you'll see a confirmation. Your only share option is **Can
|
||||
2. When your local Nextcloud server makes a successful connection with the remote
|
||||
Nextcloud server you'll see a confirmation. Your only share option is **Can
|
||||
edit**.
|
||||
|
||||
Click the Share button anytime to see who you have shared your file with. Remove
|
||||
@ -31,21 +31,19 @@ share, and does not delete any files.
|
||||
Creating a New Federated Cloud Share via Email
|
||||
----------------------------------------------
|
||||
|
||||
Use this method when you are sharing with users on ownCloud 8.x and older.
|
||||
|
||||
What if you do not know the username or URL? Then you can have ownCloud create
|
||||
What if you do not know the username or URL? Then you can have Nextcloud create
|
||||
the link for you and email it to your recipient.
|
||||
|
||||
.. figure:: ../images/create_public_share-6.png
|
||||
|
||||
When your recipient receives your email they will have to take a number of
|
||||
steps to complete the share link. First they must open the link you sent them in
|
||||
a Web browser, and then click the **Add to your ownCloud** button.
|
||||
a Web browser, and then click the **Add to your Nextcloud** button.
|
||||
|
||||
.. figure:: ../images/create_public_share-8.png
|
||||
|
||||
The **Add to your ownCloud** button changes to a form field, and your recipient
|
||||
needs to enter the URL of their ownCloud server in this field and press the
|
||||
The **Add to your Nextcloud** button changes to a form field, and your recipient
|
||||
needs to enter the URL of their Nextcloud server in this field and press the
|
||||
return key, or click the arrow.
|
||||
|
||||
.. figure:: ../images/create_public_share-9.png
|
||||
|
||||
@ -1,60 +0,0 @@
|
||||
==========================================
|
||||
Making Anonymous Uploads (Enterprise Only)
|
||||
==========================================
|
||||
|
||||
If your ownCloud administrator (Enterprise edition only) has enabled the
|
||||
Files Drop application, you may create your own special upload directory so that
|
||||
other people can upload files to you without having to log in to the server, and
|
||||
without being an ownCloud user. They will not be allowed to see the contents of
|
||||
this directory, or to make any changes. This is an excellent alternative to
|
||||
sending large attachments via email, using an FTP server, or using commercial
|
||||
file-sharing services.
|
||||
|
||||
Setting Up Your Own File Drop
|
||||
-----------------------------
|
||||
|
||||
Go to your Personal page and you will see the Files Drop configuration section.
|
||||
|
||||
.. image:: ../images/files-drop-2.png
|
||||
|
||||
Click the **Choose** button to open a dialog to select your upload directory.
|
||||
You may wish to first create a special upload directory (on your Files page),
|
||||
which in the following example is name **upload**.
|
||||
|
||||
.. figure:: ../images/files-drop-3.png
|
||||
:scale: 50%
|
||||
|
||||
*Click to enlarge*
|
||||
|
||||
On your Personal page you should now see a URL for your upload directory. Share
|
||||
this URL with anyone you want to allow uploads to your Files Drop folder. Note
|
||||
that the default maximum upload size in this example is 512MB; this is
|
||||
configurable, so contact your ownCloud administrator if you need a larger
|
||||
limit.
|
||||
|
||||
.. image:: ../images/files-drop-4.png
|
||||
|
||||
Uploading Files
|
||||
---------------
|
||||
|
||||
Using the Files Drop app is simple. You receive a link to the upload
|
||||
folder, click the link, and then you'll see an ownCloud page with a **Click to
|
||||
upload** button.
|
||||
|
||||
.. figure:: ../images/files-drop-5.png
|
||||
:scale: 50%
|
||||
|
||||
*Click to enlarge*
|
||||
|
||||
This opens a file picker, and you select the file or directory you want to
|
||||
upload.
|
||||
|
||||
.. figure:: ../images/files-drop-6.png
|
||||
:scale: 50%
|
||||
|
||||
*Click to enlarge*
|
||||
|
||||
When your upload is completed, you'll see a confirmation message with the
|
||||
filenames.
|
||||
|
||||
.. figure:: ../images/files-drop-7.png
|
||||
@ -1,14 +1,13 @@
|
||||
===========
|
||||
Gallery App
|
||||
Gallery App
|
||||
===========
|
||||
|
||||
The Pictures app has been rewritten and improved, and is now called the Gallery
|
||||
app. It supports more image formats, sorting, zoom, and scrolling. It also
|
||||
supports advanced customizations via a simple text file.
|
||||
The gallery app supports several image formats, sorting, zoom, and scrolling.
|
||||
It also supports advanced customizations via a simple text file.
|
||||
|
||||
On your main ownCloud Files page, click the little icon at the top right,
|
||||
On your main Nextcloud Files page, click the little icon at the top right,
|
||||
underneath your username, to open your Gallery. The Gallery app automatically
|
||||
finds all images in your ownCloud folders, and overlays the thumbnails with the
|
||||
finds all images in your Nextcloud folders, and overlays the thumbnails with the
|
||||
folder names. Click on the folder thumbnails to open the folders. At the top
|
||||
left you have two sorting options, alphabetical and by date.
|
||||
|
||||
@ -29,7 +28,7 @@ Custom Configuration
|
||||
You may customize a Gallery album with a simple text file named
|
||||
**gallery.cnf**, which contains parameters structured using the
|
||||
`Yaml <https://en.wikipedia.org/wiki/YAML>`_ markup language. You may have
|
||||
multiple **gallery.cnf** files; you need one in your own root ownCloud folder
|
||||
multiple **gallery.cnf** files; you need one in your own root Nextcloud folder
|
||||
(your Home folder) that defines global features, and then you may have
|
||||
individual per-album **gallery.cnf** files if you want to define different
|
||||
behaviors in different albums.
|
||||
@ -72,7 +71,7 @@ puts it in ``data/<user>/files/``.) See :ref:`an example below
|
||||
Format
|
||||
^^^^^^
|
||||
|
||||
UTF-8, **without BOM**. A file created from within the ownCloud Web GUI works.
|
||||
UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI works.
|
||||
|
||||
Structure
|
||||
^^^^^^^^^
|
||||
@ -89,7 +88,7 @@ getting error messages.
|
||||
Here is an example `gallery.cnf`::
|
||||
|
||||
# Gallery configuration file
|
||||
# Created on 31 Jan 2016 by ownCloud User
|
||||
# Created on 31 Jan 2016 by Nextcloud User
|
||||
features:
|
||||
external_shares: yes
|
||||
native_svg: yes
|
||||
@ -117,7 +116,7 @@ Supported Variables
|
||||
|
||||
**Global Features**
|
||||
|
||||
Place this in your root ownCloud folder, which is your Home folder.
|
||||
Place this in your root Nextcloud folder, which is your Home folder.
|
||||
|
||||
* **external_shares**: Set to **yes** in your root configuration file if you
|
||||
want to load images stored on external locations, when using the
|
||||
|
||||
@ -12,7 +12,6 @@ Files & Synchronization
|
||||
desktop_mobile_sync
|
||||
encrypting_files
|
||||
federated_cloud_sharing
|
||||
file_drop
|
||||
large_file_upload
|
||||
quota
|
||||
version_control
|
||||
|
||||
@ -2,19 +2,19 @@
|
||||
Large File Uploads
|
||||
==================
|
||||
|
||||
When uploading files through the web client, ownCloud is limited by PHP and
|
||||
When uploading files through the web client, Nextcloud is limited by PHP and
|
||||
Apache configurations. By default, PHP is configured for only 2 megabyte
|
||||
uploads. As this default upload limit is not entirely useful, we recommend that
|
||||
your ownCloud admin increase the ownCloud variables to sizes appropriate for
|
||||
your Nextcloud admin increase the Nextcloud variables to sizes appropriate for
|
||||
users.
|
||||
|
||||
Modifying certain ownCloud variables requires administrative access. If you
|
||||
Modifying certain Nextcloud variables requires administrative access. If you
|
||||
require larger upload limits than have been provided by the default (or already
|
||||
set by your administrator):
|
||||
|
||||
* Contact your administrator to request an increase in these variables
|
||||
|
||||
* Refer to the section in the `Admin Documentation
|
||||
<https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/
|
||||
<https://doc.nextcloud.com/server/9/admin_manual/configuration_files/
|
||||
big_file_upload_configuration.html>`_ that describes how to manage file
|
||||
upload size limits.
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Storage Quota
|
||||
=============
|
||||
|
||||
Your ownCloud admin has the option to set a storage quota on users. Look at
|
||||
Your Nextcloud admin has the option to set a storage quota on users. Look at
|
||||
the top of your Personal page to see what your quota is, and how much you have
|
||||
used.
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Version Control
|
||||
===============
|
||||
|
||||
ownCloud supports simple version control system for files. Versioning creates
|
||||
Nextcloud supports simple version control system for files. Versioning creates
|
||||
backups of files which are accessible via the Versions tab on the Details
|
||||
sidebar. This tab contains the history of the file where you can roll back a
|
||||
file to any previous version. Changes made at intervals greater than two minutes
|
||||
@ -18,16 +18,16 @@ the user doesn't run out of space. This pattern is used to delete
|
||||
old versions:
|
||||
|
||||
* For the first second we keep one version
|
||||
* For the first 10 seconds ownCloud keeps one version every 2 seconds
|
||||
* For the first minute ownCloud keeps one version every 10 seconds
|
||||
* For the first hour ownCloud keeps one version every minute
|
||||
* For the first 24 hours ownCloud keeps one version every hour
|
||||
* For the first 30 days ownCloud keeps one version every day
|
||||
* After the first 30 days ownCloud keeps one version every week
|
||||
* For the first 10 seconds Nextcloud keeps one version every 2 seconds
|
||||
* For the first minute Nextcloud keeps one version every 10 seconds
|
||||
* For the first hour Nextcloud keeps one version every minute
|
||||
* For the first 24 hours Nextcloud keeps one version every hour
|
||||
* For the first 30 days Nextcloud keeps one version every day
|
||||
* After the first 30 days Nextcloud keeps one version every week
|
||||
|
||||
The versions are adjusted along this pattern every time a new version gets
|
||||
created.
|
||||
|
||||
The version app never uses more that 50% of the user's currently available free
|
||||
space. If the stored versions exceed this limit, ownCloud deletes the oldest
|
||||
space. If the stored versions exceed this limit, Nextcloud deletes the oldest
|
||||
versions until it meets the disk space limit again.
|
||||
|
||||
@ -1,28 +1,27 @@
|
||||
.. _index:
|
||||
|
||||
===========================================
|
||||
ownCloud |version| User Manual Introduction
|
||||
Nextcloud |version| User Manual Introduction
|
||||
===========================================
|
||||
|
||||
**Welcome to ownCloud: your self-hosted file sync and share solution.**
|
||||
**Welcome to Nextcloud: your self-hosted file sync and share solution.**
|
||||
|
||||
ownCloud is open source file sync and share software for everyone from
|
||||
individuals operating the free ownCloud Server edition, to large enterprises
|
||||
and service providers operating the ownCloud Enterprise Subscription. ownCloud
|
||||
provides a safe, secure, and compliant file synchronization and sharing
|
||||
solution on servers that you control.
|
||||
Nextcloud is open source file sync and share software for everyone from
|
||||
individuals to large enterprises and service providers. Nextcloud provides
|
||||
a safe, secure, and compliant file synchronization and sharing solution
|
||||
on servers that you control.
|
||||
|
||||
You can share one or more files and folders on your computer, and synchronize
|
||||
them with your ownCloud server. Place files in your local shared directories,
|
||||
them with your Nextcloud server. Place files in your local shared directories,
|
||||
and those files are immediately synchronized to the server and to other devices
|
||||
using the ownCloud Desktop Sync Client, Android app, or iOS app. To learn more
|
||||
about the ownCloud desktop and mobile clients, please refer to their respective
|
||||
using the Nextcloud Desktop Sync Client, Android app, or iOS app. To learn more
|
||||
about the Nextcloud desktop and mobile clients, please refer to their respective
|
||||
manuals:
|
||||
|
||||
* `ownCloud Desktop Client`_
|
||||
* `ownCloud Android App`_
|
||||
* `ownCloud iOS App`_
|
||||
* `Nextcloud Desktop Client`_
|
||||
* `Nextcloud Android App`_
|
||||
* `Nextcloud iOS App`_
|
||||
|
||||
.. _`ownCloud Desktop Client`: https://doc.owncloud.org/desktop/2.1/
|
||||
.. _`ownCloud Android App`: https://doc.owncloud.org/android/
|
||||
.. _`ownCloud iOS App`: https://doc.owncloud.org/ios/
|
||||
.. _`Nextcloud Desktop Client`: https://doc.nextcloud.com/desktop/2.1/
|
||||
.. _`Nextcloud Android App`: https://doc.nextcloud.com/android/
|
||||
.. _`Nextcloud iOS App`: https://doc.nextcloud.com/ios/
|
||||
|
||||
@ -52,4 +52,4 @@ Now should now find your contacts in the address book of your iPhone.
|
||||
If it's still not working, have a look at the :doc:`troubleshooting`
|
||||
and `Troubleshooting Contacts & Calendar`_ guides.
|
||||
|
||||
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/9.0/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
.. _Troubleshooting Contacts & Calendar: https://doc.nextcloud.com/server/9/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
|
||||
@ -4,20 +4,20 @@ Synchronizing with KDE SC
|
||||
|
||||
.. image:: ../images/kdes1.png
|
||||
|
||||
From KDE SC 4.8 and forward setting up ownCloud is very easy. Note that the KDE
|
||||
calendar needs to have the ownCloud Calendar and Contacts apps enabled on the
|
||||
ownCloud server. You need both and not just the Calendar. From System Settings
|
||||
From KDE SC 4.8 and forward setting up Nextcloud is very easy. Note that the KDE
|
||||
calendar needs to have the Nextcloud Calendar and Contacts apps enabled on the
|
||||
Nextcloud server. You need both and not just the Calendar. From System Settings
|
||||
Personal Information/Akonadi Resources Configuration select DAV Groupware
|
||||
resource.
|
||||
|
||||
.. image:: ../images/kdes2.png
|
||||
|
||||
Enter your ownCloud username and password and click "Next".
|
||||
Enter your Nextcloud username and password and click "Next".
|
||||
|
||||
|
||||
.. image:: ../images/kdes3.png
|
||||
|
||||
Select ownCloud in the drop down list and click "Next".
|
||||
Select Nextcloud in the drop down list and click "Next".
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Synchronizing with OS X
|
||||
=======================
|
||||
|
||||
To use ownCloud with iCal you will need to use the following URL::
|
||||
To use Nextcloud with iCal you will need to use the following URL::
|
||||
|
||||
https://example.com/remote.php/dav/principals/users/USERNAME/
|
||||
|
||||
The setup is basically the same as with iOS using the path ``https://example.com/remote.php/dav/principals/users/USERNAME/``
|
||||
to sync with ownCloud. For OS X 10.7 Lion and 10.8 Mountain Lion everything works
|
||||
to sync with Nextcloud. For OS X 10.7 Lion and 10.8 Mountain Lion everything works
|
||||
fine, but OS X 10.6 (Snow Leopard) and older needs some fiddling to work. A user
|
||||
contributed the following:
|
||||
|
||||
@ -16,7 +16,7 @@ Command + Q to terminate it.
|
||||
If you already have some kind of addressbook setup, it is likely you will see
|
||||
some folders named like this **BEA92826-FBF3-4E53-B5C6-ED7C2B454430**.
|
||||
Note down what folders there are now and leave the window open.
|
||||
#. Open addressbook and try to add a new CardDav addressbook. At this point, it
|
||||
#. Open addressbook and try to add a new CardDAV addressbook. At this point, it
|
||||
does not matter what information you enter. It will come up with the same error
|
||||
message you mentioned before when you click "Create". Ignore it and click "Create"
|
||||
again. A non-functional addressbook will be added.
|
||||
@ -31,11 +31,11 @@ your favorite text editor.
|
||||
|
||||
8. Make it look like this. Please note that the :443 after **example.com** is important::
|
||||
|
||||
<key>servername</key <string>https://example.com:443/owncloud/remote.php/dav/principals/users/USERNAME</string> <key>username</key <string>username</string>
|
||||
<key>servername</key <string>https://example.com:443/nextcloud/remote.php/dav/principals/users/USERNAME</string> <key>username</key <string>username</string>
|
||||
|
||||
9. Save the file and open addressbook again. It will not work yet.
|
||||
|
||||
10. Open the preferences for your ownCloud CardDAV-Account and enter your password.
|
||||
10. Open the preferences for your Nextcloud CardDAV-Account and enter your password.
|
||||
|
||||
11. You may have to restart addressbook once more. After this, it should work.
|
||||
|
||||
@ -46,4 +46,4 @@ There is also an easy `HOWTO`_ in the forum.
|
||||
|
||||
|
||||
.. _HOWTO: https://forum.owncloud.org/viewtopic.php?f=3&t=132
|
||||
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/9.0/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
.. _Troubleshooting Contacts & Calendar: https://doc.nextcloud.com/server/9/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
|
||||
@ -4,7 +4,7 @@ Thunderbird - Synchronize Addressbook
|
||||
Addressbook
|
||||
------------
|
||||
|
||||
As someone who is new to ownCloud, New to SoGo Connector, and new to Thunderbird Addressbook... here is what you need in excruciating pithy detail you need to make this work (for all the other lost souls out there):
|
||||
As someone who is new to Nextcloud, New to SoGo Connector, and new to Thunderbird Addressbook... here is what you need in excruciating pithy detail you need to make this work (for all the other lost souls out there):
|
||||
|
||||
#. `Thunderbird <http://www.mozilla.org/en-US/thunderbird/>`_ for your OS unless it comes with your OS distribution (Linux)
|
||||
#. `Sogo Connector <http://www.sogo.nu/downloads/frontends.html>`_ (latest release)
|
||||
@ -17,7 +17,7 @@ With an installed Thunderbird mailtool, an installed SoGo Connector, and an inst
|
||||
|
||||
- "File > New > **Remote Addressbook**" (SoGo Connector added this)
|
||||
- "**Name:**" is the name you want to give your Addressbook in the Thunderbird addressbook bar area
|
||||
- "**URL:**" is found in your ownCloud Contacts area, that little Gear symbol
|
||||
- "**URL:**" is found in your Nextcloud Contacts area, that little Gear symbol
|
||||
|
||||
.. image:: ../images/contact_thunderbird-Symbol_Gear.jpg
|
||||
|
||||
@ -30,14 +30,14 @@ which will display the URL you need for your installation to work.
|
||||
.. image:: ../images/contact_thunderbird-URL_config.jpg
|
||||
|
||||
Once installed, synchronize (right click on your newly made remote address book and select "Synchronize").
|
||||
You'll see your address book populate from ownCloud! Don't click "read only" above unless you don't want to
|
||||
modify your ownCloud server addressbook, like it contains a listing of corporate contacts and is shared with
|
||||
You'll see your address book populate from Nextcloud! Don't click "read only" above unless you don't want to
|
||||
modify your Nextcloud server addressbook, like it contains a listing of corporate contacts and is shared with
|
||||
lots of people, and you don't want a new user dragging it somewhere unintended.
|
||||
|
||||
The rest of the details of dealing with Thunderbird addressbook are left to the reader... First thing I learned
|
||||
is dragging a contact to a different addressbook is a "move" operation. If you are worried about losing the
|
||||
contact, save it to a VCF file using ownCloud (Or LDIF using Thunderbird Addressbook) first! Like dragging
|
||||
from "ownCloud Addressbook" to "Personal Address Book" removes the contact from ownCloud Server
|
||||
contact, save it to a VCF file using Nextcloud (Or LDIF using Thunderbird Addressbook) first! Like dragging
|
||||
from "Nextcloud Addressbook" to "Personal Address Book" removes the contact from Nextcloud Server
|
||||
(*deleting it from all the other synchronized installations*) and puts it in your Local Machine -only-
|
||||
Address Book. So be careful or you'll have unintended consequences where you might have intended a "copy" operation.
|
||||
|
||||
|
||||
@ -6,12 +6,12 @@ As a user, you can manage your personal settings.
|
||||
|
||||
To access your personal settings:
|
||||
|
||||
1. Clicking on your username in the top, right corner of your ownCloud instance.
|
||||
1. Clicking on your username in the top, right corner of your Nextcloud instance.
|
||||
|
||||
The Personal Settings Menu opens.
|
||||
|
||||
.. figure:: images/oc_personal_settings_dropdown.png
|
||||
:alt: screenshot of user menu at top-right of ownCloud Web GUI
|
||||
:alt: screenshot of user menu at top-right of Nextcloud Web GUI
|
||||
|
||||
*Personal Settings Menu*
|
||||
|
||||
@ -30,14 +30,14 @@ include the following.
|
||||
* Usage and available quota
|
||||
* Manage your profile picture.
|
||||
* Full name. You can make this anything you want, as it is separate from your
|
||||
ownCloud login name, which is unique and cannot be changed.
|
||||
Nextcloud login name, which is unique and cannot be changed.
|
||||
* Email address.
|
||||
* Lists your Group memberships.
|
||||
* Manage your password.
|
||||
* Choose the language for your ownCloud interface.
|
||||
* Choose the language for your Nextcloud interface.
|
||||
* Links to desktop and mobile apps.
|
||||
* Manage your Activity stream and notifications.
|
||||
* Default folder to save new documents to.
|
||||
* Your Federated sharing ID.
|
||||
* Social sharing links.
|
||||
* ownCloud version.
|
||||
* Nextcloud version.
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
==========================
|
||||
The ownCloud Web Interface
|
||||
==========================
|
||||
===========================
|
||||
The Nextcloud Web Interface
|
||||
===========================
|
||||
|
||||
You can connect to your ownCloud server using any Web browser; just point it to
|
||||
your ownCloud server and enter your username and password. Supported Web
|
||||
You can connect to your Nextcloud server using any Web browser; just point it to
|
||||
your Nextcloud server and enter your username and password. Supported Web
|
||||
browsers are:
|
||||
|
||||
* Firefox 14+
|
||||
@ -12,7 +12,7 @@ browsers are:
|
||||
* IE9+ (except Compatibility Mode)
|
||||
|
||||
.. figure:: images/oc_connect.png
|
||||
:alt: ownCloud login screen.
|
||||
:alt: Nextcloud login screen.
|
||||
|
||||
.. note:: Some apps like ``files_external`` or ``encryption`` will disable
|
||||
the **Stay logged in** checkbox.
|
||||
@ -20,7 +20,7 @@ browsers are:
|
||||
Navigating the Main User Interface
|
||||
----------------------------------
|
||||
|
||||
By default, the ownCloud Web interface opens to your Files page. You can add,
|
||||
By default, the Nextcloud Web interface opens to your Files page. You can add,
|
||||
remove, and share files, and make changes based on the access privileges set by
|
||||
you (if you are administering the server) or by your server administrator.
|
||||
|
||||
@ -28,7 +28,7 @@ you (if you are administering the server) or by your server administrator.
|
||||
:scale: 75%
|
||||
:alt: The main Files view.
|
||||
|
||||
The ownCloud user interface contains the following fields and functions:
|
||||
The Nextcloud user interface contains the following fields and functions:
|
||||
|
||||
* **Apps Selection Menu**: Located in the upper left corner, click the arrow to
|
||||
open a dropdown menu to navigate to your various available apps.
|
||||
@ -39,7 +39,7 @@ The ownCloud user interface contains the following fields and functions:
|
||||
finding your files, such as files that have been shared with you, and files
|
||||
that you have shared with others. You'll see different items for other apps.
|
||||
|
||||
* **Application View**: The main central field in the ownCloud user interface.
|
||||
* **Application View**: The main central field in the Nextcloud user interface.
|
||||
This field displays the contents or user features of your selected app.
|
||||
|
||||
* **Navigation Bar**: Located over the main viewing window (the Application
|
||||
@ -50,7 +50,7 @@ The ownCloud user interface contains the following fields and functions:
|
||||
enables you to create new files, new folders, or upload files.
|
||||
|
||||
.. note:: You can also drag and drop files from your file manager into the
|
||||
ownCloud Files Application View to upload them to ownCloud. Currently,
|
||||
Nextcloud Files Application View to upload them to Nextcloud. Currently,
|
||||
the only Web browsers that support drag-and-drop folders are Chrome and
|
||||
Chromium.
|
||||
|
||||
@ -60,7 +60,7 @@ The ownCloud user interface contains the following fields and functions:
|
||||
* **Gallery** button. This looks like four little squares, and takes you
|
||||
directly to your image gallery.
|
||||
|
||||
* **Personal Settings** menu: Click on your ownCloud username, located to the
|
||||
* **Personal Settings** menu: Click on your Nextcloud username, located to the
|
||||
right of the Search field, to open your Personal Settings dropdown menu. Your
|
||||
Personal page provides the following settings and features:
|
||||
|
||||
@ -75,6 +75,6 @@ The ownCloud user interface contains the following fields and functions:
|
||||
* Federated Cloud ID
|
||||
* Social media sharing buttons
|
||||
* SSL certificate manager
|
||||
* ownCloud Version information
|
||||
* Nextcloud Version information
|
||||
|
||||
See :doc:`userpreferences` section to learn more about these settings.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
==========================================
|
||||
What's New for Users in ownCloud |version|
|
||||
==========================================
|
||||
===========================================
|
||||
What's New for Users in Nextcloud |version|
|
||||
===========================================
|
||||
|
||||
* File tagging, and filtering by tags. (:doc:`files/access_webgui`)
|
||||
* See all re-shares on files you have shared.
|
||||
|
||||