discourse/app/jobs
Ted Johansson b24a3d81ed
DEV: Allow impersonation without session swapping (#34213)
The current impersonation feature works by signing you in as the user you are impersonating. This has the side effect of invalidating your own session and forcing you to log out and in again.

In this experimental implementation you keep your existing session, but DefaultCurrentUserProvider returns the user being impersonated, allowing you to see the site from their perspective.
2025-08-21 14:18:15 +08:00
..
concerns DEV: Apply syntax_tree formatting to app/* 2023-01-09 14:14:59 +00:00
onceoff DEV: Remove UploadFixer and uploads:fix_all_extensions rake task (#33004) 2025-05-30 14:11:55 +08:00
regular FIX: Timeout issue when updating a large collection of users when changing the default_categories_* and default_tags_* SiteSettings (#33665) 2025-08-20 12:55:53 -05:00
scheduled DEV: Allow impersonation without session swapping (#34213) 2025-08-21 14:18:15 +08:00
base.rb DEV: Fix sidekiq requires in test env 2025-07-22 12:40:57 +02:00