summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2015-07-29#384 Refactored the pull request codeJefferson Stachelski
2015-07-29#384 Added JS test to make sure the function behaivor is rightJefferson Stachelski
2015-07-28Removed unnecessary beforeEachJefferson Stachelski
2015-07-28#407 wrote JS tests for the merged pull requestJefferson Stachelski
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
2015-04-15Test description was not matching codeVictor Shyba
Fixing for #189
2015-04-14Using consistent colors for the open and closed padlocks :)Gabriel Albo
2015-04-14Refactoring the scss file to avoid duplicationGabriel Albo
2015-04-14Adding icons to help identify whether an email is encryptable or not for a ↵Gabriel Albo
given address
2015-04-14Merge pull request #376 from pixelated-project/mail-item-refactorRafael Lisboa
Mail item refactor
2015-04-14remove no longer used method on mail_itemrafael lisboa
2015-04-14update trash template with correct field namerafael lisboa
2015-04-14Fix mail opening and add some testsAlexandre Pretto Nunes
2015-04-14fix jshintrafael lisboa
2015-04-14refactor mail item mixin creation and renderingrafael lisboa
2015-04-14Fixing padding that was breaking the line when user clicked to add a new tag ↵Gabriel Albo
to an email
2015-04-14Making the logo also toggle the sidenavGabriel Albo
2015-04-13Removed last traces of progress barBruno Wagner
2015-04-13modify quoted mail test that was breaking due to different timezonesrafael lisboa
2015-04-13Removed info sync because we have a loading page nowBruno Wagner
2015-04-13#289 - uncheck mails when user changes current tag/mailboxrafael lisboa
change solution to let event be handled in mail item mixin
2015-04-09Moving email date information to recipients lineGabriel Albo
2015-04-09removes debugger (whoops)Roberto Soares
2015-04-09listening event 'recoverMany'Roberto Soares
2015-04-09Adds trash actions template and respective javascriptLeandro Gualter
2015-04-09Fixing the 'add new' button positionGabriel Albo
2015-04-09Changing tag icon colorGabriel Albo
2015-04-09Adding a tag icon to indicate tags on the full email viewGabriel Albo
2015-04-09Merge pull request #370 from ↵Bruno Wagner
bltavares/preprend-messages-with-response-information Prepend mail quoting with the sender information #66 Removes argument fixing of the i18n library #66
2015-04-09Merge pull request #367 from glauco/masterBruno Wagner
Issue #363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymore
2015-04-09@sw00, @amukiza: #299 tag counters are updated when mail is sentsw00
2015-04-09Removing unnecessary period after messageGabriel Albo
2015-04-09Changing icons for encryption statuses on email headersGabriel Albo
2015-04-09Merge pull request #372 from bltavares/mail-model-cleanupBruno Wagner Gonçalves
Makes the mail model creation more linear
2015-04-09Makes the mail model creation more linearBruno Tavares
I was surfing the code and I got quite confused with the closures and redefinitions of `this` when creating the mail model. I tried to keep the style of grouping together the functions assignment on the model on the end.
2015-04-08Prepend mail quoting with the sender information #66Bruno Tavares