unrhodecode/rhodecode/model
RhodeCode Admin cd9fe75554 fix(caching): fixed problems with Cache query for users.
The old way of querying caused the user get query to be always cached, and returning old results even in 2fa forms.
The new limited query doesn't cache the user object resolving issues
2024-04-23 15:25:21 +02: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 lint: use null() to compare to == None for linters to be happy 2023-10-13 13:58:26 +02:00
db.py fix(caching): fixed problems with Cache query for users. 2024-04-23 15:25:21 +02:00
forms.py feat(2fa): Added 2fa option. Fixes: RCCE-65 2024-04-15 12:13:03 +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
meta.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
notification.py cleanup: few fixes 2023-07-27 17:07:36 +02:00
permission.py fix(permissions): Invalidate cache on changing the default permissions 2023-11-06 11:08:04 +01:00
pull_request.py feat(ssh-wrapper-speedup): major rewrite of code to address imports problem with ssh-wrapper-v2 2024-02-28 09:30:58 +01:00
repo.py Updated with a latest changes. 2024-03-11 20:12:31 +02:00
repo_group.py feat(repo_path-config): moved main storage location path into ini file. Fixes: RCCE-61 2024-03-01 09:39:14 +02:00
repo_permission.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
scm.py feat(repo_path-config): moved main storage location path into ini file. Fixes: RCCE-61 2024-03-01 09:39:14 +02:00
settings.py Updated with a latest changes. 2024-03-11 20:12:31 +02:00
ssh_key.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
update.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
user.py fix(caching): fixed problems with Cache query for users. 2024-04-23 15:25:21 +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