Features/Thunderbird/BigFiles: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{FeatureStatus
{{FeatureStatus
|Feature name=Big Files
|Feature name=Big Files
|Feature stage=Planning
|Feature stage=Shipped
|Feature status=In progress
|Feature status=In progress
|Feature version=Thunderbird 13
|Feature version=Thunderbird 13
Line 62: Line 62:


We are also not, for this iteration, supporting the creation of multiple accounts with the same service provider. This will be addressed in a later version.
We are also not, for this iteration, supporting the creation of multiple accounts with the same service provider. This will be addressed in a later version.
|Feature security review=[https://wiki.mozilla.org/Security/Reviews/Thunderbird/BigFiles]
|Feature privacy review=[https://wiki.mozilla.org/Privacy/Reviews/ThunderbirdBigFiles]
|Feature implementation notes=The bug # for this feature is [https://bugzilla.mozilla.org/show_bug.cgi?id=698925 bug 698925]
Work is being done on [https://hg.mozilla.org/users/bienvenu_nventure.com/big-files this feature branch].
}}
}}
{{FeatureInfo
{{FeatureInfo
Line 101: Line 106:
* <strike>We need UI for changing the file-size threshold for notifying about BigFiles.</strike> (done Feb 27th)
* <strike>We need UI for changing the file-size threshold for notifying about BigFiles.</strike> (done Feb 27th)
* <strike>Language corrections to the Add Account dialog</strike> (done Feb 27)
* <strike>Language corrections to the Add Account dialog</strike> (done Feb 27)
** Window title should be "Setup a new file sharing service" (done Feb 27)
** <strike>Window title should be "Setup a new file sharing service"</strike> (done Feb 27)
** Text should emphasize "share" over "attach" (done Feb 27)
** <strike>Text should emphasize "share" over "attach"</strike> (done Feb 27)
** Text should not explicitly mention storage providers (done Feb 27)
** <strike>Text should not explicitly mention storage providers</strike> (done Feb 27)
** "Select an account type" should be "Select a file sharing service" (done Feb 27)
** <strike>"Select an account type" should be "Select a file sharing service"</strike> (done Feb 27)
** "Add Account" button should be "Setup Account" (done Feb 27)
** <strike>"Add Account" button should be "Setup Account"</strike> (done Feb 27)
* <strike>OAuth Dialog Fixes</strike> (done Feb 27)
* <strike>OAuth Dialog Fixes</strike> (done Feb 27)
** Remove the header, and use an uneditable URL bar instead (to prevent phishing)
** Remove the header, and use an uneditable URL bar instead (to prevent phishing)
Line 135: Line 140:
* <strike>Fix attachment URL insertion on replies to BigFiles mail. (mconley)</strike> (Done March 5th)
* <strike>Fix attachment URL insertion on replies to BigFiles mail. (mconley)</strike> (Done March 5th)
* <strike>Allow each provider to provide a homepage link (mconley)</strike> (Done March 5th)
* <strike>Allow each provider to provide a homepage link (mconley)</strike> (Done March 5th)
* <strike>Move account prefs from mail.cloud_files.* to mail.cloud_files.accounts.* (mconley)</strike> (Done March 5th)
* <strike>Make feature pref-offable. (mconley)</strike> (Done March 5th)
* <strike>Find a better place to store oauth tokens than prefs (mconley)</strike> (Done March 5th)
* <strike>When YSI tokens are stale, if we have remembered the password, try reauthenticating the user automatically before prompting</strike>
** <strike>When deleting a file (mconley)</strike> (Done March 6th)
* <strike>Make footer link in HTML email URL attachments point to somewhere (mconley)</strike> (Done March 6th)
* <strike>Link underlines in HTML email don't match link colour (mconley)</strike>(Done March 6th)
* <strike>Fix YouSendIt recipients (currently pointing to dbienvenu) (mconley)</strike> (Done March 6th)
* <strike>Need to put Dropbox API key into production mode to increase testing exposure (bienvenu)</strike>
* <strike>Need to handle saving as draft and reloading drafts when there are cloud attachments. (bienvenu)</strike>
* <strike>Saving as Drafts bugs</strike>
** <strike>Attachment not listed in bucket on attach and save on draft (bienvenu)</strike>
*** <strike>Create a new message, and attach a cloud file</strike>
*** <strike>Save as a draft and close the compose window</strike>
*** <strike>Reopen the message, and attach another cloud file.</strike>
*** <strike>Save as a draft and close the compose window</strike>
*** <strike>Reopen the message - the second file is not listed in the bucket. Icon in inserted HTML URL might be broken.</strike>
* <strike>Improve activity feedback after manually authorizing in preferences dialog (mconley)</strike>
* <strike>Investigate weird behaviour with mixed attachment types</strike>
** <strike>Observed weird behaviour is the normal attachments being renamed on the receiver end</strike>
* <strike>Switch from global attachment nsIObserver events to window-specific DOM events (squib)</strike>
''Post-Landing:''
* Security and Privacy Reviews (Feb 29th-ish)  
* Security and Privacy Reviews (Feb 29th-ish)  
* Part of the notification text could be a link to an external "What's this" page.
* Spinner doesn't give enough information.  (Mar 9th)
** We can't determine upload progress using nsIRequestObserver, so satisfying this requirement would likely involve changing the nsIMsgCloudFileProvider interface, along with a bunch of our code. [https://bugzilla.mozilla.org/show_bug.cgi?id=736169 bug 736169]
* Part of the notification text could be a link to an external "What's this" page. [https://bugzilla.mozilla.org/show_bug.cgi?id=737348 bug 737348]
* Test that URL insertions happen in expected locations [https://bugzilla.mozilla.org/show_bug.cgi?id=736055 bug 736055]
* Fix layout for management panes on OSX [https://bugzilla.mozilla.org/show_bug.cgi?id=736155 bug 736155]
* Convert between different cloud providers  (mostly done)
* Convert between different cloud providers  (mostly done)
** Need to remove the old html link before adding the new one.
** Need to remove the old html link before adding the new one.
* More theming, and making it pretty.  (ongoing)
* More theming, and making it pretty.  (ongoing)
* Spinner doesn't give enough information.  (Mar 9th)
* Support drag-and-drop of cloud attachments between compose windows?
* Support drag-and-drop of cloud attachments between compose windows?
* Whatever comes up from Anne-Marie's Milestone 2 User Testing.  (Unknown until we get more data.)
* I10n sweep (in particular, the Dropbox and YouSendIt management / settings iframe documents)
* Revisit themeing / colours for inserted attachments in HTML mail
* Investigate using something other than the modal alert box on uploading/delete errors in the compose window
* Canceling a message with cloud file attachments should delete the uploaded files from the server (may need to special case drafts and templates)
* Use a better graphic to indicate "loading" in the main selected item panel in the preferences dialog when loading account information.
* Some tests are missing.  (As many as we can write before the deadline.)
* Some tests are missing.  (As many as we can write before the deadline.)
** A lot of the UI tests.
** A lot of the UI tests.
** No fake provider.
** No fake provider.
** Testing with accounts other than mconley's.
** <strike>Testing with accounts other than mconley's.</strike>
** External service starts sending garbage.
** External service starts sending garbage.
** We can't log in for some reason
** We can't log in for some reason
* Whatever comes up from Anne-Marie's Milestone 2 User Testing.  (Unknown until we get more data.)
* Find a better place to store oauth tokens than prefs
* I10n sweep (in particular, the Dropbox and YouSendIt management / settings iframe documents)
* TODO / XXX / FIXME sweep
* Make footer link in HTML email URL attachments point to somewhere
* Revisit themeing / colours for inserted attachments in HTML mail
* Make feature pref-offable.
* Handle stale tokens for YouSendIt for uploading and deleting files
* Improve activity feedback after manually authorizing in preferences dialog
* Investigate using something other than the modal alert box on uploading/delete errors in the compose window
* Fix YouSendIt recipients (currently pointing to dbienvenu)
* Fix layout for management panes on OSX
* Need to put Dropbox API key into production mode to increase testing exposure
* Investigate weird behaviour with mixed attachment types
** Observed weird behaviour is the normal attachments being renamed on the receiver end
* Link underlines in HTML email don't match link colour
* When YSI tokens are stale, if we have remembered the password, try reauthenticating the user automatically before prompting
** When deleting a file (mconley)
* Canceling a message with cloud file attachments should delete the uploaded files from the server (may need to special case drafts and templates)
* Need to handle saving as draft and reloading drafts when there are cloud attachments. (bienvenu)
* Switch from global attachment nsIObserver events to window-specific DOM events (squib)
* Test that URL insertions happen in expected locations
|Feature security status=sec-review-complete
|Feature security status=sec-review-complete
|Feature security health=OK
|Feature security health=OK
|Feature security notes=[[Security/Reviews/Thunderbird/BigFiles|Notes]]
|Feature security notes=[[Security/Reviews/Thunderbird/BigFiles|Notes]]
|Feature privacy notes=[[Privacy/Reviews/ThunderbirdBigFiles|Privacy/Reviews/ThunderbirdBigFiles]]
}}
}}
<div style="margin: 5px 0px 5px 0px; width: 300px; border: 1px solid green; padding: 5px; background-color: #CFC; text-align: center;">[[Talk:Features/Thunderbird/BigFiles | Contribute to this feature. ]]</div>
<div style="margin: 5px 0px 5px 0px; width: 300px; border: 1px solid green; padding: 5px; background-color: #CFC; text-align: center;">[[Talk:Features/Thunderbird/BigFiles | Contribute to this feature. ]]</div>
canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,628

edits