unrhodecode/rhodecode
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
..
api Remove beaker dependency, switch to Pyramid SignedCookieSessionFactory 2026-02-19 15:26:24 -05:00
apps Fix session.save() for cookie sessions, add vcsserver/rc_license stubs 2026-02-19 19:38:09 -05:00
authentication Fix session.save() for cookie sessions, add vcsserver/rc_license stubs 2026-02-19 19:38:09 -05:00
config Add living styleguide endpoint and vanilla JS utilities 2026-02-19 16:03:21 -05:00
events feature(scm): added multibranch support for git and mercurial 2025-12-21 08:27:16 +01:00
forms core: run ruff format 2025-01-13 17:47:37 +01:00
i18n tests: fixes test_utils and reverts delete repo message 2025-08-01 13:31:30 +02:00
integrations feature(scm): added multibranch support for git and mercurial 2025-12-21 08:27:16 +01:00
lib Fix session.save() for cookie sessions, add vcsserver/rc_license stubs 2026-02-19 19:38:09 -05:00
model Remove beaker dependency, switch to Pyramid SignedCookieSessionFactory 2026-02-19 15:26:24 -05:00
public Rename custom.js to ajax.js 2026-02-19 16:15:03 -05:00
templates Rename custom.js to ajax.js 2026-02-19 16:15:03 -05:00
tests Remove beaker dependency, switch to Pyramid SignedCookieSessionFactory 2026-02-19 15:26:24 -05:00
typing core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
__init__.py Initial implementation of security scan for PRs 2026-01-15 16:48:04 +01:00
bootstrap.py core: run ruff format 2025-01-13 17:47:37 +01:00
subscribers.py security: limit API impersonate feature to only super admins 2025-03-24 05:17:44 +01:00
translation.py core: run ruff format 2025-01-13 17:47:37 +01:00
tweens.py core: run ruff format 2025-01-13 17:47:37 +01:00
VERSION release(version-bump): 5.11.3 → 5.11.4 2026-02-18 12:49:50 +00:00