Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: 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 | 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-10 | Fix Issue #596: Fix attachment url test | Felix Hammerl | |
2016-02-04 | Issue #551 - Show attachment name during upload | 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 | 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 | Refactoring tests. | 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 | 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-19 | Issue #572 - Remove Attachment text, attachment box takes full width + | Gislene Pereira | |
+ Attachment size color in lighter gray + Add space between each attachment | |||
2016-01-19 | Issue #572 - Rotate and resize paperclip icon. | Gislene Pereira | |
Removed blue border around paperclip icon when clicking it. | |||
2016-01-11 | auto save draft on adding attachment, within timeout | NavaL | |
Issue #573 | |||
2016-01-11 | format attachment size | NavaL | |
Issue #573 | |||
2016-01-11 | merging attachment_list ui and data, and making it into a mixin | NavaL | |
Issue #573 | |||
2016-01-05 | emptying attachment list when email sent -- in case the user stays on the ↵ | NavaL | |
same screen and re-click compose Issue #548 | |||
2016-01-05 | separated attachment list UI as a component and the corresponding attachment ↵ | NavaL | |
list payload as a mixin Issue #548 | |||
2015-12-30 | Updates jshint to latest version #565 | Giovane | |
- Change 'use strict' mode to function-level - Update needed files | |||
2015-12-29 | refactoring: moved upload logic out of the attachment icon | NavaL | |
Issue #548 | |||
2015-12-29 | Shows selected tag in addition of unread count #564 | Giovane | |
2015-12-29 | Listens to mails available events and count unread #564 | Giovane | |
- Considering unread all the mails that doesn't have the 'read' status - Remove initial templates because title doesn't support html tags inside | |||
2015-12-29 | Shows unread count on title bar | Giovane | |
- This commit creates the unread_count_title component | |||
2015-12-22 | front-end for sending attachments | NavaL | |
Issue #548 | |||
2015-12-18 | enabling backend for Attachment feature toggle | mnandri | |
Issue #548 | |||
2015-12-10 | #299 +@fbernitt made tag-refreshing to listen on document directly | mnandri | |
2015-12-03 | Issue #411 - Fixed the tests [Gil/Jeff] | Jefferson Stachelski | |
2015-11-27 | Permanently delete discarded drafts #512 w/ bwagner | Giovane | |
2015-11-27 | Add the user settings icon, with a popup box | Cam Jackson | |
2015-11-27 | Created a discard draft behaviour #512 w/ bwagner | Giovane | |
If a draft was never saved before, and there wasn't any change to save, we now discard it instead saving and deleting it. This also lessens the calls to saveDraft that was causing some draft duplication. | |||
2015-11-23 | Fix tokenization when email has dash on domain #513 | Giovane | |
2015-11-17 | Consider mail ident characters when parsing routes. #528 | Giovane | |
2015-11-16 | Ignore quotes when removing tag information #503 | Giovane | |
2015-11-13 | Issue #525 - Fixed broken tests | Jefferson Stachelski | |
2015-11-13 | Merge pull request #521 from rdoh/remove_save_draft_button | Giovane Liberato | |
merge "remove save draft button, related css and js" | |||
2015-11-13 | Issue #523 - Added some JS test | Jefferson Stachelski | |
2015-11-12 | remove save draft button, related css and js | Robin Doherty | |
2015-11-11 | toggle no mails available message when it's an empty search #503 | Giovane | |
2015-11-11 | Propagate search query to noMailAvailablePane component #503 | Giovane | |
2015-11-09 | Adds style and tag information on 'No Mails available' message. | Giovane | |
- Issue #503 | |||
2015-11-09 | Add no mails availabe message to middle pane | Folker Bernitt | |
- Issue #503 | |||
2015-11-03 | [#508] Making search also work with substrings - pairing w/ @pereiragislene | Giovane | |
2015-11-03 | Redirect to / if ajax request returns 401 status | Folker Bernitt | |
- see issue pixelated/project-issues#162 - move test code to monitored_ajax_call.spec.js |