Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-14 | fix typo on side_nav_expanded | rafael lisboa | |
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 | Allows dot on username. | Enzo Zuccolotto | |
-- Issue #147 @anikarni and @enzoz pairing | |||
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-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-01 | Unit tests, integration tests and welcome mail | 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 | 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-26 | Refactorating: replaced XPath by CSS Selector | Tiago Ferraz | |
2015-03-26 | Fix pep8 error | Tiago Ferraz | |
2015-03-26 | Fixing small error on def function | Tiago Ferraz | |
2015-03-26 | Fix pep* errors | Tiago Ferraz | |
Lambda function is now a def | |||
2015-03-26 | Trying to fix functional test | Tiago Ferraz | |
2015-03-26 | Trying to fix problem with functional test while opening email. | Tiago Ferraz | |
2015-03-26 | Fixed pep8 errors. | Tiago Ferraz | |
2015-03-26 | New test that use checkboxes. Removal of hamcrest lib, code refactoring. | Tiago Ferraz | |
A new test was created to use Pixelated checkboxes and the buttons at the top. Also the lib hamcrest was removed and code refactored to be more pythonic. A new method after_step will log information in case of step failures. | |||
2015-03-24 | Fix pep8 errors of lambda functions | Tiago Ferraz | |
Altered lambda function to def in order to fix pep8 E371 errors | |||
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 | |||
2015-03-22 | extracts get_lastuid and adds tests for create_mail uid consistency. | Victor Shyba | |
-- Issue #334 | |||
2015-03-20 | empty queries test makes more sense as a unit test | Victor Shyba | |
2015-03-20 | integration helper: reindex only when new tags are added (performance) | Victor Shyba | |
2015-03-20 | Added missing file for previous commit. | Folker Bernitt | |
- Issue #248 | |||
2015-03-20 | Added support for encoded To, Cc and Bcc headers. | Folker Bernitt | |
- Issue #248 | |||
2015-03-19 | #248 Wrote missing tests | Jefferson Stachelski | |
2015-03-18 | testing #330, this fixes search performance test | Victor Shyba | |
2015-03-18 | cleaning import * from integration and unit tests | Victor Shyba | |
2015-03-18 | no more self.client, since those methods are available from test case base | Victor Shyba | |
2015-03-18 | TestCase logic moved to AppTestClient, enabling reuse outside of integration ↵ | Victor Shyba | |
(performance tests) | |||
2015-03-17 | Don't fail to parse mail if neither Date nor Received header is avail. | Folker Bernitt | |
- Issue #331 | |||
2015-03-17 | Lock index on index_mail. | Folker Bernitt | |
- Issue #330 | |||
2015-03-13 | Added test for ext_keymanager_fetch_key monkey patch. | Folker Bernitt | |
- Issue #319 | |||
2015-03-12 | Fixed problem with multi line content type header field. | Folker Bernitt | |
- Bugfix - Issues #313, #322 | |||
2015-03-11 | for #315, test queries with bad or empty parameters. They all should return ↵ | Victor Shyba | |
empty, not an error | |||
2015-03-10 | added support for 7 and 8bit content transfer encoding. | Folker Bernitt | |
- Issue #312 | |||
2015-03-09 | Refactoring of fuctional tests | Tiago Ferraz | |
The scenarios were updated to follow the conventions of gherkin steps. Removal of duplicated code. | |||
2015-03-05 | Fixed problem when doding mails and with non utf-8 charset. | Folker Bernitt | |
2015-02-27 | Refactored out tag service and replaced mail normalization with built-in ↵ | Bruno Wagner & Victor Shyba | |
parseaddr Also made some minor fixes based on pylint output | |||
2015-02-27 | Make tests involving adding and selecting tags more robust | Alexandre Pretto Nunes | |
2015-02-27 | Allow to pass a different timeout to wait_until_* methods | Alexandre Pretto Nunes | |
2015-02-25 | #296 Fixing functional tests so it clicks the right element | Gabriel Albo | |
2015-02-23 | for #174, mailer daemon is now filtered from suggestions | Victor Shyba | |