Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-09 | fixes test that wasnt running | Victor Shyba | |
2015-10-08 | Fix typo in Portuguese translation file | Gislene Pereira | |
2015-10-07 | Make unicode string explicit | Folker Bernitt | |
- Issue #473 - problem had been caused by auto-convert of str to unicode | |||
2015-10-05 | [bug] use utc for sorting while indexing | Victor Shyba | |
2015-10-05 | issue #473 - Removed ipdb commited by mistake | Jefferson Stachelski | |
2015-10-05 | issue #473 - Fixed the encoding problem | Jefferson Stachelski | |
Encoding all the strings that are been concatenaded | |||
2015-10-05 | Fixed interstitial resizing | Bruno Wagner | |
2015-10-05 | Removed "loading..." from the UI | Bruno 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 service | Giovane | |
2015-09-30 | issue #475 - Fixed the jshint | Jefferson Stachelski | |
2015-09-29 | Add git version during CI | kaeff | |
2015-09-29 | Fix link to README | kaeff | |
2015-09-29 | Fixed length check for password to mirror the leap webapp | Bruno Wagner | |
2015-09-29 | #476 jshint as requirement to run js tests. | Giovane | |
2015-09-28 | Only show warnings and errors if you're not debugging | Bruno Wagner | |
2015-09-28 | Revert "Issue #475 - Removed the identification tag" | Bruno Wagner | |
This reverts commit b3024519d4539802b6dfd1c930344ccbce7be24e. | |||
2015-09-28 | Leap web requires 8 length password, so we'll do it on UA too | Bruno Wagner | |
2015-09-28 | Fixed setup.py pep8 warnings | Bruno Wagner | |
2015-09-28 | Added maintenance to setup.py so it works on the debian package #468 | Bruno Wagner | |
2015-09-28 | Issue #475 - Removed the identification tag | Jefferson Stachelski | |
Removed signature and encryption identification tags | |||
2015-09-28 | Add contributing guide | kaeff | |
2015-09-28 | Issue #470 - Added the new folder on setup | Jefferson Stachelski | |
2015-09-25 | Issue #470 handling the update draft | Jefferson Stachelski | |
Deleting the new draft created if the old one was not found to fix the duplication drafts | |||
2015-09-25 | Changed date format to conform to mail RFC #438 | Bruno Wagner | |
2015-09-25 | Add repair to pixelated maintenance | Folker Bernitt | |
- Issue #468 - Call with: pixelated-maintenance repair | |||
2015-09-25 | Add SoledadMaintenace repair for mixed up keys | Folker Bernitt | |
- Issue #468 | |||
2015-09-22 | Added foundation initialization to usemin tag #462 | Bruno Wagner | |
2015-09-22 | Added foundation init file to the concat step #462 | Bruno Wagner | |
2015-09-21 | #442 Moves feedback url to environment variable. | Giovane | |
2015-09-21 | Fixes coverage report error | Giovane | |
2015-09-21 | #442 Creates feedback service that create tickets on leap web. | Giovane | |
2015-09-21 | #442 Shows success message after sending feedback | Giovane | |
2015-09-21 | Pin modernizr to ~2.8.3 | Folker 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-21 | Add more description on fingerprint missmatch error | Folker 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-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 | #442 Renames feedback box file and improve feedback box html. | Giovane | |
2015-09-16 | Add fingerprints to exception on mismatch | Folker Bernitt | |
2015-09-15 | #442 Moves feedback box component to mail_view related folders. | Giovane | |
2015-09-15 | #442 Renames feedback box trigger files | Giovane | |
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-15 | Add git revision to web-ui on build | Folker Bernitt | |
- Issue #453 | |||
2015-09-15 | Replace sleep in data_setup.py with wait | Folker Bernitt | |
- Issue: #456 |