aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Cgi/admin.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Block CSRF attack against admin or admindb pages.Mark Sapiro2021-11-301-1/+2
* Changed new 'Successfully unsubscribed:' to existingMark Sapiro2019-10-051-1/+1
* Implemented web admin sync members.Mark Sapiro2019-09-171-2/+109
* fix python doc urlsYasuhito FUTATSUKI at POEM2018-07-151-1/+1
* * apply Utils.websafe() to description string in admin.pyYasuhito FUTATSUKI at POEM2018-06-221-1/+1
* enhance i18n of listinfo overviewYasuhito FUTATSUKI at POEM2018-06-221-1/+1
* Added global _ where needed.Mark Sapiro2018-06-181-0/+1
* Bump copyright dates.Mark Sapiro2018-06-171-1/+1
* I18n for new whence reasons in admin (un)subscribe notices.Mark Sapiro2018-06-171-3/+14
|\
| * enhance i18n in admin(un)?subscribeack messagesYasuhito FUTATSUKI at POEM2018-06-161-3/+5
|/
* Implement security log.Mark Sapiro2018-06-111-0/+7
|\
| * Improved logging of security related eventsJim Popovitch2018-06-061-0/+5
|/
* Added text for screen readers only to checkboxes on admin Membership List.Mark Sapiro2017-06-211-7/+16
* Bumped Copyrights and fixed a bug in prior commit.Mark Sapiro2017-06-051-1/+1
* Defend against CGI requests with multiple values for the same parameter.Mark Sapiro2017-06-051-24/+24
* Change 'subscribees' to 'subscribers' on admin mass subscribe page.Mark Sapiro2017-04-251-1/+1
* Fixed incorrect "view more members" links at the bottom of the adminMark Sapiro2016-10-271-4/+5
* Fix unicode links in multi-page admin Membership list search results.Mark Sapiro2016-09-291-2/+5
* Membership List letter links could be incorrectly rendered as Unicode.Mark Sapiro2016-07-191-0/+3
* Catch TypeError from certain defective crafted POST requests.Mark Sapiro2016-07-141-1/+13
* Catch MMUnknownListError in case list is removed after listing names.Mark Sapiro2016-05-171-1/+5
* Improved search in admin UI Membership List.Mark Sapiro2015-04-131-1/+10
* Implemented member address change via the admin GUI.Mark Sapiro2015-03-091-1/+109
* Implement a new DEFAULT_SUBSCRIBE_OR_INVITE setting to control the defaultMark Sapiro2014-12-201-1/+2
* Fixed the admin Membership List so a search string if any is not lostMark Sapiro2014-04-151-1/+2
* - Added the list name to the vette log "held message approved" entry.Mark Sapiro2014-03-211-3/+3
* Added 'legend' to the list of CSRF safe parameters for the admin CGI.Mark Sapiro2012-10-301-1/+2
* The query fragments send_unsub_notifications_to_list_owner andMark Sapiro2012-08-221-9/+7
* Added a few more safe_params to the CSRF check.Mark Sapiro2012-02-231-1/+2
* Added Tokio Kikuchi's Cross-site Request Forgery hardening to the admin UI.Mark Sapiro2012-02-051-6/+26
* A new list poster password has been implemented. This password may onlyMark Sapiro2011-04-251-0/+27
* Added a logout link to the admindb interface and made both admin andMark Sapiro2011-04-231-0/+3
* Refactor last change for i18n.Mark Sapiro2011-04-151-5/+7
* Added a report of the affected members to the warnings issued whenMark Sapiro2011-04-141-3/+5
* Made minor wording improvements and typo corrections in some messages.Mark Sapiro2010-09-101-3/+3
* Increased the font size of 'Welcome!'on admin overview for consistency with l...Mark Sapiro2010-07-021-1/+1
* Fixed a bug which would fail to show a list on the admin and listinfoMark Sapiro2010-06-231-2/+3
* Added roster to the CGIs that return HTTP 401 status for an authenticationMark Sapiro2010-03-291-0/+2
* Backported several bug fixes from the 2.2 branch.Mark Sapiro2009-07-311-1/+1
* Updated links to Python documentation.Mark Sapiro2009-01-111-1/+2
* - Fixed the admin Membership List Find member function so the 'letter'Mark Sapiro2009-01-101-2/+5
* Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178.Barry Warsaw2008-11-121-3/+3
* Fixed a bug in admin.py which would result in chunked pages of the membershipMark Sapiro2008-07-301-10/+5
* - CGI/admin.pymsapiro2007-05-081-17/+19
* Fixed admin.py so null VARHELP category is handled (1573393).msapiro2006-10-111-4/+5
* CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery bybwarsaw2006-08-301-7/+8
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-301-1/+2
* Improving banned subscription logic to cover all invites, subscribes, address...msapiro2005-12-031-1/+4
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
* admin.py:bwarsaw2004-12-281-5/+3