Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -5/+5 |
| | |||||
* | Merge branch 'stable' | Christopher Allan Webber | 2015-12-20 | 1 | -0/+11 |
|\ | |||||
| * | Fix security issue in OAuth verifier validation | Jessica Tallon | 2015-12-19 | 1 | -0/+11 |
| | | |||||
* | | Fix #5353 - Bug in OAuth which referenced "user" | Jessica Tallon | 2015-10-17 | 1 | -6/+6 |
| | | | | | | | | | | | | | | 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 | -7/+36 |
|/ | | | | | | | | | | | | 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 OAuth length problems in clients by removing that constraint | Jessica Tallon | 2014-12-08 | 1 | -3/+11 |
| | |||||
* | Partial fix #1048 - Don't require as long nonce | Jessica Tallon | 2014-12-05 | 1 | -0/+4 |
| | |||||
* | Fix #1016 - Covert the timestamp from seconds to datetime object | Jessica Tallon | 2014-11-04 | 1 | -0/+9 |
| | |||||
* | Clean up & Add support to update objects in feed API | Jessica Tallon | 2014-07-22 | 1 | -9/+7 |
| | |||||
* | Add basic upload image capabilities | xray7224 | 2014-07-22 | 1 | -1/+1 |
| | |||||
* | Renames OAuth1 code to federation | xray7224 | 2013-07-22 | 1 | -0/+132 |