summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-15Introduced maintenance command and added reset behaviour.Folker Bernitt
- Call with: pixelated_maintenance reset - Issues #335, #345
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-14Log was leaking subject, changed to uid insteadBruno Wagner
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 typo on side_nav_expandedrafael 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-13Add coveralls informationTiago Ferraz
Add coveralls information for branch master
2015-04-13Added call of pep8 and jshit in when passing coverage_all parameter toTiago Ferraz
go. So we can replace "go test" in builds.
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-13Merge pull request #371 from enzoz/validates_username_before_create_accountBruno Wagner Gonçalves
Validates username before request user creation on leap server
2015-04-10 improve details about encriptionNeissi Torres Lima
2015-04-10Allows dot on username.Enzo Zuccolotto
-- Issue #147 @anikarni and @enzoz pairing
2015-04-09Moving email date information to recipients lineGabriel Albo
2015-04-09#334 Formatting the HTML part of the welcome emailGabriel Albo
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-09Merge pull request #368 from sw00/masterBruno Wagner
@sw00, @amukiza: #299 tag counters are updated when mail is sent
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-09Default broken Content-Transfer-Encoding to 8bit.Folker Bernitt
- Issue #347
2015-04-09Added fallback to us ascii for invalid Content-Type values.Folker Bernitt
- Issue #347
2015-04-08Validates username before request user creation on leap serverEnzo Zuccolotto
-- Issue #147 @anikarni and @enzoz pairing
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-08Merge pull request #358 from pixelated-project/shybamasterVictor Shyba
Welcome email
2015-04-08Closes #27 Changed the encryption status messagesBruno Wagner
2015-04-07Merge pull request #361 from glauco/masterRafael Lisboa
#298 [Glauco, Luiz] Including trash icon on trashed emails
2015-04-07#298 [Glauco, Luiz] Including trash icon on trashed emailsGlauco Vinicius
2015-04-07Merge pull request #359 from glauco/masterRafael Lisboa
Updating certificate folder
2015-04-07Updating certificate folderGlauco Vinicius
Previously it was assuming that you were always running the pixelated-user-agent from inside the /vagrant folder. Now we will make sure everyone is able to run it, wherever they are.