Commit Graph

187 Commits

Author SHA1 Message Date
Kevin Glowacz 588490a232 (trunk web) let rpc tell us the ratio 2009-07-28 04:52:41 +00:00
Charles Kerr b3bd122108 (trunk clutch) #2272: Web UI list items do not "match" in FF 3.5 2009-07-13 14:03:17 +00:00
Kevin Glowacz 8aef0564d6 (trunk web) enable open dialog on iPhone 2009-07-07 01:11:30 +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 317a9b3366 (trunk web) iPhone file inspector improvements 2009-07-06 23:51:02 +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 a395528151 (trunk web) fix r8742 oops 2009-06-24 14:13:11 +00:00
Charles Kerr 368115f7df (trunk web) #2238: Verify status freeze 2009-06-24 14:09:46 +00:00
Kevin Glowacz 7dd74187b0 (trunk web) hide the iPhone address bar on orientation change 2009-06-23 01:52:25 +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 10d5a762ec (trunk web) store torrents in a hash instead of an array 2009-06-07 23:55:42 +00:00
Kevin Glowacz 8bff61ccd5 (trunk web) make these self referential 2009-06-07 04:46:17 +00:00
Kevin Glowacz cbd95c8680 (trunk web) make sure the torrent array doesn't change between getting the index and accessing it 2009-06-06 22:17:24 +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 b857354e75 (web trunk) 100x more precise progress bars 2009-05-31 00:48:43 +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 782130435a (trunk web) remove the files when the torrent is removed 2009-05-27 23:12:06 +00:00
Kevin Glowacz 8ffbe72dcb (trunk web) IE hates extra commas 2009-05-26 15:11:44 +00:00
Kevin Glowacz a6eac2f2ab (trunk web) #1920 multi upload support for browsers that suport it 2009-05-25 21:53:50 +00:00
Charles Kerr 7c68a0895c (trunk web) elminate a right-click bind() for the Torrents in the transfer list 2009-05-25 15:46:25 +00:00
Charles Kerr b7b8121c6e (trunk web) revert that last change 2009-05-25 13:31:03 +00:00
Charles Kerr a32cbd7a91 (trunk web) bind globally instead of to each individual transfer. 2009-05-25 07:33:59 +00:00
Kevin Glowacz 818575dced (trunk web) add the single_file class back in 2009-05-25 04:13:08 +00:00
Kevin Glowacz 231110f747 bind globally instead of to each individual file
this brings us from 35 down to 8 function calls per file initalization
2009-05-25 04:07:48 +00:00
Kevin Glowacz 8c9fb12e82 (trunk web) add back an accidently deleted variable 2009-05-25 02:19:17 +00:00
Charles Kerr d983d07fdb (trunk web) various small changes (1) remove a dangling variable, (2) add some missing semicolons, (3) prefer === and !== over == and != where sensible, (4) avoid + for strings 2009-05-25 01:18:51 +00:00
Kevin Glowacz 9f75e3ba61 (trunk web) don't try to show a file list that is already showing. It causes hangs in FF3.5 2009-05-25 00:41:44 +00:00
Kevin Glowacz 8cafb677da (trunk web) allow file names to break on \ _ or . 2009-05-24 22:45:41 +00:00
Charles Kerr 7901f908af (trunk web) when creating new Torrent objects, build the file list in a document fragment too... 2009-05-24 19:34:54 +00:00
Charles Kerr 353e76ea1e (trunk web) keep handles to each of the inspector's info tab's widgets, so we don't have to search for them every time 2009-05-24 18:39:21 +00:00
Charles Kerr d7bf2ee472 (trunk web) fix a leaked javascript variable 2009-05-24 16:56:29 +00:00
Charles Kerr d147d93d2a (trunk web) fix striping in the file list, which I broke last night 2009-05-24 16:05:28 +00:00
Charles Kerr d9623ef597 (trunk web) very minor optimizations 2009-05-24 15:48:18 +00:00
Charles Kerr 05bd3caaf9 (trunk web) #2052: when adding new torrents to the list (such as on startup), batch together all the additions to prevent unnecessary dom reflows 2009-05-24 01:29:03 +00:00
Charles Kerr f357fc013c (trunk web) possibly fix bug seen by bmw 2009-05-24 00:02:43 +00:00
Charles Kerr f1afe16889 (trunk web) don't use reserved word 'class' as a local variable name 2009-05-23 23:52:36 +00:00
Charles Kerr ae8335bf7a (trunk web) building an array of toolbar buttons is sort of expensive in jQuery, so just do it once on startup, and keep that copy. 2009-05-23 21:39:16 +00:00
Charles Kerr 998c6e6e8e (trunk web) a simple tweak to setInnerHTML() clears out about 20% of the periodic refresh overhead on my setup... 2009-05-23 21:14:03 +00:00
Charles Kerr 529000a6e2 (trunk web) #2052: "warning: unresponsive script". what's new in this iteration: http://trac.transmissionbt.com/ticket/2052#comment:10 2009-05-23 20:39:55 +00:00
Kevin Glowacz f3398cd608 (trunk web) speed up file refreshHTML 2009-05-23 19:02:47 +00:00
Charles Kerr a1b2c6d640 (trunk web) #2052: "Warning: Unresponsive Script" in Web GUI 2009-05-23 18:09:56 +00:00
Kevin Glowacz 9f612522bb (trunk web) more torrent file js speedups 2009-05-23 15:41:02 +00:00
Charles Kerr 63b6ca7748 (trunk web) #2052: "Warning: Unresponsive Script" 2009-05-23 15:05:58 +00:00
Kevin Glowacz f8ff6b415a (trunk web) huge speed improments when initalize files 2009-05-23 06:09:57 +00:00
Kevin Glowacz 6ed3538e8c (trunk web) fix the inspector tabs 2009-05-23 04:07:24 +00:00
Kevin Glowacz c96212b18c (trunk web) prevent menu event bubble up 2009-05-23 02:56:55 +00:00
Kevin Glowacz cd7b3298a3 (trunk web) don't count on 'transmission' being defined 2009-05-23 02:28:04 +00:00
Kevin Glowacz d90c3f04b4 (trunk web) prevent extra pointless requests 2009-05-22 23:46:14 +00:00
Kevin Glowacz 77f282f958 (trunk web) speed improvments 2009-05-22 22:45:09 +00:00
Kevin Glowacz 1473426975 (trunk web) allow the tracker and comment info fields to linebreak on a / fixes #1188 2009-05-19 13:19:55 +00:00
Kevin Glowacz 59810c0e11 (trunk web) fix _leftUntilDone not updating when it hits 0 2009-05-19 13:19:51 +00:00
Kevin Glowacz 710d8b7fc2 (trunk web) use the correct image and style it properly 2009-05-19 13:19:45 +00:00
Charles Kerr 84841de9c8 (trunk web) #2085 in Web Client, torrents added by URL are always paused, regardless of preferences 2009-05-16 16:59:45 +00:00
Charles Kerr cf389fd684 #2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui#2073: can't upload new torrent file in web ui 2009-05-14 17:21:07 +00:00
Malcolm Jarvis 656f3c1315 kjg's patch for #2061 2009-05-14 03:09:37 +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
Charles Kerr 3c5ba86fc7 (trunk clutch) only refresh the inspector's innerHTML fields when something's actually changed 2009-04-29 17:48:04 +00:00
Charles Kerr 3d97a50176 remove console.log message that will break IE because IE doesn't have a console. 2009-04-29 13:27:08 +00:00
Charles Kerr b18acea58d (trunk clutch) only update the file list's html elements when the model's contents actually require it. 2009-04-29 11:59:29 +00:00
Malcolm Jarvis 85b33e22be Hopefully put an end to all these percentage bugs in the web client 2009-04-24 03:21:15 +00:00
Charles Kerr 08fe5351eb (trunk clutch) #2003: rounding error causes web client to report 100% before done 2009-04-22 20:40:08 +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 8158ec60b3 #1940 Disable file wanted and priority selector when there is only one file. 2009-03-19 12:46:53 +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 e3d7ee683a #1931 allow dialog window height to be dynamic 2009-03-16 12:10:40 +00:00
Mitchell Livingston 7eee62f554 web ui - file priority buttons that aren't clickable on a completed file 2009-03-16 03:04:25 +00:00
Mitchell Livingston 2ff89a17e5 eliminate a meaningless Safari error 2009-03-16 02:49:02 +00:00
Mitchell Livingston 338ce43037 #1925 You can no longer toggle file wanted on completed files (web ui) 2009-03-15 15:38:36 +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
Mitchell Livingston 0e5bfb8e6a #1602 better ie 6 and 7 support 2009-03-12 12:19:05 +00:00
Mitchell Livingston 30bc19eada #1519 fix web ui's dialog layout 2009-03-12 12:18:41 +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
Charles Kerr e3fe892c0a (trunk web) update jquery from 1.3.1 to 1.3.2 2009-03-10 02:00:53 +00:00
Mitchell Livingston 454e004bd9 #1817 Add "verify local data" feature to web client 2009-03-04 00:19:11 +00:00
Charles Kerr fb1826bcf8 (trunk web) use a better minifier for jquery.form.min.js. 2009-03-03 14:06:56 +00:00
Charles Kerr 0aac8e2077 (trunk web) upgrade jquery from 1.2.6 to 1.3.1; upgrade jquery.form from 2.12 to 2.21 2009-03-03 05:13:48 +00:00
Mitchell Livingston d7f8e8d2f6 (trunk) #1855 improve the iphone's web ui appearance for the top bars 2009-02-23 03:03:21 +00:00
Mitchell Livingston 05119cf2a5 (trunk) #1856 on the iPhone, when the web interface is in portrait mode and run full screen, display the footer bar in the correct place 2009-02-22 20:07:56 +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
Charles Kerr b0bc5888da (clutch) #1567: Web interface uses wrong boolean type in JSON messages 2008-12-06 16:56:26 +00:00
Mitchell Livingston 0b9b36f1e6 "sheets" in the web ui should appear from behind the "toolbar" 2008-11-09 21:32:45 +00:00
Mitchell Livingston 25c4e1c886 make the displaying of multiple trackers in the web ui a bit nicer 2008-10-30 01:47:25 +00:00
Malcolm Jarvis 80d92b72d9 #1390 - Download limits in preferences are shown using megabytes 2008-10-29 18:06:33 +00:00
Charles Kerr 545414c632 fix jquery-dimensions include bug reported by Spry 2008-10-19 18:52:47 +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 9c9beb7cba (clutch) #1296: Peer count on web interface is wrong 2008-09-28 16:11: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