summaryrefslogtreecommitdiffstats
path: root/extensions/SecureMail/Extension.pm
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
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison1-3/+3
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 Hardison1-0/+4
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-4/+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 Hardison1-0/+4
local symlink to data/ directory
2016-03-15Bug 1229834 - extend information we [audit] log to the syslogDylan Hardison1-1/+6
2015-08-20Bug 1190476 - set Comment field in GPG email to the URL of the bugByron Jones1-17/+29
2015-01-21Bug 1119184: Securemail incorrectly displays " You will have to contact ↵David Lawrence1-1/+3
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-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-05-23Bug 1013760: Add "secure mail" metadata to email headersDavid Lawrence1-0/+3
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
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
2012-08-23Bug 775275 - Port HTML email support from Bugzilla 4.2 to BMO 4.0Dave Lawrence1-9/+6
- Added fix for filter bug links issue ported to bmo/4.0 - Removed need to check for 4.2 for HTML::Tree
2012-08-15Bug 782330 - Whine emails show the summary of security sensitive bugsDave Lawrence1-0/+21
r=gerv
2012-07-05Bug 765143: SecureMail needs to sanitize all bug_link references in htmlDave Lawrence1-5/+47
bugmail. r=glob
2012-07-02Bug 767570 - Make securemail extension work with the multipart email format ↵Dave Lawrence1-26/+114
for Bugzilla 4.2 r=glob
2012-06-19Bug 765640 - Distinguish new bug filings from updates to existing onesReed Loden1-3/+9
[r=glob]
2012-06-14Bug 764892: Fix SecureMail not replacing multipart email when public key is ↵Byron Jones1-0/+2
missing
2012-05-30Bug 759340: Optimise SecureMail's comment loadingByron Jones1-7/+7
2012-05-17Bug 753632: allow private comments/attachments to trigger securemailByron Jones1-51/+102
2012-04-05Bug 741996 - approval-mozilla-esr10 flag request mails show real subject for ↵Dave Lawrence1-3/+6
security bugs r=gerv
2012-03-30Bug 738732: fix mangling of summary by securemailByron Jones1-1/+4
2012-03-29Bug 737883 - Bug 731044 breaks gmail threading of bugsDave Lawrence1-1/+1
2012-03-22Bug 737709: securemail should encrypt flag request emailsByron Jones1-1/+2
2012-03-22Bug 737401: include the real subject inside encrypted bodyByron Jones1-27/+27
2012-03-22Bug 656537 - automatically send a test email when a certificate is uploaded ↵Dave Lawrence1-4/+28
or changed via the securemail preferences tab r=glob
2012-03-07Bug 729558: fix securemail corruption of unicode emailsByron Jones1-1/+7
2012-03-06Bug 729558: fix issue in securemail with pgp and unicode charactersByron Jones1-6/+7
2011-08-11Initial checkin of bmo/4.0 extensions. Still todo: port changes to core ↵David Lawrence1-0/+326
Bugzilla code