Server IP : 184.154.167.98 / Your IP : 18.221.175.172 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/sesiones/core/doc/user/files/ |
Upload File : |
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Projects — Nextcloud latest User Manual latest documentation</title> <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/custom.css" type="text/css" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="Groupware" href="../pim/index.html" /> <link rel="prev" title="Version control" href="version_control.html" /> <script src="../_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="../contents.html"> <img src="../_static/logo-white.png" class="logo" alt="Logo"/> </a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../index.html">Nextcloud latest user manual introduction</a></li> <li class="toctree-l1"><a class="reference internal" href="../whats_new.html">What’s new for users in Nextcloud latest</a></li> <li class="toctree-l1"><a class="reference internal" href="../webinterface.html">The Nextcloud Web interface</a></li> <li class="toctree-l1 current"><a class="reference internal" href="index.html">Files & synchronization</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="access_webgui.html">Accessing your files using the Nextcloud Web interface</a></li> <li class="toctree-l2"><a class="reference internal" href="access_webdav.html">Accessing Nextcloud files using WebDAV</a></li> <li class="toctree-l2"><a class="reference internal" href="gallery_app.html">Gallery app</a></li> <li class="toctree-l2"><a class="reference internal" href="deleted_file_management.html">Managing deleted files</a></li> <li class="toctree-l2"><a class="reference internal" href="desktop_mobile_sync.html">Desktop and mobile synchronization</a></li> <li class="toctree-l2"><a class="reference internal" href="encrypting_files.html">Encrypting your Nextcloud files on the server</a></li> <li class="toctree-l2"><a class="reference internal" href="federated_cloud_sharing.html">Using Federation Shares</a></li> <li class="toctree-l2"><a class="reference internal" href="file_drop.html">Making anonymous uploads</a></li> <li class="toctree-l2"><a class="reference internal" href="large_file_upload.html">Large file uploads</a></li> <li class="toctree-l2"><a class="reference internal" href="quota.html">Storage quota</a></li> <li class="toctree-l2"><a class="reference internal" href="version_control.html">Version control</a></li> <li class="toctree-l2 current"><a class="current reference internal" href="#">Projects</a><ul> <li class="toctree-l3"><a class="reference internal" href="#create-a-new-project">Create a new project</a></li> <li class="toctree-l3"><a class="reference internal" href="#adding-more-entries-to-a-project">Adding more entries to a project</a></li> <li class="toctree-l3"><a class="reference internal" href="#visibility-of-projects">Visibility of projects</a></li> </ul> </li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../pim/index.html">Groupware</a></li> <li class="toctree-l1"><a class="reference internal" href="../userpreferences.html">Setting your preferences</a></li> <li class="toctree-l1"><a class="reference internal" href="../user_2fa.html">Using two-factor authentication</a></li> <li class="toctree-l1"><a class="reference internal" href="../session_management.html">Manage connected browsers and devices</a></li> <li class="toctree-l1"><a class="reference internal" href="../external_storage/index.html">External Storage</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../contents.html">Nextcloud latest User Manual</a> </nav> <div class="wy-nav-content"> <div class="rst-content style-external-links"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../contents.html">Docs</a> »</li> <li><a href="index.html">Files & synchronization</a> »</li> <li>Projects</li> <li class="wy-breadcrumbs-aside"> <a href="https://github.com/nextcloud/documentation/edit/master/user_manual/files/projects.rst" class="fa fa-github"> Edit on GitHub</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="projects"> <h1>Projects<a class="headerlink" href="#projects" title="Permalink to this headline">¶</a></h1> <p>Users can associate files, chats and other items with each other in projects. The various apps will present these items in a list, allowing users to immediately jump to them. Projects are Nextcloud wide. When a user shares a file that is part of a project, the share recipient can see that project, too. A click on any of the items in a project leads right to it, be it a chat, a file or a task.</p> <div class="section" id="create-a-new-project"> <h2>Create a new project<a class="headerlink" href="#create-a-new-project" title="Permalink to this headline">¶</a></h2> <p>A new project can be created by linking two items together. Start off by opening a file or folders sharing sidebar.</p> <div class="figure"> <img alt="../_images/projects1.png" src="../_images/projects1.png" /> </div> <p>Click <em>Add to a project</em> and select the type of item you want to link with the current file/folder. A selector will open that allows you selecting a Talk conversation for example.</p> <div class="figure"> <img alt="../_images/projects2.png" src="../_images/projects2.png" /> </div> <p>Once the item has been selected a new project is being created and listed in the sharing tab of the sidebar. The same project will also appear in the sharing sidebar of the linked items.</p> <div class="figure"> <img alt="../_images/projects3.png" src="../_images/projects3.png" /> </div> <p>The list entry shows quick links to a limited number of items. By opening the context menu, the project can be renamed and the full list of items can be expanded.</p> </div> <div class="section" id="adding-more-entries-to-a-project"> <h2>Adding more entries to a project<a class="headerlink" href="#adding-more-entries-to-a-project" title="Permalink to this headline">¶</a></h2> <p>If another item should be added to an already existing project this can be done by searching for the project name in the <em>Add to a project</em> picker.</p> <div class="figure"> <img alt="../_images/projects4.png" src="../_images/projects4.png" /> </div> </div> <div class="section" id="visibility-of-projects"> <h2>Visibility of projects<a class="headerlink" href="#visibility-of-projects" title="Permalink to this headline">¶</a></h2> <p>Projects do not influence the access and visibility of the different items. Users will only see projects of other users if they have access to all contained items.</p> </div> </div> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="../pim/index.html" class="btn btn-neutral float-right" title="Groupware" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="version_control.html" class="btn btn-neutral" title="Version control" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> © Copyright 2020 Nextcloud GmbH </p> </div> </footer> </div> </div> </section> </div> <div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions"> <span class="rst-current-version" data-toggle="rst-current-version"> <span class="fa fa-book"> Read the Docs</span> v: latest <span class="fa fa-caret-down"></span> </span> <div class="rst-other-versions"> <dl> <dt>Versions</dt> <dd><a href="https://docs.nextcloud.com/server/15/user_manual">15</a></dd> <dd><a href="https://docs.nextcloud.com/server/16/user_manual">16</a></dd> <dd><a href="https://docs.nextcloud.com/server/17/user_manual">17</a></dd> <dd><a href="https://docs.nextcloud.com/server/stable/user_manual">stable</a></dd> <dd><a href="https://docs.nextcloud.com/server/latest/user_manual">latest</a></dd> </dl> <dl> <dt>Downloads</dt> </dl> <dl> <dt>On Read the Docs</dt> <dd> <a href="///projects//?fromdocs=">Project Home</a> </dd> <dd> <a href="///builds//?fromdocs=">Builds</a> </dd> </dl> <hr/> Free document hosting provided by <a href="http://www.readthedocs.org">Read the Docs</a>. </div> </div> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/language_data.js"></script> <script type="text/javascript" src="../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.Navigation.enable(true); }); </script> </body> </html>