summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-25Changed date format to conform to mail RFC #438Bruno Wagner
2015-09-25Add repair to pixelated maintenanceFolker Bernitt
- Issue #468 - Call with: pixelated-maintenance repair
2015-09-25Add SoledadMaintenace repair for mixed up keysFolker Bernitt
- Issue #468
2015-09-22Added foundation initialization to usemin tag #462Bruno Wagner
2015-09-22Added foundation init file to the concat step #462Bruno Wagner
2015-09-21#442 Moves feedback url to environment variable.Giovane
2015-09-21Fixes coverage report errorGiovane
2015-09-21#442 Creates feedback service that create tickets on leap web.Giovane
2015-09-21#442 Shows success message after sending feedbackGiovane
2015-09-21Pin modernizr to ~2.8.3Folker Bernitt
- Next version, 3.0.0, does not provide built version of modernizr.js - Staying at 2.8 is the easy fix for now
2015-09-21Add more description on fingerprint missmatch errorFolker Bernitt
- See 660e0d9de
2015-09-18#442 Creates feedback sender component.Giovane
2015-09-18#442 Add feedback message to send feedback event.Giovane
2015-09-17#442 Improve feedback box UI and show message after clicking submit.Giovane
2015-09-16#442 Add close behaviour to feedback box.Giovane
2015-09-16#442 Renames open feedback box event.Giovane
2015-09-16Moved account to after sync function #458Bruno 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-16Fixed duplicate document error on reruns #458Bruno 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#442 Renames feedback box file and improve feedback box html.Giovane
2015-09-16Add fingerprints to exception on mismatchFolker Bernitt
2015-09-15#442 Moves feedback box component to mail_view related folders.Giovane
2015-09-15#442 Renames feedback box trigger filesGiovane
2015-09-15#442 adds feedback compose box component.Giovane
2015-09-15#442 minor changes on feedback component files.Giovane
2015-09-15#442 Moves feedback files to a dedicated folder.Giovane
2015-09-15Add git revision to web-ui on buildFolker Bernitt
- Issue #453
2015-09-15Replace sleep in data_setup.py with waitFolker 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 Fix jshintGiovane
2015-09-14#442 Add feature hiddig to feedback link.Giovane
2015-09-14#442 trigger open event when click on feedback link.Giovane
2015-09-14#442 Create feedback element on side navbar.Giovane
2015-09-14Fixed pep8 warningBruno Wagner
2015-09-14Removed unused sleep from the search stepBruno Wagner
2015-09-14Fixed a typo in a functional test commentBruno Wagner
2015-09-14Added sleep after adding mail so it is properly indexedBruno Wagner
2015-09-14ensure the zmq is runningChristoph Kluenter
this fixes #455
2015-09-11Another attempt to make side nav more reliableFolker Bernitt
- Issue #456 - Also added action chain for search
2015-09-11Wait for click handler to become availableFolker Bernitt
- Issue #456
2015-09-11Run javascript instead of sleepFolker Bernitt
- Issue #456 - Try to end up after all the JS that needs to run
2015-09-11Attempt to get side navigation a little bit more stableFolker Bernitt
- Issue #456 - Only temporary workaround to keep tests green while searching for a proper solution
2015-09-11Wait until single element for tag list is visibleFolker Bernitt
- Issue #456
2015-09-11Remove spend_time_in_reactor from functional testsFolker 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-11Wait for content to become available before checking class attributeFolker Bernitt
- Issue #456 - Added new find_element_by_class_name method
2015-09-11Wait for send button to become enabled to avoid implicit timeoutFolker Bernitt
- instead of waiting to not be disabled - Issue #456
2015-09-10[feat] handle missing mailbox as all mailsVictor Shyba
-- Issue #444
2015-09-10[test] leap_mailstore handles unknow uuid as emptyVictor 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 fixtureVictor Shyba
--Issue #441 This file is not used anymore.