log roundup/cgi/client.py @ 5879:94a7669677ae

age author description
Fri, 27 Sep 2019 23:29:59 -0400 John Rouillard add permissions to control user of rest and xmlrpc API interfaces.
Fri, 27 Sep 2019 20:38:31 -0400 John Rouillard Add rudimentery experiment JSON Web Token (jwt) support
Mon, 15 Jul 2019 20:59:12 -0400 John Rouillard Change microcopy for missing csrf to follow mismatched csrf. Fix tests.
Mon, 15 Jul 2019 20:41:24 -0400 John Rouillard Fix microcopy for CSRF validation failure. Remove display of bad
Sat, 06 Jul 2019 13:12:58 -0400 John Rouillard Fix problem with cgi.escape being depricated a different way. This way
Wed, 12 Jun 2019 17:26:02 -0400 John Rouillard html.escape(string, quote=...) sets quote to True not False by
Tue, 11 Jun 2019 22:37:22 -0400 John Rouillard catching last couple of cgi.escape references.
Sat, 08 Jun 2019 21:10:39 -0400 John Rouillard issue2551046: Attempts to attach file or create large message fail
Sun, 07 Apr 2019 20:27:25 -0400 John Rouillard Add CSRF protection to rest code path. Follow same model as for
Sun, 24 Mar 2019 21:49:17 +0000 Joseph Myers Adjust make_file override to use binary files only when needed.
Fri, 22 Mar 2019 23:59:02 -0400 John Rouillard Handle LoginError in rest code. Stop standard "an error occurred check
Tue, 19 Mar 2019 22:01:13 -0400 John Rouillard Add missing caveat about the BinaryFieldStorage class.
Tue, 19 Mar 2019 21:58:49 -0400 John Rouillard Implement different workaround for https://bugs.python.org/issue27777
Mon, 18 Mar 2019 21:42:33 -0400 John Rouillard Merge in non-conflicting changes from ba67e397f063
Sun, 17 Mar 2019 19:28:26 -0400 John Rouillard Fix string/bytes issues under python 3.
Wed, 27 Feb 2019 21:47:39 -0500 John Rouillard issue2551023: Fix CSRF headers for use with wsgi and cgi. The maint-1.6
Wed, 27 Feb 2019 21:47:39 -0500 John Rouillard issue2551023: Fix CSRF headers for use with wsgi and cgi. The
Sat, 16 Feb 2019 15:21:47 -0500 John Rouillard merge from upsteam
Sat, 16 Feb 2019 15:17:21 -0500 John Rouillard issue2550833 enhance the export csv action to include the keys for
Sat, 16 Feb 2019 17:48:36 +0000 Cédric Krier Support non-ASCII prefixes in instance config for finding static files (issue2551022).
Fri, 08 Feb 2019 19:39:17 -0500 John Rouillard Path to support OPTIONS verb when using rest interface via
Wed, 30 Jan 2019 13:58:18 +0100 Ralf Schlatterbeck Make xmlrpc and rest APIs configurable REST-rebased
Wed, 30 Jan 2019 10:26:34 +0100 Chau Nguyen Make objects returned by REST follow the standard REST-rebased
Wed, 30 Jan 2019 10:26:33 +0100 Chau Nguyen Cleanup, fixed a bug with delete action REST-rebased
Tue, 29 Jan 2019 15:27:37 +0100 Chau Nguyen Added RestInstance and calling rest from client.py REST-rebased
Tue, 29 Jan 2019 15:13:44 +0100 martin.v.loewis Don't pass huge itemids into the backend. REST-rebased
Tue, 29 Jan 2019 14:40:39 +0100 martin.v.loewis Fake a list property to prevent "Error: not indexable". REST-rebased
Thu, 27 Sep 2018 11:38:05 +0000 Joseph Myers Avoid errors from invalid Authorization headers (issue2550992).
Sun, 02 Sep 2018 18:59:41 +0000 Joseph Myers Support actions returning binary data with Python 3.
Thu, 23 Aug 2018 07:41:36 +0100 Christof Meerwald fixed typos in send_error_to_admin
Sun, 12 Aug 2018 16:15:10 +0100 Christof Meerwald updated mailgw to no longer use mimetools based on jerrykan's patch
Sat, 04 Aug 2018 22:40:16 +0100 Christof Meerwald reworked random number use
Sun, 29 Jul 2018 02:00:24 +0100 Christof Meerwald use .args for exception information
Sun, 29 Jul 2018 01:33:07 +0100 Christof Meerwald encoding fixes
Mon, 23 Jul 2018 21:43:39 +0100 Christof Meerwald fix encoding in handle_xmlrpc
Wed, 25 Jul 2018 12:28:08 +0000 Joseph Myers Python 3 preparation: use bytes in _gen_sid.
Wed, 25 Jul 2018 11:42:02 +0000 Joseph Myers Python 3 preparation: send bytes to socket in cgi/client.py.
Wed, 25 Jul 2018 10:09:19 +0000 Joseph Myers Python 3 preparation: use bytes in _gen_nonce.
Wed, 25 Jul 2018 09:56:22 +0000 Joseph Myers Python 3 preparation: make fallback SysCallError an actual exception class.
Wed, 25 Jul 2018 09:29:34 +0000 Joseph Myers Python 3 preparation: update email module names.
Wed, 25 Jul 2018 09:07:03 +0000 Joseph Myers Python 3 preparation: unichr.
Wed, 25 Jul 2018 00:16:00 +0000 Joseph Myers Python 3 preparation: update xmlrpclib / SimpleXMLRPCServer imports.
Tue, 24 Jul 2018 23:04:42 +0000 Joseph Myers Python 3 preparation: update calls to dict methods.
Tue, 24 Jul 2018 21:39:58 +0000 Joseph Myers Python 3 preparation: "raise" syntax.
Sun, 08 Jul 2018 11:34:42 -0400 John Rouillard A real fix for the problem where:
Sat, 07 Jul 2018 22:02:41 -0400 John Rouillard Force all uses of random to use SystemRandom and abort if
Fri, 20 Apr 2018 18:46:28 +0200 Ralf Schlatterbeck Fix commits although a Reject exception is raised
Thu, 24 Aug 2017 22:21:37 -0400 Eric S. Raymond Use Python-3-compatible 'as' syntax for except statements
Tue, 11 Apr 2017 22:20:13 -0400 John Rouillard Fix issue with retreiving raw template files using the @@file mechanism.
Wed, 05 Apr 2017 20:56:08 -0400 John Rouillard Reimplemented anti-csrf measures by raising exceptions rather than
Mon, 27 Mar 2017 22:37:30 -0400 John Rouillard Added tests for csrf with xmlrpc.
Sun, 19 Mar 2017 19:01:41 -0400 John Rouillard Added support for SameSite cookie option for CSRF prevention
Sun, 19 Mar 2017 17:10:13 -0400 John Rouillard Fix expiration dates and expire csrf tokens properly
Sun, 19 Mar 2017 15:32:14 -0400 John Rouillard Remove csrf keys used with get
Sat, 18 Mar 2017 19:16:56 -0400 John Rouillard My testing was with dbm backends which do an automatic commit on the
Sat, 18 Mar 2017 16:59:01 -0400 John Rouillard issue 2550690 - Adding anti-csrf measures to roundup following
Sat, 18 Feb 2017 00:58:34 -0500 John Rouillard Small fix. Make sure view is defined before trying to find('|') in it.
Fri, 17 Feb 2017 19:44:15 -0500 John Rouillard Make @template support two alternate templates for error and ok cases.
Mon, 22 Aug 2016 22:19:48 +0200 Ralf Schlatterbeck issue1408570: fix that form values are lost
Mon, 15 Aug 2016 20:53:37 -0400 John Rouillard issue2550755: exceptions.NotFound(msg) msg is not reported to user in cgi.

Roundup Issue Tracker: http://roundup-tracker.org/