summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2017-03-15[bug] don't check the number of unread mails if incoming service hasn't startedRuben Pollan
2017-03-14[tests] make e2e test non-criticalKali Kaneko (leap communications)
2017-03-13[feat] emit MAIL_STATUS_CHANGED eventRuben Pollan
2017-03-13[feat] report the status of keymanager in the mail statusRuben Pollan
2017-03-13[tests] re-enable e2e testsKali Kaneko (leap communications)
- Resolves: #8766
2017-03-13[docs] add changelog entry about offline flagKali Kaneko (leap communications)
2017-03-13[pkg] use master soledad again until next tagKali Kaneko (leap communications)
2017-03-13[pkg] stop building the bundle if some step failsKali Kaneko (leap communications)
2017-03-12[bug] remove offline toggledrebs
The offline toggle added a race condition in which the client could end up offline forever. We decided to remove it for now and then decide if soledad client needs to know about network connectivity (check: https://0xacab.org/leap/soledad/issues/8789).
2017-03-06[pkg] pin requests to version that pixelated usesKali Kaneko (leap communications)
2017-03-06[pkg] yet another missing pixelated dependencyKali Kaneko (leap communications)
by the way, it doesn't make sense to depend on requests having treq. should send patch. and I keep commiting directly to the main repo because it's release time :) thanks for reading this.
2017-03-06[pkg] add more pixelated dependenciesKali Kaneko (leap communications)
2017-03-06[pkg] several bundling fixesKali Kaneko (leap communications)
2017-03-05[pkg] find links in leap.se downloads insteadKali Kaneko (leap communications)
workaround for some error that makes devpi upload an empty package.
2017-03-05[pkg] ship pixelated packagesKali Kaneko (leap communications)
2017-03-05[tests] change order of build step, it's slower and I want bundles soonKali Kaneko (leap communications)
2017-03-05[pkg] prepare rc bundles for 0.9.5Kali Kaneko (leap communications)
2017-03-05[style] pep8Kali Kaneko (leap communications)
2017-03-05[pkg] add pixelated packages as hidden importsKali Kaneko (leap communications)
2017-03-05[pkg] install pixelated packages in the bundleKali Kaneko (leap communications)
2017-03-05[bug] load svg font for webkit to render it properlyKali Kaneko (leap communications)
2017-03-05[bug] disable addressbokKali Kaneko (leap communications)
- Related: #8792
2017-03-05[bug] load after exporting the objectKali Kaneko (leap communications)
2017-03-05[docs] add note about pixelated packagingKali Kaneko (leap communications)
2017-03-05[feature] add pixelated button to UIKali Kaneko (leap communications)
this button will call the exported qt method to open a new window
2017-03-05[feature] pixelated UA integrationKali Kaneko (leap communications)
a bit hacky and all, but this should launch the service and allow interacting from the default site (localhost:9090). this is the first example of a pyqt-js bridge, it's an interesting mechanism that we can use more in the future. no efforts made so far in authenticating the app.
2017-03-05[bug] revert vpn options from configKali Kaneko (leap communications)
bitmask-root is not able to parse some options, and is aborting the vpn connection in my tests. we need to debug that carefully, hardcoding some options for now and leaving this to be done post-0.9.5
2017-03-04[bug] provide email address to the bitmask.mail.status callRuben Pollan
2017-03-03[feat] get VPN params from eip-service.jsonRuben Pollan
Instead of hardcoding them in the code.
2017-03-03[feat] add mail enable/disable to bitmask.jsRuben Pollan
- Resolves: #8782
2017-03-03[feat] add VPN API to bitmask.jsRuben Pollan
- Resolves: #8779
2017-03-03[bug] use username instead of provider in the vpn callsRuben Pollan
Without active user we need to use the username instead of the provider in the VPN API. - Resolves: #8783
2017-03-03[feat] mail status will only work for a valid useridRuben Pollan
We used to return the system status if no userid is provided. We don't do it anymore, now is only userid based. - Resolves: #8785