summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-05-18[docs] minor: formatting changesKali Kaneko (leap communications)
2017-05-16[bug] use correct api uriKali Kaneko (leap communications)
Allows to upload a key to providers that use a different api uri than api.provider.net - Resolves: #8868
2017-05-16[docs] thunderbird integrationKali Kaneko (leap communications)
2017-05-04[docs] add simonft to authorsKali Kaneko (leap communications)
2017-05-01[bug] remove remanents of IMAP profiling codeRuben Pollan
- Resolves: #8870
2017-05-01[docs] update the manhole documentationKali Kaneko (leap communications)
2017-04-24[docs] update info about testing providers for vpnKali Kaneko (leap communications)
2017-04-21[docs] add note about installing havegedKali Kaneko (leap communications)
2017-04-21[docs] fix phrasing about fast-forwardsKali Kaneko (leap communications)
2017-04-21[docs] fix ref to mai lifecycleKali Kaneko (leap communications)
2017-04-21[docs] several doc updatesKali Kaneko (leap communications)
2017-04-21[docs] fix pixelated deps link in docsKali Kaneko (leap communications)
2017-04-21[docs] add missing pre-reqKali Kaneko (leap communications)
2017-04-20[docs] fix venv stepKali Kaneko (leap communications)
2017-04-20[docs] complete the env documentation a bitKali Kaneko (leap communications)
2017-04-19[docs] update known issues listKali Kaneko (leap communications)
2017-04-12[docs] fix broken autoinstall script for testing bundlesKali Kaneko (leap communications)
2017-04-03[docs] document mail status APIRuben Pollan
- Resolves: #8775
2017-03-31add entry to changelog for logging errors when decrypt failsKali Kaneko (leap communications)
2017-03-17[docs] update changelog for 0.9.5Kali Kaneko (leap communications)
2017-03-15[docs] add note about compiling and packaging the js uiKali Kaneko (leap communications)
2017-03-15[docs] add Sriram to authorsKali Kaneko (leap communications)
2017-03-13[docs] add changelog entry about offline flagKali Kaneko (leap communications)
2017-03-05[docs] add note about pixelated packagingKali Kaneko (leap communications)
2017-02-24[feature] require authentication token for apiKali Kaneko (leap communications)
implements a global auth token for the app. this token is written to .config/leap/authtoken, and passed to the anchor part of the landing URI when opening the index resource by the browser. - Resolves: #8765
2016-12-29[docs] add changelog header to section0.9.4Kali Kaneko (leap communications)
2016-12-29[docs] fix typo in the header nameKali Kaneko (leap communications)
2016-12-29[docs] fix typosKali Kaneko (leap communications)
2016-12-29[feature] better param error handling in rest apiKali Kaneko (leap communications)
2016-12-29[docs] add doc about authentication headerKali Kaneko (leap communications)
2016-12-29[docs] improve documentation of the API, add some examplesKali Kaneko (leap communications)
2016-12-29[refactor] reorganize APIKali Kaneko (leap communications)
so that whitelisting doesn't have to peek into the data. added more documentation and some tests stubs too.
2016-12-29[pkg] changelog for 0.9.4Kali Kaneko (leap communications)
2016-12-08[docs] fix typo in bundles linkKali Kaneko (leap communications)
also, move the bash script to automate bundle testing from a gist to bitmask repo itself.
2016-12-07[docs] add latest-bundle link to testing docsKali Kaneko (leap communications)
2016-11-04[docs] add tulio to authorsKali Kaneko (leap communications)
2016-10-19[docs] include leap commit template from the docsKali Kaneko (leap communications)
2016-10-19[docs] add denis to authorsKali Kaneko (leap communications)
2016-10-04[docs] document invitecodesKali Kaneko (leap communications)
2016-10-04[feature] handle invite codesKali 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 markupKali Kaneko (leap communications)
2016-10-04[docs] complete contributors listKali Kaneko (leap communications)
2016-10-04[bug] In case of wrong url don't leave files in the config folderRuben Pollan
- Resolves: #8498
2016-10-04[feat] list active usersRuben Pollan
- Resolves: 8488
2016-10-03[docs] revamp bitmask dev docsKali Kaneko (leap communications)
2016-10-03[docs] initialize sphinx for library documentationKali Kaneko (leap communications)
2016-09-28[feature]Add change password commandRuben Pollan
- Resolves: #8487
2016-09-27[feat] Fetch smtp cert automatically if missingRuben Pollan
It's missing dealing with expired certs. I remove get_smtp_certificate core command. - Closes: #8486
2016-09-13[feat] Write service tokens to a file for email clients to read.Ruben Pollan
- Resolves: #8435
2016-09-07[feat] Add manual provider registrationRuben Pollan
- Resolves: #8400