aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Cgi/admin.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-05Changed new 'Successfully unsubscribed:' to existingMark Sapiro1-1/+1
2019-09-17Implemented web admin sync members.Mark Sapiro1-2/+109
2018-07-15fix python doc urlsYasuhito FUTATSUKI at POEM1-1/+1
2018-06-22* apply Utils.websafe() to description string in admin.pyYasuhito FUTATSUKI at POEM1-1/+1
2018-06-22enhance i18n of listinfo overviewYasuhito FUTATSUKI at POEM1-1/+1
2018-06-18Added global _ where needed.Mark Sapiro1-0/+1
2018-06-17Bump copyright dates.Mark Sapiro1-1/+1
2018-06-16enhance i18n in admin(un)?subscribeack messagesYasuhito FUTATSUKI at POEM1-3/+5
2018-06-06Improved logging of security related eventsJim Popovitch1-0/+5
2017-06-21Added text for screen readers only to checkboxes on admin Membership List.Mark Sapiro1-7/+16
2017-06-05Bumped Copyrights and fixed a bug in prior commit.Mark Sapiro1-1/+1
2017-06-05Defend against CGI requests with multiple values for the same parameter.Mark Sapiro1-24/+24
2017-04-25Change 'subscribees' to 'subscribers' on admin mass subscribe page.Mark Sapiro1-1/+1
2016-10-27Fixed incorrect "view more members" links at the bottom of the adminMark Sapiro1-4/+5
2016-09-29Fix unicode links in multi-page admin Membership list search results.Mark Sapiro1-2/+5
2016-07-19Membership List letter links could be incorrectly rendered as Unicode.Mark Sapiro1-0/+3
2016-07-14Catch TypeError from certain defective crafted POST requests.Mark Sapiro1-1/+13
2016-05-17Catch MMUnknownListError in case list is removed after listing names.Mark Sapiro1-1/+5
2015-04-13Improved search in admin UI Membership List.Mark Sapiro1-1/+10
2015-03-09Implemented member address change via the admin GUI.Mark Sapiro1-1/+109
2014-12-20Implement a new DEFAULT_SUBSCRIBE_OR_INVITE setting to control the defaultMark Sapiro1-1/+2
2014-04-15Fixed the admin Membership List so a search string if any is not lostMark Sapiro1-1/+2
2014-03-21 - Added the list name to the vette log "held message approved" entry.Mark Sapiro1-3/+3
2012-10-30Added 'legend' to the list of CSRF safe parameters for the admin CGI.Mark Sapiro1-1/+2
2012-08-22The query fragments send_unsub_notifications_to_list_owner andMark Sapiro1-9/+7
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-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 Sapiro1-0/+3
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
2010-09-10Made minor wording improvements and typo corrections in some messages.Mark Sapiro1-3/+3
2010-07-02Increased the font size of 'Welcome!'on admin overview for consistency with l...Mark Sapiro1-1/+1
2010-06-23Fixed a bug which would fail to show a list on the admin and listinfoMark Sapiro1-2/+3
2010-03-29Added roster to the CGIs that return HTTP 401 status for an authenticationMark Sapiro1-0/+2
2009-07-31Backported several bug fixes from the 2.2 branch.Mark Sapiro1-1/+1
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
2008-11-12Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178.Barry Warsaw1-3/+3
2008-07-30Fixed a bug in admin.py which would result in chunked pages of the membershipMark Sapiro1-10/+5
2007-05-08- CGI/admin.pymsapiro1-17/+19
2006-10-11Fixed admin.py so null VARHELP category is handled (1573393).msapiro1-4/+5
2006-08-30CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery bybwarsaw1-7/+8
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-1/+2
2005-12-03Improving banned subscription logic to cover all invites, subscribes, address...msapiro1-1/+4
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2004-12-28admin.py:bwarsaw1-5/+3
2003-12-24adminy_overview(): Richard Barrett's patch # 828811 to reduce listinfobwarsaw1-5/+6
2003-12-01get_item_gui_value(): Added a new widget HeaderFilter and associated code tobwarsaw1-2/+72
2003-11-21change_options(): When calling ApprovedAddMember(), pass a meaningfulbwarsaw1-2/+3