unrhodecode/rhodecode/model
Marcin Kuzminski eb911610bd branch-permissions: handle cases for revoking regular permissions when branch permissions are set:
- DB cascade delete fliushing branch when repository is deleted
- forbid lowering permissions if it's used for branch
2018-08-30 00:47:01 +02:00
..
validation_schema validation: remove unused raised statement 2018-07-19 12:46:53 +02:00
__init__.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
auth_token.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
changeset_status.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
comment.py audit-logs: store properly IP and user for certain comments types. 2018-04-26 00:59:07 +02:00
db.py branch-permissions: handle cases for revoking regular permissions when branch permissions are set: 2018-08-30 00:47:01 +02:00
forms.py branch permissions: added logic to define in UI branch permissions. 2018-08-28 13:41:30 +02:00
gist.py gists: fix problem of deleted gists repositories. 2018-06-25 18:09:40 +02:00
integration.py events: cleanup code, pep8, better logging. 2018-07-31 12:13:04 +02:00
meta.py caches: use dogpile for sql_cache_short region. 2018-07-12 17:20:03 +02:00
notification.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
permission.py branch permissions: added logic to define in UI branch permissions. 2018-08-28 13:41:30 +02:00
pull_request.py pull-requests: add merge validation to prevent merges to protected branches. 2018-08-28 20:24:40 +02:00
repo.py caches: removed unused cache option from repo by id fetch. 2018-07-13 19:28:31 +02:00
repo_group.py tests: added tests for permission update views to catch obvious form errors. 2018-07-02 12:20:44 +02:00
repo_permission.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
scm.py caches: new cache context managers. 2018-08-02 18:04:52 +02:00
settings.py caches: use process aware settings cache with proper invalidation. 2018-08-02 22:15:16 +02:00
ssh_key.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
update.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
user.py models: fixed spelling. 2018-08-19 11:00:02 +02:00
user_group.py tests: added tests for permission update views to catch obvious form errors. 2018-07-02 12:20:44 +02:00
validators.py tests: added tests for permission update views to catch obvious form errors. 2018-07-02 12:20:44 +02:00