sledgehammer999
a5ae86512a
Rename IP filtering functions and settings names.
8 years ago
thalieht
6ec1c61b06
fix webui port overflow
8 years ago
Vladimir Golovnev (Glassez)
bb17d4a8dd
Show type name in btjson.cpp@processMap assert
...
This may help to solve #5381
9 years ago
Vladimir Golovnev (Glassez)
b5fe749f0b
Use new libtorrent-1.1 settings API
9 years ago
Vladimir Golovnev (Glassez)
b2cb473b63
Don't use Preferences in BitTorrent::Session
9 years ago
sledgehammer999
57a4b9f8b6
Fix API_VERSION and API_VERSION_MIN numbers.
9 years ago
Gabriele
01b73bf704
WebUI: Add command to get the logs
...
Add /query/getLog and /query/getPeerLog to respectively retrieve
the main log and the peer log.
GET /query/getLog
Params:
- normal (bool): include normal messages (default true)
- info (bool): include info messages (default true)
- warning (bool): include warning messages (default true)
- critical (bool): include critical messages (default true)
- last_known_id (int): exclude messages with id <= 'last_known_id'
GET /query/getPeerLog
Params:
- last_known_id (int): exclude messages with id <= 'last_known_id'
9 years ago
Ibrahim Tachijian
2cef805ab6
Add 'Added on' column in Webui. Closes #5145,#1092,#738
9 years ago
ngosang
30b52b9825
[WebUI] Expose Add trackers feature
9 years ago
sledgehammer999
4c79a1d766
Bump API_VERSION to 11.
9 years ago
Eugene Shalygin
f050f15a0c
cmake: fix Qt resources linkage. Closes #5080
...
Qt resource is innitialized by a static object constructor (see
https://wiki.qt.io/QtResources ). When we put resources into a static
library, the linker removes that static objects and thus the resources
themselves. To correct that we append resources to the main executable
sources list. This is done via custom function qbt_target_sources which
knows where to read the executable' name.
9 years ago
sledgehammer999
93d8cadaaf
Bump API_VERSION and API_VERSION_MIN.
9 years ago
buinsky
d63f9e751d
WebUI: Select category on right click
9 years ago
buinsky
fc077257d0
WebUI: Don't show several context menus at the same time
9 years ago
buinsky
d265d2e1a0
WebUI: Adjust context menu position
9 years ago
buinsky
ead592647a
WebUI: Implement delete torrents by category
9 years ago
buinsky
2c24c0bfbf
WebUI: Implement pause torrents by category
9 years ago
buinsky
f7833c9f0c
WebUI: Implement start torrents by category
9 years ago
buinsky
24584503d9
WebUI: Implement removing unused categories
9 years ago
buinsky
50f2437ac3
WebUI: Implement removing categories
9 years ago
buinsky
a4dca52617
WebUI: Implement adding categories
9 years ago
buinsky
a939fca4ac
WebUI: Add empty context menu to categories filter
9 years ago
buinsky
d30a799b45
WebUI: Rename function updateCategoryFN to setCategoryFN
9 years ago
buinsky
c003229fcf
WebUI: Refactor ContextMenu class
9 years ago
buinsky
dbf995480a
WebUI: Change the order of the values of speed labels
9 years ago
ngosang
f53cc05f52
[WebUI] Add missing string
9 years ago
funkydude
268a5a95c8
Move some URLs overs to https
9 years ago
UnDifferential
f50a8d4f59
Support SSL certificate bundles. Issue #4896 .
9 years ago
Vladimir Golovnev (Glassez)
dd34663224
Implement Advanced Saving Management subsystem
...
Closes #4696
9 years ago
Eugene Shalygin
64daecb266
add basic cmake support
9 years ago
buinsky
b94a1b9fbe
WebAPI: Add "Added on" and "Completion on" fields to query/torrents query response
9 years ago
Vladimir Golovnev (Glassez)
c57aaf0216
Create MagnetUri object from BC link or HASH string
9 years ago
ngosang
2ee43758d5
Check WebUI username and password length. Closes #4191
9 years ago
ngosang
9507e12ca7
[Web UI] Minor changes in CSS styles
9 years ago
ngosang
87dc9a4a18
[Web UI] Fix max_ratio precision. Closes #4707
9 years ago
ngosang
6b6411d06b
Download more pieces in "Download first and last pieces first" feature
9 years ago
buinsky
c04f502863
WebUI: Submit the label in the new label dialog on pressing enter key
9 years ago
buinsky
3591a0cedd
WebUI: Repair translation
9 years ago
buinsky
418734b0a3
WebUI: Fix JavaScript exception on WebUI load
9 years ago
buinsky
cdb70a8c14
WebUI: Move style of dynamic table header to CSS
9 years ago
buinsky
b2839a6442
WebUI: Fix unnecessary updates of torrent peers table
9 years ago
sledgehammer999
1af8a1533e
Bump Copyright year.
9 years ago
sledgehammer999
ab813df992
Bump WebUI API_VERSION and API_VERSION_MIN.
9 years ago
buinsky
e8789dcd02
WebUI: Remember last opened tab
9 years ago
Vladimir Golovnev (Glassez)
ea8acf3bbd
Fix unitialized scalar field bugs
9 years ago
Gabriele
9e91cd70ee
WebUI: Allow to remove the label assigned to a torrent
...
Empty strings are not valid label names, but they are used to remove
torrent labels, so allow them.
9 years ago
buinsky
00e6e00e71
Edit speed limits and upload ratio icons
9 years ago
buinsky
165ab473df
WebUI: Fix torrent table context menu
...
Don't show "Limit download speed" menu item for downloaded torrents.
9 years ago
buinsky
a5e6cd256c
WebUI: Fix deleting torrents
...
Fix possible showing "qBittorrent client is not reachable" message on
deleting torrents.
9 years ago
buinsky
f961fd6a7c
WebUI: Repair translation
9 years ago