Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-18 | migrating mails resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating tag resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating contact resources to use the services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating AttachmentsResources to use the service factory | NavaL | |
Issue #576 | |||
2016-01-18 | Refactory KeyResource to get services from session | Folker Bernitt | |
- Issue #576 - Only first step (other services not changed yet) - Faked session access for now | |||
2016-01-18 | Move soledad files to user folder | Folker Bernitt | |
- Issue #576 | |||
2016-01-18 | Move user folder logic up to Services | Folker Bernitt | |
- Issue #576 | |||
2016-01-18 | Refactor Services to use provided constructor arguments | Folker Bernitt | |
- Issue #576 | |||
2016-01-15 | Updates UA installation ref from wheezy to jessie | Giovane | |
2016-01-15 | Remove unused method and rename private one | Folker Bernitt | |
- See issue #578 | |||
2016-01-15 | Removes InputMail.FROM_EMAIL_ADDRESS constant #578 | Giovane | |
- Created the replier component to generate the reply dict for the email. This was needed to decouple the InputMail from the need to know who is the logged user. | |||
2016-01-14 | Allow re-index of search index for larger accounts | Folker Bernitt | |
- Issue #560 - Actual problem was in whoosh that closes a file object too early | |||
2016-01-13 | Updated the utf8 package | Bruno Wagner | |
2016-01-13 | Updated bower and requirejs versions | Bruno Wagner | |
2016-01-13 | Fixed url of opensans import | Bruno Wagner | |
2016-01-13 | Updated karma so try to fix timestamp problem on snap | Bruno Wagner | |
2016-01-13 | Changed log level to INFO for the pixelated namespace and added basic info ↵ | Bruno Wagner | |
messages | |||
2016-01-13 | Changed the search engine setup to use the logger | Bruno Wagner | |
2016-01-13 | Changed attachment error print with a logger | Bruno Wagner | |
2016-01-13 | Removed unused logging imports and fixed maintenance logger during test | Bruno Wagner | |
2016-01-13 | Generating keys message now uses logger instead of print | Bruno Wagner | |
2016-01-12 | Issue #577 - Added namespace to search index path | Bruno Wagner | |
2016-01-12 | Refactor AttachmentInfo: Remove knowledge about part map structure | Folker Bernitt | |
2016-01-11 | adding paperclip icon on sent mails and drafts email lists | NavaL | |
Issue #573 | |||
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 | |