summaryrefslogtreecommitdiff
path: root/web-ui/app
AgeCommit message (Collapse)Author
2015-10-21Fixed the recipient css margin and paddingJefferson Stachelski
2015-10-21Merge branch 'master' of https://github.com/SamuelToh/pixelated-user-agentJefferson Stachelski
2015-10-21Fix horizontal line in mail view when opening mail with many recipientskaeff
- Issue: #496
2015-10-13create draft_button component that listens to `draft:save`, `draft:saved`sw00
2015-10-08Fix typo in Portuguese translation fileGislene Pereira
2015-10-05Removed "loading..." from the UIBruno Wagner
The loading wasn't adding much in terms of feedback and was getting over important statuses like signature and encryption information. We removed the generic loading for now and we might add specific loading for certain parts as needed
2015-09-30issue #475 - Fixed the jshintJefferson Stachelski
2015-09-28Revert "Issue #475 - Removed the identification tag"Bruno Wagner
This reverts commit b3024519d4539802b6dfd1c930344ccbce7be24e.
2015-09-28Issue #475 - Removed the identification tagJefferson Stachelski
Removed signature and encryption identification tags
2015-09-22Added foundation initialization to usemin tag #462Bruno Wagner
2015-09-21#442 Shows success message after sending feedbackGiovane
2015-09-18#442 Creates feedback sender component.Giovane
2015-09-18#442 Add feedback message to send feedback event.Giovane
2015-09-17#442 Improve feedback box UI and show message after clicking submit.Giovane
2015-09-16#442 Add close behaviour to feedback box.Giovane
2015-09-16#442 Renames open feedback box event.Giovane
2015-09-16#442 Renames feedback box file and improve feedback box html.Giovane
2015-09-15#442 Moves feedback box component to mail_view related folders.Giovane
2015-09-15#442 Renames feedback box trigger filesGiovane
2015-09-15#442 adds feedback compose box component.Giovane
2015-09-15#442 minor changes on feedback component files.Giovane
2015-09-15#442 Moves feedback files to a dedicated folder.Giovane
2015-09-15Add git revision to web-ui on buildFolker Bernitt
- Issue #453
2015-09-14#442 Fix jshintGiovane
2015-09-14#442 Add feature hiddig to feedback link.Giovane
2015-09-14#442 trigger open event when click on feedback link.Giovane
2015-09-14#442 Create feedback element on side navbar.Giovane
2015-09-05remove trailing commaPuZZleDucK
2015-09-03fix forgoten javascript semicolonGiovane
2015-09-03#304 Adds PixelatedSite class to hold custom request configuration and ↵Giovane
remove foundation inline javascript.
2015-09-02[feature] adding security_casing to LeapMail so we can show in the UI the ↵Duda Dornelles
signature and encryption status
2015-08-17Read encoding from attachment info instead of headerskaeff
Clean up by removing now unused headers from attachment info, and add a unit test for attachment rendering
2015-07-29#384 Refactored the pull request codeJefferson Stachelski
2015-07-26Issue#377 - fix missing semi colon.TigerRoar
2015-07-26Issue#377 - Add ability to allow users to delete emails from recipient input.TigerRoar
2015-07-05Moved floatlabel function to a mixinLeonardo Schäffer
2015-06-25Renamed css div class 'compose' to 'floatlabel'Leonardo Schäffer
2015-06-07Fixed quotes in javascript filesLeonardo Schäffer
2015-06-07Implemented floatlabels for input fields when composing emailLeonardo Schäffer
2015-04-29Changing from bad to unreliable signatureGabriel Albo
2015-04-28Changing signature status messages to use the term 'verified', 'not signed' ↵Gabriel Albo
and 'bad signature'
2015-04-27Merge pull request #373 from roberto/masterRafael Lisboa
Allow user to move emails from trash to inbox
2015-04-24Fixing margin around close button inside the compose email boxGabriel Albo
2015-04-24Rearranging the compose box element to be align the same way the full email ↵Gabriel Albo
view for reading is; removing inline styles from an html tag to a proper css class
2015-04-22Adding a max-height as a fallback for a really long list of custom tagsGabriel Albo
2015-04-22Making the custom tag list be as high as the number of custom tags instead ↵Gabriel Albo
of having a fixed size
2015-04-22Fixing some of the encryption messagesGabriel Albo
2015-04-22removing styles related to tip-msgGabriel Albo
2015-04-22Removing compose box form input order message from the topGabriel Albo
2015-04-21Fixes typo in warnSendButtonOfRecipients.Lisa Junger
- Issue #353