comparison README.rst @ 1982:87f0800abc7b beta

#227 Initial version of repository groups permissions system - implemented none/read/write/admin permissions for groups - wrote more tests for permissions, and new permissions groups - a lot of code garden, splitted logic into proper models - permissions on groups doesn't propagate yet to repositories - deprecated some methods on api for managing permissions on repositories for users, and users groups
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 28 Jan 2012 01:06:29 +0200
parents 9da24750f563
children bedd7336908c
comparison
equal deleted inserted replaced
1981:518f87919375 1982:87f0800abc7b
1 ======================== 1 ========================
2 RhodeCode documentation! 2 RhodeCode documentation!
3 ======================== 3 ========================
4 4
5 ``RhodeCode`` is a fast and powerful management tool for Mercurial_ and GIT_ 5 ``RhodeCode`` is a fast and powerful management tool for Mercurial_ and GIT_
6 with a built in push/pull server and full text search. 6 with a built in push/pull server and full text search and code-review.
7 It works on http/https and has a built in permission/authentication system with 7 It works on http/https and has a built in permission/authentication system with
8 the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also supports 8 the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also provides
9 simple API so it's easy integrable with existing external systems. 9 simple API so it's easy integrable with existing external systems.
10 10
11 RhodeCode is similar in some respects to github or bitbucket_, 11 RhodeCode is similar in some respects to github or bitbucket_,
12 however RhodeCode can be run as standalone hosted application on your own server. 12 however RhodeCode can be run as standalone hosted application on your own server.
13 It is open source and donation ware and focuses more on providing a customized, 13 It is open source and donation ware and focuses more on providing a customized,