summaryrefslogtreecommitdiff
path: root/openid/server/server.py
Commit message (Expand)AuthorAgeFilesLines
* Fix new flake8 warningsVlastimil Zíma2018-11-141-5/+2
* Fix #13 - Base64 based API for Diffie-HellmanVlastimil Zíma2018-07-111-13/+26
* Use base64 encoded Diffie-Hellman modulus and generatorVlastimil Zíma2018-07-111-2/+0
* Fix #21 - Update log message levelsVlastimil Zíma2018-06-291-2/+2
* Use cryptography for hash algorithms in DHVlastimil Zíma2018-06-251-5/+14
* Check empty identifiersVlastimil Zíma2018-06-081-2/+2
* Clean other deprecationsVlastimil Zíma2018-05-311-2/+2
* Use cryptography for DH keysVlastimil Zíma2018-05-231-1/+1
* Drop getBytes functionVlastimil Zíma2018-05-161-2/+3
* Fix exception handlingVlastimil Zíma2018-05-111-1/+1
* Use long depending on python versionVlastimil Zíma2018-05-111-1/+1
* Transform remaining API to text stringsVlastimil Zíma2018-05-111-45/+74
* Replace unicode with six.text_typeVlastimil Zíma2018-05-111-1/+3
* Transform key-value form API to text stringsVlastimil Zíma2018-05-111-1/+1
* Refactor server request messageVlastimil Zíma2018-02-071-93/+84
* Use common decorators as suchVlastimil Zíma2018-02-021-13/+7
* Pepify and add flake8Vlastimil Zíma2017-11-291-77/+31
* Update loggingVlastimil Zíma2017-11-291-10/+7
* Clean imports by isortVlastimil Zíma2017-11-221-8/+7
* Add backport for Server encoding classes 4c17264Vlastimil Zíma2017-11-221-4/+23
* Introduce InvalidNamespace exceptionVlastimil Zíma2017-11-221-1/+7
* Assoc_type is required for protocol 2.0Vlastimil Zíma2017-11-221-1/+9
* Fix bug introduced in ff4a417Vlastimil Zíma2017-11-211-2/+4
* better way to check if message is using openid version 1Rodrigo Primo2013-05-091-3/+3
* url limit is present in openid 1 and not on openid 2Rodrigo Primo2013-04-151-3/+3
* Merge branch 'cdman/use-logging-module'Will Norris2012-08-241-4/+5
|\
| * Changed over to logging module from built-in logging module and updated tests...Attila-Mihaly Balazs2012-06-111-4/+5
* | Merge pull request #31 from justjkk/masterWill Norris2012-08-061-1/+1
|\ \ | |/ |/|
| * Bugfix: Automatically POST the form from OP to RPJ Kishore kumar2012-02-011-1/+1
* | Patch the openid.server.Server class to allow clients to provide signatory, e...julio@yola.com2012-01-171-9/+11
|/
* [project @ server.EncodingError.__str__: fix missing self.]Kevin Turner2008-07-181-1/+1
* [project @ server.CheckIDRequest.answer: respond with claimed_id from the req...Kevin Turner2008-07-181-9/+3
* [project @ CheckIDRequest.answer: normalize request.identity when comparing t...Kevin Turner2008-07-161-4/+16
* [project @ Since we're generating a user_setup_url in openid 2 requests, we'd...tailor2008-07-111-3/+3
* [project @ openid.server.server.CheckIdRequest: change __str__ to __repr__ fo...tailor2008-06-241-1/+1
* [project @ Signatory.sign: EncodingError takes a response object, add an expl...Kevin Turner2008-04-211-2/+11
* [project @ server: add assert in CheckIDRequest.answer]http://mike.glover.myopenid.com2008-06-061-3/+5
* [project @ Deprecate server.CheckIDRequest.namespace and stop using == OPENID...Kevin Turner2008-06-051-17/+28
* [project @ Added toHTML methods in consumer and server where toFormMarkup app...tailor2008-05-231-0/+19
* [project @ Add optional form_tag_attrs arg to server.OpenIDResponse.toFormMar...tailor2008-05-231-2/+8
* [project @ kvform: use KVFormError, catch in server.Signatory.sign]Kevin Turner2008-04-211-2/+5
* [project @ server.server: adding @raises to docstrings]Kevin Turner2008-04-211-1/+6
* [project @ server..CheckIDRequest.fromMessage: raise ProtocolError if claimed...Kevin Turner2008-03-191-10/+11
* [project @ server..Decoder.defaultDecoder: more readable error message]Kevin Turner2008-02-261-1/+1
* [project @ server..Decode.decode: make sure ProtocolError has a Message even ...Kevin Turner2008-02-261-1/+8
* [project @ server.OpenIDResponse.toFormMarkup: grab return_to from the reques...Kevin Turner2008-02-201-2/+1
* [project @ server..AssociationRequest.answer: include session_type in no-encr...Kevin Turner2008-02-191-1/+5
* [project @ server..CheckIDRequest.fromMessage: handle empty string for trust_...Kevin Turner2008-02-161-4/+10
* [project @ test_server.TestProtocolError: test hasReturnTo() when message=None.]Kevin Turner2008-02-121-1/+1
* [project @ message: raise an InvalidOpenIDNamespace error instead of a ValueE...Kevin Turner2008-02-061-2/+6