Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-03 | [feat] expose core.version and core.stop in the js API | Ruben Pollan | |
- Resolves: #8802 | |||
2017-03-31 | [bug] fix usage of exception with twisted logger | Kali Kaneko (leap communications) | |
2017-03-31 | add entry to changelog for logging errors when decrypt fails | Kali Kaneko (leap communications) | |
2017-03-31 | [bug] Log error in case JSON parsing fails for decrypted doc | Sriram 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 service | Sriram 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 steps | Kali Kaneko (leap communications) | |
2017-03-17 | [docs] release notes for 0.9.5 | Kali Kaneko (leap communications) | |
2017-03-17 | [bug] fix command error for older version of docker | Kali 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.5 | Kali Kaneko (leap communications) | |
2017-03-17 | [bug] let's remove hardcoded providers | Ruben Pollan | |
2017-03-17 | [feat] report the real status of the VPN | Ruben Pollan | |
2017-03-15 | [docs] add note about compiling and packaging the js ui | Kali Kaneko (leap communications) | |
2017-03-15 | [feat] minimal vpn ui | elijah | |
2017-03-15 | [feat] minimal addressbook ui | elijah | |
2017-03-15 | [tests] allow failures for osx builder | Kali Kaneko (leap communications) | |
2017-03-15 | [tests] let's include OSX CI | Ruben Pollan | |
2017-03-15 | [tests] separate build_ui test | Kali Kaneko (leap communications) | |
2017-03-15 | [docs] add Sriram to authors | Kali Kaneko (leap communications) | |
2017-03-15 | [feature] Add errBack to log the doc_id when decrypt fails | Sriram Viswanathan | |
with @deniscostadsc | |||
2017-03-15 | Merge remote-tracking branch 'merge-requests/82' | elijah | |
2017-03-15 | [bug] fix icons in ui | elijah | |
Signed-off-by: elijah <elijah@riseup.net> | |||
2017-03-15 | [bug] don't check the number of unread mails if incoming service hasn't started | Ruben Pollan | |
2017-03-14 | [tests] make e2e test non-critical | Kali Kaneko (leap communications) | |
2017-03-13 | [feat] emit MAIL_STATUS_CHANGED event | Ruben Pollan | |
2017-03-13 | [feat] report the status of keymanager in the mail status | Ruben Pollan | |
2017-03-13 | [tests] re-enable e2e tests | Kali Kaneko (leap communications) | |
- Resolves: #8766 | |||
2017-03-13 | [docs] add changelog entry about offline flag | Kali Kaneko (leap communications) | |
2017-03-13 | [pkg] use master soledad again until next tag | Kali Kaneko (leap communications) | |
2017-03-13 | [pkg] stop building the bundle if some step fails | Kali Kaneko (leap communications) | |
2017-03-12 | [bug] remove offline toggle | drebs | |
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 uses | Kali Kaneko (leap communications) | |
2017-03-06 | [pkg] yet another missing pixelated dependency | Kali 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 dependencies | Kali Kaneko (leap communications) | |
2017-03-06 | [pkg] several bundling fixes | Kali Kaneko (leap communications) | |
2017-03-05 | [pkg] find links in leap.se downloads instead | Kali Kaneko (leap communications) | |
workaround for some error that makes devpi upload an empty package. | |||
2017-03-05 | [pkg] ship pixelated packages | Kali Kaneko (leap communications) | |
2017-03-05 | [tests] change order of build step, it's slower and I want bundles soon | Kali Kaneko (leap communications) | |
2017-03-05 | [pkg] prepare rc bundles for 0.9.5 | Kali Kaneko (leap communications) | |
2017-03-05 | [style] pep8 | Kali Kaneko (leap communications) | |
2017-03-05 | [pkg] add pixelated packages as hidden imports | Kali Kaneko (leap communications) | |
2017-03-05 | [pkg] install pixelated packages in the bundle | Kali Kaneko (leap communications) | |
2017-03-05 | [bug] load svg font for webkit to render it properly | Kali Kaneko (leap communications) | |
2017-03-05 | [bug] disable addressbok | Kali Kaneko (leap communications) | |
- Related: #8792 | |||
2017-03-05 | [bug] load after exporting the object | Kali Kaneko (leap communications) | |
2017-03-05 | [docs] add note about pixelated packaging | Kali Kaneko (leap communications) | |
2017-03-05 | [feature] add pixelated button to UI | Kali Kaneko (leap communications) | |
this button will call the exported qt method to open a new window | |||
2017-03-05 | [feature] pixelated UA integration | Kali 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 config | Kali 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 |