Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
This reverts commit 54e946eff87a24122997a109f946dc649c8f0498.
|
|
|
|
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.
|
|
This reverts commit 07d7476ac6b7a5ddcb0a8ab79e18caf2c8f7b35b.
|
|
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.
|
|
|
|
|
|
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
|
|
|
|
|
|
[tests] stop tracking top-folder _trial_temp
|
|
|
|
Issue #647: Refactor security labels stylesheet
|
|
[fix] remove pycryptopp dependency
|
|
|
|
cryptography is now a hard dependency, so we are removing the use of
pycryptopp.
|
|
Add CORS headers to sandbox resource
Add OpenSans in normal font weight (400) to the sandbox CSS
|
|
|
|
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
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
expressly added non-zero exit code if minification fails
upgraded minify version
Issue #655
|
|
|
|
This also fix the functional tests not passing in vagrant,
the old phantomjs had trouble with keepalive requests that
selenium uses, that was fixed in this version so we shouldn't
find badstatusline errors anymore
|
|
|
|
|
|
further investigation as to why the sourcemap comment at the end of the file causes problem
whereas jquery has the same but does not blow up
This will fix prod for now
|
|
Minification broke because we added invalid js code somewhere.
I removed the minification for now so the deploy will be able
to put the js code where it has to be. We'll investigate the
underlying problem and find out what is the invalid js code
that was introduced
|
|
|
|
* loading-logo:
Adding spin logo to search event. Issue #238
Adding js unit tests + small refactoring. // pairing with @tuliocasagrande Issue #238
The logo will spin when the user opens a mail or draft. Issue #238
Adding logo loading event to Saving Draft; + Adding timeout to 0.6 secs before stopping the spinning; + Removing unnecessary defaultAttr.
Creating events to spin and stop spinning the logo. Logo will spin when user selects another tag on the left bar and stops when the list of mails is rendered.
Adding sass function to lighten the logo color for the spinner
Adding new svg and dummy animation
Conflicts:
web-ui/app/scss/_alerts.scss
web-ui/app/scss/_mixins.scss
|
|
need to evaluate what to do. But this at least fixes the tests for now.
|
|
Issue #238
|