1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00
transmission/web/javascript
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
..
jquery In Web Client, use jQuery.ajax() to upload files 2013-02-10 18:33:04 +00:00
.transmission.js.swo In Web Client, use jQuery.ajax() to upload files 2013-02-10 18:33:04 +00:00
.transmission.js.swp In Web Client, use jQuery.ajax() to upload files 2013-02-10 18:33:04 +00:00
common.js (web) #5138 'sort setting lost after some days' -- set the cookies to expire after a year, rather than a month. 2013-01-05 03:29:22 +00:00
dialog.js (trunk web) #4993 "Add Set Location on WebUI" -- use luizpaulo's patch to implement this 2012-08-18 15:46:22 +00:00
file-row.js #5108 Multi-file torrent selection bug 2012-10-29 22:14:46 +00:00
formatter.js #5086 Fix web interface ngettext 2012-10-10 03:03:32 +00:00
inspector.js Make accidentally-public function names private 2013-02-10 18:32:40 +00:00
Makefile.am update makefile for notifications.js 2012-06-15 23:23:31 +00:00
notifications.js #5007 Web client attempts to post notifications without permission, causing transfers not to update 2012-08-07 23:00:10 +00:00
prefs-dialog.js spacing fix for r13217 2012-02-11 03:52:57 +00:00
remote.js In Web Client, use jQuery.ajax() to upload files 2013-02-10 18:33:04 +00:00
torrent-row.js #5103 Restore DL/UL Arrows and Rates While Downloading 2012-10-25 03:56:57 +00:00
torrent.js (web, trunk) #5072 'web client does not show webseed download count' -- use cfpp2p's patch to make it behave like the Mac client. 2012-10-06 18:22:57 +00:00
transmission.js In Web Client, use jQuery.ajax() to upload files 2013-02-10 18:33:04 +00:00