unrhodecode/rhodecode/model
2017-05-03 18:44:10 +02:00
..
validation_schema repo-schema: added a custom schema for repo settings. 2017-04-28 12:03:35 +02:00
__init__.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
auth_token.py auth-tokens: order tokens by creation id. 2017-03-03 18:24:13 +01:00
changeset_status.py comments: renamed ChangesetCommentsModel to CommentsModel to reflect what it actually does. 2017-01-09 17:52:00 +01:00
comment.py emails: added note types into emails. Fixes #5221 2017-02-17 17:15:05 +01:00
db.py repo-settings: converted repo settings to pyramid 2017-04-28 12:39:24 +02:00
forms.py repo-creation: validate and forbid creating .git suffixed repository names. 2017-04-18 12:23:14 +02:00
gist.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
integration.py integrations: remove usage of template context from integrations models 2017-01-13 13:59:02 +01:00
meta.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
notification.py emails: fixed newlines in email templates that can break email sending code. 2017-05-03 18:44:10 +02:00
permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
pull_request.py pull-requests: make sure we process comments in the order of IDS when 2017-04-27 18:06:51 +02:00
repo.py repo-settings: converted repo settings to pyramid 2017-04-28 12:39:24 +02:00
repo_group.py templating: use .mako as extensions for template files. 2017-01-04 22:13:57 +01:00
repo_permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
scm.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
settings.py vcs-settings: moved creation of largefiles default dirs into vcs settings view. 2017-04-20 23:56:32 +02:00
supervisor.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
user.py users: personal repo-group shouldn't be available for default user. 2017-04-25 08:38:38 +02:00
user_group.py pull-request-reviewers: added option to add reviewers by picking an user group for pull requests. 2017-04-19 17:30:07 +02:00
validators.py repo-creation: validate and forbid creating .git suffixed repository names. 2017-04-18 12:23:14 +02:00