Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-21 | [bug] fix typo on backend name | Ivan Alejandro | |
2015-09-18 | [bug] track soledad ready state on a shared place | Ivan Alejandro | |
Connecting to the `soledad_bootstrap_finished` signal is not enough since the password change window is created after the signal is emitted, that way we were not able to tell when soledad is ready to be used. - Resolves: #7474 | |||
2015-09-18 | [bug] correctly return expected value for methods that check services | Kali Kaneko | |
these methods were returning None, and therefore breaking soledad password change (since it checks whether mail is enabled before changing soledad pass after srp pass change). - Resolves: #7470 | |||
2015-09-18 | [bug] show unread emails after sync complete | Ivan Alejandro | |
Right after a complete sync we show the unread emails. - Resolves: #7453 | |||
2015-09-17 | [style] pep8 fixes | Kali Kaneko | |
2015-09-18 | [feat] remove taskthread dependency | Ruben Pollan | |
Refactor ivan's code (aa4b684d0682ff9faf1577653fa5ceabbc6e0f20) to remove the time.sleep. - Resolves: #7414 | |||
2015-09-17 | [bug] fix assignment of the incoming service | Kali Kaneko | |
the second callback was actually broken, not being called when it was supposed to be. the reason is that IncomingMail.startService returns a deferred which callback is called with the loopingCall instance only when the loopingCall is stopped. | |||
2015-09-16 | [bug] authenticate logout calls to api | Kali Kaneko | |
logout calls were not being authenticated, so we were receiving 401 return code. | |||
2015-09-15 | [pkg] revert attempt to be compatible with logbook 0.6.0 | Kali Kaneko | |
we need the 'multi' feature all the same, so we'll be depending on logbook >= 0.7.0. | |||
2015-09-15 | [pkg] require Logbook 0.7.0 or newer | Ivan Alejandro | |
For our logging we need a new logbook feature that was added on 0.7.0. - Resolves: #7449 | |||
2015-09-14 | [pkg] revert attempt to be compatible with logbook 0.6.0 | Kali Kaneko | |
we need the 'multi' feature all the same, so we'll be depending on logbook >= 0.7.0. | |||
2015-09-14 | add versioned dependency for python-logbook | Micah Anderson | |
2015-09-11 | [pkg] add libzmq dependency | Ivan Alejandro | |
This is needed if we use wheels, since the zmq library is not build as it is when we install from code. | |||
2015-09-11 | [bug] fix import | Kali Kaneko | |
there's an error in the import | |||
2015-09-11 | [bug] fix import | Kali Kaneko | |
there's an error in the import | |||
2015-09-10 | [docs] add some docs for new docker stuff | Ivan Alejandro | |
- Resolves: #7446 | |||
2015-09-10 | add cherry-pick for logbook to changelog | Kali Kaneko | |
2015-09-10 | [bug] add compatibility for logbook versions < 0.7.0 | Kali Kaneko | |
for the version in ubuntu trusty, the call for the zeromq handler initialization gets one less argument | |||
2015-09-10 | [bug] add compatibility for logbook versions < 0.7.0 | Kali Kaneko | |
for the version in ubuntu trusty, the call for the zeromq handler initialization gets one less argument | |||
2015-09-10 | Add explicit dependency on python-txzmq | Micah Anderson | |
2015-09-09 | [docs] fix broken pypi badge | Kali Kaneko | |
2015-09-09 | [feat] use docker to test .deb packages | Ivan Alejandro | |
Add scripts to easily test (stable or unstable) debian packages. - Resolves: #6715 | |||
2015-09-09 | [pkg] add docker/data to ignores | Kali Kaneko | |
2015-09-09 | [feat] install using leap-wheels | Ivan Alejandro | |
I did the previous merge against an outdated version of the PR branch (leapcode/pr/889). Sorry! | |||
2015-09-08 | [feat] run bitmask inside a docker container | Ivan Alejandro | |
2015-09-07 | [bug] fix argument number on window raise event | Ivan Alejandro | |
- Resolves: #7415 | |||
2015-09-02 | [feat] load credentials from environment variable | Ivan Alejandro | |
Look for file defined in the `BITMASK_CREDENTIALS` env variable and load `provider`, `username` and `password` data. Trigger login if they were loaded correctly. The credentials file should look like this: [Credentials] username = my-account@my-provider.com password = secret - Resolves: #7419 | |||
2015-09-01 | [style] Fix spelling errors in bitmask-root manpage | micah | |
2015-09-01 | lintian fixes, including updates to desktop file to add Keywords | Micah Anderson | |
2015-09-01 | [pkg] checkout develop in bitmask repo too | Kali Kaneko | |
2015-08-31 | embed taskthread | Kali Kaneko | |
2015-08-31 | update dependencies | Kali Kaneko | |
2015-08-31 | update changelog to 0.9.0rc2 | Kali Kaneko | |
2015-08-31 | freeze debian version | Kali Kaneko | |
2015-08-31 | Merge tag '0.9.0rc2' into debian/experimental | Kali Kaneko | |
Tag leap.bitmask version 0.9.0rc2 | |||
2015-08-28 | [pkg] update versions for 0.9.0rc2 | Kali Kaneko | |
2015-08-27 | [pkg] fold in changes0.9.0rc2 | Ivan Alejandro | |
2015-08-27 | [pkg] update release notes | Ivan Alejandro | |
2015-08-24 | [pkg] fetch origin before checkout | Kali Kaneko | |
2015-08-24 | [pkg] add sumo_tarball_latest target | Kali Kaneko | |
2015-08-24 | [pkg] add new .icns file for mac bundle | Kali Kaneko | |
2015-08-24 | [pkg] add icon for mail-only builds | Kali Kaneko | |
2015-08-24 | [feat] allow to disable EIP on build | Kali Kaneko | |
2015-08-24 | [bug] handle disabled registration, error 403. | Ivan Alejandro | |
If the user wants to register a new account we check whether the provider allows registration or not right after getting the provider.json file and show an error msg on the wizard if not allowed. Also, there is a new signal to handle the error raised by the server if a registration attempt is made but is rejected with error 403. - Resolves: #6594 | |||
2015-08-14 | [bug] handle eip-config not providing locations | Ivan Alejandro | |
Is valid for a provider not to provide locations for their gateways. - Resolves: #7281 | |||
2015-08-13 | [bug] copy for cryptography files not needed | Ivan Alejandro | |
Those files are no longer needed (nor present on the repo). - Resolves: #7384 | |||
2015-08-12 | [style] autopep8 | Kali Kaneko | |
2015-08-12 | [bug] freeze also bitmask module version in sumo tarball | Kali Kaneko | |
if __version__ is not properly assigned, provider tests were breaking when parsing BITMASK_VERSION (which is None, where a string is expected). - Resolves: #7322 | |||
2015-08-12 | [bug] fail more clearly if we got incorrect version string | Kali Kaneko | |
on the sumo tarball, the _version file for leap/bitmask submodule wasn't being frozen, and hence BITMASK_VERSION was None. this was breaking the provider tests w/o any clear error message. - Related: #7322 | |||
2015-08-11 | [feat] add soledad sync progress to the UI | Ivan Alejandro | |
Register to Soledad's sync (send and receive) events and display the progress in the UI. - Resolves: #7353 |