1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Mike Perham
968bc81043
Improve Web UI session experience (#4804)
* Simplify Web UI sessions

Remove all of the hacks and support infrastructure around Rack sessions. Rails provides this by default so we don't need it for 95% of users. The other 5% need to provide a Rack session.

This is a big change and has the potential to break installs so it deserves at least a minor version bump.

See also #4671, #4728 and many others.
2021-02-12 14:50:51 -08:00
Mike Perham
e19dd4761d remove namespacea 2017-11-02 09:03:37 -07:00
Mike Perham
d9776cd330 Push a job to fill queue so we can delete it in UI 2015-11-23 09:39:14 -08:00
Mike Perham
9591d8cbaf Remove explicit session use, add monkeypatch for Rails bug, #2460 2015-07-29 09:55:35 -07:00
Mike Perham
cf3c43b241 Fix CSRF vulnerability reported by Egor Homakov, fixes #2422 2015-07-06 12:51:15 -07:00