##// END OF EJS Templates
permissions: handle more cases for invalidating permission caches...
permissions: handle more cases for invalidating permission caches - invalidate user permissions on chaning the global permissions - invalidate all users in case of creating new object with "copy permissions" flag - invalidate all users permissions in case of repo/repo group renames - invalidate all user permissions in forked repo with copy flag

File last commit:

r3290:ac4e4e5a default
r3383:c5723c68 default
Show More
gist-editing.rst
33 lines | 1.3 KiB | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _gist-edit:
Gist Editing
^^^^^^^^^^^^
Gists are standalone files that only the creator can edit. To work with
docs: added SAML documentation....
r3290 gists, click on the :guilabel:`Gists` tab on the |RCE| header. The gist
project: added all source files and assets
r1 editor also has syntax highlighting.
You can set the following properties for each gist:
* :guilabel:`Public`: Public gists are as the name suggests,
and will show up in searches.
* :guilabel:`Gist Lifetime`: You can set a gist to expire after a set
period by using the :guilabel:`Gist Lifetime` dropdown menu.
docs: added SAML documentation....
r3290 This means that when the gist expires it will be deleted from the |RCE|
project: added all source files and assets
r1 gist database.
* :guilabel:`Private`: This means that the gist will not show up in searches.
* :guilabel:`Gist access level`: If you create a private gist you can have
two levels of privacy with the gist link.
* :guilabel:`Requires registered account`: This option requires users to
have a registered account on the |RCE| instance, otherwise they will not
have access to the gist.
* :guilabel:`Can be accessed by anonymous users`: This option hides the
link so that it does not show up in searches, but you can still share it
with people outside of your organisation.
For more advanced use of gists, see the gist API options in the :ref:`api`
.. image:: ../images/gists-acl.png
:alt: Gist Management
:scale: 50 %