unrhodecode/rhodecode/authentication/plugins
russell@unturf.com dc3502fed0 Fix session.save() for cookie sessions, add vcsserver/rc_license stubs
- Guard all session.save() calls with hasattr checks for CookieSession
  compatibility (CookieSession auto-saves via response callbacks)
- Guard beaker-specific _set_cookie_expires and _update_cookie_out in
  login views
- Defer ldap scope_labels to property to avoid class-level AttributeError
  when python-ldap is not installed
- Add vcsserver stub package to allow imports without full vcsserver
- Add rc_license stub for CE edition (no license management)
2026-02-19 19:38:09 -05:00
..
services Fix session.save() for cookie sessions, add vcsserver/rc_license stubs 2026-02-19 19:38:09 -05:00
__init__.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
auth_crowd.py core: run ruff format 2025-01-13 17:47:37 +01:00
auth_headers.py core: run ruff format 2025-01-13 17:47:37 +01:00
auth_jasig_cas.py core: run ruff format 2025-01-13 17:47:37 +01:00
auth_ldap.py feature: initial implementation of LDAP/AD sync 2025-08-04 11:43:18 +02:00
auth_pam.py core: run ruff format 2025-01-13 17:47:37 +01:00
auth_rhodecode.py feature: implemented deleting user and migrating all user assets new system ghost user 2025-07-25 15:43:29 +02:00
auth_token.py core: run ruff format 2025-01-13 17:47:37 +01:00