1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-10 22:04:13 +00:00
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
2015-01-29 17:49:41 -07:00
2019-08-06 21:50:39 +03:00
2019-05-27 08:27:42 +03:00
2019-03-04 16:48:49 +02:00
2018-08-10 01:16:42 +03:00
2014-12-20 20:26:26 +03:00
2019-07-26 01:02:32 -07:00
2019-07-19 11:58:56 +08:00
2016-12-27 16:56:35 +02:00
2017-10-30 02:41:26 +02:00
2016-05-08 21:47:28 +08:00
2019-08-24 19:44:23 +03:00
2019-09-05 20:16:18 +08:00
2018-04-24 00:56:46 +08:00
2015-10-22 20:17:54 +03:00
2019-06-23 11:09:05 +08:00
2018-12-24 15:10:57 +08:00
2017-12-26 18:22:03 -05:00
2009-07-15 11:02:56 +00:00
2018-09-30 15:46:33 +07:00
2019-08-15 14:21:08 +03:00
2019-08-05 02:31:19 +08:00

qBittorrent - A BitTorrent client in Qt

TravisCI Status AppVeyor Status Coverity Status


Description:

qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.

It aims to be a good alternative to all other bittorrent clients out there. qBittorrent is fast, stable and provides unicode support as well as many features.

This product includes GeoLite data created by MaxMind, available from https://www.maxmind.com/

Installation:

For installation, follow the instructions from INSTALL file, but simple:

./configure
make && make install
qbittorrent

will install and execute qBittorrent hopefully without any problem.

Public key:

Starting from v3.3.4 all source tarballs and binaries are signed.
The key currently used is 4096R/5B7CC9A2 with fingerprint D8F3DA77AAC6741053599C136E4A2D025B7CC9A2.
You can also download it from here.
PREVIOUSLY the following key was used to sign the v3.3.4 source tarballs and v3.3.4 Windows installer only: 4096R/520EC6F6 with fingerprint F4A5FD201B117B1C2AB590E2A1ACCAE4520EC6F6.

Misc:

For more information please visit: https://www.qbittorrent.org

or our wiki here: http://wiki.qbittorrent.org

Use the forum for troubleshooting before reporting bugs: http://forum.qbittorrent.org

Please report any bug (or feature request) to: http://bugs.qbittorrent.org

You can also meet me (sledgehammer_999) on IRC: #qbittorrent on irc.freenode.net


sledgehammer999 sledgehammer999@qbittorrent.org

Description
Some work about adaptive color scheme for Web UI (PR #19901) http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
Readme 149 MiB
Languages
C++ 71.5%
JavaScript 13.5%
HTML 12.1%
Python 1%
CSS 0.7%
Other 1.1%