summaryrefslogtreecommitdiff
path: root/web-ui/app
AgeCommit message (Collapse)Author
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
2015-04-08Removes argument fixing of the i18n library #66Bruno Tavares
To introduce variables on the internationalization functions we should be able to pass extra arguments to the `i18n.t`. The way it was we could only pass the key and no more options to interpolate values.
2015-04-08#363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymoreGlauco Vinicius
2015-04-08Merge pull request #366 from recarreira/masterRafael Lisboa
Unchecking all emails when changing inbox
2015-04-08Unchecking all emails when changing inboxRenata Carreira
Triggering events.ui.mails.uncheckAll when calling events.ui.tag.select refers to #289 with @mindyor :)
2015-04-08Closes #27 Changed the encryption status messagesBruno Wagner
2015-04-07#298 [Glauco, Luiz] Including trash icon on trashed emailsGlauco Vinicius
2015-04-07Re-adding the logo in svg to try to get it fixed on try, staging and dev.Gabriel Albo
2015-04-07Changing middle pane background color and removing the svg logoGabriel Albo
2015-04-01Attempting to fix the fact that the logo is not displayed correctly on ↵Gabriel Albo
try/dev/staging
2015-03-31Changing feedback colors to be in sync with the color palette and making the ↵Gabriel Albo
left pane have consistent color scheme
2015-03-31Added italic to the html whitelisterBruno Wagner
2015-03-30Bug #349 - Fixed jshint statusBruno Wagner
2015-03-30Fixed #349 - Send button now enables back on errorBruno Wagner
2015-03-30HTML mail is back after 4 months with a typoBruno Wagner
2015-03-25Resets highlighting on search_trigger.Lisa Junger
-Issue #291.
2015-03-25Merge branch '192' of https://github.com/alabeduarte/pixelated-user-agent ↵Lisa Junger
into alabeduarte-192
2015-03-24Fixing broken build by jshintTiago Ferraz
Added semi colon to line 99.
2015-03-24Smaller refactoring of send button code.Folker Bernitt
- Issue #189
2015-03-24Send button not auto re-enabled because of synchronous script execution.Folker Bernitt
- Issue #189
2015-03-20fix: send button no longer stuck on sending for invalid email addresses.Lisa Junger
-Issue #189
2015-03-17Fixing padding for mails inside mail list and margin for list actions checkboxGabriel Albo
2015-03-17Aligning list actions checkbox with all emails checkboxes belowGabriel Albo
2015-03-17Fixing the default tags label alignment by changing one character after 2 ↵Gabriel Albo
hours of work. <3 CSS <3
2015-03-16Shameful temporary hack for tags icons alignment. Must fix this after we've ↵Gabriel Albo
customized our icons
2015-03-16#286 Fixing mail list clickable areaGabriel Albo
2015-03-11Revert "#261 - Adding a hover behavior for the default tags"Gabriel Albo
This reverts commit c3eab90103b01b3551a83a8d747e11fc4945582e.
2015-03-11Revert "#261 Adding some negative margin so the tags label won't be wider ↵Gabriel Albo
than the side nav when the user hovers them" This reverts commit b8897aa1760f7fe177fe1abaafd3addbbd0e47dc.
2015-03-11Revert "#261 Reducing the list width so it won't break for large displays"Gabriel Albo
This reverts commit 7e0f1c7f86c217f903c24e7f0866ac1f6f6b06e7.
2015-03-11Revert "#261 Adding some opacity to the tags label on hover"Gabriel Albo
This reverts commit c3344fd640b94b94b350a978b77d5eb3b23a2275.
2015-03-11Revert "#261 Adding a hover behavior to tags icon - z-index TBD"Gabriel Albo
This reverts commit 94d0713aa89a76ba8ecb28570163c13bc370ed0b.
2015-03-11Revert "#261 Making the tags icon be displayed over the mail list when hovered"Gabriel Albo
This reverts commit d0917e12464152dde8bc1ccac0748945b709804e.
2015-03-11Revert "#261 Adding an extra wrap around the tags-icon so we can properly ↵Gabriel Albo
split the sections on the right pane" This reverts commit 58f6a2f088a57823a4469e0c8c62ebff3f7c5597.
2015-03-11Revert "#261 Fixing the transition timing"Gabriel Albo
This reverts commit b27d525efcb8b48157c3659ef98109261841aa91.
2015-03-10#261 Fixing the transition timingGabriel Albo
2015-03-10#261 Adding an extra wrap around the tags-icon so we can properly split the ↵Gabriel Albo
sections on the right pane
2015-03-10#261 Making the tags icon be displayed over the mail list when hoveredGabriel Albo
2015-03-10#261 Adding a hover behavior to tags icon - z-index TBDGabriel Albo
2015-03-10#261 Adding some opacity to the tags label on hoverGabriel Albo
2015-03-09#261 Reducing the list width so it won't break for large displaysGabriel Albo
2015-03-09#261 Adding some negative margin so the tags label won't be wider than the ↵Gabriel Albo
side nav when the user hovers them
2015-03-09#261 - Adding a hover behavior for the default tagsGabriel Albo
2015-03-09Making the side nav bottom background solidGabriel Albo