Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix reaction's name validation with + sign in it (#6221) | Saturnino Abril | 2017-04-26 | 1 | -4/+37 |
| | |||||
* | APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117) | Saturnino Abril | 2017-04-22 | 1 | -0/+124 |
| | | | | | | | | | | * APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name * updated v3 deleteReaction endpoint * update parameter of app.DeleteReactionForPost() * update utils.IsValidAlphaNum, add utils.IsValidAlphaNumHyphenUnderscore, and add related tests | ||||
* | APIv4 POST /reactions (#6092) | Saturnino Abril | 2017-04-18 | 1 | -0/+106 |
| | | | | | | * APIv4 POST /reactions * update corresponding V3 endpoint | ||||
* | Fixed copyright dates (#6109) | Harrison Healey | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | APIv4 GET /posts/{post_id}/reactions (#6047) | Saturnino Abril | 2017-04-11 | 1 | -0/+89 |