Chocobo1
3b5e7eb0ea
Fix compile error: ‘escape’ is not a member of ‘Qt’
8 years ago
Chocobo1
ea9d65f377
Fix incomplete type compile error with Qt4
8 years ago
sledgehammer999
76e1c3b10b
Install qbittorrent-tray.png files. Fixes commit ada75cbbe1
.
8 years ago
sledgehammer999
5c730f984d
Bump API_VERSION to 12.
8 years ago
Chocobo1
0fb3b18a8f
Utilize escapeHtml
8 years ago
Chocobo1
6ca3e4f094
Add Utils::String::toHtmlEscaped
8 years ago
Chocobo1
eba45a0b26
Cleanup
8 years ago
Chocobo1
7756dd80f3
[WebUI]: add X-XSS-Protection, X-Content-Type-Options, CSP header
8 years ago
ngosang
f5ad04766f
[WebUI] Avoid clickjacking attacks
8 years ago
Chocobo1
f9c39e3dac
[WebUI]: exclude insecure ciphers
8 years ago
Chocobo1
84bc011df5
Code formatting
...
Remove extra private keyword
8 years ago
sledgehammer999
31b69ae6f6
Update copyright year.
8 years ago
sledgehammer999
82edc5c495
Sync translations from Transifex and run lupdate.
8 years ago
sledgehammer999
884ca03624
Merge pull request #6443 from ngosang/extratorrent
...
[Search engine] Update Extratorrent plugin
8 years ago
ngosang
f0fe8808bd
[Search engine] Update Extratorrent plugin
8 years ago
sledgehammer999
b5f81a34cb
Use new create_torrent constructor were available.
8 years ago
sledgehammer999
ad4b691fa5
Merge pull request #6413 from evsh/no-proxy-in-webui-server
...
Disable proxy in WebUI HTTP server. Closes #6349 .
8 years ago
Eugene Shalygin
be8eab4e54
Disable proxy in WebUI HTTP server. Closes #6349 .
...
Due to a bug in Qt 5.8 (QTBUG-58706) QTcpServer tries to use HTTP proxy
when it is set as default app proxy (for instance via "http_proxy"
environment variable) and this breaks the server. So we disable any proxy
in it.
8 years ago
sledgehammer999
9e56f3d318
Merge pull request #6385 from thalieht/Trackerlist
...
Trackerlist: Seperate seeds from peers for DHT, PeX, LSD
8 years ago
sledgehammer999
4adcd03ec7
Merge pull request #6366 from Chocobo1/rand
...
Replace rand()
8 years ago
Chocobo1
7d2a393532
Enable thread_local support in TravisCI
8 years ago
Chocobo1
511796f74e
Replace rand() by a true uniform distribution generator
8 years ago
Chocobo1
c7d10dc091
Turn off port forwarding of WebUI by default for GUI users
8 years ago
thalieht
4f1c428d8f
Seperate seeds from peers for DHT, PeX and LSD
8 years ago
sledgehammer999
54e99f2510
Merge pull request #6373 from murlakatamenka/master
...
Update mainwindow.h (remove duplicate declaration)
8 years ago
murlakatamenka
78438d7044
Update mainwindow.h (remove duplicate declaration)
8 years ago
sledgehammer999
d045f64ebb
Merge pull request #6288 from Falcosc/fix_add_torrent_queue_overflow
...
fix queue overload for add torrent at session start
8 years ago
falco
ee239ddd1e
fix queue overload for add torrent at session start
8 years ago
sledgehammer999
73f762250c
Merge pull request #6358 from Chocobo1/coverity
...
Fix issues on coverity
8 years ago
sledgehammer999
c39056f1a8
Merge pull request #6344 from magao/issue6337
...
Fix regex RSS matching. Closes #6337 .
8 years ago
Chocobo1
4ad541d066
Fix coverity issues
...
torrentcontentmodel: Use a variable to store filesCount
optionsdlg: add fallthrough comment to suppress warning
speedPlotview: initialize member
misc: fix wrong type used, add spaces
8 years ago
Chocobo1
cab10aa7b4
Use QString::toStdString()
...
Qt5 utilized the desired toUtf8() instead of toAscii().
8 years ago
sledgehammer999
f78bf27daf
Merge pull request #6326 from magao/issue3782
...
RSS rules and feed UI bugfixes. Closes #3782 , #6281 .
8 years ago
sledgehammer999
92cfd1f602
Regenerate configure.
8 years ago
sledgehammer999
49332ab12c
Use @naikel's suggestions for previous commit.
8 years ago
sledgehammer999
32b7f0745f
Merge pull request #4631 from DoctorWho11/master
...
fixes qmake pathing and also fixes a type in configure.ac
8 years ago
sledgehammer999
f6a941defc
Merge pull request #6294 from thalieht/hotkeys
...
Add hotkeys for some things. Closes #2090
8 years ago
sledgehammer999
cf9e8abea1
Merge pull request #6351 from evsh/cmake
...
cmake: read version numbers from the version.pri file. Closes #6350 .
8 years ago
Eugene Shalygin
e96e14ca76
cmake: read version numbers from the version.pri file. Closes #6350 .
8 years ago
sledgehammer999
01ddf23745
Remove unnecessary semicolon.
8 years ago
sledgehammer999
83009adbc0
Use same casting method and fix code style.
8 years ago
sledgehammer999
c8f955e302
Fix previous commit.
8 years ago
thalieht
0240c87095
TransferListWidget: Some coding style
8 years ago
thalieht
5675021895
enable RSS, Search and Execution Log widgets before switching to them via hotkeys
8 years ago
sledgehammer999
12b73747f5
Merge pull request #3058 from VladimirSinenko/master
...
Fixed sort order for datetime columns with empty values (closes #2988 )
8 years ago
sledgehammer999
179b686e42
Merge pull request #6176 from magao/issue873
...
Improve UI responsiveness during RSS downloading. Closes #873 , #1089 , #1235 , #5423
8 years ago
sledgehammer999
2a7f4217df
Merge pull request #6321 from magao/rss_icon_themed
...
Rss icon themed
8 years ago
sledgehammer999
d880372b49
Fix unused variable warning by gcc.
8 years ago
sledgehammer999
fa8c69a5e1
Merge pull request #6315 from glassez/cat-tree-state
...
Fix category filter widget doesn't save on/off state
8 years ago
sledgehammer999
25c7c297e8
Merge pull request #6317 from dzmat/public_to_private
...
reduce methods accessibility from public to private
8 years ago