summaryrefslogtreecommitdiff
path: root/service/test
AgeCommit message (Collapse)Author
2015-04-27Merge pull request #373 from roberto/masterRafael Lisboa
Allow user to move emails from trash to inbox
2015-04-22Fix: Remove invalid import from maintenance.py.Folker Bernitt
2015-04-21Added load-mails maintenance command.Folker Bernitt
- Issue #335
2015-04-15Introduced maintenance command and added reset behaviour.Folker Bernitt
- Call with: pixelated_maintenance reset - Issues #335, #345
2015-04-14fix typo on side_nav_expandedrafael lisboa
2015-04-13Removed info sync because we have a loading page nowBruno Wagner
2015-04-13Merge pull request #371 from enzoz/validates_username_before_create_accountBruno Wagner Gonçalves
Validates username before request user creation on leap server
2015-04-10Allows dot on username.Enzo Zuccolotto
-- Issue #147 @anikarni and @enzoz pairing
2015-04-09Adds service to move mails to inboxRoberto Soares
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-08Merge pull request #358 from pixelated-project/shybamasterVictor Shyba
Welcome email
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-01Unit tests, integration tests and welcome mailVictor Shyba
-- Issue #334
2015-03-31Better naming for which_bundle functionsFolker Bernitt and Victor Shyba
-- Issues #93 and #333
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-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-26Refactorating: replaced XPath by CSS SelectorTiago Ferraz
2015-03-26Fix pep8 errorTiago Ferraz
2015-03-26Fixing small error on def functionTiago Ferraz
2015-03-26Fix pep* errorsTiago Ferraz
Lambda function is now a def
2015-03-26Trying to fix functional testTiago Ferraz
2015-03-26Trying to fix problem with functional test while opening email.Tiago Ferraz
2015-03-26Fixed pep8 errors.Tiago Ferraz
2015-03-26New 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-24Fix pep8 errors of lambda functionsTiago Ferraz
Altered lambda function to def in order to fix pep8 E371 errors
2015-03-22checks 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-22extracts get_lastuid and adds tests for create_mail uid consistency.Victor Shyba
-- Issue #334
2015-03-20empty queries test makes more sense as a unit testVictor Shyba
2015-03-20integration helper: reindex only when new tags are added (performance)Victor Shyba
2015-03-20Added missing file for previous commit.Folker Bernitt
- Issue #248
2015-03-20Added support for encoded To, Cc and Bcc headers.Folker Bernitt
- Issue #248
2015-03-19#248 Wrote missing testsJefferson Stachelski
2015-03-18testing #330, this fixes search performance testVictor Shyba
2015-03-18cleaning import * from integration and unit testsVictor Shyba
2015-03-18no more self.client, since those methods are available from test case baseVictor Shyba
2015-03-18TestCase logic moved to AppTestClient, enabling reuse outside of integration ↵Victor Shyba
(performance tests)
2015-03-17Don't fail to parse mail if neither Date nor Received header is avail.Folker Bernitt
- Issue #331
2015-03-17Lock index on index_mail.Folker Bernitt
- Issue #330
2015-03-13Added test for ext_keymanager_fetch_key monkey patch.Folker Bernitt
- Issue #319
2015-03-12Fixed problem with multi line content type header field.Folker Bernitt
- Bugfix - Issues #313, #322
2015-03-11for #315, test queries with bad or empty parameters. They all should return ↵Victor Shyba
empty, not an error
2015-03-10added support for 7 and 8bit content transfer encoding.Folker Bernitt
- Issue #312
2015-03-09Refactoring of fuctional testsTiago Ferraz
The scenarios were updated to follow the conventions of gherkin steps. Removal of duplicated code.
2015-03-05Fixed problem when doding mails and with non utf-8 charset.Folker Bernitt