##// END OF EJS Templates
api: use consistent way to extract users, repos, repo groups and user groups by id or name....
api: use consistent way to extract users, repos, repo groups and user groups by id or name. - makes usage of Number vs String to differenciate if we pick objec ID or it's name this will allow easy fetching of objects by either id or it's name, including numeric string name - fixes #5230

File last commit:

r1119:0d648914 default
r1530:1efcb4ee default
Show More
index.rst
87 lines | 2.2 KiB | text/x-rst | RstLexer
project: added all source files and assets
r1 |RCM|
=====
|RCM| is a high-performance source code management and collaboration system.
It enables you to develop projects securely behind the firewall while
providing collaboration tools that work with |git|, |hg|,
and |svn| |repos|. The user interface allows you to create, edit,
and commit files and |repos| while managing their security permissions.
|RCM| provides the following features:
* Source code management.
* Extended permissions management.
* Integrated code collaboration tools.
* Integrated code review and notifications.
* Scalability provided by multi-node setup.
* Fully programmable automation API.
* Web-based hook management.
* Native |svn| support.
* Migration from existing databases.
* |RCM| SDK.
* Built-in analytics
docs: small improvements on main page.
r1119 * Built in integrations including: Slack, Jenkins, Webhooks, Jira, Redmine, Hipchat
project: added all source files and assets
r1 * Pluggable authentication system.
docs: small improvements on main page.
r1119 * Support for AD, |LDAP|, Crowd, CAS, PAM.
* Support for external authentication via Oauth Google, Github, Bitbucket, Twitter.
project: added all source files and assets
r1 * Debug modes of operation.
* Private and public gists.
* Gists with limited lifetimes and within instance only sharing.
* Fully integrated code search function.
* Always on SSL connectivity.
.. only:: html
Table of Contents
-----------------
.. toctree::
:maxdepth: 1
:caption: Admin Documentation
install/quick-start
install/install-database
install/install-steps
admin/system-overview
nix/default-env
admin/system-admin
admin/user-admin
admin/setting-repo-perms
admin/security-tips
auth/auth
issue-trackers/issue-trackers
admin/lab-settings
.. toctree::
:maxdepth: 1
:caption: Feature Documentation
collaboration/collaboration
collaboration/review-notifications
collaboration/pull-requests
code-review/code-review
dan
docs: updated docs for integrations, fixes #4137...
r552 integrations/integrations
project: added all source files and assets
r1
.. toctree::
:maxdepth: 1
:caption: Developer Documentation
api/api
tools/rhodecode-tools
dan
docs: updated docs for integrations, fixes #4137...
r552 extensions/extensions-hooks
project: added all source files and assets
r1 contributing/contributing
.. toctree::
:maxdepth: 1
:caption: User Documentation
usage/basic-usage
tutorials/tutorials
.. toctree::
:maxdepth: 1
:caption: About
known-issues/known-issues
release-notes/release-notes
admin/glossary