Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-18 | re-introduce minification with the 'hacky' prepending semi-column fix | NavaL | |
2016-03-18 | adding a temporary fix to minify blowing up because of iframeresizer | NavaL | |
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-18 | Temporarily removed minification of js | Bruno 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-18 | Bumped html_minify to fix errors in old version | Bruno Wagner | |
2016-03-17 | Merge 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-16 | Adding spin logo to search event. | Gislene Pereira | |
Issue #238 | |||
2016-03-15 | Adding js unit tests + small refactoring. // pairing with @tuliocasagrande | Gislene Pereira | |
Issue #238 | |||
2016-03-15 | Issue #620: Inline single-use mixin | Felix Hammerl | |
2016-03-15 | Issue #620: Remove unused reply-box rule | Felix Hammerl | |
2016-03-15 | Issue #620: Fix close button background color | Felix Hammerl | |
2016-03-15 | Issue #620: Float composer right of close button | Felix Hammerl | |
2016-03-15 | Issue #620: Remove unused layout styles | Felix Hammerl | |
2016-03-15 | Issue #620: Refactor read view | Felix Hammerl | |
2016-03-15 | Issue #620: Add SCUT to project | Felix Hammerl | |
2016-03-15 | Issue #620: Remove unnecessary ampersand operator | Felix Hammerl | |
2016-03-15 | Issue #620: Format mail-view and convert to normal CSS rule | Felix Hammerl | |
2016-03-15 | Issue #620: Remove unnecessary mixin | Felix Hammerl | |
2016-03-14 | The logo will spin when the user opens a mail or draft. | Gislene Pereira | |
Issue #238 | |||
2016-03-14 | Adding 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-10 | Creating 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-09 | Issue #620: Adapt unit tests to CSS changes | Felix Hammerl | |
2016-03-09 | Issue #620: Refactor palceholder | Felix Hammerl | |
2016-03-09 | Issue #620: Remove former main css file | Felix Hammerl | |
2016-03-09 | Issue #620: Spike growl CSS modularization | Felix Hammerl | |
2016-03-09 | Issue #617: Highlight search terms by altering mail content | Felix Hammerl | |
2016-03-09 | Issue #617: Allow only >=3 alphanumeric characters in search field | Felix Hammerl | |
2016-03-09 | Issue #617: Restrict searching to alphanumeric characters | Felix Hammerl | |
2016-03-09 | Issue #617: Remove highlighting for sandboxed content | Felix Hammerl | |
2016-03-09 | Issue #617: Add sandbox to build scripts | Felix Hammerl | |
2016-03-09 | Issue #617: Add sandbox to user-agent | Felix Hammerl | |
2016-03-09 | Issue #617: Create sandbox resouces | Felix Hammerl | |
2016-03-09 | Issue #617: Add iframe-resizer | Felix Hammerl | |
2016-03-08 | Decreasing the spacing between email header and email body | Gabriel Albo | |
2016-03-08 | Test: making the email security indication corners round so it doesn't look ↵ | Gabriel Albo | |
so much like the actions buttons | |||
2016-03-02 | Hides reply box container until mail data is loaded #662 with @jeffhsta | Giovane | |
2016-03-01 | Adding sass function to lighten the logo color for the spinner | Gabriel Albo | |
Issue #238 | |||
2016-03-01 | Adding new svg and dummy animation | Gabriel Albo | |
Issue #238 | |||
2016-02-29 | Adding svg with sliced logo parts in order to animate it | Gabriel Albo | |
Issue #238 | |||
2016-02-25 | serving the client directly, as the current dependency on proxy strips out ↵ | NavaL | |
xsrf cookies -fixing functional test Issue #612 | |||
2016-02-25 | changed logout to post | NavaL | |
Issue #612 | |||
2016-02-25 | Backend 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-24 | Consolidate stylesheets | Felix Hammerl | |
This removes styles.scss as intermediate stylesheet. Only main.scss is now built, thereby also removing duplicated imports. | |||
2016-02-24 | Remove unused font and stylesheetgit s | Felix Hammerl | |
2016-02-24 | Clean up jshintrc | Felix Hammerl | |
2016-02-24 | issue #617: Remove old html whitelister | Felix Hammerl | |
2016-02-24 | Issue #617: Sanitize received content | Felix 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-23 | Returning 'not-sign' for no signature information | Jefferson 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-22 | Issue #616: Remove hardcoded colors | Felix Hammerl | |
2016-02-19 | Close the compose/inline box right after user clicks Send button and | Gislene 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-17 | Fixed bug removing duplicated attachment | Jefferson Stachelski | |
Issue #549 |