Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-08 | #363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymore | Glauco Vinicius | |
2015-04-08 | Merge pull request #366 from recarreira/master | Rafael Lisboa | |
Unchecking all emails when changing inbox | |||
2015-04-08 | Unchecking all emails when changing inbox | Renata Carreira | |
Triggering events.ui.mails.uncheckAll when calling events.ui.tag.select refers to #289 with @mindyor :) | |||
2015-04-08 | Merge pull request #358 from pixelated-project/shybamaster | Victor Shyba | |
Welcome email | |||
2015-04-08 | Closes #27 Changed the encryption status messages | Bruno Wagner | |
2015-04-07 | Merge pull request #361 from glauco/master | Rafael Lisboa | |
#298 [Glauco, Luiz] Including trash icon on trashed emails | |||
2015-04-07 | #298 [Glauco, Luiz] Including trash icon on trashed emails | Glauco Vinicius | |
2015-04-07 | Merge pull request #359 from glauco/master | Rafael Lisboa | |
Updating certificate folder | |||
2015-04-07 | Updating certificate folder | Glauco 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-07 | Added lc parameter for specify the cert file for access ↵ | Jefferson Stachelski | |
dev.pixelated-project.org | |||
2015-04-07 | Update README.md | Bruno Wagner Gonçalves | |
2015-04-07 | for #333, validate True if no cert given | Victor Shyba | |
2015-04-07 | Re-adding the logo in svg to try to get it fixed on try, staging and dev. | Gabriel Albo | |
2015-04-07 | Changing middle pane background color and removing the svg logo | Gabriel Albo | |
2015-04-07 | Only patch debian requests if it's installed. | Folker Bernitt | |
2015-04-02 | catch invalid data in received header when parsing date. | Lisa Junger | |
- Issue #347 | |||
2015-04-02 | when receiving invalid data for date header, fall back to datetime.now. | Lisa Junger | |
- Issue #347 | |||
2015-04-02 | handle incorrectly encoded headers as ascii. | Lisa Junger | |
- Issue #347 | |||
2015-04-02 | Removed unused certs_home code. | Folker Bernitt | |
2015-04-02 | Don't try to write certs to installation folder. | Folker Bernitt | |
- User running the agent might not have the rights to do this | |||
2015-04-02 | Use provided ssl version within docker. | Folker Bernitt | |
2015-04-01 | Adds text explaining encryption status | Victor Shyba | |
--Issue #334 | |||
2015-04-01 | Only import requests deeper modules if version is 2.0.0. | Folker Bernitt | |
2015-04-01 | Fixed circular dependency when auto detecting provider ca. | Folker Bernitt | |
2015-04-01 | Adds a welcome mail template | Victor Shyba | |
-- Issue #334 | |||
2015-04-01 | Unit tests, integration tests and welcome mail | Victor Shyba | |
-- Issue #334 | |||
2015-04-01 | Refactor lastuid and register wrapper on SYNC_DONE | Victor Shyba | |
-- Issue #334 | |||
2015-04-01 | Attempting to fix the fact that the logo is not displayed correctly on ↵ | Gabriel Albo | |
try/dev/staging | |||
2015-03-31 | Changing feedback colors to be in sync with the color palette and making the ↵ | Gabriel Albo | |
left pane have consistent color scheme | |||
2015-03-31 | Better naming for which_bundle functions | Folker Bernitt and Victor Shyba | |
-- Issues #93 and #333 | |||
2015-03-31 | Added italic to the html whitelister | Bruno Wagner | |
2015-03-31 | Added 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-30 | Bug #349 - Fixed jshint status | Bruno Wagner | |
2015-03-30 | Fixed #349 - Send button now enables back on error | Bruno Wagner | |
2015-03-30 | HTML mail is back after 4 months with a typo | Bruno Wagner | |
2015-03-30 | Fixing if logic on _extract_alternative | Tiago Ferraz | |
2015-03-30 | Protection against None bdoc | Tiago Ferraz | |
Pixelated does not load the mails when bdoc is None Tiago & Neissi pairing | |||
2015-03-30 | Protection against None bdoc object | Tiago Ferraz | |
When bdoc is None, pixelated does not load emails, even though it is not necessary. Tiago & Neissi pairing | |||
2015-03-30 | Added command to execute functional tests | Tiago Ferraz | |
Just call go passing functional as an argument. | |||
2015-03-30 | Auto refresh provider certificate on start. | Folker Bernitt | |
- Issue #333 | |||
2015-03-30 | Splitting 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-27 | Minify was used on packaging, re-adding it | Bruno Wagner | |
2015-03-27 | Removed non-existant packages from karmajs conf | Bruno Wagner | |
2015-03-27 | Updated karma version and karma coverage | Bruno Wagner | |
2015-03-27 | Removed unused libraries and upgraded jshint and watch | Bruno Wagner | |
2015-03-27 | Simplified jshint command and removed absolute path | Bruno Wagner | |
2015-03-27 | Fixed jshint warnings | Bruno Wagner | |
2015-03-27 | Updated some of our npm packages | Bruno Wagner | |
2015-03-27 | Added some missing properties for the package.json | Bruno Wagner | |
2015-03-26 | Refactorating: replaced XPath by CSS Selector | Tiago Ferraz | |