Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-25 | disable finish button until connected | kali | |
2013-01-24 | Merge branch 'feature/smtp-relay' into develop | drebs | |
2013-01-24 | Merge branch 'feature/soledad-api' into develop | drebs | |
2013-01-25 | Merge branch 'feature/dirspec' into develop | kali | |
Conflicts: pkg/requirements.pip | |||
2013-01-25 | use dirspec for cross-platform friendly directories | kali | |
2013-01-24 | removed ping and root dependency (1456). | antialias | |
improved default network request (771). fixed ERROR "cannot concatenate 'str' and 'list' objects" (1449). | |||
2013-01-25 | use dirspec | kali | |
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-25 | Merge branch 'develop' of ssh://leap.se/leap_client into develop | kali | |
2013-01-25 | fix test when missing system updown script | kali | |
2013-01-24 | refine get_username to work on buildslaves | antialias | |
2013-01-24 | changed get_username to work on buildslaves | antialias | |
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-23 | Add test for message encryption. | drebs | |
2013-01-23 | Add test for basic email sending. | drebs | |
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 | Clean up tests and add basic GPG infrastructure. | drebs | |
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 | |