summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-03-14Adding logo loading event to Saving Draft;Gislene Pereira
+ Adding timeout to 0.6 secs before stopping the spinning; + Removing unnecessary defaultAttr. Issue #238
2016-03-12Issue #624 - Removed repeated lines.Jon Newson
2016-03-11Sets SSL certifications to false.Thais Siqueira
Issue #213
2016-03-11Fixes pep8 errors and update requests to 2.9.1.Thais Siqueira
Issue #213
2016-03-11Update locust test to run after xsrf token implementation.Thais Siqueira
- Adds port 8089 to vagrant file to be able to run inside vm. - Update requests version to 2.4.1, the minimum required version by locust. - Adds the xsrf token on locust post request headers. Issue #213
2016-03-10Creating events to spin and stop spinning the logo.Gislene Pereira
Logo will spin when user selects another tag on the left bar and stops when the list of mails is rendered. Issue #238
2016-03-09Issue #620: Adapt unit tests to CSS changesFelix Hammerl
2016-03-09Issue #620: Refactor palceholderFelix Hammerl
2016-03-09Issue #620: Remove former main css fileFelix Hammerl
2016-03-09Issue #620: Spike growl CSS modularizationFelix Hammerl
2016-03-09Merge pull request #636 from pixelated/dev/sandboxChristoph
Dev/sandbox
2016-03-09Issue #617: Highlight search terms by altering mail contentFelix Hammerl
2016-03-09Issue #617: Allow only >=3 alphanumeric characters in search fieldFelix Hammerl
2016-03-09Issue #617: Restrict searching to alphanumeric charactersFelix Hammerl
2016-03-09Issue #617: Remove highlighting for sandboxed contentFelix Hammerl
2016-03-09Issue #617: Add sandbox to build scriptsFelix Hammerl
2016-03-09Issue #617: Add sandbox to user-agentFelix Hammerl
2016-03-09Issue #617: Create sandbox resoucesFelix Hammerl
2016-03-09Issue #617: Add iframe-resizerFelix Hammerl
2016-03-09Issue #617: Serve content from Sandbox resourceFelix Hammerl
2016-03-09Merge branch 'osx-test'Jon Newson
* osx-test: #624 - Modify changes and apply suggested style. Get current running shell and determine .rc file accordingly.
2016-03-09Merge branch 'master' of https://github.com/pixelated/pixelated-user-agentJon Newson
# By Gabriel Albo # Via Gabriel Albo * 'master' of https://github.com/pixelated/pixelated-user-agent: Decreasing the spacing between email header and email body Test: making the email security indication corners round so it doesn't look so much like the actions buttons
2016-03-08Decreasing the spacing between email header and email bodyGabriel Albo
2016-03-08Test: making the email security indication corners round so it doesn't look ↵Gabriel Albo
so much like the actions buttons
2016-03-06Issue #624Jon Newson
2016-03-06Merge branch 'master' of https://github.com/jnews0n/pixelated-user-agentJon Newson
2016-03-06Issue #624 - detect osx shellJon Newson
2016-03-06Issue #624Jon Newson
2016-03-06Determine user's configured shell then set variable accordingly. #624Jon Newson
2016-03-06Update osx_setup.shJon Newson
Address issue #624 and apply suggested coding style.
2016-03-06Remove shell switch from testing.Jon Newson
2016-03-06Determine user's configured shell then set variable accordingly. #624Jon Newson
2016-03-04Fix: Logout calls session expireFolker Bernitt
- Deferred was not handled as required - Test did not assert call to expire