summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-10[feat] multi-user events.Kali Kaneko
Adapt to users emitting the userid/uuid too. - Resolves: #7656 - Releases: 0.10.0
2015-12-10[docs] fix outdated signature descriptionKali Kaneko
2015-11-16[feat] use bitmask repo instead of leap.seIvan Alejandro
Also map 'sana' (codename for kali linux 2.0) to jessie.
2015-11-11[i18n] do not translate https label textIvan Alejandro
2015-11-11[but] Fix errback on InvalidAuthTokenRuben Pollan
- Related: #7583
2015-11-09[bug] open email help link on browserIvan Alejandro
- Resolves: #7585
2015-11-09[i18n] update source stringsIvan Alejandro
2015-11-09solved transifex issues, languagekwadronaut
https://www.transifex.com/otf/bitmask/translate/#ar/$/31977726 https://www.transifex.com/otf/bitmask/translate/#nl/$/32117870 https://www.transifex.com/otf/bitmask/translate/#ar/$/22113277 https://www.transifex.com/otf/bitmask/translate/#nl/$/22113279
2015-11-09Change title 'Missing Bitmask helpers'kwadronaut
solves https://www.transifex.com/otf/bitmask/translate/#ar/$/31977726
2015-11-09Debian capitalizationkwadronaut
Solves https://www.transifex.com/otf/bitmask/translate/#es/$/31977728
2015-11-06[docs] add info for translatorsKali Kaneko
2015-11-06[bug] fix set_soledad_invalid_auth_token event cb signatureKali Kaneko
2015-11-06[docs] add link to irc-es and bugtrackerKali Kaneko
2015-11-04[docs] update manpagesKali Kaneko
2015-11-04[docs] add codename for 090Kali Kaneko
2015-11-04[feat] improve msg and add margin above boxIvan Alejandro
- Related: #7552
2015-11-04[pkg] update supported distros for .deb packagesIvan Alejandro
2015-11-04[bug] fix typo on signal nameIvan Alejandro
- Resolves: #7568
2015-11-03[docs] update history with latest changelogs0.9.1Ivan Alejandro
2015-11-03[pkg] update release notesIvan Alejandro
2015-11-03[pkg] fold in changesIvan Alejandro
2015-11-03try to use /usr/bin/gpg1, gpg2 is broken for keygenKali Kaneko
2015-11-03[feat] add ui message to help new mail usersIvan Alejandro
Add a UI message for the user to know where to go next. This message goes away after 60 seconds or right after a MUA logs in. - Resolves: #7552
2015-11-02[docs] this was really a feature, not a bugfixKali Kaneko
2015-11-02[bug] use gpg2 binary if gpg not found. Closes: #7563Kali Kaneko
from debian stretch on, gpg will be a symlink to gpg2. this is currently failing if one uses dpkg-divert to make gpg2 provide /usr/bin/gpg. this solution just attempts to use gpg2 binary if the search for gpg binary fails. - Resolves: #7563 - Releases: 0.9.1
2015-11-02[pkg] merge previous feature file into new changelog formatKali Kaneko
2015-11-02[pkg] add new changelog formatKali Kaneko
2015-11-02[bug] use embedded minitornado. Closes: #7562Kali Kaneko
using system tornado library raises a bug due to a mismatching signature. - Resolves: #7562 - Releases: 0.9.1
2015-11-02[docs] add link to mail help in About dialogKali Kaneko
2015-10-30[docs] reword release notesIvan Alejandro
2015-10-29[pkg] catch file errors for sdistKali Kaneko
2015-10-29[feat] pin mail.bitmask.net providerIvan Alejandro
- Resolves: #7542
2015-10-29[pkg] bump status to betaKali Kaneko
2015-10-28[pkg] bump dependencies0.9.0Ivan Alejandro
2015-10-28[pkg] add joint changelog and announcement textIvan Alejandro
2015-10-28[pkg] merge RCs changes and fold in filesIvan Alejandro
2015-10-27[pkg] remove old relnotes fileIvan Alejandro
We now use the more nice looking release-notes.rst - Annoucement text goes on the website - License is already in a file and on the readme - Instructions to install/test/hack have their own page on docs
2015-10-23[i18n] add an extra env variable to change langIvan Alejandro
In some cases setting just `LANG` doesn't change the language, in those cases, setting `LC_ALL` does the trick.
2015-10-20[i18n] update spanish resource fileIvan Alejandro
2015-10-20[i18n] update spanish stringsIvan Alejandro
2015-10-20[i18n] update source i18n fileIvan Alejandro
2015-10-16fix IS_SUMO assignmentKali Kaneko
2015-10-09[pkg] skip leap-deps in sumo tooKali Kaneko
2015-10-09[pkg] make sumo tar non-namespace packageKali Kaneko
2015-10-09[pkg] add pems to data (for sumo tarball)Kali Kaneko
2015-10-07[pkg] add changes file for #7512Ivan Alejandro
2015-10-07[bug] pass on standalone flag to commonIvan Alejandro
- Related: #7512
2015-10-06[bug] store logs in the right placeIvan Alejandro
Load flags before creating logger so the logs path considers the standalone flag. Move the log file path definition to the function, otherwise it will calculated during import and (most likely) before defining the flags.STANDALONE value. Create logger inside `run_frontend` right after knowing if we are standalone or not. - Resolves: #7512
2015-10-06[bug] store zmq certs in the right pathIvan Alejandro
Change KEYS_DIR for a function, so the path does not get defined on import (and most likely) before the flags are defined. Move the flags_dict call before the generate_zmq_certificates call. Otherwise the standalone flag won't be set properly. - Resolves: #7512
2015-10-05[pkg] update release notes0.9.0rc4Ivan Alejandro