Closed
Bug 793749
Opened 12 years ago
Closed 12 years ago
Add support for the PLAINTEXT signature method to oauth.jsm
Categories
(Thunderbird :: FileLink, enhancement)
Thunderbird
FileLink
Tracking
(thunderbird16 fixed, thunderbird17 fixed)
RESOLVED
FIXED
Thunderbird 18.0
People
(Reporter: florian, Assigned: tom)
References
Details
Attachments
(1 file)
5.77 KB,
patch
|
florian
:
review+
standard8
:
approval-comm-aurora+
standard8
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
The PLAINTEXT OAuth signature method is required to add Spideroak support for Filelink, and is also needed to fix bug 764312 (sending files with a name containing the '(' or ')' characters through Ubuntu One).
A patch for this has been developed and reviewed in bug 744035 for Spideroak, but it would be useful for Ubuntu One to land this before the Spideroak support is finished, so I'm splitting this out to a separate bug per Mark's request.
Reporter | ||
Comment 1•12 years ago
|
||
This patch comes from bug 744035. It's an almost exact copy of attachment 636163 [details] [diff] [review].
I only fixed a coding style nit I had (renamed the "verifier" parameter to "aVerifier") and added a commit message (that lists Tom Thompson as the author).
David Bienvenu already reviewed that patch in bug 744035. I did a drive by review there of a previous version of the patch (I'm the original author of that OAuth code), and my review comments have been addressed.
I think we should take this for Thunderbird 17 to fix bug 764312, and possibly for Thunderbird 16 too.
After this lands, someone should verify that bug 764312 is actually fixed, and that the Dropbox add-on still works.
Attachment #664103 -
Flags: review+
Attachment #664103 -
Flags: approval-comm-beta?
Attachment #664103 -
Flags: approval-comm-aurora?
Reporter | ||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 18.0
Comment 3•12 years ago
|
||
Comment on attachment 664103 [details] [diff] [review]
Patch (from bug 744035)
Mike says this works fine with Dropbox, so a=me.
Attachment #664103 -
Flags: approval-comm-beta?
Attachment #664103 -
Flags: approval-comm-beta+
Attachment #664103 -
Flags: approval-comm-aurora?
Attachment #664103 -
Flags: approval-comm-aurora+
Comment 4•12 years ago
|
||
Checked in:
https://hg.mozilla.org/releases/comm-aurora/rev/05cd7c19db4e
https://hg.mozilla.org/releases/comm-beta/rev/5f3a3fa7a27f
status-thunderbird16:
--- → fixed
status-thunderbird17:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•