Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-27 | Refactor tests and fix test_https. | drebs | |
2013-01-27 | Exclude testing of logs because logs are now handled by ↵ | drebs | |
ObjectStore(InMemoryDatabase). | |||
2013-01-24 | Couch backend passes all tests in u1db test_sync. | drebs | |
2013-01-24 | CouchDatabase refactoring and indexing. | drebs | |
CouchDatabase now inherits from u1db InMemoryDatabase, so it can use all available facilities. The important thing is to make sure every modification of logs or indexes gets propagated to the ObjectStore backend. | |||
2013-01-24 | Merge branch 'develop' of ssh://code.leap.se/leap_client into develop | drebs | |
Conflicts: src/leap/soledad/__init__.py | |||
2013-01-24 | Add syncable flag for LeapDocument. | drebs | |
2013-01-24 | Fix GPGWrapper send_keys logging. | drebs | |
2013-01-24 | moar pep8 cleanup! | kali | |
watch out the skynet gadget on line 42 | |||
2013-01-24 | Merge branch 'feature/soledad-api' into develop | drebs | |
Conflicts: src/leap/soledad/util.py | |||
2013-01-24 | Source files stick to pep8. | drebs | |
2013-01-24 | Couch backend stores data as attachments. | drebs | |
2013-01-24 | check cert time_boundaries uses pyOpenSSL | kali | |
I had missed this one while deprecating gnutls | |||
2013-01-24 | all tests green again | kali | |
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup | |||
2013-01-24 | switch dependency to pyopenssl | kali | |
2013-01-24 | wizard rephrasing & punctuation | kali | |
2013-01-24 | catch missing messages on last page of wizard | kali | |
2013-01-23 | working up/down resolv-conf script | kali | |
2013-01-23 | Merge branch 'develop' of ssh://leap.se/leap_client into develop | kali | |
2013-01-22 | Merge branch 'feature/soledad-api' into develop | drebs | |
Conflicts: src/leap/soledad/__init__.py src/leap/soledad/backends/couch.py src/leap/soledad/backends/leap_backend.py src/leap/soledad/backends/objectstore.py src/leap/soledad/tests/test_couch.py src/leap/soledad/tests/test_logs.py src/leap/soledad/tests/test_sqlcipher.py src/leap/soledad/util.py | |||
2013-01-22 | Cleanup tests. | drebs | |
2013-01-20 | SQLCipher backend syncs using a LeapSyncTarget. | drebs | |
2013-01-20 | Fix SQLCipher implementation registering. | drebs | |
2013-01-20 | Remove c_backend_wrapper commented code from test_sync. | drebs | |
2013-01-18 | fix network checker attr in wizard | kali | |
2013-01-17 | Add tests for verifying if sqlcipher db is encrypted. | drebs | |
2013-01-17 | Include missing u1db sqlite test for soledad sqlcipher backend. | drebs | |
2013-01-17 | localize exit country if we can | kali | |
only if we can find the geoip database, which comes with geoip-database in debian. we will have to think more about this in the future but it's nice to have now for testing. | |||
2013-01-17 | pep8 | kali | |
2013-01-17 | osx fixed already running instance check | kali | |
2013-01-17 | (osx) detect which interface is traffic going thru | kali | |
2013-01-17 | fix ctypes dependency discovery for libgnutls | kali | |
2013-01-17 | pass cacert bundle only in frozen apps | kali | |
2013-01-16 | Couch backend passes test_sync without indexes. | drebs | |
2013-01-16 | Fix copy_database for couch tests. | drebs | |
2013-01-15 | Refactor and fix ObjectStore. | drebs | |
2013-01-15 | Add test info to README. | drebs | |
2013-01-16 | handle loss of tun iface | kali | |
trigger only one dialog and disconnect. additional cleanup of log handling. | |||
2013-01-15 | added if callable sanity check. | antialias | |
2013-01-15 | implemented abstracted layer with matching and passed callback. | antialias | |
tests as well. | |||
2013-01-15 | reads and searches for strings from openvpn logs via the management interface. | antialias | |
2013-01-15 | todo about ping_gateway function | kali | |
2013-01-14 | Add missing u1db test_sync file. | drebs | |
2013-01-14 | CouchSyncTarget passes u1db DatabaseSyncTargetTests. | drebs | |
2013-01-14 | Cleanup of imports. | drebs | |
2013-01-14 | CouchSyncTarget works as a LocalSyncTarget. | drebs | |
2013-01-14 | LeapDatabase passes u1db test_https. | drebs | |
2013-01-11 | fix for missing cacert bundle | kali | |
frozen app cannot find requests cacert bundle. added to Resources to get us going. | |||
2013-01-10 | LeapDocument and LeapSyncTarget pass u1db tests. | drebs | |
2013-01-11 | all calls except the first one are made to api uri | kali | |
we also parse the port number | |||
2013-01-10 | LeapDatabase passes u1db TestHTTPClientBase. | drebs | |