summaryrefslogtreecommitdiffstats
path: root/extensions/SecureMail
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08Bug 1427884 - Add upgrade tests from 4.2 to Harmony on mysqlDylan William Hardison1-1/+1
2018-04-08fix typoDylan William Hardison1-1/+1
2018-04-08fix secure_mail error during checksetup: ignore secure_mail column if not ↵Dylan William Hardison1-1/+4
added to schema yet
2018-03-19fix all the testsDylan William Hardison1-0/+0
2018-03-12disable SecureMailDylan William Hardison1-0/+0
2018-02-21Bug 1439797 - Enable reporting-only CSP by defaultDylan William Hardison1-1/+1
2018-02-15Bug 1424363 - securemail help page recommends getting a certificate from ↵Emma Humphries1-4/+4
StartCom
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu1-1/+1
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison1-3/+3
2017-12-02Bug 1417980 - Fix non-HTTPS links and outdated links where possibleKohei Yoshino1-2/+2
2017-04-11Revert "Bug 1352913 - Extensions must register for template_before_process()"Dylan William Hardison1-7/+0
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.
2017-04-10Bug 1352913 - Extensions must register for template_before_process()Dylan William Hardison1-0/+7
We can skip a lot of method calls if extensions must declare what templates they act on.
2017-02-06Bug 1335843 - Secure HTML bugmail body begins with HUGE "Subject: [Bug NNN] ↵David Lawrence1-1/+1
Bug-summary", which usually causes overflow in my email client
2017-02-06Bug 1336958 - Call delete on HTML::Tree objects to avoid leaking memoryDylan William Hardison1-0/+2
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison2-0/+7
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison2-7/+0
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison2-0/+7
local symlink to data/ directory
2016-03-15Bug 1229834 - extend information we [audit] log to the syslogDylan Hardison1-1/+6
2015-10-29Bug 1213757 - delegate password and 2fa resets to servicedeskByron Jones1-1/+9
2015-08-20Bug 1190476 - set Comment field in GPG email to the URL of the bugByron Jones1-17/+29
2015-08-18Bug 1194584 - fix 'member of secure mail group' is always falseByron Jones1-1/+1
2015-08-14Bug 1194584 - "has cert" and "member of secure group" shouldn't be visible ↵Byron Jones1-9/+13
when creating a user
2015-08-11Bug 1190029: Would like a way to see which groups are 'secure' groups in ↵David Lawrence1-0/+46
editusers.cgi when diagnosing password reset issues
2015-01-21Bug 1119184: Securemail incorrectly displays " You will have to contact ↵David Lawrence2-3/+7
bugzilla-admin@foo to reset your password." for whines
2015-01-09Bug 1118724: Private comments on public bugs are sent unencrypted by emailDavid Lawrence1-0/+7
2014-12-05Bug 829358: Changing the name of a private attachment in an unhidden bug ↵David Lawrence1-2/+2
results in the name change being sent unencrypted
2014-11-27Bug 1092578: Decide if an email needs to be encrypted at the time it is ↵Byron Jones1-15/+28
generated, not at the time it is sent
2014-10-23Bug 1078314: Missing links and broken unicode characters in some bugmailByron Jones1-26/+26
2014-07-22remove openpgp 1.04 blacklistByron Jones1-1/+1
2014-07-17Blacklist Crypt::OpenPGP 1.04Byron Jones1-0/+2
2014-06-30Bug 1030747: Recent changes to secure bugmail subject lines break GMail ↵Byron Jones1-0/+2
threading
2014-06-30Bug 1030747: Recent changes to secure bugmail subject lines break GMail ↵Byron Jones1-1/+1
threading
2014-06-23Bug 1027638: Use product/component in subject of secure bugs rather than ↵Ed Morley [:edmorley UTC+0]1-1/+3
duplicating the bug number
2014-06-05Bug 1016273: Bugzilla whine emails missing change to From header made by bug ↵David Lawrence1-1/+1
1010751
2014-05-23Bug 1013760: Add "secure mail" metadata to email headersDavid Lawrence1-0/+3
2014-05-16Bug 1010751: Add "Bugzilla@Mozilla" to the From header, so email clients ↵Byron Jones1-1/+1
don't just display "bugzilla-daemon@mozilla.org"
2014-03-13Bug 905555 - Enhance S/MIME help to also talk about Thunderbird. Patch by ↵Gervase Markham1-2/+34
gerv; r=glob.
2013-10-30Bug 892615: update requestnagging to suport securemailByron Jones1-2/+13
2013-09-25Bug 919917: securemail's publickey field should be lazy-loadedByron Jones1-9/+20
2013-06-07Bug 858486 - make SecureMail not die if insidergroup is undefined. r=dkl.Gervase Markham1-1/+4
2013-05-07Bug 869220 - SecureMail message when no key is set doesn't seem to be ↵Dave Lawrence1-5/+5
grammatically correct
2013-02-12Bug 840279 - please add -nokeys to the S/MIME export exampleDave Lawrence1-6/+5
2012-11-30Bug 797226 - A-dependent-bug-changed bugmail on an un-hidden bug sometimes ↵Dave Lawrence1-0/+23
exposes the unobscured summary of a dependent hidden bug r=glob
2012-09-10Bug 788933: inject subject into encrypted html bugmailByron Jones1-26/+38
2012-09-04Bug 784578 - Change whine emails from hiding secure bug information to ↵Dave Lawrence1-22/+30
encrypting the mail r=glob
2012-08-30Fix securemail breakageByron Jones1-0/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=785219
2012-08-28Bug 786167: fix various "use of uninitialized value" warningsByron Jones1-6/+13
2012-08-24Bug 785219 - Secure bugmail no longer includes subject of bugDave Lawrence1-2/+8
- Missing subject for single part emails as well
2012-08-24Bug 785222 - Securemail stopped decrypting todayDave Lawrence1-0/+1
2012-08-23Bug 785219 - Secure bugmail no longer includes subject of bugDave Lawrence1-4/+2