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
Julian Langschaedel
2243426914 use Rack::Utils.escape_html in Sidekiq::Web escape helper
ERB::Util.h doesn't escape apostrophes and slash.

  Rack::Utils.escape_html is more performant and also escapes all char recommended by OWASP. (https://github.com/rack/rack/issues/27)
2013-10-30 22:12:47 +01:00
Aaron Ackerman
d724875c4a Allow polling and paging parameters to work together in Sidekiq web ui 2013-10-25 22:51:24 -05:00
Jérémy Lecour
462bc4cee1 Display the full Redis connection in Web footer 2013-10-22 16:15:24 +02:00
Mike Perham
ea42d5636c Allow dynamic sidekiq-web locale paths, for localized extensions, fixes #1261 2013-10-21 12:07:18 -07:00
Mike Perham
7a41404c04 Web UI cleanup/refactoring, fixes #1247
- Pull out helpers into separate module
- Fix i18n strings to be loaded once, not every request
- Clearer separation between default and custom tabs
- Fix action redirects to contain the query string from the referrer so we don't lose our context upon redirect.
2013-10-13 15:56:17 -07:00