Chocobo1
|
8fe1ff87f1
|
Limit DownloadHandler max redirection to 20
Closes #10219.
|
6 years ago |
thalieht
|
86df25a3e9
|
Remove some unused stuff
|
6 years ago |
thalieht
|
8c944bd4e1
|
Avoid repeating the return type
|
6 years ago |
thalieht
|
9959a901fe
|
Replace deprecated header 'signal.h' with 'csignal'
|
6 years ago |
thalieht
|
92a290895b
|
Convert vars into refs to avoid copy construction from const refs
|
6 years ago |
thalieht
|
400792d18e
|
Use isEmpty() instead of size() for emptiness
|
6 years ago |
thalieht
|
d8cbc9266a
|
Use 'auto' to avoid duplicating the type name
|
6 years ago |
thalieht
|
947c7e1d64
|
Convert to range-based for loop
|
6 years ago |
Chocobo1
|
409557ef30
|
Clean up code
|
6 years ago |
thalieht
|
8a3f942385
|
Don't use 'else' after return/break
|
6 years ago |
Chocobo1
|
313a95bdd1
|
Log DownloadManager SSL errors
|
6 years ago |
Chocobo1
|
184ac3e473
|
Update .travis.yml
Add build job with libtorrent RC_1_2 branch.
|
6 years ago |
Mike Tzou
|
78ab0e4ba9
|
Merge pull request #10220 from thalieht/const
Add const to many vars and arguments
|
6 years ago |
thalieht
|
445adb0ab4
|
Convert pass-by-value arguments to const refs where applicable
|
6 years ago |
thalieht
|
ca3ce87e06
|
Add const to many vars and arguments
Also remove const in declarations' arguments that are passed by value
|
6 years ago |
Mike Tzou
|
12aea82031
|
Merge pull request #10273 from Chocobo1/fix
Fix wrong arg placeholder
|
6 years ago |
Chocobo1
|
79d7ba8205
|
Fix wrong arg placeholder
|
6 years ago |
Vladimir Golovnev
|
0413a05246
|
Merge pull request #10242 from glassez/ordered-recheck
Force recheck multiple torrents one by one. Closes #9120
|
6 years ago |
Mike Tzou
|
efed3fc78c
|
Merge pull request #10256 from Chocobo1/license
Add license header
|
6 years ago |
Mike Tzou
|
c540e57f55
|
Merge pull request #10227 from Chocobo1/login
Prevent login credential appearing in URL
|
6 years ago |
Mike Tzou
|
6f0a66ce26
|
Merge pull request #10255 from Chocobo1/algorithm
Make use of std algorithms and C++14 features
|
6 years ago |
Chocobo1
|
364a837dbd
|
Revise comments about C++14
|
6 years ago |
Chocobo1
|
6d29a3af60
|
Make use of std algorithms
|
6 years ago |
Chocobo1
|
f789df7edf
|
Add license header
|
6 years ago |
Vladimir Golovnev
|
e9f3e20e67
|
Merge pull request #10243 from glassez/content-menu
Close context menu when torrent content model is reset. Closes #9522
|
6 years ago |
AceLewis
|
bfdd674054
|
Remove autocorrect/autocapitalise from filepaths on WebUI
|
6 years ago |
Chocobo1
|
4483b72bfd
|
Move JavaScript code to its own file
|
6 years ago |
Chocobo1
|
8096e49c24
|
Display warning when Javascript is disabled
|
6 years ago |
Vladimir Golovnev (Glassez)
|
5a86c4ac52
|
Close context menu when content model is reset
Closes #9522.
|
6 years ago |
Vladimir Golovnev (Glassez)
|
61925f74fd
|
Force recheck multiple torrents one by one
Closes #9120.
|
6 years ago |
Chocobo1
|
32474b05c5
|
Remove mootools lib from login page
|
6 years ago |
Chocobo1
|
814eef1e56
|
Fix wrong arg placehoder
|
6 years ago |
Chocobo1
|
0738b3860b
|
Prevent login credential appearing in URL
Closes #10221.
|
6 years ago |
Mike Tzou
|
40eb8a1f4a
|
Merge pull request #10175 from Chocobo1/cert
Load WebUI certificate & key from file path
|
6 years ago |
Mike Tzou
|
0facdf3dfb
|
Merge pull request #10190 from Piccirello/webui-sorted-icon
Fix direction of Web UI sorted column icon
|
6 years ago |
Vladimir Golovnev
|
5c00d89d57
|
Merge pull request #10231 from glassez/properties
Improve Properties widget
|
6 years ago |
Mike Tzou
|
9d91b17e33
|
Merge pull request #10188 from eszlari/appdata-fixes
Appdata: add release, content_rating
|
6 years ago |
Mike Tzou
|
899b0c1104
|
Merge pull request #10096 from Piccirello/webui-libtorrent-version
Match WebUI About page to GUI
|
6 years ago |
Chocobo1
|
52de31ac79
|
Add migration code for WebUI https related change
|
6 years ago |
Vladimir Golovnev (Glassez)
|
c631dbdaa1
|
Improve Properties widget
Drop redundant dependencies.
Refresh after BitTorrent session refreshing (instead of using timer).
|
6 years ago |
Chocobo1
|
5cdb3b6a2d
|
Load WebUI certificate & key from file path
This allow users to update certificate & key more easily, i.e. without the need to import them
into qbt.
Closes #6675, #7547, #8315, #8564.
|
6 years ago |
Chocobo1
|
48d358872f
|
Cleanup header inclusion
|
6 years ago |
Vladimir Golovnev
|
5b82b681cb
|
Merge pull request #10225 from glassez/http-request
Separate URL components before percent-decoding. Closes #9116
|
6 years ago |
sledgehammer999
|
bb3ad8acd3
|
Merge pull request #10191 from sledgehammer999/drop_google
Don't query Google for tracker favicons
|
6 years ago |
sledgehammer999
|
6fdc02f947
|
Merge pull request #10201 from sledgehammer999/dead_code
Remove leftover tracker authentication code
|
6 years ago |
Vladimir Golovnev (Glassez)
|
b0446380c6
|
Separate URL components before percent-decoding
Allow special characters in query string parameters.
Closes #9116.
|
6 years ago |
Mike Tzou
|
fc534e88a3
|
Merge pull request #10155 from Chocobo1/exception
Remove exception handling
|
6 years ago |
sledgehammer999
|
4a414d50f1
|
Remove leftover tracker authentication code
|
6 years ago |
Peter Eszlari
|
b917f4ed01
|
Add content_rating, release tags to appdata
|
6 years ago |
Mike Tzou
|
b8def07cd8
|
Merge pull request #10146 from Piccirello/webui-escape-key
Add Web UI support for escape key
|
6 years ago |