Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-29 | updates certificates used for development. | Lisa Junger | |
2015-04-28 | #337 Made some refactors to make the code more readable | Jefferson Stachelski | |
2015-04-27 | #337 Fixed the if __name__ is __main__ to run the app | Jefferson Stachelski | |
2015-04-27 | Merge pull request #373 from roberto/master | Rafael Lisboa | |
Allow user to move emails from trash to inbox | |||
2015-04-23 | Changes to streamline the session creation and authenticate with the ↵ | Bruno Wagner | |
external srp leap library | |||
2015-04-23 | Patched soledad sync so it will give us meaningful error messages | Bruno Wagner | |
2015-04-22 | Fix: Remove invalid import from maintenance.py. | Folker Bernitt | |
2015-04-21 | Added load-mails maintenance command. | Folker Bernitt | |
- Issue #335 | |||
2015-04-17 | Added exception message to the error for reference | Bruno Wagner | |
2015-04-16 | maintenance reads credentials from stdin. | Folker Bernitt | |
- Issue #345 | |||
2015-04-15 | Attaching error handler to Twisted | Victor Shyba | |
For #375 | |||
2015-04-15 | Creating error handler for SSLError w/ more info | Victor Shyba | |
For #375 | |||
2015-04-15 | pixelated-dispatcher#91 Renamed some arguments and replaced all words 'leap' ↵ | Jefferson Stachelski | |
and 'provider' by 'LEAP provider' | |||
2015-04-15 | Introduced maintenance command and added reset behaviour. | Folker Bernitt | |
- Call with: pixelated_maintenance reset - Issues #335, #345 | |||
2015-04-14 | Log was leaking subject, changed to uid instead | Bruno Wagner | |
2015-04-13 | Removed info sync because we have a loading page now | Bruno Wagner | |
2015-04-13 | Merge pull request #371 from enzoz/validates_username_before_create_account | Bruno Wagner Gonçalves | |
Validates username before request user creation on leap server | |||
2015-04-10 | improve details about encription | Neissi Torres Lima | |
2015-04-10 | Allows dot on username. | Enzo Zuccolotto | |
-- Issue #147 @anikarni and @enzoz pairing | |||
2015-04-09 | pepa8, adding extra blank line | Roberto Soares | |
2015-04-09 | listening event 'recoverMany' | Roberto Soares | |
2015-04-09 | Adds service to move mails to inbox | Roberto Soares | |
2015-04-09 | #334 Formatting the HTML part of the welcome email | Gabriel Albo | |
2015-04-09 | Default broken Content-Transfer-Encoding to 8bit. | Folker Bernitt | |
- Issue #347 | |||
2015-04-09 | Added fallback to us ascii for invalid Content-Type values. | Folker Bernitt | |
- Issue #347 | |||
2015-04-08 | Validates username before request user creation on leap server | Enzo Zuccolotto | |
-- Issue #147 @anikarni and @enzoz pairing | |||
2015-04-08 | Merge pull request #358 from pixelated-project/shybamaster | Victor Shyba | |
Welcome email | |||
2015-04-07 | for #333, validate True if no cert given | Victor Shyba | |
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-03-31 | Better naming for which_bundle functions | Folker Bernitt and Victor Shyba | |
-- Issues #93 and #333 | |||
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 | 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 | 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-23 | #333 Implemented downlload ca.crt when pixelated-user-agent doesn't find a ↵ | Jefferson Stachelski | |
cert file to connect on LEAP provider | |||
2015-03-22 | checks if a mailbox is fresh (uid is 0). | Victor Shyba | |
If so, we are able to put welcome mail on INBOX after checking it -- Issue #334 |