Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply pyupgrade --py36-plus. | Ben Sturmfels | 2021-09-23 | 1 | -3/+3 |
| | | | | This removes some 'u' prefixes and converts simple format() calls to f-strings. | ||||
* | Remove remaining imports/calls to six not automatically removed by pyupgrade. | Ben Sturmfels | 2021-03-05 | 1 | -2/+0 |
| | |||||
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -11/+11 |
| | |||||
* | Merge branch 'stable' | Christopher Allan Webber | 2015-12-20 | 1 | -0/+10 |
|\ | |||||
| * | Fix security issue in OAuth verifier validation | Jessica Tallon | 2015-12-19 | 1 | -0/+10 |
| | | |||||
* | | Fix #5353 - Bug in OAuth which referenced "user" | Jessica Tallon | 2015-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | There was a recent change in 0f3bf8d where several names which were used to refer the actor where renamed to the standard "actor" property name. There were some places in the OAuth decorator and the OAuth views where the old names were still referred. This fixes that. | ||||
* | | Fix #5344 - OAuth NotImplemented exception | Jessica Tallon | 2015-08-21 | 1 | -1/+1 |
|/ | | | | | | | | | | | | This introduces a migration which adds a dummy Client, RequestToken and AccessToken. These are used when an invalid request comes in, instead of bailing early, it needs dummy data to prevent timing attacks. This then implements the methods which get the IDs of the dummy objects. If these are changed in the future a migration which checks for the previous dummy object should be created and updates them to reflect the new IDs/tokens. | ||||
* | Fix #1057 - unquote redirection URL on successful OAuth authorization | Jessica Tallon | 2014-12-08 | 1 | -1/+5 |
| | |||||
* | Fix typo in client registration API for logo_uri | Jessica Tallon | 2014-10-02 | 1 | -4/+4 |
| | |||||
* | Fix Content-Disposition error for retrieving OAuth request tokens | Jessica Tallon | 2014-09-24 | 1 | -4/+0 |
| | |||||
* | Merge branch 'master' into merge-python3-port | Christopher Allan Webber | 2014-09-16 | 1 | -7/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Has some issues, will iteratively fix! Conflicts: mediagoblin/gmg_commands/__init__.py mediagoblin/gmg_commands/deletemedia.py mediagoblin/gmg_commands/users.py mediagoblin/oauth/views.py mediagoblin/plugins/api/views.py mediagoblin/tests/test_api.py mediagoblin/tests/test_edit.py mediagoblin/tests/test_oauth1.py mediagoblin/tests/test_util.py mediagoblin/tools/mail.py mediagoblin/webfinger/views.py setup.py | ||||
| * | Tidy up federation code and add tests to cover more of the APIs | Jessica Tallon | 2014-08-18 | 1 | -1/+0 |
| | | |||||
| * | Use oauthlib's safe characters when generating client_key and client_secret | Jessica Tallon | 2014-08-18 | 1 | -4/+3 |
| | | |||||
| * | Fix problem in OAuth views | Jessica Tallon | 2014-07-22 | 1 | -1/+2 |
| | | |||||
| * | Allow crypto.random_string to take optional alphabet param | Jessica Tallon | 2014-07-08 | 1 | -5/+8 |
| | | |||||
* | | Use isinstance and six.text_type to check types of an object. | Berker Peksag | 2014-07-28 | 1 | -2/+4 |
|/ | |||||
* | not all JSONEncoded fields should be mutable dicts | Rodney Ewing | 2013-09-19 | 1 | -25/+25 |
| | |||||
* | Renames OAuth1 code to federation | xray7224 | 2013-07-22 | 1 | -0/+339 |