Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-21 | #442 Creates feedback service that create tickets on leap web. | Giovane | |
2015-09-21 | Add more description on fingerprint missmatch error | Folker Bernitt | |
- See 660e0d9de | |||
2015-09-16 | Moved account to after sync function #458 | Bruno Wagner | |
Imap account creation was firing post sync hooks and that was trying to use the mailboxes that were not synced yet. Just moved that for the after sync together with the incoming mail fetcher | |||
2015-09-16 | Fixed duplicate document error on reruns #458 | Bruno Wagner | |
Setting up the incoming mail fetcher checked for an INBOX before the first sync, that created an INBOX on every new machine and when you removed the leap folder. We moved that right after the initial sync, along the generation of the OpenPGP keys and adapted the tests | |||
2015-09-16 | Add fingerprints to exception on mismatch | Folker Bernitt | |
2015-09-15 | Replace sleep in data_setup.py with wait | Folker Bernitt | |
- Issue: #456 | |||
2015-09-14 | #442 Correcting env variable name and initialize dispatcher_features before ↵ | Giovane | |
usage. | |||
2015-09-14 | #442 Undo renaming of variable on features resource. | Giovane | |
2015-09-14 | #442 Rename forgotten attribute on features resources. | Giovane | |
2015-09-14 | #442 Add feature hiddig to feedback link. | Giovane | |
2015-09-14 | Fixed pep8 warning | Bruno Wagner | |
2015-09-14 | Removed unused sleep from the search step | Bruno Wagner | |
2015-09-14 | Fixed a typo in a functional test comment | Bruno Wagner | |
2015-09-14 | Added sleep after adding mail so it is properly indexed | Bruno Wagner | |
2015-09-14 | ensure the zmq is running | Christoph Kluenter | |
this fixes #455 | |||
2015-09-11 | Another attempt to make side nav more reliable | Folker Bernitt | |
- Issue #456 - Also added action chain for search | |||
2015-09-11 | Wait for click handler to become available | Folker Bernitt | |
- Issue #456 | |||
2015-09-11 | Run javascript instead of sleep | Folker Bernitt | |
- Issue #456 - Try to end up after all the JS that needs to run | |||
2015-09-11 | Attempt to get side navigation a little bit more stable | Folker Bernitt | |
- Issue #456 - Only temporary workaround to keep tests green while searching for a proper solution | |||
2015-09-11 | Wait until single element for tag list is visible | Folker Bernitt | |
- Issue #456 | |||
2015-09-11 | Remove spend_time_in_reactor from functional tests | Folker Bernitt | |
- Issue #456 - Protect mail list click click against staleness exceptions Mail list is manipulated while accessing first mail so page often is stale. Repeat function if that happens | |||
2015-09-11 | Wait for content to become available before checking class attribute | Folker Bernitt | |
- Issue #456 - Added new find_element_by_class_name method | |||
2015-09-11 | Wait for send button to become enabled to avoid implicit timeout | Folker Bernitt | |
- instead of waiting to not be disabled - Issue #456 | |||
2015-09-10 | [feat] handle missing mailbox as all mails | Victor Shyba | |
-- Issue #444 | |||
2015-09-10 | [test] leap_mailstore handles unknow uuid as empty | Victor Shyba | |
Given a unknown mailbox uuid, we should return an empty string as name. This will show the mail as in 'all mails' instead of a KeyError. This scenario is supposed to happen only if the mail comes before the mailbox, which is our current unicorn. Anyway, when the missing mailbox gets created it will read correctly or let the see under all mails instead of breaking the account. --Issue #444 | |||
2015-09-10 | [tests] remove lost fixture | Victor Shyba | |
--Issue #441 This file is not used anymore. | |||
2015-09-10 | Removed bounced email contact removal (#441) | Bruno Wagner | |
This feature was never working anyway. Anybody could remove addresses from anyones adressbook by sending a bounce and then the receiver was not able to send an email to that address anymore. Nice dos :) | |||
2015-09-10 | Removed PixelatedMail class leftovers | Bruno Wagner | |
We removed Pixelated mail tests and adapted the remaining tests to use Leap mail instead of it. Completely removed that now | |||
2015-09-10 | Handle encoding errors in headers gracefully. | Folker Bernitt | |
- Issue #450 | |||
2015-09-10 | Remove sleep from search functional steps | Folker Bernitt | |
2015-09-10 | Add 'with ImplicitWait' to allow shorter timeouts | Folker Bernitt | |
- necessary if elements do not exist, selenium seems to wait the entire explict timeout in this case | |||
2015-09-10 | Remove some sleeps from functional tests (mail_list.py) | Folker Bernitt | |
- Rewrite of 'I should not see any email' step as assertion did not work | |||
2015-09-09 | Fix mixed encodings in mail subjects | Folker Bernitt | |
- Issue #450 | |||
2015-09-09 | Improved body decoding when parsing mails. | Folker Bernitt | |
- Issue #450 - does not fix 8bit encoded bodies - special chars are replaced before we are in pixelated code | |||
2015-09-09 | Remove pixelated.adapter.soledad package from setup.py | Folker Bernitt | |
- Issue #432 | |||
2015-09-09 | Remove soledad querier and last usages | Folker Bernitt | |
- Issue #432 | |||
2015-09-08 | Some progress on the issue #441 | Jefferson Stachelski | |
I added some comments and TODOs in some parts of the code where I think should be changed | |||
2015-09-08 | pep8 | kaeff | |
2015-09-08 | Another try for flaky checkboxes FT: Wait until loading finished | kaeff | |
A reincarnation of 0e42b6d. While waiting for appear/disappear didn't help, the current CI failures seem to be related to a sync still be going on. | |||
2015-09-08 | Revert "Kill SoledadQuerier with 🔥🔥🔥" | kaeff | |
This reverts commit 7deaefb939c833d65fd499aacb35502d6de1ac7e. | |||
2015-09-08 | Kill SoledadQuerier with 🔥🔥🔥 | kaeff | |
2015-09-08 | Remove Soledad from AppTestClient | kaeff | |
2015-09-08 | Remove unused SoledadQuerier from Services | kaeff | |
2015-09-07 | Attempt to reduce flakiness of checkboxes.feature | kaeff | |
2015-09-07 | Remove soledad_querier as parameter of PixelatedMail.from_soledad | kaeff | |
2015-09-04 | #432 - Adding test_mark_as_read and refactoring existing test_mark_as_read ↵ | Gislene Pereira | |
in TestMailService - Gil/Shyba | |||
2015-09-04 | Prepare removing SoledadQuerier from Mail | kaeff | |
Discovered that Mail#save was still using SoledadQuerier. There were 3 methods using it: - update_tags: Covered by MailService -> moved test & fixed impl - mark_as_read: Already implemented on MailService -> removed - mark_as_unread: Still needs to be moved - remove_all_tags: Unused -> deleted - mark_as_not_recent: Unused -> deleted Issue: #432 | |||
2015-09-04 | #304 Include CSP header support to more browsers | Giovane | |
2015-09-04 | Remove SoledadQuerier from Services | kaeff | |
- Issues: #449, #432 | |||
2015-09-04 | Use SearchIndexStorageKey in favor of SoledadQuerier | kaeff | |