summaryrefslogtreecommitdiff
path: root/web-ui/app
AgeCommit message (Collapse)Author
2016-03-21Fix open issue from 195322bFelix Hammerl
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-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-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-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: Refactor palceholderFelix Hammerl
2016-03-09Issue #620: Remove former main css fileFelix Hammerl
2016-03-09Issue #620: Spike growl CSS modularizationFelix Hammerl
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 user-agentFelix Hammerl
2016-03-09Issue #617: Create sandbox resoucesFelix Hammerl
2016-03-09Issue #617: Add iframe-resizerFelix Hammerl
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-02Hides reply box container until mail data is loaded #662 with @jeffhstaGiovane
2016-03-01Adding sass function to lighten the logo color for the spinnerGabriel Albo
Issue #238
2016-03-01Adding new svg and dummy animationGabriel Albo
Issue #238
2016-02-29Adding svg with sliced logo parts in order to animate itGabriel Albo
Issue #238
2016-02-25serving the client directly, as the current dependency on proxy strips out ↵NavaL
xsrf cookies -fixing functional test Issue #612
2016-02-25changed logout to postNavaL
Issue #612
2016-02-25Backend and frontend protection against csrf attacks:NavaL
- root resources changes the csrf token cookie everytime it is loaded, in particular during the intestitial load during login - it will also add that cookie on single user mode - initialize will still load all resources - but they you cant access them if the csrf token do not match - all ajax calls needs to add the token to the header - non ajax get requests do not need xsrf token validation - non ajax post will have to send the token in as a form input or in the content Issue #612
2016-02-24Consolidate stylesheetsFelix Hammerl
This removes styles.scss as intermediate stylesheet. Only main.scss is now built, thereby also removing duplicated imports.
2016-02-24Remove unused font and stylesheetgit sFelix Hammerl
2016-02-24Clean up jshintrcFelix Hammerl
2016-02-24issue #617: Remove old html whitelisterFelix Hammerl
2016-02-24Issue #617: Sanitize received contentFelix Hammerl
Sanitizes received HTML content with DOMPurify, making it safe for displaying and templating. Sanitizes received plain text content by encoding every single character as HTML entity.
2016-02-23Returning 'not-sign' for no signature informationJefferson Stachelski
When leap.mail receive not encrypted and not signed email it show as no-signature-information on pixelated Paring @thaissiqueira / @jeffhsta Issue #605
2016-02-22Issue #616: Remove hardcoded colorsFelix Hammerl
2016-02-19Close the compose/inline box right after user clicks Send button andGislene Pereira
show message later when the email is sent or not. The Growl will be yellow if success and red if the email failed to be sent. Issue #609
2016-02-17Fixed bug removing duplicated attachmentJefferson Stachelski
Issue #549
2016-02-17Translate two missing labels on the mail listingGiovane
- Translates "Search..." and "Mark as read" to pt-BR - Rename some translations keys to no-humanized text
2016-02-16Adds portuguese translation for i18n tagsCaio Carrara
This change only translate the current existing tags. It doesn't deal with places where tags isn't used nor nonexistent tags.
2016-02-12enable remove attachment from forward emailJefferson Stachelski
Issue #549
2016-02-12attachments are only un-linked from emails but not deleted in soledadJefferson Stachelski
- removed backend delete of attachments - JS unit tests - Functional test Issue #549
2016-02-12Revert "Revert "Issue #549 - Trigger save draft event after remove attachment""NavaL
This reverts commit e713820dc119ff33fdd3b3161ad693fb430c32f4.