summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-12Remove zmq server.key before unit tests are runFolker Bernitt
- Make tests that rely on that file fail in dev
2015-10-12Move SOLEDAD_INVALID_AUTH_TOKEN listner to outermost user agent startFolker Bernitt
- Issue #485 - Problem was that register starts ZMQ without a session every time soledad is used - This reverts commit 36b9261f609901b83da4f8915640eb6043530f01
2015-10-12Log problem when ignoring charactersFolker Bernitt
- Issue #473 - Previous fix only fixes symptoms, but we want to be aware that this problem still exists
2015-10-12Run initial soledad task for maintenanceFolker Bernitt
- Only disable it for repair tasks
2015-10-09adds a listener for SOLEDAD_INVALID_AUTH_TOKENVictor Shyba
--Issue #485
2015-10-09issue #473 - Fixed the encode problemJefferson Stachelski
2015-10-09fixes test that wasnt runningVictor Shyba
2015-10-08Fix typo in Portuguese translation fileGislene Pereira
2015-10-07Make unicode string explicitFolker Bernitt
- Issue #473 - problem had been caused by auto-convert of str to unicode
2015-10-05[bug] use utc for sorting while indexingVictor Shyba
2015-10-05issue #473 - Removed ipdb commited by mistakeJefferson Stachelski
2015-10-05issue #473 - Fixed the encoding problemJefferson Stachelski
Encoding all the strings that are been concatenaded
2015-10-05Fixed interstitial resizingBruno Wagner
2015-10-05Removed "loading..." from the UIBruno Wagner
The loading wasn't adding much in terms of feedback and was getting over important statuses like signature and encryption information. We removed the generic loading for now and we might add specific loading for certain parts as needed
2015-09-30#442 rename parameter on feedback serviceGiovane
2015-09-30issue #475 - Fixed the jshintJefferson Stachelski
2015-09-29Add git version during CIkaeff
2015-09-29Fix link to READMEkaeff
2015-09-29Fixed length check for password to mirror the leap webappBruno Wagner
2015-09-29#476 jshint as requirement to run js tests.Giovane
2015-09-28Only show warnings and errors if you're not debuggingBruno Wagner
2015-09-28Revert "Issue #475 - Removed the identification tag"Bruno Wagner
This reverts commit b3024519d4539802b6dfd1c930344ccbce7be24e.
2015-09-28Leap web requires 8 length password, so we'll do it on UA tooBruno Wagner
2015-09-28Fixed setup.py pep8 warningsBruno Wagner
2015-09-28Added maintenance to setup.py so it works on the debian package #468Bruno Wagner
2015-09-28Issue #475 - Removed the identification tagJefferson Stachelski
Removed signature and encryption identification tags
2015-09-28Add contributing guidekaeff
2015-09-28Issue #470 - Added the new folder on setupJefferson Stachelski
2015-09-25Issue #470 handling the update draftJefferson Stachelski
Deleting the new draft created if the old one was not found to fix the duplication drafts
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