Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-10 | [tests] add build stage | varac | |
2016-10-10 | [pkg] add command to upload to pypi | Kali Kaneko (leap communications) | |
2016-10-10 | [bug] fix error logging calls using twisted logger | drebs | |
2016-10-07 | [minor] ui - remove unused code | elijah | |
2016-10-07 | [feat] ui - add support for sign up with invite code | elijah | |
2016-10-07 | [tests] do not halt on first failure on CI tests | Kali Kaneko (leap communications) | |
2016-10-07 | [docs] fix markup | Kali Kaneko (leap communications) | |
2016-10-07 | [pkg] get prebuilt package from pypi-in-the-sky | Kali Kaneko (leap communications) | |
2016-10-07 | [doc] ui - update readme to be more clear | elijah | |
2016-10-07 | [tests] use docker for CI | varac | |
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) | |
also, small refactor to make the function clearer. | |||
2016-10-07 | [typo] fix markup | Kali Kaneko (leap communications) | |
2016-10-07 | [doc] updated README with instructions on how to actually run bitmask | elijah | |
2016-10-07 | [style] pep8 | Kali Kaneko (leap communications) | |
2016-10-07 | [tests] remove assertion, bundles are not deleted on exit | 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) | |
Add the ability to declare an exceptions as 'expected'. This will avoid logging the backtrace on the bitmaskd log. We will just forward the message in the json that we return to the caller. - Resolves: #8506 | |||
2016-10-07 | [refactor] migrate hooks to bitmask repo | Kali Kaneko (leap communications) | |
now we can deprecate service_hooks in leap.common repo | |||
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) | |
not using this anymore, was a vile hack. and a very bad idea too, happy to see it gone. | |||
2016-10-07 | [bug] fix typo: avoided js to be bundled | Kali Kaneko (leap communications) | |
2016-10-06 | [feat] ui - log all events to console, for now. | elijah | |
2016-10-06 | [feat] ui - email status section | elijah | |
2016-10-06 | [bug] fix problems building ui, closes #8516 | elijah | |
2016-10-04 | [bug] fix typ0 in method name | drebs | |
2016-10-04 | [docs] document invitecodes | Kali Kaneko (leap communications) | |
2016-10-04 | [feature] handle invite codes | Kali Kaneko (leap communications) | |
In the command line, --invitecode is a new optional parameter to the command "user create". bonafide service handles the invite codes. javascript library should be updated accordingly - Resolves: #7550 | |||
2016-10-04 | [docs] fix readme markup | Kali Kaneko (leap communications) | |
2016-10-04 | [docs] complete contributors list | Kali Kaneko (leap communications) | |
2016-10-04 | [docs] rtd badge | Kali Kaneko (leap communications) | |
2016-10-04 | [docs] add missing libraries | Kali Kaneko (leap communications) | |
2016-10-04 | [doc] fix readme, remove broken dev-install-prebuilt from makefile | elijah | |
2016-10-04 | [bug] In case of wrong url don't leave files in the config folder | Ruben Pollan | |
- Resolves: #8498 | |||
2016-10-04 | [feat] list active users | Ruben Pollan | |
- Resolves: 8488 | |||
2016-10-03 | [docs] update LICENSE | Kali Kaneko (leap communications) | |
2016-10-03 | [docs] revamp bitmask dev docs | Kali Kaneko (leap communications) | |
2016-10-03 | [docs] initialize sphinx for library documentation | Kali Kaneko (leap communications) | |
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 | |
A missing command parts argument to mail subcommand dispatcher caused the `mail disable` command to never be executed. | |||
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 | [feat] ui - improved account list, show multiple login sessions | elijah | |
2016-09-29 | [doc] update known issues | elijah | |