Age | Commit message (Collapse) | Author |
|
|
|
[tests] stop tracking top-folder _trial_temp
|
|
|
|
|
|
It changes the trigger of event which show the reply container to after
the iframe received the message with email body.
|
|
|
|
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
|
|
Issue #238
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Determine user's configured shell then set variable accordingly. #624 @jnews0n / kafkas_sonnet
|
|
# By Felix Hammerl (13) and Thais Siqueira (3)
# Via Christoph (1) and Thais Siqueira (1)
* 'master' of https://github.com/pixelated/pixelated-user-agent:
Sets SSL certifications to false.
Fixes pep8 errors and update requests to 2.9.1.
Update locust test to run after xsrf token implementation.
Issue #620: Adapt unit tests to CSS changes
Issue #620: Refactor palceholder
Issue #620: Remove former main css file
Issue #620: Spike growl CSS modularization
Issue #617: Highlight search terms by altering mail content
Issue #617: Allow only >=3 alphanumeric characters in search field
Issue #617: Restrict searching to alphanumeric characters
Issue #617: Remove highlighting for sandboxed content
Issue #617: Add sandbox to build scripts
Issue #617: Add sandbox to user-agent
Issue #617: Create sandbox resouces
Issue #617: Add iframe-resizer
Issue #617: Serve content from Sandbox resource
|