##// END OF EJS Templates
http-proto: in case incoming requests come in as chunked stream the data to VCSServer....
http-proto: in case incoming requests come in as chunked stream the data to VCSServer. This should solve a problem of uploading large files to rhodecode. In case of git with small postBuffers GIT client streams data to the server. In such case we want to stream the data back again to vcsserver without reading it fully inside RhodeCode.

File last commit:

r989:51ecbd66 default
r1434:59cf3775 stable
Show More
user-group-methods.rst
406 lines | 10.8 KiB | text/x-rst | RstLexer
/ docs / api / methods / user-group-methods.rst

user_group methods

add_user_to_user_group

create_user_group

delete_user_group

get_user_group

get_user_groups

grant_user_group_permission_to_user_group

grant_user_permission_to_user_group

remove_user_from_user_group

revoke_user_group_permission_from_user_group

revoke_user_permission_from_user_group

update_user_group