Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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: 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: Remove highlighting for sandboxed content | 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-02 | Hides reply box container until mail data is loaded #662 with @jeffhsta | Giovane | |
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 | 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-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 | |||
2016-02-12 | enable remove attachment from forward email | Jefferson Stachelski | |
Issue #549 | |||
2016-02-12 | attachments are only un-linked from emails but not deleted in soledad | Jefferson Stachelski | |
- removed backend delete of attachments - JS unit tests - Functional test Issue #549 | |||
2016-02-12 | Revert "Revert "Issue #549 - Trigger save draft event after remove attachment"" | NavaL | |
This reverts commit e713820dc119ff33fdd3b3161ad693fb430c32f4. | |||
2016-02-12 | Revert "Revert "Issue #549 - Removing the attachment from UI"" | NavaL | |
This reverts commit c16af6af2fa6798f5c3f9badfb445e87982e9dc3. | |||
2016-02-12 | Revert "Revert "Issue #549 - Implemented remove attachment"" | NavaL | |
This reverts commit 3c6b905d7e5b78e521b2e7692e5e32b7b0c226bc. | |||
2016-02-12 | Revert "Revert "Issue #549 - Implemented UI part of remote attachments"" | NavaL | |
This reverts commit 48144118cf0e861ad1ca0ae7900a8cd12d4313db. | |||
2016-02-08 | Revert "Issue #549 - Implemented UI part of remote attachments" | Felix Hammerl | |
This reverts commit e3939d4c1dff0f152fa13ce8a89f751c79ecace2. | |||
2016-02-08 | Revert "Issue #549 - Implemented remove attachment" | Felix Hammerl | |
This reverts commit 9442be5c230e286073244451189ffc05ae6c8083. | |||
2016-02-08 | Revert "Issue #549 - Removing the attachment from UI" | Felix Hammerl | |
This reverts commit 1d1132e3779cb3a95b6c5685e358d422074741e5. | |||
2016-02-08 | Revert "Issue #549 - Trigger save draft event after remove attachment" | Felix Hammerl | |
This reverts commit 0e443ce40e684c095285efb774fefe3a824413d7. | |||
2016-02-04 | Issue #549 - Trigger save draft event after remove attachment | Jefferson Stachelski | |
2016-02-04 | Issue #549 - Removing the attachment from UI | Jefferson Stachelski | |
2016-02-04 | Issue #549 - Implemented remove attachment | Jefferson Stachelski | |
2016-02-04 | Issue #551 - Show attachment name during upload | Felix Hammerl | |
2016-02-04 | Detach upload abort listener | Felix Hammerl | |
2016-02-03 | Issue #552 - Add upload abort | Felix Hammerl | |
Cancels an upload and restores the user interface to ready-for-upload state | |||
2016-02-03 | Display progress bar when an upload is in progress | Felix Hammerl | |
Displays a progress bar when an upload is in progress and prohibits uploading multiple attachments in parallel. | |||
2016-02-01 | Issue #549 - Implemented UI part of remote attachments | Jefferson Stachelski | |
2016-02-01 | Check exactly at border limit of one megabyte | Folker Bernitt | |
- Issue #550 - Deleted skipped test | |||
2016-01-29 | Testing Choose another file and dismiss buttons. | Victor Shyba | |
Issue #550 | |||
2016-01-29 | testing filesize validation, on attachments | Victor Shyba | |
Issue #550 | |||
2016-01-28 | Add original attachments to forwared mails | Folker Bernitt | |
- Issue #579 | |||
2016-01-27 | Issue #550 - [Refactor] Fixing magic number. | Gislene Pereira | |
2016-01-27 | Keep attachments when forwarding a mail #509 | Giovane | |
- Extract the attachment file box to a partial - Adds logic to show/hide the download arrow icon | |||
2016-01-26 | Issue #550 - Alert user when attachment size exceeds 1MB limit. | Gislene Pereira | |
2016-01-25 | Enable attachments on inline compose #579 | Giovane | |
- Extracts the attachents list template to a partial - Enable attachments on reply, reply all and forward | |||
2016-01-20 | Revert "Issue #572 - No whitespace between body input and Send when there's ↵ | Gislene Pereira | |
no attachment." This reverts commit 6ac9227214a9d84ef51be072ec888c0c92bf992a. | |||
2016-01-20 | Issue #572 - No whitespace between body input and Send when there's no ↵ | Gislene Pereira | |
attachment. | |||
2016-01-19 | Issue #572 - Remove Attachment text, attachment box takes full width + | Gislene Pereira | |
+ Attachment size color in lighter gray + Add space between each attachment |