1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-18 20:30:43 +00:00
Commit graph

52 commits

Author SHA1 Message Date
Jordan Lee
2dc746a7b6 (trunk web) A lot of web cleanup, refactoring, bugfixes, and probably new breakage. Filterbar/statusbar has been reworked. Added filter-by-tracker. Compact mode now works in "iPhone" mode. 2011-08-24 02:04:35 +00:00
Jordan Lee
b36c648b31 (trunk web) Torrent class cleanup:
1. remove some of its unnecessary coupling to other classes
2. make more of its method names consistent with each other
3. make its field names consistent with the RPC spec
4. better grouping of methods by relevance
5. syntactical cleanup
2011-08-20 21:17:12 +00:00
Jordan Lee
485733c36a (trunk web) #3624 "Compact mode is very slow for large number of torrents" -- fixed. 2011-08-16 18:49:26 +00:00
Jordan Lee
e8e812f787 #671 "torrent queuing" -- better Web Client support of queue by deltasquare4 2011-08-06 15:19:29 +00:00
Jordan Lee
61174b007e (trunk) #671 "torrent queuing" -- Preliminary implementation. Covers libtransmission; GTK+ and Qt clients, and rudimentary web client support. 2011-08-01 22:24:24 +00:00
Mitchell Livingston
878f8c775e #4176 Add torrent by info hash 2011-06-16 02:19:39 +00:00
Jordan Lee
a6f90b6a2e (trunk web) #4170 "Ask tracker for more peers" -- implemented by a nice patch from Dmitry 2011-05-15 17:46:26 +00:00
Mitchell Livingston
a0afcac4b0 #4093 Peer and network settings accessible through the Web Client 2011-03-10 01:37:58 +00:00
Charles Kerr
3a5d17cfde (trunk) #1538 "Make Web UI URL configurable" -- added to trunk. Patch by wereHamster 2010-12-12 18:22:11 +00:00
Charles Kerr
d77abbea63 (trunk web) revert the web client back to r11156 to erase the traces of the attempt to get clutch working with jQuery's GUI widgets. 2010-09-03 00:03:21 +00:00
Charles Kerr
fa7f51f130 (trunk web) rewrite the dialogs to use jQuery.UI instead of a homerolled dialog. This partially to use more standardized components, and partially to get rid of as many browser/platform-specific hardcodings as possible to make the code more flexible. I'm flying blind wrt iPhone support, so for a little while this may be a two-steps-forward-one-step-back process. Feedback from users runnin the web client on their phones is encouraged... 2010-08-08 20:06:46 +00:00
Daniel Lee
ad9814612d (web) fix whitepsaces 2010-06-21 13:14:33 +00:00
Charles Kerr
e1607c8354 (trunk) #2898 "add pausing and deletion to daemon" -- committed patch from Longinus00 to trunk for 2.00 2010-03-17 19:23:03 +00:00
Charles Kerr
5363c7d89b (trunk web) #2774 "Support stats display feature in the web client" -- implemented for 2.00 2010-03-11 04:50:04 +00:00
Charles Kerr
89c55c5b6a (trunk web) #2772 "Even after a magnet link gets metainfo, the Web GUI doesn't use that metainfo" -- fixed in trunk for 1.90 2010-02-06 16:43:48 +00:00
Kevin Glowacz
a807325f08 (trunk web) work around a context bug in jquery14 2010-01-21 01:43:05 +00:00
Kevin Glowacz
526f8006eb (trunk web) show version info in the prefs dialog 2009-12-20 21:06:20 +00:00
Kevin Glowacz
7132dfda94 (trunk web) 'Start when added' checkbox when adding torrents. Patch from Grub (with fixes). Fixes #2295. 2009-12-06 03:21:16 +00:00
Kevin Glowacz
a53de0d430 (trunk web) Add Select / Deselect All buttons to the file listing. Patch from Grug. Fixes #2294 2009-12-06 03:21:08 +00:00
Charles Kerr
7840d85a24 (trunk web) #2157: web ui should support turtle mode 2009-11-14 14:57:47 +00:00
Kevin Glowacz
fe8743be5c (trunk web) Add turtle mode. Patch from Grug. Fixes #2157 2009-11-10 05:42:57 +00:00
Charles Kerr
bf1a544939 (trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source 2009-08-12 14:40:32 +00:00
Kevin Glowacz
6138abe38f (trunk web) refactor sendTorrentCommand in my quest to allow remote.js to stand on its own
This also happens to fix #2322. Before, the callback would only update
recently-active torrents. Now it updates all affected torrents.
2009-08-12 02:53:45 +00:00
Kevin Glowacz
192365d4f9 (trunk web) DRY up requested torrent fields
This just so happens to fix 2307. recheckProgress was missing
from the inital field request.
2009-08-07 00:39:07 +00:00
Kevin Glowacz
da9e099cf5 (trunk web) load the initial preferences asynchronously 2009-07-28 04:53:08 +00:00
Kevin Glowacz
1901c44bf0 (trunk web) remote shouldn't know the internals of transmission 2009-07-28 04:53:04 +00:00
Kevin Glowacz
43ae380779 (trunk web) ability to get the torrent's seed ratio 2009-07-28 04:52:52 +00:00
Kevin Glowacz
588490a232 (trunk web) let rpc tell us the ratio 2009-07-28 04:52:41 +00:00
Kevin Glowacz
7b755a9596 (trunk web) refresh all of the torrent's data when change a file 2009-06-30 03:37:40 +00:00
Kevin Glowacz
c7d3eabf40 (trunk web) don't show internal files 2009-06-30 03:37:34 +00:00
Kevin Glowacz
8c812ca086 (trunk web) add "Where" info to the inspector. Fixes #2246 2009-06-26 03:03:17 +00:00
Charles Kerr
368115f7df (trunk web) #2238: Verify status freeze 2009-06-24 14:09:46 +00:00
Kevin Glowacz
8ffbe72dcb (trunk web) IE hates extra commas 2009-05-26 15:11:44 +00:00
Charles Kerr
d7bf2ee472 (trunk web) fix a leaked javascript variable 2009-05-24 16:56:29 +00:00
Kevin Glowacz
77f282f958 (trunk web) speed improvments 2009-05-22 22:45:09 +00:00
Charles Kerr
3b06df5e1a part two of r8358. patch by kjg 2009-05-08 15:02:22 +00:00
Charles Kerr
b293474ae4 (trunk web) web ui fixes from kjg 2009-05-08 02:43:17 +00:00
Malcolm Jarvis
3610272c4c Fixing upload torrent by URL 2009-03-30 22:35:13 +00:00
Charles Kerr
b1fc4ed8c4 (trunk) #1950: Add off-peak hour bandwidth limiting to libtransmission, rpc 2009-03-25 19:18:00 +00:00
Mitchell Livingston
9f4e42c4eb #1939 fix javascript error in r8073 2009-03-18 21:43:11 +00:00
Malcolm Jarvis
8056917945 Fixing remove data in webui 2009-03-18 00:47:25 +00:00
Mitchell Livingston
83929f8396 #1435 selective downloading and file prioritization for web ui 2009-03-14 21:33:08 +00:00
Mitchell Livingston
454e004bd9 #1817 Add "verify local data" feature to web client 2009-03-04 00:19:11 +00:00
Duncan Beevers
03b8d8a4b7 (trunk web) Add option to remove data when removing torrent from web interface 2009-02-12 17:20:43 +00:00
Duncan Beevers
f00619bab7 Add upload torrent by url to web interface 2009-01-20 03:41:19 +00:00
Charles Kerr
9c9beb7cba (clutch) #1296: Peer count on web interface is wrong 2008-09-28 16:11:12 +00:00
Charles Kerr
4c7ca15f97 (web) #1147: remove "add torrent by URL" from web client 2008-08-07 19:41:33 +00:00
Charles Kerr
771f299c53 (rpc) to lower the bandwidth/cpu used up by very large torrent lists, allow finer-grained control over which fields to return in the `torrent-get' request. 2008-07-26 14:47:07 +00:00
Charles Kerr
2bd8dbf33a (rpc) allocate a bit in torrent-set/torrent-get for detailed peer information 2008-07-16 20:31:17 +00:00
Charles Kerr
af626c9e0b (clutch) fix error with setting the incoming port via clutch preferences. reported by lolek in irc 2008-07-16 20:06:28 +00:00