summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-03-21Bumped phantomjs version to match snapci versionBruno Wagner
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
2016-03-21Fix open issue from 195322bFelix Hammerl
2016-03-18re-introduce minification with the 'hacky' prepending semi-column fixNavaL
2016-03-18adding a temporary fix to minify blowing up because of iframeresizerNavaL
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
2016-03-18Temporarily removed minification of jsBruno Wagner
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
2016-03-18Bumped html_minify to fix errors in old versionBruno Wagner
2016-03-17Merge branch 'loading-logo'Gislene Pereira
* 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
2016-03-16freezing Twisted to 15.5.0 for the tests -- fixing build.Christoph Kluenter
need to evaluate what to do. But this at least fixes the tests for now.
2016-03-16Adding spin logo to search event.Gislene Pereira
Issue #238
2016-03-15Adding js unit tests + small refactoring. // pairing with @tuliocasagrandeGislene Pereira
Issue #238
2016-03-15Issue #620: Inline single-use mixinFelix Hammerl
2016-03-15Issue #620: Remove unused reply-box ruleFelix Hammerl
2016-03-15Issue #620: Fix close button background colorFelix Hammerl
2016-03-15Issue #620: Float composer right of close buttonFelix Hammerl
2016-03-15Issue #620: Remove unused layout stylesFelix Hammerl
2016-03-15Issue #620: Refactor read viewFelix Hammerl
2016-03-15Issue #620: Add SCUT to projectFelix Hammerl
2016-03-15Issue #620: Remove unnecessary ampersand operatorFelix Hammerl
2016-03-15Issue #620: Format mail-view and convert to normal CSS ruleFelix Hammerl
2016-03-15Issue #620: Remove unnecessary mixinFelix Hammerl
2016-03-15Merge pull request #629 from jnews0n/masterDenis Costa
Determine user's configured shell then set variable accordingly. #624 @jnews0n / kafkas_sonnet
2016-03-15Merge branch 'master' of https://github.com/pixelated/pixelated-user-agentJon Newson
# 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
2016-03-14The logo will spin when the user opens a mail or draft.Gislene Pereira
Issue #238