summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-08Added c flag so pycryptopp compiles in OSXBruno Wagner
2016-01-06#563 - Giovane/Albo - Fixing arrow toggling for draftsGabriel Albo
2016-01-06added ftNavaL
Issue #548
2016-01-06Support attachments without name in Content-Disposition headerFolker Bernitt
- Issue 557 - along the way also added support for signatures and attached keys
2016-01-06Add nodejs_legacy package for required node symlinkFelix Hammerl
2016-01-06moving screenshots to a different folder -- to be saved as artifacts in snapNavaL
2016-01-05emptying attachment list when email sent -- in case the user stays on the ↵NavaL
same screen and re-click compose Issue #548
2016-01-05separated attachment list UI as a component and the corresponding attachment ↵NavaL
list payload as a mixin Issue #548
2016-01-05Revert "Issue #25 - Implemented shortcuts on UI"Bruno Wagner
This reverts commit aa66beb0c74ebaa950a083ed991f6e5f50f9c9ac. This commit broke the functional tests, so we are reverting it for now, while we fix it
2016-01-04Removed stray line from fileBruno Wagner
2016-01-04Changed wheezy backports to jessieBruno Wagner
Changed to jessie backports as we are using that now. Also adapted the nodejs_legacy package calls to nodejs, that's the name of the package on jessie
2016-01-04Rename develop_requirements.txt to requirements.txtFolker Bernitt
- fixes package build as it expects requirements.txt
2016-01-04Decouple test_feedback_service from dev providerFolker Bernitt
- Mock request instead
2016-01-04Fix: Replace u1db dependency with its launchpad urlFolker Bernitt
- Same problem as with dirspec
2015-12-31Issue #25 - Implemented shortcuts on UIJefferson Stachelski
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
2015-12-30Updating bower, html-minifier and imagemin versions #565Giovane
2015-12-30Changed dirspec fix so it works on vagrant tooBruno Wagner
2015-12-29adding u1db, dirspec requirements backNavaL
2015-12-29adding a step to toggle cc and bcc fields when forwarding emails -- fixing ↵NavaL
functional test Issue #563
2015-12-29Issue #562 - Capture inline attachments from Content Disposition.Gislene Pereira
2015-12-29removing custom egg install of u1db and dirspec --already installed from ↵NavaL
requires.txt
2015-12-29refactoring: moved upload logic out of the attachment iconNavaL
Issue #548
2015-12-29Shows selected tag in addition of unread count #564Giovane
2015-12-29Listens to mails available events and count unread #564Giovane
- Considering unread all the mails that doesn't have the 'read' status - Remove initial templates because title doesn't support html tags inside
2015-12-29Shows unread count on title barGiovane
- This commit creates the unread_count_title component
2015-12-28Changed dirspec and u1db urls to use what launchpad recommendsBruno Wagner
2015-12-28 #563 merging from recipientsGabriel Albo
2015-12-28#563 - Adding arrows up and down to indicate the state of the cc and bcc fieldsGabriel Albo
2015-12-28Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵Bruno Wagner
bazaar for that to work
2015-12-28Changed vagrant box to new LEAP jessie boxBruno Wagner
2015-12-28#563 - Removing recipients fields border and leaving only one at the top of ↵Gabriel Albo
the subject field
2015-12-28#563 - Adding hide/show logic and link. Hiding cc and bcc by defaultGabriel Albo
2015-12-28Added file upload dependencies to buildBruno Wagner
They weren't being minified with the rest of the JS, so I added them to the packaging and the UI should be correct inside docker
2015-12-24Issue #557 - Fixed REGEX to receive attachments from Apple Mail.Gislene Pereira
2015-12-23removes attachment feature togglePixelated
Issue #548
2015-12-23enable/disable send button when attachment is uploadingPixelated
Issue #548
2015-12-23Changed test not to test fixed content, but the existence of an error messageBruno Wagner
2015-12-23Fixed typo in error messageBruno Wagner
2015-12-22front-end for sending attachmentsNavaL
Issue #548
2015-12-22decode to base64 the raw attachment that is in bytes... and renaming id to ↵NavaL
attachment_id in the mail POST Issue #548
2015-12-21Make download attachment link as a box #558 w/ @albogabrielGiovane
2015-12-21restoring default disabled features --fixing ftNavaL
Issue #548
2015-12-21adds poster pip require for the test --fixing buildNavaL
Issue #548
2015-12-21added filename and size to the attachment endpoint post responseNavaL
Issue #548
2015-12-19refactored Mail modelmnandri
Issue #548
2015-12-19moving custom to_unicode to pixelated.supportmnandri
2015-12-18adapting mail controllers POST and PUT to work with attachementsmnandri
Issue #548
2015-12-18ensuring the same file is not saved twicemnandri
Issue #548
2015-12-18extracted a leap attachment store, handling all attachment responsibilities, ↵mnandri
including saving attachments. Issue #548