summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-06[pkg] bump changelog to 0.9.0rc4Kali Kaneko
2015-10-06[pkg] add recommends to thunderbird plugin againKali Kaneko
2015-10-06freeze debian versionKali Kaneko
2015-10-06Merge tag '0.9.0rc4' into debian/experimentalKali Kaneko
Tag leap.bitmask version 0.9.0rc4
2015-10-06[pkg] add version dependency for twisted-coreKali Kaneko
2015-10-05[pkg] update release notes0.9.0rc4Ivan Alejandro
2015-10-05[pkg] fold in changesIvan Alejandro
2015-10-05[docs] add irc badgeKali Kaneko
2015-10-02[bug] move assign to prevent race conditionIvan Alejandro
When the error happens too quickly, the errback is called before the assign of the callLater. And in the errback we cancel that call which gives an error. - Related: #7451
2015-10-02[bug] signal soledad bootstrap fail on initIvan Alejandro
- Resolves: #7503 Signed-off-by: Ivan Alejandro <ivanalejandro0@gmail.com>
2015-10-02[bug] remove bubble argument from the logbook NullHandlerRuben Pollan
NullHandler doesn't have anymore the argument bubble. https://pythonhosted.org/Logbook/changelog.html#version-0-11-0
2015-09-24[pkg] remove embedded taskthread dependencyKali Kaneko
2015-09-24bump changelog to 0.9.0rc3Kali Kaneko
2015-09-24Merge tag '0.9.0rc3' into debian/experimentalKali Kaneko
Tag leap.bitmask version 0.9.0rc3
2015-09-23[feat] disable email firewall on docker containersIvan Alejandro
- Related: #7471
2015-09-23[docs] fix usage indication for bitmask-docker scriptKali Kaneko
2015-09-23[docs] small additions to CONTRIBUTINGKali Kaneko
2015-09-22[docs] add CONTRIBUTING fileIvan Alejandro
- Resolves: #7445
2015-09-22[pkg] fold in changes0.9.0rc3Ivan Alejandro
2015-09-21[bug] add compatibility mode for platform < 0.8Kali Kaneko
there was a bug in plaform that made webapp not serve correctly the smtp certificates. with this fallback, we try to support platforms < 0.8, although we should deprecate this behavior in bitmask 0.10
2015-09-21[feature] retrieve specific smtp certificate. Closes: #4284Kali Kaneko
2015-09-21[bug] fix typo on backend nameIvan Alejandro
2015-09-18[bug] track soledad ready state on a shared placeIvan 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 servicesKali 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 completeIvan Alejandro
Right after a complete sync we show the unread emails. - Resolves: #7453
2015-09-17[style] pep8 fixesKali Kaneko
2015-09-18[feat] remove taskthread dependencyRuben Pollan
Refactor ivan's code (aa4b684d0682ff9faf1577653fa5ceabbc6e0f20) to remove the time.sleep. - Resolves: #7414
2015-09-17[bug] fix assignment of the incoming serviceKali 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 apiKali 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.0Kali 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 newerIvan 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.0Kali Kaneko
we need the 'multi' feature all the same, so we'll be depending on logbook >= 0.7.0.
2015-09-14add versioned dependency for python-logbookMicah Anderson
2015-09-11[pkg] add libzmq dependencyIvan 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 importKali Kaneko
there's an error in the import
2015-09-11[bug] fix importKali Kaneko
there's an error in the import
2015-09-10[docs] add some docs for new docker stuffIvan Alejandro
- Resolves: #7446
2015-09-10add cherry-pick for logbook to changelogKali Kaneko
2015-09-10[bug] add compatibility for logbook versions < 0.7.0Kali 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.0Kali Kaneko
for the version in ubuntu trusty, the call for the zeromq handler initialization gets one less argument
2015-09-10Add explicit dependency on python-txzmqMicah Anderson
2015-09-09[docs] fix broken pypi badgeKali Kaneko
2015-09-09[feat] use docker to test .deb packagesIvan Alejandro
Add scripts to easily test (stable or unstable) debian packages. - Resolves: #6715
2015-09-09[pkg] add docker/data to ignoresKali Kaneko
2015-09-09[feat] install using leap-wheelsIvan 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 containerIvan Alejandro
2015-09-07[bug] fix argument number on window raise eventIvan Alejandro
- Resolves: #7415
2015-09-02[feat] load credentials from environment variableIvan 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 manpagemicah
2015-09-01lintian fixes, including updates to desktop file to add KeywordsMicah Anderson