aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Cgi (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-25Backported the password reminder from private archive login feature from theMark Sapiro1-1/+22
2012-02-23Added a few more safe_params to the CSRF check.Mark Sapiro1-1/+2
2012-02-05Added Tokio Kikuchi's Cross-site Request Forgery hardening to the admin UI.Mark Sapiro1-6/+26
2011-12-31Fix for bug #629738 could cause a crash in the admindb details displayMark Sapiro1-1/+3
2011-11-12Added masthead.txt to the list of templates that can be edited via theMark Sapiro1-1/+2
2011-06-07The user options 'list my other subscriptions' page now indicates forMark Sapiro1-0/+6
2011-05-10Fixed a problem in admindb.py where the character set for the display ofMark Sapiro1-1/+8
2011-05-09Prevented setting user passwords with leading/trailing whitespace. Bug #778088.Mark Sapiro3-10/+10
2011-04-25A new list poster password has been implemented. This password may onlyMark Sapiro1-0/+27
2011-04-23Added a logout link to the admindb interface and made both admin andMark Sapiro2-3/+27
2011-04-15Refactor last change for i18n.Mark Sapiro1-5/+7
2011-04-14Added a report of the affected members to the warnings issued whenMark Sapiro1-3/+5
2011-03-29Changed the subscribe CGI to strip leading and trailing whitespace fromMark Sapiro1-2/+2
2011-02-18An XSS vulnerability, CVE-2011-0707, has been fixed.Mark Sapiro1-3/+3
2011-02-07- Fixed an uncaught KeyError when poster tries to cancel a post which wasMark Sapiro1-2/+3
2011-02-05Updated copyright year for previous change.Mark Sapiro1-1/+1
2011-02-05Issue an HTTP 404 status for private archive file not found.Mark Sapiro1-0/+1
2010-09-10Made minor wording improvements and typo corrections in some messages.Mark Sapiro2-5/+5
2010-09-09Two potential XSS vulnerabilities have been identified and fixed.Mark Sapiro1-2/+2
2010-09-03Fixed admindb interface to decode base64 and quoted-printable encodedMark Sapiro1-1/+1
2010-07-27Changed the member options login page unsubscribe request to include theMark Sapiro1-1/+2
2010-07-02Increased the font size of 'Welcome!'on admin overview for consistency with l...Mark Sapiro1-1/+1
2010-06-25Fixed an issue in admindb that could result in a KeyError and "we hit aMark Sapiro1-6/+10
2010-06-23Fixed a bug which would fail to show a list on the admin and listinfoMark Sapiro2-4/+6
2010-03-29Added roster to the CGIs that return HTTP 401 status for an authenticationMark Sapiro10-0/+22
2010-03-06Reordered the 'cancel' and 'subscribe' buttons on the subscriptionMark Sapiro1-3/+3
2010-03-06Fixed a bug in the admindb interface that could apply a moderatorMark Sapiro1-2/+10
2010-02-27Added a urlhost argument to the MailList.MailList.Create() method toMark Sapiro1-2/+3
2010-02-04We now give an HTTP 401 status for authentication failures from admin,Mark Sapiro3-2/+8
2010-01-21- Fixed a bug where going to an archives/private/list.mbox/list.mbox URLMark Sapiro1-1/+3
2009-12-04- Added vette logging for rejected and discarded (un)subscribe requests.Mark Sapiro1-1/+1
2009-12-03Decoded RFC 2047 encoded message subjects for a few reports. Bug #266428.Mark Sapiro1-3/+4
2009-07-31Backported several bug fixes from the 2.2 branch.Mark Sapiro2-4/+5
2009-02-03Fixed a bug in admindb.py in the implementation of replacing "No ReasonMark Sapiro1-2/+7
2009-01-20Two of the 'new' class exceptions are raised with an argument.Mark Sapiro1-4/+5
2009-01-11Updated links to Python documentation.Mark Sapiro1-1/+2
2009-01-10- Fixed the admin Membership List Find member function so the 'letter'Mark Sapiro1-2/+5
2009-01-02Mailman/Utils.pyMark Sapiro1-9/+8
2008-12-07Fixed a problem in Decorate which could throw a TypeError on conversion toMark Sapiro1-6/+8
2008-12-05Updated some FAQ URLs for wiki.list.org.Mark Sapiro1-1/+1
2008-11-12Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178.Barry Warsaw2-6/+6
2008-07-30Fixed a bug in admin.py which would result in chunked pages of the membershipMark Sapiro1-10/+5
2008-04-14options.py - Made the ability for a list admin to change a members passwordMark Sapiro1-0/+8
2008-03-06CookHeaders.py - Changed the first URL in the RFC 2369 List-Unsubscribe:Mark Sapiro1-4/+7
2008-02-23MailList.py - Corrected some long standing incomplete logic in theMark Sapiro1-1/+7
2007-12-04Mailman/Cgi/edithtml.pyMark Sapiro1-2/+15
2007-11-25Mailman/Defaults.py.inMark Sapiro1-2/+2
2007-11-04- Cgi/options.py - fixed to not present the "empty" topic to user.Mark Sapiro1-1/+3
2007-06-12admindb.py - Changed to not show the "Discard all messages marked Defer" chec...msapiro1-2/+5
2007-05-08- CGI/admin.pymsapiro3-24/+29