unrhodecode/rhodecode/model
Marcin Kuzminski 9e6713219c repo-groups: implemented default personal repo groups logic.
- fixes #4003
- adds new settings to automatically create personal repo groups for users on API cal, add user form, registration
- it's possible to create a pattern based repo group for example /u/{username}
2016-11-07 15:27:36 +01:00
..
validation_schema gists: Fix wrong default value in colander schema. #4243 2016-09-26 16:26:54 +02:00
__init__.py events: add event system for RepoEvents 2016-07-06 06:00:18 +03:00
auth_token.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
changeset_status.py reviewers: store reviewer reasons to database, fixes #4238 2016-09-27 02:34:15 +03:00
comment.py live-comments: use show comment instead of refresh the page so 2016-08-04 12:43:22 +02:00
db.py repo-groups: implemented default personal repo groups logic. 2016-11-07 15:27:36 +01:00
forms.py repo-groups: implemented default personal repo groups logic. 2016-11-07 15:27:36 +01:00
gist.py gists: Remove gist_type from update method in model. #4243 2016-09-26 16:26:33 +02:00
integration.py integrations: add recursive repo group scope to allow integrations 2016-09-14 05:38:21 +03:00
login_session.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
meta.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
notification.py notifications: adjusting how instance name is passed and fixing tests 2016-07-28 17:35:30 +02:00
permission.py settings: fix #3944 add password reset permission 2016-10-25 17:37:14 +02:00
pull_request.py pull-requests: redo my account pull request page with datagrid. Fixes #4297 2016-11-01 08:58:57 +01:00
repo.py autocomplete: improve the lookup of value_display by re-using the object. 2016-11-06 19:14:39 +01:00
repo_group.py repo-groups: implemented default personal repo groups logic. 2016-11-07 15:27:36 +01:00
repo_permission.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
scm.py system-info: fix possible float division by zero in calculating % value 2016-11-04 12:07:18 +01:00
settings.py vcs: moved svn proxy settings into vcs related settings 2016-09-06 12:29:54 +02:00
supervisor.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
user.py repo-groups: implemented default personal repo groups logic. 2016-11-07 15:27:36 +01:00
user_group.py user-groups: new selector for user group memebers. 2016-11-06 16:01:21 +01:00
validators.py gists: use colander schema to validate input data. 2016-07-31 20:11:12 +02:00