Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-11 | minor refactoring | NavaL | |
Issue #573 | |||
2016-01-11 | auto save draft on adding attachment, within timeout | NavaL | |
Issue #573 | |||
2016-01-11 | format attachment size | NavaL | |
Issue #573 | |||
2016-01-11 | merging attachment_list ui and data, and making it into a mixin | NavaL | |
Issue #573 | |||
2016-01-11 | fixed filesize bug | NavaL | |
Issue #573 | |||
2016-01-11 | matching POST response and GET of an attachment -- API specification | NavaL | |
Issue #548 | |||
2016-01-11 | renamed attachment_id attribute to ident on POST response, to conform with ↵ | NavaL | |
the GET attachment API Issue #548 | |||
2016-01-11 | removing GET support on attachment API | NavaL | |
Issue #548 | |||
2016-01-08 | Removed search engine from constant in Indexer | Bruno Wagner | |
The search engine was being passed as a constant to the Mail Indexer, that constrained the user agent to one user (because the search engine is user specific). I added the search engine as a parameter on the Mail Indexer initialization so that we can have the Indexer working for each user. | |||
2016-01-08 | Added c flag so pycryptopp compiles in OSX | Bruno Wagner | |
2016-01-06 | #563 - Giovane/Albo - Fixing arrow toggling for drafts | Gabriel Albo | |
2016-01-06 | added ft | NavaL | |
Issue #548 | |||
2016-01-06 | Support attachments without name in Content-Disposition header | Folker Bernitt | |
- Issue 557 - along the way also added support for signatures and attached keys | |||
2016-01-06 | Add nodejs_legacy package for required node symlink | Felix Hammerl | |
2016-01-06 | moving screenshots to a different folder -- to be saved as artifacts in snap | NavaL | |
2016-01-05 | emptying attachment list when email sent -- in case the user stays on the ↵ | NavaL | |
same screen and re-click compose Issue #548 | |||
2016-01-05 | separated attachment list UI as a component and the corresponding attachment ↵ | NavaL | |
list payload as a mixin Issue #548 | |||
2016-01-05 | Revert "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-04 | Removed stray line from file | Bruno Wagner | |
2016-01-04 | Changed wheezy backports to jessie | Bruno 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-04 | Rename develop_requirements.txt to requirements.txt | Folker Bernitt | |
- fixes package build as it expects requirements.txt | |||
2016-01-04 | Decouple test_feedback_service from dev provider | Folker Bernitt | |
- Mock request instead | |||
2016-01-04 | Fix: Replace u1db dependency with its launchpad url | Folker Bernitt | |
- Same problem as with dirspec | |||
2015-12-31 | Issue #25 - Implemented shortcuts on UI | Jefferson Stachelski | |
2015-12-30 | Updates jshint to latest version #565 | Giovane | |
- Change 'use strict' mode to function-level - Update needed files | |||
2015-12-30 | Updating bower, html-minifier and imagemin versions #565 | Giovane | |
2015-12-30 | Changed dirspec fix so it works on vagrant too | Bruno Wagner | |
2015-12-29 | adding u1db, dirspec requirements back | NavaL | |
2015-12-29 | adding a step to toggle cc and bcc fields when forwarding emails -- fixing ↵ | NavaL | |
functional test Issue #563 | |||
2015-12-29 | Issue #562 - Capture inline attachments from Content Disposition. | Gislene Pereira | |
2015-12-29 | removing custom egg install of u1db and dirspec --already installed from ↵ | NavaL | |
requires.txt | |||
2015-12-29 | refactoring: moved upload logic out of the attachment icon | NavaL | |
Issue #548 | |||
2015-12-29 | Shows selected tag in addition of unread count #564 | Giovane | |
2015-12-29 | Listens to mails available events and count unread #564 | Giovane | |
- 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-29 | Shows unread count on title bar | Giovane | |
- This commit creates the unread_count_title component | |||
2015-12-28 | Changed dirspec and u1db urls to use what launchpad recommends | Bruno Wagner | |
2015-12-28 | #563 merging from recipients | Gabriel Albo | |
2015-12-28 | #563 - Adding arrows up and down to indicate the state of the cc and bcc fields | Gabriel Albo | |
2015-12-28 | Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵ | Bruno Wagner | |
bazaar for that to work | |||
2015-12-28 | Changed vagrant box to new LEAP jessie box | Bruno 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 default | Gabriel Albo | |
2015-12-28 | Added file upload dependencies to build | Bruno 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-24 | Issue #557 - Fixed REGEX to receive attachments from Apple Mail. | Gislene Pereira | |
2015-12-23 | removes attachment feature toggle | Pixelated | |
Issue #548 | |||
2015-12-23 | enable/disable send button when attachment is uploading | Pixelated | |
Issue #548 | |||
2015-12-23 | Changed test not to test fixed content, but the existence of an error message | Bruno Wagner | |
2015-12-23 | Fixed typo in error message | Bruno Wagner | |
2015-12-22 | front-end for sending attachments | NavaL | |
Issue #548 | |||
2015-12-22 | decode to base64 the raw attachment that is in bytes... and renaming id to ↵ | NavaL | |
attachment_id in the mail POST Issue #548 |