summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-09Adds trash actions template and respective javascriptLeandro Gualter
2015-04-09Adds service to move mails to inboxRoberto Soares
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.
2015-04-07Added lc parameter for specify the cert file for access ↵Jefferson Stachelski
dev.pixelated-project.org
2015-04-07Update README.mdBruno Wagner Gonçalves
2015-04-07for #333, validate True if no cert givenVictor Shyba
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-07Only patch debian requests if it's installed.Folker Bernitt
2015-04-02catch invalid data in received header when parsing date.Lisa Junger
- Issue #347
2015-04-02when receiving invalid data for date header, fall back to datetime.now.Lisa Junger
- Issue #347
2015-04-02handle incorrectly encoded headers as ascii.Lisa Junger
- Issue #347
2015-04-02Removed unused certs_home code.Folker Bernitt
2015-04-02Don't try to write certs to installation folder.Folker Bernitt
- User running the agent might not have the rights to do this
2015-04-02Use provided ssl version within docker.Folker Bernitt
2015-04-01Adds text explaining encryption statusVictor Shyba
--Issue #334
2015-04-01Only import requests deeper modules if version is 2.0.0.Folker Bernitt
2015-04-01Fixed circular dependency when auto detecting provider ca.Folker Bernitt
2015-04-01Adds a welcome mail templateVictor Shyba
-- Issue #334
2015-04-01Unit tests, integration tests and welcome mailVictor Shyba
-- Issue #334
2015-04-01Refactor lastuid and register wrapper on SYNC_DONEVictor Shyba
-- Issue #334
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-31Better naming for which_bundle functionsFolker Bernitt and Victor Shyba
-- Issues #93 and #333
2015-03-31Added italic to the html whitelisterBruno Wagner