Age | Commit message (Expand) | Author |
2016-11-03 | [bug] message can also be a BytesIO | Victor Shyba |
2016-11-03 | [docs] add a fixme for the scrypt workaround | Kali Kaneko (leap communications) |
2016-11-03 | [style] pep8 fixes | Kali Kaneko (leap communications) |
2016-10-21 | [feat] fallback support for PySide | Kali Kaneko (leap communications) |
2016-10-21 | [bug] capture the exception value properly | Kali Kaneko (leap communications) |
2016-10-21 | [bug] fix yet another logger syntax error | Kali Kaneko (leap communications) |
2016-10-21 | [bug] workaround around scrypt.encrypt() failure in windows | Kali Kaneko (leap communications) |
2016-10-21 | [bug] fallback to python-gnupg as a workaround | Kali Kaneko (leap communications) |
2016-10-21 | [bug] fail gracefully if cannot find cert file | Kali Kaneko (leap communications) |
2016-10-21 | [bug] avoid choking with some failures | Kali Kaneko (leap communications) |
2016-10-21 | [bug] avoid passing posix-only args to twistd on windows | Kali Kaneko (leap communications) |
2016-10-21 | [feat] add path for windows bundle | Kali Kaneko (leap communications) |
2016-10-21 | [bug] use tcp endpoint for windows | Kali Kaneko (leap communications) |
2016-10-21 | [bug] fail gracefully for non-posix import | Kali Kaneko (leap communications) |
2016-10-20 | [bug] add missing import | Kali Kaneko (leap communications) |
2016-10-19 | [style] pep8 | Kali Kaneko (leap communications) |
2016-10-19 | [bug] Fix warning logging. | Denis Costa |
2016-10-19 | [feat] leap.mail: expose content charset as a separated attribute | NavaL |
2016-10-17 | [bug] use twisted.logger and fix logging namespace | drebs |
2016-10-10 | [bug] create log directory on log initialization | drebs |
2016-10-10 | [feat] improve mail service log messages | drebs |
2016-10-10 | [bug] fix error logging calls using twisted logger | drebs |
2016-10-07 | [bug] fix logging on hooks | Kali Kaneko (leap communications) |
2016-10-07 | [bug] fail gracefully in mail service if instance not found | Kali Kaneko (leap communications) |
2016-10-07 | [style] pep8 | Kali Kaneko (leap communications) |
2016-10-07 | [bug] add path extension to gpg1 too | Kali Kaneko (leap communications) |
2016-10-07 | [refactor] do not print traceback for expected errors | Kali Kaneko (leap communications) |
2016-10-07 | [refactor] migrate hooks to bitmask repo | Kali Kaneko (leap communications) |
2016-10-07 | [refactor] use new logger infrastructure | Kali Kaneko (leap communications) |
2016-10-07 | [feature] logs watch command | Kali Kaneko (leap communications) |
2016-10-07 | [refactor] remove dead code | Kali Kaneko (leap communications) |
2016-10-04 | [bug] fix typ0 in method name | drebs |
2016-10-04 | [feature] handle invite codes | Kali Kaneko (leap communications) |
2016-10-04 | [bug] In case of wrong url don't leave files in the config folder | Ruben Pollan |
2016-10-04 | [feat] list active users | Ruben Pollan |
2016-10-03 | [feature] stop fetching mail on inavalid token error | drebs |
2016-10-03 | [refactor] standardize smtp and imap service modules | drebs |
2016-10-03 | [bug] use correct twisted log api for warnings | drebs |
2016-10-03 | [bug] stop syncing after logout (#8479) | drebs |
2016-09-30 | [refactor] turn mail services into twisted services | drebs |
2016-09-30 | [bug] correctly log dispatch failures because of malformed parts | drebs |
2016-09-30 | [bug] pass command parts to mail disable dispatcher | drebs |
2016-09-30 | [style] use a more meaningful callback name | drebs |
2016-09-29 | [feat] ui - allow users to change their passwords | elijah |
2016-09-29 | [bug] remove destructor, pass combined_ca_bundle as optional param | Kali Kaneko (leap communications) |
2016-09-28 | [feature]Add change password command | Ruben Pollan |
2016-09-28 | [bug] fix typo | Kali Kaneko (leap communications) |
2016-09-27 | [feat] Fetch smtp cert automatically if missing | Ruben Pollan |
2016-09-27 | [bug] create config dir if it does not exist | Kali Kaneko (leap communications) |
2016-09-27 | [feature] catch SIGINT from gui | Kali Kaneko (leap communications) |