Commit Graph

129 Commits

Author SHA1 Message Date
Jordan Lee 2faba73c5b (trunk web) rename "iphone" variables and css files as "mobile", since they also work on iPods and Android phones. 2011-08-28 17:24:56 +00:00
Jordan Lee dd2033107f (trunk web) migrate from json.js to json2.js. <http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/> 2011-08-28 14:51:49 +00:00
Jordan Lee 4c1f32836f (trunk web) in Transmission.refilter(), only refilter/resort the torrents that have changed since the last update. This makes the web client scale reasonably well even up to 1000s of torrents. 2011-08-27 21:35:19 +00:00
Jordan Lee 00dfd6ce67 (trunk web) simplify the prefs tab selection code 2011-08-25 08:03:19 +00:00
Jordan Lee 2cff49a247 (trunk web) #4444 "'Show Transfers' missing Seeding category" -- fixed. 2011-08-25 06:26:07 +00:00
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 f19a8a60f3 (trunk web) use the same CDN cache of jQuery that everyone else does s.t. users can avoid redownloading jquery.min.js when using the web client. 2011-08-21 16:59:00 +00:00
Jordan Lee f1d91b1ff8 (trunk web) use jQuery to limit the preference dialog's numberic entry fields to only accept numbers. (the HOWTO for this was at http://www.west-wind.com/weblog/posts/2011/Apr/22/Restricting-Input-in-HTML-Textboxes-to-Numeric-Values) 2011-08-21 05:54:02 +00:00
Jordan Lee 25fa1d9401 (trunk web) rename torrent-renderer.js as torrent-row.js 2011-08-20 23:32:21 +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 307754e807 #671 "torrent queuing" -- modify the queue implementation s.t. every torrent has a queuePosition, even if it's not currently in the queue. 2011-08-02 03:59:54 +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
Jordan Lee 97d80b72aa (trunk web) #4312 "Add sorting by ratio" -- implemented. 2011-06-10 14:04:32 +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
Mitchell Livingston 81f5f82330 #3630 rename and reorder homepage link in the web client 2010-10-16 00:12:14 +00:00
Charles Kerr 35ac787457 (trunk web) #3630 "add a link to the Transmission homepage from the web client" -- added. 2010-10-13 19:28:55 +00:00
Charles Kerr ea3db15ccb and the css and index.html change 2010-09-03 00:41:17 +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
Daniel Lee c231e01e59 (web) yet another test fix 2010-08-10 00:10:08 +00:00
Daniel Lee 4c0361f496 (trunk) #3483:Add 'finished' filter to webui 2010-08-09 00:40:46 +00:00
Charles Kerr cbf51842c8 (trunk web) #3278 "add sorting by size support to web client" -- fixed. 2010-08-08 21:11:20 +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
Charles Kerr cdcc4705aa (trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while. 2010-07-03 00:25:22 +00:00
Daniel Lee ad9814612d (web) fix whitepsaces 2010-06-21 13:14:33 +00:00
Daniel Lee f07921bad2 fix r10804 2010-06-19 20:43:26 +00:00
Charles Kerr 25b966fe24 (trunk) #2758 "add compact mode to web gui" -- patch by fx and kim 2010-06-19 16:36:00 +00:00
Daniel Lee e8432b769a (web) #3285:Add peer list to inspector 2010-06-17 04:40:06 +00:00
Daniel Lee 2db4b86a12 (web) #3281:Filter by active 2010-06-17 04:38:03 +00:00
Charles Kerr d3ac3b27e0 (trunk) #2960 "add torrent availability to web interface and remote" -- implemented via a patch from Longinus00 2010-04-20 01:48:40 +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
Kevin Glowacz 56466319f5 (trunk web) Add a trackers tab patch from mjpieters, with minor style changes 2010-01-31 02:42:48 +00:00
Kevin Glowacz 61ebb7fa0f (trunk web) These tags shouln't be self closing and then also closed 2010-01-15 03:41:46 +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
Mitchell Livingston aa908ab864 #2592 remove swarm speed from the web ui 2009-11-22 00:55:20 +00:00
Kevin Glowacz 178b685eb6 (trunk web) unobtrusified tab switching 2009-11-10 05:43:14 +00:00
Kevin Glowacz fe8743be5c (trunk web) Add turtle mode. Patch from Grug. Fixes #2157 2009-11-10 05:42:57 +00:00
Kevin Glowacz 4cf0d0986a (trunk web) show pieces info in the inspector 2009-10-31 02:19:45 +00:00
Kevin Glowacz f6c6ebdf70 (trunk web) remove all references to tracker as it no longer exists in this fashion. fixes #2509 2009-10-31 02:19:38 +00:00
Charles Kerr 4a09a1de13 (trunk) remove tr_stats fields: downloaders, leechers, seeders, timesCompleted as per discussion with livings 2009-09-26 06:20:33 +00:00
Kevin Glowacz 89c5b691f5 (trunk web) delete 'remove data' tool bar item for consistency. (Data is still removable via the right click menu) 2009-07-07 01:11:24 +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
Kevin Glowacz 01604035e2 (trunk web) enable the torrent inspector for iPhone / iPod.
Double tap the torrent to show the inspector for it.
patch from r0ssar00
2009-06-23 01:52:20 +00:00
Kevin Glowacz 3618c6da01 (trunk web) safari looking filter for all IEs 2009-05-31 17:05:29 +00:00
Kevin Glowacz 4193f2b201 (trunk web) move ie specific stylesheet logic into the html to prevent a js race condition 2009-05-31 17:05:22 +00:00
Kevin Glowacz 422938e06c (trunk web) html 5 doctype and as close to valid as possible 2009-05-31 04:49:06 +00:00
Kevin Glowacz 28b327b55a (trunk web) fix a few IE7 display issues 2009-05-29 01:47:10 +00:00
Kevin Glowacz 720e684e86 (trunk web) uls in a span insn't valid, make it a div 2009-05-27 23:14:02 +00:00
Kevin Glowacz a6eac2f2ab (trunk web) #1920 multi upload support for browsers that suport it 2009-05-25 21:53:50 +00:00
Mitchell Livingston 2ff89a17e5 eliminate a meaningless Safari error 2009-03-16 02:49:02 +00:00
Mitchell Livingston e7de174f5a remove reference to tinysort 2009-03-14 23:08:38 +00:00
Mitchell Livingston 83929f8396 #1435 selective downloading and file prioritization for web ui 2009-03-14 21:33:08 +00:00
Charles Kerr 57ac99d6a1 (trunk web) don't use jquery.dimensions as a separate file anymore; it's been integrated into the JQuery core. http://forum.transmissionbt.com/viewtopic.php?f=8&t=7193&p=35322#p35322 2009-03-10 23:00:17 +00:00
Mitchell Livingston 454e004bd9 #1817 Add "verify local data" feature to web client 2009-03-04 00:19:11 +00:00
Mitchell Livingston bb0f9d9ad1 (trunk) #1602 Internet Explorer 6 & 7 Support in WebUI 2009-02-19 23:02:22 +00:00
Charles Kerr e7da7c887b (trunk web) #1811 update 2009-02-19 19:07:05 +00:00
Charles Kerr 81a738c7f8 (trunk web) #1811: Validation XHTML of Web Interface 2009-02-19 14:38:55 +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
Mitchell Livingston 2699e3c915 on the iPhone/iPod touch, have the web ui be treated as a full-screen web app when launched from the home screen 2008-10-06 02:13:12 +00:00
Charles Kerr 21c141a4ef (web) by Paweł Golonko
1: fix #1172 part 3
2: fix sort-by-progress reported by tziOm
3. fix preferences dialog typo
2008-09-19 16:17:35 +00:00
Charles Kerr dd44aab556 (web ui) preference dialog cleanups and other small fixes by Paweł Golonko 2008-09-18 21:25:23 +00:00
Charles Kerr 84b9f5ec98 better r6662 2008-08-29 20:21:43 +00:00
Charles Kerr f8580d440a (clutch) #1240: inspector's layout is broken 2008-08-29 17:57:53 +00:00
Malcolm Jarvis 74be26b29e * Possible fix for 1183
* Standardise the type of quotes used in index file.
2008-08-12 04:01:56 +00:00
Charles Kerr bfb765db3b (web) #1116: clean the remainings of php 2008-08-12 01:28:50 +00:00
Charles Kerr 0a8725a6bc (web) #1160: web ui inconsistent names 2008-08-12 01:06:16 +00:00
Malcolm Jarvis c921dceae8 Finally cave in to BentMyWookie's demands 2008-08-09 06:10:46 +00:00
Malcolm Jarvis fe8cd522ff Get rid of grey text in filter input in safari. 2008-08-09 04:44:08 +00:00
Malcolm Jarvis 27bcd35267 Fix filter text box bugs reported by BentMyWookie and a bit more cleanup 2008-08-09 04:38:51 +00:00
Charles Kerr 4c7ca15f97 (web) #1147: remove "add torrent by URL" from web client 2008-08-07 19:41:33 +00:00
Malcolm Jarvis c1688e3f90 Removing Extranious PHP from index file and Javascript. Add Conditional CSS links to iphone css. 2008-07-30 00:13:51 +00:00
Mitchell Livingston 2117a26b30 web ui's preset speed options match the Mac client's 2008-07-21 23:02:11 +00:00
Mitchell Livingston bc63ed4053 rename "Clutch" to "Transmission Web Interface" 2008-07-21 02:46:35 +00:00
Charles Kerr f2022675bd initial import of the clutch-rpc branch 2008-07-10 23:40:28 +00:00