ngosang
8347eb157d
Check WebUI username and password length. Closes #4191
2016-03-05 19:41:09 +02:00
buinsky
c184cf8d7d
WebUI: Submit the label in the new label dialog on pressing enter key
2016-03-05 19:41:07 +02:00
buinsky
6a90214eb2
WebUI: Repair translation
2016-03-05 19:41:06 +02:00
buinsky
226ec0610a
WebUI: Fix JavaScript exception on WebUI load
2016-03-05 19:41:06 +02:00
ngosang
694bd7cb95
Download more pieces in "Download first and last pieces first" feature
2016-03-05 19:41:06 +02:00
ngosang
78fe7fcf9d
[Web UI] Fix max_ratio precision. Closes #4707
2016-03-05 19:41:05 +02:00
buinsky
29b5d460ea
WebUI: Fix unnecessary updates of torrent peers table
2016-01-21 00:44:14 +02:00
buinsky
a441bca4de
WebUI: Move style of dynamic table header to CSS
2016-01-21 00:44:14 +02:00
sledgehammer999
f235d412f8
Bump Copyright year.
2016-01-19 01:44:03 +02:00
sledgehammer999
0fdb23098b
Bump WebUI API_VERSION and API_VERSION_MIN.
2016-01-19 01:32:32 +02:00
Vladimir Golovnev (Glassez)
013a1b8403
Fix unitialized scalar field bugs
2016-01-18 19:45:45 +02:00
buinsky
bf1559320b
WebUI: Remember last opened tab
2016-01-18 19:45:44 +02:00
buinsky
48175bbb85
WebUI: Repair translation
2016-01-18 19:45:42 +02:00
Gabriele
3b03bb286e
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.
2016-01-18 19:45:41 +02:00
filipporig8
8fa2adb6fc
Update webui run program parameters
2016-01-18 19:45:38 +02:00
buinsky
70105d5834
WebUI: Fix torrent table context menu
...
Don't show "Limit download speed" menu item for downloaded torrents.
2016-01-18 19:45:38 +02:00
buinsky
05961faf42
WebUI: Fix deleting torrents
...
Fix possible showing "qBittorrent client is not reachable" message on
deleting torrents.
2016-01-18 19:45:38 +02:00
buinsky
eaf6e47391
Edit speed limits and upload ratio icons
2016-01-18 19:45:37 +02:00
Chocobo1
50881b9972
Rename column header
2016-01-18 19:45:35 +02:00
buinsky
c89b9edf27
Move some styles into css
2016-01-18 19:45:33 +02:00
Naikel Aparicio
0d59d6a03e
Implemented WebUI interface for the new Watched Folders feature
2016-01-18 19:45:27 +02:00
sledgehammer999
c1f77d45ab
Improve the "Watch folders" UI. Closes #4300 .
2016-01-18 19:45:24 +02:00
sledgehammer999
a374b99ba2
Update native names for Chinese locales. Closes #4381 .
2016-01-18 19:45:21 +02:00
buinsky
226f74a866
Fix paused, active and inactive filters
2016-01-18 19:45:20 +02:00
buinsky
cf35392cd2
WebUI: Show filtered torrents number
2016-01-18 19:45:20 +02:00
sledgehammer999
29fc5bc80d
Bump WebUI API_VERSION.
2015-12-08 00:28:19 +02:00
buinsky
76d6d9a4f9
Implement torrent peers table in WebUI
2015-12-08 00:28:18 +02:00
buinsky
0c8abd0abb
Implement sync/torrent_peers request
2015-12-08 00:28:18 +02:00
buinsky
a4ff039abc
Rename 'context_menu' variable to 'torrents_table_context_menu'
2015-12-08 00:28:17 +02:00
buinsky
c8be062e19
Rename 'myTable' variable to 'torrentsTable'
2015-12-08 00:28:17 +02:00
buinsky
29443a2c10
Split the DynamicTable class into 2 classes
2015-12-08 00:28:16 +02:00
buinsky
e402556e91
Add seeds tab to WebUI
2015-12-08 00:28:16 +02:00
Vladimir Golovnev (Glassez)
4ed4ebcdb7
Rename Core to Base ( Closes #3733 ).
2015-12-08 00:28:16 +02:00
sledgehammer999
9b1090332b
Use simpler DEFINE for detecting Qt5 so moc will work too.
2015-12-08 00:28:12 +02:00
Naikel Aparicio
c5d807ef65
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.
2015-12-08 00:24:16 +02:00
ngosang
40bdeb6c2d
[WebUI] Change colors in selected filters and torrents.
2015-11-09 03:38:37 +01:00
sledgehammer999
0b68c2356c
Merge pull request #4111 from dpeukert/master
...
WebUI: Change selected color
2015-11-23 10:18:03 -06:00
sledgehammer999
3e6d76245c
Bump WebUI API_VERSION.
2015-11-22 22:08:16 +02:00
sledgehammer999
18f3517efa
New translation: Esperanto
...
Also re-run lupdate.
2015-11-22 22:08:10 +02:00
sledgehammer999
5b232528cc
Fixup previous commit.
2015-11-16 02:58:41 +02:00
dsimakov
1f17a7836d
1. In option window add column 'download path' for watched folders and enlarge heigth.
...
2. Change logic checkbox in column 'download here': if it checked,
then torrent file will download to watchdir, if state is unchecked,
will be use download path from next column.
2015-11-16 02:45:23 +02:00
Daniel Peukert
3901f1555d
WebUI: Change selected color
...
The selected color was little bit too close to the progress bar color.
2015-11-14 00:23:33 +01:00
ngosang
e0be09dd81
[WebUI] Patch mootools-more to fix IPv6 problem. Closes #3621
2015-11-09 01:57:40 +01:00
sledgehammer999
472fff06dc
Merge pull request #3984 from glassez/root_path
...
Fix TorrentHandle path methods. Closes #3847 .
2015-11-06 16:03:48 -06:00
sledgehammer999
4cecb585bc
Merge pull request #3444 from ngosang/webui_labels
...
[Web UI] Labels implementation
2015-11-03 16:31:05 -06:00
sledgehammer999
f7f23d2ae9
Merge pull request #3809 from ngosang/webui_optim
...
[Web UI] Code cleanup and little change in contextual menu
2015-11-01 17:38:55 -06:00
Vladimir Golovnev (Glassez)
501ab07024
Fix TorrentHandle path methods. Closes #3847 .
2015-11-01 17:09:09 +03:00
Vladimir Golovnev (Glassez)
52db762677
Cast MaxRatioAction to int when store as JSON. Closes #3939 .
2015-10-19 21:14:41 +03:00
sledgehammer999
8d025949d9
Merge pull request #3838 from glassez/wswitch
...
Fix compiler warnings (Closes #3826 ).
2015-10-10 13:01:27 -05:00
sledgehammer999
e39f8fafb1
Bump WebUI API_VERSION.
2015-10-09 16:46:20 +03:00