summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-03-31Added support for ssl fingerprint validation.Folker Bernitt
- Issue #333 - Needed to patch urrlib3 for older requests versions - Use --leap-cert-fingerprint <SHA1> to validate fingerprint
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-30Fixing if logic on _extract_alternativeTiago Ferraz
2015-03-30Protection against None bdocTiago Ferraz
Pixelated does not load the mails when bdoc is None Tiago & Neissi pairing
2015-03-30Protection against None bdoc objectTiago Ferraz
When bdoc is None, pixelated does not load emails, even though it is not necessary. Tiago & Neissi pairing
2015-03-30Added command to execute functional testsTiago Ferraz
Just call go passing functional as an argument.
2015-03-30Auto refresh provider certificate on start.Folker Bernitt
- Issue #333
2015-03-30Splitting certificate validation into provider and bootstrap certificate.Folker Bernitt
- Issue #333 - Now a different certificate is used to communicate with the provider's HTTPS website than for all other connections, e.g. to the api
2015-03-27Minify was used on packaging, re-adding itBruno Wagner
2015-03-27Removed non-existant packages from karmajs confBruno Wagner
2015-03-27Updated karma version and karma coverageBruno Wagner
2015-03-27Removed unused libraries and upgraded jshint and watchBruno Wagner
2015-03-27Simplified jshint command and removed absolute pathBruno Wagner
2015-03-27Fixed jshint warningsBruno Wagner
2015-03-27Updated some of our npm packagesBruno Wagner
2015-03-27Added some missing properties for the package.jsonBruno Wagner
2015-03-26Refactorating: replaced XPath by CSS SelectorTiago Ferraz