summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-20[docs] mention logs in the readmeKali Kaneko (leap communications)
2017-04-20[tests] run CI with bundled sqlcipherKali Kaneko (leap communications)
to workaround the lack of HAVE_USLEEP in debian packages.
2017-04-20[bug] fix enabling of vpn serviceKali Kaneko (leap communications)
- Resolves: #8845
2017-04-19[bug] stop firewall if was failed closeKali Kaneko (leap communications)
2017-04-19[bug] return clearer errors when no cert foundKali Kaneko (leap communications)
2017-04-19[bug] fail if tried to stop vpn when not runningKali Kaneko (leap communications)
2017-04-19[bug] pass along no polkit errorKali Kaneko (leap communications)
2017-04-19[refactor] use str repr of exceptionKali Kaneko (leap communications)
2017-04-19[style] remove unused assignmentKali Kaneko (leap communications)
2017-04-19[bug] do not fail if error is an intKali Kaneko (leap communications)
2017-04-19[bug] remove previous auth tokenKali Kaneko (leap communications)
- Resolves: #8823
2017-04-19[bug] handle disabled caseKali Kaneko (leap communications)
2017-04-19[bug] improve exception catching in execution loopKali Kaneko (leap communications)
2017-04-19[docs] update known issues listKali Kaneko (leap communications)
2017-04-19[feature] expose method to open url from jsKali Kaneko (leap communications)
- Resolves: #8838
2017-04-19[feature] expose gui shutdown to jsKali Kaneko (leap communications)
- Resolves: #8837
2017-04-16[bug] fix typo in js librarykwadronaut
Signed-off-by: kwadronaut <kwadronaut@leap.se> Signed-off-by: Ruben Pollan <meskio@sindominio.net>
2017-04-12[docs] fix broken autoinstall script for testing bundlesKali Kaneko (leap communications)
2017-04-12[bug] delay initialization of pixelatedKali Kaneko (leap communications)
- Related: #8798
2017-04-12[bug] fix typo on js libraryKali Kaneko (leap communications)
2017-04-06[bug] last_vpn path now is ~/.config/leap/last_vpnRuben Pollan
It used to be in the providers folder, but this was missleading bonafide to list it as a provider. I think it's harder to write work arounds to have this file in this folder than to have it somewhere else. - Resolves: #8818
2017-04-03[test] remove randomness testerRuben Pollan
There was a test in the Keymanager refresher that was testing the randomness of the refreshing intervals. It was producing a bunch of intervals and checking that all of them where different. This test (rarelly) fails some times, but this is not a sign of bad randomness. - Resolves: #8813
2017-04-03[docs] document mail status APIRuben Pollan
- Resolves: #8775
2017-04-03[feat] add the expiration date of the cert to vpn.checkRuben Pollan
- Resolves: #8807
2017-04-03[feat] add a check for the installation of the helpers to the APIRuben Pollan
- Resolves: #8786
2017-04-03[feat] remove the pinning of VPN extra flagsRuben Pollan
The pinning was removing 'tun-ipv6' wich is a boolean value, there is boolean support in src/leap/bitmask/vpn/launcher.py:232 already. It seems to work fine. - Resolves: #8809
2017-04-03[feat] store what was the last vpn provider usedRuben Pollan
To allow automatic connection to the VPN we are storing the last provider in a file. - Resolves: #8806
2017-04-03[feat] expose core.version and core.stop in the js APIRuben Pollan
- Resolves: #8802
2017-03-31[bug] fix usage of exception with twisted loggerKali Kaneko (leap communications)
2017-03-31add entry to changelog for logging errors when decrypt failsKali Kaneko (leap communications)
2017-03-31[bug] Log error in case JSON parsing fails for decrypted docSriram Viswanathan
In addition to the UnicodeError exception in _process_decrypted_doc function, we have added ValueError to the exception list so that we can catch any error in JSON parsing, specially a 'NODATA' error that we were getting with some of the emails. This is in reference to issues - https://github.com/pixelated/pixelated-user-agent/issues/908 & https://github.com/pixelated/pixelated-user-agent/issues/981 - to ignore documents that have this problem and not have Soledad try to sync them again and again. with @deniscostadsc
2017-03-31[bug] fix errBack in _decrypt_doc in incoming mail serviceSriram Viswanathan
with @deniscostadsc
2017-03-30[feature] Creates methods for update recovery code.Thais Siqueira
Related with: https://github.com/pixelated/pixelated-user-agent/issues/924 with @aarni Signed-off-by: Ruben Pollan <meskio@sindominio.net>
2017-03-17[pkg] remove non needed stepsKali Kaneko (leap communications)
2017-03-17[docs] release notes for 0.9.5Kali Kaneko (leap communications)
2017-03-17[bug] fix command error for older version of dockerKali Kaneko (leap communications)
2017-03-17[pkg] pin latest soledad version (0.9.5)Kali Kaneko (leap communications)
2017-03-17[docs] update changelog for 0.9.5Kali Kaneko (leap communications)
2017-03-17[bug] let's remove hardcoded providersRuben Pollan
2017-03-17[feat] report the real status of the VPNRuben Pollan
2017-03-15[docs] add note about compiling and packaging the js uiKali Kaneko (leap communications)
2017-03-15[feat] minimal vpn uielijah
2017-03-15[feat] minimal addressbook uielijah
2017-03-15[tests] allow failures for osx builderKali Kaneko (leap communications)
2017-03-15[tests] let's include OSX CIRuben Pollan
2017-03-15[tests] separate build_ui testKali Kaneko (leap communications)
2017-03-15[docs] add Sriram to authorsKali Kaneko (leap communications)
2017-03-15[feature] Add errBack to log the doc_id when decrypt failsSriram Viswanathan
with @deniscostadsc
2017-03-15Merge remote-tracking branch 'merge-requests/82'elijah
2017-03-15[bug] fix icons in uielijah
Signed-off-by: elijah <elijah@riseup.net>