##// END OF EJS Templates
settings: re-use attached request global config for performance...
settings: re-use attached request global config for performance - since we *always* generate a global config and register it into request make use of it, and not rely on the get_all_settings heavy logic that makes it slow to fetch because of cache checks. Within single request we're fine to re-use it when ever request attribute is available

File last commit:

r3693:f470fd2e new-ui
r4200:007322e6 stable
Show More
repo-admin.rst
27 lines | 1.0 KiB | text/x-rst | RstLexer
docs: updated documentation structure
r3693 .. _repo-admin-set:
.. _permissions-info-add-group-ref:
Repository Administration
=========================
Repository permissions in |RCE| can be managed in a number of different ways.
This overview should give you an insight into how you could adopt particular
settings for your needs:
* Global |repo| permissions: This allows you to set the default permissions
for each new |repo| created within |RCE|, see :ref:`repo-default-ref`. All
|repos| created will inherit these permissions unless explicitly configured.
* Individual |repo| permissions: To set individual |repo| permissions,
see :ref:`set-repo-perms`.
* Repository Group permissions: This allows you to define the permissions for
a group, and all |repos| created within that group will inherit the same
permissions.
.. toctree::
repo_admin/repo-perm-steps
repo_admin/repo-extra-fields
repo_admin/repo-hooks
repo_admin/repo-issue-tracker
repo_admin/repo-vcs
repo_admin/restore-deleted-repositories
repo_admin/repo-admin-tasks