Jordan Lee
a7c6e78985
In Web Client, use jQuery.ajax() to upload files
...
If we use FormData and jQuery.ajax() calls to upload a torrent,
we can stop bundling the jquery.form.js module. In addition, this
simplifies passing arguments in the headers s.t. rpc-server.c doesn't
have to look for the CSRF token as one of the multiparts.
This changes the upload POST behavior, so give it a new name (upload2).
The old function (upload) will be deprecated but kept until 2.90 so
that third-party web clients using the old POST semantics will have
time to update.
Bug #5290 <https://trac.transmissionbt.com/ticket/5290 >
2013-02-10 18:33:04 +00:00
Jordan Lee
f70c4d88c7
(web) remove the freespace-info label from the web client.
...
As discussed at https://trac.transmissionbt.com/ticket/4076#comment:25
the freespace indicator is being moved out of the statusbar to another
place.
2013-02-10 18:32:15 +00:00
Jordan Lee
69aeed3226
(web) #5214 'add storage free space indicator' -- added with patch by taem
2013-02-05 14:45:41 +00:00
Jordan Lee
282ef8adfd
use 'folder' instead of 'directory' in the freespace tooltips
2013-01-27 18:48:59 +00:00
Jordan Lee
729ef84e62
(web) #5214 'add free space indicator': added with patch by taem
2013-01-27 17:41:35 +00:00
Jordan Lee
245ed7c7e2
(trunk, web) #5013 : remove redundant buttons, these were supposed to be removed in r13523
2012-09-26 02:41:47 +00:00
Jordan Lee
b150f1158e
(trunk web) #4993 "Add Set Location on WebUI" -- use luizpaulo's patch to implement this
2012-08-18 15:46:22 +00:00
Mitchell Livingston
d6c1db86cd
#4833 regression: Select / Deselect transfers option missing
2012-06-04 00:28:15 +00:00
Mitchell Livingston
a484f90975
#4739 Webkit notifications for downloading/seeding complete events
2012-05-19 21:37:29 +00:00
Jordan Lee
8f55d04992
(trunk web) remove dead css from the removed filter popup
2012-02-12 17:20:38 +00:00
Jordan Lee
9a27751d77
(trunk web) #4731 "'Select All' and 'Deselect All' options missing from Inspector>Files" -- fixed.
2012-02-03 22:59:33 +00:00
Jordan Lee
8277b5e0e8
(trunk web) restore the web ui's toolbar to the 2.42 look-and-feel
2012-01-24 20:49:46 +00:00
Mitchell Livingston
89a35a880e
alphabetize the sorting options. with "queue order" at the top
2011-11-28 12:37:14 +00:00
Jordan Lee
2d4d29793c
(trunk web) #4637 "sorting by size in the web ui" -- patch added.
2011-11-28 03:35:33 +00:00
Jordan Lee
c56938b433
(trunk web) tweak the filterbar's display of the torrent count
2011-11-14 05:22:27 +00:00
Jordan Lee
37bd984302
(trunk web) followup to r13087 that makes the filterbar grouping a little nicer. Also use livings124's suggestion of always showing the up/down speeds even when they are zero
2011-11-14 01:44:11 +00:00
Jordan Lee
e2c24f28c4
(trunk web) experiment with making the filterbar more phone-friendly
2011-11-13 18:04:29 +00:00
Jordan Lee
69d782c2de
(trunk web) sync the web client's inspector's info tab with the one in the GTK+ and Qt clients. This fixes #4609 and #4608 .
2011-11-04 21:05:24 +00:00
Mitchell Livingston
68a921c40e
update JQuery to 1.7 and jQuery form to 2.87
2011-11-04 02:42:22 +00:00
Jordan Lee
244c3f1839
move the prefs button in the footer bar
2011-11-01 00:33:24 +00:00
Jordan Lee
765ad3a915
move preferences button to the footer
2011-10-28 02:11:10 +00:00
Jordan Lee
d67fc13da4
(trunk web) the preferences dialog is now activated from a toolbar button.
...
This is in preparation for merging about 80% of the scss code between the default and mobile versions of Clutch. Previously the mobile client had the prefs button in the footer and the default client had it in the popup menu. Now both have it in the toolbar instead.
2011-10-26 23:19:38 +00:00
Jordan Lee
04fd976ccf
(trunk web) remove dangling </div> that was introduced in the last commit
2011-10-26 15:53:58 +00:00
Jordan Lee
a2145b188b
(trunk web) changes to clutch's file priority UI:
...
1. use form checkboxes for the 'file wanted' toggle
2. remove unused file_wanted_buttons.png
3. narrow the priority buttons a little
4. narrow the priority buttons' gradient range by about 2/3 so that the colors don't look harsh when there is row after row of priority buttons
2011-10-26 15:50:31 +00:00
Jordan Lee
773cd75d0e
(trunk web) modify the statusbar's speed display a bit.
2011-10-26 04:14:39 +00:00
Jordan Lee
74cb70503b
(trunk web) more changes to the look & feel of the buttons. This is a work in progress.
...
1. sync the toolbar buttons' appearance to match the footer & inspector buttons' new look from r13016
2. make the buttons a little easier to tap as per ticket #3862
3. try new toolbar icons from the 'wireframe mono icons' (CC attribution/noncommerical 3.0) by gentleface.com, found at iconfinder.com.
2011-10-25 23:36:47 +00:00
Jordan Lee
568a6bd119
(trunk web) convert the inspector tab & bottom bar's buttons to use the same css as the inspector's file priority buttons. This is a work in progress & is being checked in for apple testing
2011-10-23 17:10:44 +00:00
Jordan Lee
d6045cba2b
avoid double-include of common.css in IE8
2011-10-17 06:10:06 +00:00
Jordan Lee
4f600724a0
(trunk web) revert part of the previous commit. IE didn't add media query support until IE9, so we still have to explicitly call common.css in an "if IE8" block.
2011-10-16 03:02:39 +00:00
Jordan Lee
106ddfdcc3
stylesheet changes for IE as suggested by reardon in #4555 comment 5
2011-10-16 02:40:28 +00:00
Jordan Lee
1f6d927bac
(trunk web) #4568 "Web Client blank content area in Opera Internet Browser" -- fix HTML5 validation errors reported by validator.w3.org. This fixed the blank content area problem seen with Opera.
2011-10-15 01:33:16 +00:00
Jordan Lee
2186e53649
(trunk web) #4548 "non-local stylesheets and js" -- bundle jqueryui's css and accompanying images so that we don't have to rely on a third-party CDN.
2011-10-14 22:24:23 +00:00
Jordan Lee
dab5fe6bfd
#4515 'load jquery via https' -- done.
2011-10-11 23:13:40 +00:00
Jordan Lee
4c018ea26a
(trunk web) #4555 "Web UI broken in IE9" -- fixed with patch from reardon.
2011-10-11 15:23:41 +00:00
Jordan Lee
54d5b255e4
(trunk, web) #4515 "don't load jquery via https" -- fixed. Xref: http://encosia.com/cripple-the-google-cdns-caching-with-a-single-character/
2011-10-11 04:51:12 +00:00
Mitchell Livingston
cee778d694
#4517 mark "add torrent" and "blacklist" url fields as html5 url fields
2011-09-27 02:34:04 +00:00
Jordan Lee
fa4b43bb7d
#4515 'load jquery-ui via https' -- done.
2011-09-26 23:22:51 +00:00
Jordan Lee
8f3ee91b49
add an 'about' dialog to show the server's version number
2011-09-15 05:16:39 +00:00
Jordan Lee
f08bf73a8f
#4482 'Sections in Prefs window make no sense' -- rearranged as per livings suggesion.
2011-09-14 17:40:37 +00:00
Jordan Lee
779316aa37
(trunk web) #4480 "Bottom bar looks bad on iPhone" -- fixed.
2011-09-14 17:17:03 +00:00
Jordan Lee
c6b31a6f70
(trunk web) #4481 "preference window no longer provides version info" -- add server version information to the server statistics dialog.
2011-09-14 16:29:24 +00:00
Mitchell Livingston
7cbfc15f20
(trunk web) rephrase idle limit text
2011-09-14 12:21:58 +00:00
Jordan Lee
6b8a224059
(trunk web) refactor the preferences dialog into its own class. Make the prefs dialog invokable on iPhones/Androids ( #1131 ) and add stop ratio functionality ( #2006 ).
2011-09-14 05:10:51 +00:00
Mitchell Livingston
0a9e2fed45
update jQuery to 1.6.4
2011-09-13 22:49:03 +00:00
Mitchell Livingston
4c423472b2
(trunk web) rename "duration" to "running time"; align the started count with the other fields
2011-09-13 00:44:36 +00:00
Mitchell Livingston
0db7e2d242
update jQuery to 1.6.3
2011-09-02 22:08:29 +00:00
Jordan Lee
3b4fccadf1
(trunk web) refactor the inspector into its own class; make most of the methods private.
2011-09-02 19:29:41 +00:00
Jordan Lee
7f3a0c33e3
(trunk web) rename the transmission.remote.js file as remote.js
2011-08-31 22:21:22 +00:00
Jordan Lee
895f8ca465
(trunk web) #4459 "Remove 'Compact View' from the action menu" -- done.
2011-08-30 01:54:34 +00:00
Jordan Lee
05155db22c
(trunk web) make the corners of the footer buttons handle transparency.
2011-08-30 00:16:34 +00:00