qBittorrent/src
xnor ecc3ff3ca4 WebUI: fix escaping of HTML special characters
JS code for torrent general properties, files, peers, trackers inconsistently
escaped HTML special characters, then the dynamicTable inconsistently escaped
again and then the value was set to HTML element text or html properties.

To fix this mess, don't escape any property values in the prop-*.js files.
Instead, make dynamicTable set HTML element text instead of html property by
default. This behavior can be overridden by setting a custom updateTd
function on the respective column, if needed. This is where the HTML escaping
should be done.

Also reordered existing updateTd functions to match column order, changed
custom updateTd functions from setting html to text property wherever possible,
removed custom updateTd functions that turned out to be redundant.
2019-09-21 13:09:42 +00:00
..
app Don't define variable when not building GUI 2019-09-05 20:40:47 +08:00
base Merge pull request #11250 from Chocobo1/warning 2019-09-19 11:11:30 +08:00
gui Rename variable 2019-09-19 16:50:57 +08:00
icons Merge pull request #10086 from PeterDaveHello/OptimizePNG 2019-01-17 12:20:07 +02:00
lang Merge pull request #10027 from glassez/compile-ts 2018-12-31 11:31:45 +02:00
searchengine Update user agent string 2019-08-09 13:12:11 +08:00
webui WebUI: fix escaping of HTML special characters 2019-09-21 13:09:42 +00:00
CMakeLists.txt Replace deprecated macro 2019-09-05 20:16:18 +08:00
config.h.cmakein Drop Qt 4 support 2017-03-05 22:24:59 +01:00
qbittorrent.exe.manifest Embed manifest when compiling with MSVC 2017-03-04 13:09:32 +08:00
qbittorrent.rc Update copyright year 2019-01-17 01:08:51 +02:00
qbittorrent_mingw.rc Fix mingw warning about unrecognized escape sequence 2018-08-14 22:45:21 +03:00
src.pro Add compile flag to show Qt deprecation warnings 2019-02-28 12:01:36 +08:00
update_qrc_files.py Change project directory structure. 2015-02-05 19:10:26 +03:00