Eugene Shalygin
c4e16aa820
cmake: set warning and error options
...
The set is far from perfect, but guards against common errors with GCC.
8 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
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
Vladimir Golovnev (Glassez)
dd34663224
Implement Advanced Saving Management subsystem
...
Closes #4696
9 years ago
buinsky
00c765be1b
Implement sync/torrent_peers request
9 years ago
Naikel Aparicio
753c9556fd
Cookies support on WebUI when downloading torrent from a URL. Modified download and upload windows to allow autocompletion of browsers.
...
Fixed the spinner in the WebUI upload page. Modified height of the WebUI download page.
Fixed all the JavaScript functions for download and upload pages.
9 years ago
Felipe Barriga Richards
76d93c23b7
webui (c++): feature: added labels support. #648
9 years ago
ngosang
8e4b9f30bb
[Web UI] Add Web Seeds (HTTP Sources) tab
10 years ago
Gabriele
b5b40abb56
WebUI: Implement 'Force Start' feature.
10 years ago
buinsky
902db2b938
Group setting torrents download limit
10 years ago
buinsky
cf55751fbe
Group setting torrents upload limit
10 years ago
buinsky
facab1681a
Add ability to set super seeding mode for torrents
10 years ago
Vladimir Golovnev (Glassez)
2707f5205f
Fix prefjson::setPreferences() doesn't actually save.
10 years ago
buinsky
383c0e1418
Implement sync/maindata request
10 years ago
buinsky
0d43ee7076
Follow project coding style. Issue #2192 .
10 years ago
Vladimir Golovnev (Glassez)
8a65dbaa4f
WebUI core redesign.
10 years ago
Vladimir Golovnev (Glassez)
9853a9fec9
Modify Http parser/generator classes.
10 years ago
sledgehammer999
e8c14f3507
Use the new Http classes.
11 years ago
sledgehammer999
bd9c231a0b
Enable gzip compression in the webui.
11 years ago
Christophe Dumez
a98ad63d8b
Add support for adding multiple local torrents at once (Web UI)
13 years ago
Christophe Dumez
8986d87ef3
HTTP request handling clean up and optimization
13 years ago
Christophe Dumez
eeda9379d5
HTTP server: Greatly improved HTTP request parsing
13 years ago
Christophe Dumez
f98d4e9149
Web UI code optimization
13 years ago
Christophe Dumez
4385b941bb
Web UI code optimization and clean up
13 years ago
Christophe Dumez
e10a51e61e
Web UI code cleanup
13 years ago
Christophe Dumez
6e7309316c
Started code reorganizing (Moved libtorrent specific files and webui files to subfolders)
14 years ago
Christophe Dumez
019bd476db
- Forgot to update those headers
16 years ago
Christophe Dumez
b9c4a434c9
- Allow to download torrents from a local file (Web UI)
17 years ago
Christophe Dumez
ffa10adecf
- Forgot to commit those
17 years ago
Christophe Dumez
b69a8a0709
- Commit a lot of missing files for web interface
17 years ago