summaryrefslogtreecommitdiff
path: root/openid/consumer
Commit message (Expand)AuthorAgeFilesLines
* Fix flake8 warningsVlastimil Zíma2019-06-171-1/+1
* Fix isortVlastimil Zíma2019-06-171-0/+1
* Fix new flake8 warningsVlastimil Zíma2018-11-141-7/+6
* Fix #13 - Base64 based API for Diffie-HellmanVlastimil Zíma2018-07-111-1/+2
* Use base64 encoded Diffie-Hellman modulus and generatorVlastimil Zíma2018-07-111-4/+2
* Fix #21 - Update log message levelsVlastimil Zíma2018-06-292-14/+14
* Use cryptography for hash algorithms in DHVlastimil Zíma2018-06-251-3/+17
* Clean other deprecationsVlastimil Zíma2018-05-311-1/+1
* Clean up URL encoded messagesVlastimil Zíma2018-05-311-1/+1
* Use cryptography for DH keysVlastimil Zíma2018-05-231-3/+1
* Prefer stronger association methodsVlastimil Zíma2018-05-161-1/+1
* Fix exception handlingVlastimil Zíma2018-05-112-7/+7
* Make iterators python3 compatibleVlastimil Zíma2018-05-111-2/+2
* Use six for URL utilitiesVlastimil Zíma2018-05-112-5/+5
* Transform remaining API to text stringsVlastimil Zíma2018-05-112-40/+48
* Replace unicode with six.text_typeVlastimil Zíma2018-05-112-3/+3
* Refactor consumer HTML parseVlastimil Zíma2018-05-022-271/+22
* Remove disliked functions - map, filter and reduceVlastimil Zíma2018-03-071-1/+1
* Use common decorators as suchVlastimil Zíma2018-02-022-14/+7
* Replace 'cgi.parse_qs*' functionsVlastimil Zíma2018-01-261-3/+2
* Pepify and add flake8Vlastimil Zíma2017-11-293-98/+95
* Update loggingVlastimil Zíma2017-11-292-52/+37
* Drop support for Python <2.7Vlastimil Zíma2017-11-291-7/+0
* Clean imports by isortVlastimil Zíma2017-11-222-27/+14
* Fix case when return URL contains parameter without valueVlastimil Zíma2017-11-221-1/+1
* Changed over to logging module from built-in logging module and updated tests...Attila-Mihaly Balazs2012-06-112-30/+32
* Fix typo in log message.David Watson2012-03-081-1/+1
* Added the following patch from the dev@openidenabled.com mailing list:Lilli2010-02-111-5/+4
* [project @ Consumer: require that op_endpoint be signed in id_res responses]tailor2009-04-201-1/+2
* [project @ Normalize XRIs when doing discovery in accordance with the OpenID ...tailor2008-12-191-0/+7
* [project @ Provide the user_setup_url in the SetupNeededResponse even in Open...tailor2008-07-101-1/+2
* [project @ Add 206 status check to openid.consumer.discover]Kevin Turner2008-06-251-1/+1
* [project @ Accept response code 206 from fetcher results. Fixes #260]Kevin Turner2008-06-111-1/+1
* [project @ message.Message(): when constructed with an OpenID 1 namespace, ma...Kevin Turner2008-06-051-2/+1
* [project @ clarify documentation for URL argument to Consumer.complete; call ...tailor2008-06-031-4/+4
* [project @ Normalize return_to before checking it]tailor2008-06-021-2/+3
* [project @ add __all__ to __init__.py files, fixes #138]Kevin Turner2008-05-291-0/+2
* [project @ CheckAuth: copy entire response, not just signed fields. Fixes mi...tailor2008-05-261-14/+4
* [project @ Consumer._verifyDiscoveryResults: fall back to OpenID 1.0 type if ...tailor2008-05-241-24/+26
* [project @ Added toHTML methods in consumer and server where toFormMarkup app...tailor2008-05-231-0/+14
* [project @ consumer.Response.getDisplayIdentifier: document more about use of...Kevin Turner2008-01-081-1/+15
* [project @ consumer.discover.OpenIDServiceEndpoint.getDisplayIdentifier: Don'...Kevin Turner2008-01-081-3/+6
* [project @ consumer.consumer.SuccessResponse.getSignedNS: log an attempt to g...Kevin Turner2007-12-011-0/+2
* [project @ Move getDisplayIdentifier() to Response class]tailor2007-11-191-5/+7
* [project @ Add SuccessResponse.getDisplayIdentifier() to avoid using endpoint...tailor2007-11-191-0/+5
* [project @ Set display_identifier in discoverXRI, add tests]tailor2007-11-191-0/+1
* [project @ Add display_identifier, getDisplayIdentifier to OpenIDServiceEndpo...tailor2007-11-191-0/+8
* [project @ this is 2.1.0, not 2.0.2]Kevin Turner2007-11-151-2/+2
* [project @ epydoc, and add @since tags to new methods]Kevin Turner2007-11-141-2/+6
* [project @ epydoc]Kevin Turner2007-11-141-1/+1