Chocobo1
957d697aee
Prebuild HTTP headers as much as possible
...
This avoids some branching when building a HTTP response.
5 years ago
FranciscoPombal
2192de5233
Fix include
5 years ago
Vladimir Golovnev (Glassez)
378a863611
Remove unwanted files after torrent removed
5 years ago
Vladimir Golovnev (Glassez)
e49c554044
Improve "move torrent storage" queue
5 years ago
Vladimir Golovnev (Glassez)
b6bf09fc0f
Fix calculation of torrent current state
...
Some actions can be performed despite of other states
(e.g. "Errored" torrent can check its files currently)
so the states that relate to such actions should override
other (so-called "static") states.
5 years ago
Vladimir Golovnev (Glassez)
a8c333ff25
Drop "private" subfolders
...
"private" subfolders violate the structure of the project,
since the existence of all other subfolders is based on a
different principle.
In addition, there is no clear line between "private" and
"non private".
5 years ago
Thomas Piccirello
ad4d8d28ec
Add Trackers section to Web UI sidebar
...
Closes #7601 .
5 years ago
jagannatharjun
77658be9a7
Read Transfer list's custom colors from config.json
5 years ago
jagannatharjun
cce8f178e4
Allow changing log colors from config.json
5 years ago
jagannatharjun
afbe55d004
Allow setting application palette from config.json
5 years ago
Thomas Piccirello
84a40c1665
Include trackers in /sync/maindata API endpoint
5 years ago
jagannatharjun
6f38a86d9a
Align Properties Tabbar in center
5 years ago
Thomas Piccirello
92ed5c76f3
Bump Web API version
5 years ago
Thomas Piccirello
8e8cd59d90
Fix Web UI search categories only working in English
...
Closes #10239 .
5 years ago
Vladimir Golovnev (Glassez)
c40da7a5dd
CMake: Fix header inclusion in autogenerated files
5 years ago
Thomas Piccirello
cb8a9518d1
Shrink Web UI search bar on small screens
5 years ago
Vladimir Golovnev (Glassez)
a22f921941
CMake: Fix optional features handling
5 years ago
Nick Korotysh
c97e4f105f
Clean up header inclusion
5 years ago
Vladimir Golovnev (Glassez)
eeae308c29
CMake: Don't use subprojects in GUI subfolders
5 years ago
Vladimir Golovnev (Glassez)
ace8a093d2
QMake: Include all GUI sources in "gui.pri"
5 years ago
Vladimir Golovnev (Glassez)
ad0ee0cd36
CMake: Enable/disable GUI application via option
5 years ago
Vladimir Golovnev (Glassez)
fb42434946
CMake: Put executable into top-level directory
5 years ago
Vladimir Golovnev (Glassez)
642bf7b8a6
CMake: Don't split GUI code into several libraries
5 years ago
Vladimir Golovnev (Glassez)
4a2d25b03b
Clean up header inclusion
5 years ago
Nick Korotysh
1fd4ff5c2c
Show tooltip for some properties in transfer list
...
Tooltip is added for next columns:
- name
- status
- category
- tags
- tracker
- save path
closes #12696
5 years ago
Thomas Piccirello
d5b8399a01
Hide additional Web UI search filters on small screens
...
Closes #11386 .
5 years ago
Chocobo1
5ca26516eb
Handle empty piece range properly
...
Related: #12677 .
5 years ago
Chocobo1
f6eb341b32
Clean up code
5 years ago
Chocobo1
ddb9dfe185
Disable copy construction of QObject subclasses
5 years ago
Chocobo1
6d167e9a28
Remove const from class variables
...
It prohibits copy construction, copy assignment and move semantics.
5 years ago
Chocobo1
21581141f6
Support range-based iteration in IndexRange class
5 years ago
an0n666
1d3bb705c8
Remove "requires restart" from network interface settings
...
Network interface changes are applied on the fly. A restart is not required.
5 years ago
thalieht
1bdffe1729
Rename "Create subfolder" to "Keep top-level folder"
...
Closes #12673
5 years ago
FranciscoPombal
d593d6baa1
CMake: Enforce minimum C++ mode support
5 years ago
Chocobo1
7ce83599b4
Improve behavior of deleting torrents in transfer list
...
Avoids accessing invalid pointers.
Closes #12584 .
5 years ago
Andrei Stepanov
159f93e051
Fix typo in optionsdialog.cpp
...
qBittorent -> qBittorrent
5 years ago
Chocobo1
4e961845cf
Clean up variable initialization order
5 years ago
sledgehammer999
480e732694
Bump Web API version
5 years ago
sledgehammer999
13a96407b3
Sync translations from Transifex and run lupdate
5 years ago
Vladimir Golovnev (Glassez)
22bda12d6c
Fix crash when torrent is deleted on limit reached
5 years ago
Chocobo1
9efd5eaed3
Register datatype properly
...
Qt 5.9.5 doesn't seem to recognize it, this patch fixes it.
Fix up: d8401c76f5
.
Related: #12601 .
5 years ago
Chocobo1
2729c0cb6d
Suppress misleading warning message
...
QString::split() was giving a non-empty QStringList, and
that caused Session::setBannedIPs() to emit misleading warning message.
5 years ago
Chocobo1
bb80b378c1
Add ability to send custom HTTP headers
5 years ago
NotTsunami
cc1ebbf379
Add HTTPS tracker certificate validation option
...
This commit adds a new libtorrent setting to validate HTTPS tracker
certificates. When enabled, libtorrent will validate the certificate
of HTTPS trackers against the system's certificate store. This option
is only enabled on libtorrent versions >= 1.2.6 and on non-Windows
systems, as OpenSSL does not use the system's certificate store on
Windows.
5 years ago
Sepro
98bb63b390
WebAPI: Change delimiter from string to char in preferences API
5 years ago
Sepro
a3b58e59da
WebAPI: Expand RSS related API
...
Added markAsRead API method with optional parameter for specifying single article.
Added the rss_smart_episode_filters and rss_download_repack_proper_episodes keys to preference api.
Added matchingArticles API method for retrieving articles that match specified rule.
5 years ago
sledgehammer999
f1d02c6aee
Sync translations from Transifex and run lupdate
5 years ago
an0n666
e3e5da7a71
Use configured net interface even when it is missing
5 years ago
NotTsunami
075633cc40
WebUI: Fix UPnP lease duration get/set
...
Add missing setProperty and getProperty calls for the new UPnP lease
duration setting.
Fixes 6b4925d222
.
Closes #12566 .
5 years ago
Chocobo1
f915241bcb
Reduce ambiguity for selecting icons
...
Related: #12554 .
5 years ago