unrhodecode/rhodecode/model
russell@unturf.com 722c3bd369 Prototype: OTP auth, styleguide overhaul, login/session rework
Replace password reset with email OTP verification flow.
Add auth_otp module, OTP templates, and email delivery.
Expand styleguide CSS with full component library.
Rework login, register, and admin views for cookie sessions.
Remove legacy 2FA templates and password reset flow.
Update SSH wrappers, forms, validators, and middleware.
2026-03-04 16:44:40 -05:00
..
validation_schema feat(repo-creation): added svn bootstrap, and improved repo creation validation 2025-12-26 21:42:03 +01:00
__init__.py core: run ruff format 2025-01-13 17:47:37 +01:00
auth_token.py core: run ruff format 2025-01-13 17:47:37 +01:00
changeset_status.py core: run ruff format 2025-01-13 17:47:37 +01:00
comment.py core: run ruff format 2025-01-13 17:47:37 +01:00
db.py Prototype: OTP auth, styleguide overhaul, login/session rework 2026-03-04 16:44:40 -05:00
forms.py Prototype: OTP auth, styleguide overhaul, login/session rework 2026-03-04 16:44:40 -05:00
gist.py core: run ruff format 2025-01-13 17:47:37 +01:00
integration.py core: run ruff format 2025-01-13 17:47:37 +01:00
license.py core: run ruff format 2025-01-13 17:47:37 +01:00
meta.py core: run ruff format 2025-01-13 17:47:37 +01:00
notification.py Prototype: OTP auth, styleguide overhaul, login/session rework 2026-03-04 16:44:40 -05:00
permission.py core: run ruff format 2025-01-13 17:47:37 +01:00
pull_request.py feature: implements mid trimming long text; implements repo length truncation 2026-01-06 17:54:17 +01:00
quota_model.py New implementations and updates for security scan 2026-01-16 16:53:31 +01:00
repo.py New implementations and updates for security scan 2026-01-16 16:53:31 +01:00
repo_group.py New implementations and updates for security scan 2026-01-16 16:53:31 +01:00
repo_permission.py core: run ruff format 2025-01-13 17:47:37 +01:00
scm.py feature(scm): added multibranch support for git and mercurial 2025-12-21 08:27:16 +01:00
settings.py feature: implements AI code review PR checkbox; adds AI PR settings 2026-01-21 11:59:03 +01:00
ssh_key.py deps: remove sshpubkeys dependency as this project is deprecated 2026-01-11 09:35:38 +01:00
update.py core: run ruff format 2025-01-13 17:47:37 +01:00
user.py New implementations and updates for security scan 2026-01-16 16:53:31 +01:00
user_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
validators.py Prototype: OTP auth, styleguide overhaul, login/session rework 2026-03-04 16:44:40 -05:00