summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-11Removed general timings from methodsBruno Wagner
I kept the logging functions so we can log times for tests and to investigate issues, but I removed all usages of them until someone needs them
2016-04-11Merge branch 'dev/622-hide-reply-container'Thais Siqueira
2016-04-08Issue #431: extractes the generic handling for error callbacks in init and ↵Zara Gebru
handles login, logout, mail and tags resources
2016-04-08Issue #431: add errback on logoutZara Gebru
2016-04-07Issue #292: put labels on user pub key and emailCaio Carrara
Since we need always think about our defined personas, it's important to describe properly the information we put on user interface. This aspect is more important when we need to show some non trivial information as the public key fingerprint. So, this change adds label for both info on user "settings" box, email and public user fingerprint.
2016-04-07Issue #644: add time passed since last commit in nav barZara Gebru
2016-04-06Issue #292: Fix functional testsFelix Hammerl
2016-04-06Remove unused step from functional testsFelix Hammerl
2016-04-06Issue #292: add fingerprint view in user settingsZara Gebru
2016-04-06Issue #292: add fingerprint to user settings resourceZara Gebru
2016-04-06Revert "use a locale that is always available and supports UTF-8"Christoph Kluenter
We should use en_US.UTF-8 because thats what works on snap-ci. Now we need to find out why go does not have en_US.UTF-8 anymore. This reverts commit 6feeaf5c5cb5d22de079d68fb10bb9403a8412ed.
2016-04-06Revert "use a working utf-8 locale in more places"Christoph Kluenter
This reverts commit 54e946eff87a24122997a109f946dc649c8f0498.
2016-04-06use a working utf-8 locale in more placesChristoph Kluenter
2016-04-06use a locale that is always available and supports UTF-8Christoph Kluenter
This fixes #676 Problem is, that en_US.UTF-8 might not be always available. Compass then falls back to C which is not UTF-8 capabable and fails on some asian strings we have. But C.UTF-8 is always available.
2016-04-06Revert "Remove special chars to validate pipeline failing"Christoph Kluenter
This reverts commit 07d7476ac6b7a5ddcb0a8ab79e18caf2c8f7b35b.
2016-04-05Remove special chars to validate pipeline failingCaio Carrara
We're currently facing some build pipeline failures and this commit can make things work. As soon as we fix the locale settings on pipeline we can rollback theses changes.
2016-04-05Issue #648: Add review feedbackFelix Hammerl
2016-04-05Issue #648: Refactor mail-listFelix Hammerl
2016-04-04Migrate ImapAccount to AccountTulio Casagrande
Migrate all usage of leap.ImapAccount to leap.Account We had to adapt some calls because of signature changes and, because we need the Account to be initialized before moving on, we are directly using the deferred initialization that the account has See: https://github.com/leapcode/leap_mail/pull/228
2016-04-01Run event test async with source passed to iframe via Blob URIFelix Hammerl
2016-03-31Added try it and installation sectionsFelix Hammerl
2016-03-31Issue #622: improve messages dealing on sandboxCaio Carrara
2016-03-31Remove unused _security.scssFelix Hammerl
2016-03-30Merge pull request #663 from kalikaneko/tests/remove-top-trial-folderBruno Wagner Gonçalves
[tests] stop tracking top-folder _trial_temp
2016-03-30Set up component test with minimal DOMFelix Hammerl
2016-03-30Fix linter errorFelix Hammerl
2016-03-29Issue #622 - hide reply buttonsCaio Carrara
It changes the trigger of event which show the reply container to after the iframe received the message with email body.
2016-03-29Removes ssl warnnings from log.Thais Siqueira
2016-03-28Merge pull request #659 from cacarrara/security-labelsCaio Carrara
Issue #647: Refactor security labels stylesheet
2016-03-24Merge pull request #662 from kalikaneko/fix/remove-pycryptoppChristoph
[fix] remove pycryptopp dependency
2016-03-24[tests] stop tracking top-folder _trial_tempKali Kaneko (leap communications)
2016-03-24[fix] remove pycryptopp dependencyKali Kaneko (leap communications)
cryptography is now a hard dependency, so we are removing the use of pycryptopp.
2016-03-24Issue #656: Fix sandbox fontsFelix Hammerl
Add CORS headers to sandbox resource Add OpenSans in normal font weight (400) to the sandbox CSS
2016-03-24Work in progress: Fix loading webfonts in the sandbox.Tobias Adam
2016-03-23Updated karma launcher so we use the same phantomjsBruno Wagner
It is now on version 1.0.0, to support phantomjs2, now we bumped the version of phantomjs to 2.1.1 in all environments and for all the types of tests
2016-03-23Issue #647: fix css class names on testsCaio Carrara
2016-03-22Issue #647: Refactor security labels stylesheetCaio Carrara
This change refactor the stylesheet of security labels. Now it's following the BEM naming conventions. Also, as the code is pretty coupled between css and js, it was necessary some changes on javascript code to keep the previous i18n key and rename the css classes.
2016-03-22Issue #647: Refactor security labels stylesheetCaio Carrara
This change refactor the stylesheet of security labels. Now it's following the BEM naming conventions. Also, as the code is pretty coupled between css and js, it was necessary some changes on javascript code to keep the previous i18n key and rename the css classes.
2016-03-22Fixes lint.Thais Siqueira
2016-03-22Adds changes to run load test on current version.Thais Siqueira
2016-03-22Changed beginners label to volunteer tasks in the readmesNavaL
2016-03-22Add how to connect with sample config to READMEFelix Hammerl
2016-03-22Issue #649: Fix functional testsFelix Hammerl
2016-03-22Issue #649: Fix highlightingFelix Hammerl
2016-03-22Issue #649: Refactor TagsFelix Hammerl
2016-03-22Issue #649: Remove tags from drafts mail list itemsFelix Hammerl
2016-03-22Issue #649: Extract tags mixin to separate fileFelix Hammerl
2016-03-22Issue #654: Fix Feedback FormFelix Hammerl
2016-03-22removed minified js libraries before our minificationNavaL
expressly added non-zero exit code if minification fails upgraded minify version Issue #655
2016-03-22Add cd to vagrant rootFelix Hammerl