Cory
|
d49379789a
|
Register protocol handler in WebUI for magnet links
|
6 years ago |
Chocobo1
|
8aa8b19f37
|
Fix "Create subfolder" option is not working in WebUI
Closes #10392.
|
6 years ago |
Chocobo1
|
375de4f8a6
|
Replace QMap with QHash when sensible
|
6 years ago |
Chocobo1
|
49b57904f9
|
Use a random number for WebUI cache busting
Also fetch qbt version info via WebAPI properly.
|
6 years ago |
Chocobo1
|
d022457e0c
|
Use force refresh on WebUI logout
Regardless of the cache header settings, the logout action should never be
allowed to load from cache.
|
6 years ago |
Chocobo1
|
6e1e7a45a1
|
Align WebUI login button to the right
|
6 years ago |
Thomas Piccirello
|
238ca03936
|
Set title attribute for all WebUI table cells
Except the Progress Bar
|
6 years ago |
CzBiX
|
d254a98662
|
Always use index.html as default page
|
6 years ago |
Chocobo1
|
94aeeed95f
|
Work around the crash occurred in QTimer
See Qt commit:
https://code.qt.io/cgit/qt/qtbase.git/commit/src/corelib/kernel/qtimer.cpp?id=a623fe8d2a60ff333d5779f877e3b20f0e141ff1
Fixes #9985.
|
6 years ago |
thalieht
|
371a090cec
|
Rename "Prefer encryption" to "Allow encryption"
Because it actually prefers non-encryption but allows it if requested.
|
6 years ago |
Chocobo1
|
7e99ce6d7f
|
Document current WebUI browser compatibility
|
6 years ago |
Vladimir Golovnev (Glassez)
|
ead078a38e
|
Add preliminary support of libtorrent v1.2
libtorrent v1.2 should be built with deprecated features enabled.
|
6 years ago |
thalieht
|
bcfa62cc76
|
Rename "#" column to "Tier" in the tracker list
|
6 years ago |
Chocobo1
|
adbd34c795
|
Move helper functions to Utils::Gui namespace
|
6 years ago |
sledgehammer999
|
5c63ad3b95
|
Raise minimum Qt version to 5.9.0
|
6 years ago |
thalieht
|
ce437817de
|
Make various minor changes
|
6 years ago |
thalieht
|
8a19a0d4a0
|
Remove const in declarations' arguments that are passed by value
|
6 years ago |
thalieht
|
70f1537d9f
|
Add const to almost all remaining vars and arguments that qualify
|
6 years ago |
thalieht
|
8c944bd4e1
|
Avoid repeating the return type
|
6 years ago |
thalieht
|
92a290895b
|
Convert vars into refs to avoid copy construction from const refs
|
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 |
thalieht
|
ca3ce87e06
|
Add const to many vars and arguments
Also remove const in declarations' arguments that are passed by value
|
6 years ago |
Chocobo1
|
6d29a3af60
|
Make use of std algorithms
|
6 years ago |
Chocobo1
|
f789df7edf
|
Add license header
|
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 |
Chocobo1
|
32474b05c5
|
Remove mootools lib from login page
|
6 years ago |
Chocobo1
|
0738b3860b
|
Prevent login credential appearing in URL
Closes #10221.
|
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 |
Vladimir Golovnev (Glassez)
|
b0446380c6
|
Separate URL components before percent-decoding
Allow special characters in query string parameters.
Closes #9116.
|
6 years ago |
Thomas Piccirello
|
d1dc9a39ae
|
Match WebUI About page to GUI
|
6 years ago |
Thomas Piccirello
|
86c21baf40
|
Simplify tab logic
|
6 years ago |
Thomas Piccirello
|
ece27b84cc
|
Fix wrong element id being used
|
6 years ago |
Thomas Piccirello
|
81943fb3b0
|
Fix direction of Web UI sorted column icon
|
6 years ago |
Tom Piccirello
|
972b8d11fe
|
Fix broken image link
|
6 years ago |
sledgehammer999
|
2ac7f2defe
|
Update copyright year
|
6 years ago |
Thomas Piccirello
|
dbaebf4f33
|
Rename parametrics.js to speedslider.js
|
6 years ago |
Thomas Piccirello
|
851c02acb0
|
Capitalize event name
|
6 years ago |
Thomas Piccirello
|
2f33ecf37b
|
Fix bug where input wouldn't always be focused
|
6 years ago |
Thomas Piccirello
|
74a772aafb
|
Add Web UI support for escape key
|
6 years ago |
Vladimir Golovnev (Glassez)
|
302c99d7d5
|
Drop support of libtorrent < 1.1.10
|
6 years ago |
Chocobo1
|
a8ba5bda79
|
Update WebUI img to use svg images
|
6 years ago |
Chocobo1
|
6f34afce21
|
Fix speed limit icon too large on WebUI
Closes #10127.
|
6 years ago |
Vladimir Golovnev (Glassez)
|
2ce3aa9731
|
Drop legacy WebAPI support
|
6 years ago |
Thomas Piccirello
|
f0e67cbb53
|
Remove excanvas from WebUI
Excanvas adds Canvas support to IE 8 and lower, which we no longer support.
|
6 years ago |
Bert Verhelst
|
9f8f9b6702
|
Converted remaining icons to svg
|
6 years ago |
Chocobo1
|
a0f3678163
|
Fix only the first newline char is replaced
Must use regex to replace all instances of newline chars.
|
6 years ago |
Chocobo1
|
9289b009b6
|
Fix missing semicolon in WebUI
|
6 years ago |