unrhodecode/rhodecode/model
2024-11-08 16:17:57 +01:00
..
validation_schema feat(forms): user profile form would detect nicely duplicates and show a form error. 2024-03-13 19:46:50 +01:00
__init__.py feat(repo_path-config): moved main storage location path into ini file. Fixes: RCCE-61 2024-03-01 09:39:14 +02:00
auth_token.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
changeset_status.py lint: use null() to compare to == None for linters to be happy 2023-10-13 13:58:26 +02:00
comment.py tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
db.py fix(sqlalchemy): fixed deprecated methods for sqlalchemy 2024-10-22 22:15:46 +02:00
forms.py updated with a latest changes. 2024-10-02 12:22:06 +03:00
gist.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
integration.py chore(warnings): fixed sqlalchemy warning for use of cases syntax 2023-11-23 10:20:07 +01:00
license.py feat(license): allow import of license from rhodecode_enterprise.license which got broken after python3 migration 2024-10-01 11:26:42 +02:00
meta.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
notification.py fix: do not render email if we arent sending email with notification 2024-10-07 10:27:32 +02:00
permission.py fix(permissions): Invalidate cache on changing the default permissions 2023-11-06 11:08:04 +01:00
pull_request.py tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
repo.py fix(permissions): added a common way to update private flag via repo model 2024-10-14 11:07:44 +02:00
repo_group.py fix(permissions): fixed security problem with apply-to-children functionality breaking permissions for private repositories 2024-10-11 14:41:02 +02:00
repo_permission.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
scm.py fix(caches): actually obey wire cache flag on local method caching 2024-10-23 11:32:20 +02:00
settings.py tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
ssh_key.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
update.py chore(code): small code improvements logging & stricter header checks 2024-10-16 09:45:34 +02:00
user.py fix(sqlalchemy): fixed deprecated methods for sqlalchemy 2024-10-22 22:15:46 +02:00
user_group.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
validators.py feat(login by email option): added ability to log in with user primary email. Fixes: RCCE-63 2024-03-14 11:18:07 +02:00