unrhodecode/rhodecode/model
Marcin Kuzminski 0ae89b9907 files: only check for git_lfs/hg_largefiles if they are enabled.
- this speeds up fetching of files if they are not LF and very big.
2019-08-23 14:37:56 +02:00
..
validation_schema landing-rev: fixes #4102, use branches instead of landing tip refs by default. 2019-08-16 09:55:36 +02:00
__init__.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
auth_token.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
changeset_status.py pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits. 2019-01-04 13:00:21 +01:00
comment.py comments: re-implemented diff and comments/todos in pull-requests. 2019-08-13 12:45:25 +02:00
db.py summary: use non-memory cache for readme, and cleanup cache for repo stats. 2019-08-21 21:03:17 +02:00
forms.py landing-rev: fixes #4102, use branches instead of landing tip refs by default. 2019-08-16 09:55:36 +02:00
gist.py gists: define and use explicit Mercurial backend to speed up creation and fetching of backend repo 2019-03-05 11:19:22 +01:00
integration.py events: ensure stable execution of integrations 2019-07-08 17:51:57 +02:00
meta.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
notification.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
permission.py permissions: properly flush user cache permissions in more cases of permission changes. 2019-08-20 10:48:36 +02:00
pull_request.py pull-requests: add indication of state change in list of pull-requests and actually show them in the list. 2019-07-23 14:25:33 +02:00
repo.py gists: fixed cache problems and updated ui 2019-07-24 11:29:06 +02:00
repo_group.py feat: changed last change of repo group to be commit of a latest repository. 2019-05-21 11:47:13 +02:00
repo_permission.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
scm.py landing-rev: fixes #4102, use branches instead of landing tip refs by default. 2019-08-16 09:55:36 +02:00
settings.py files: only check for git_lfs/hg_largefiles if they are enabled. 2019-08-23 14:37:56 +02:00
ssh_key.py ssh: replaced pycrypto with cryptography to generate SSH keys. 2019-02-25 22:49:45 +01:00
update.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
user.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
user_group.py py3: remove usage of basestring 2019-01-22 23:06:49 +01:00
validators.py py3: remove usage of basestring 2019-01-22 23:06:49 +01:00