summaryrefslogtreecommitdiffstats
path: root/api4/reaction_test.go
Commit message (Collapse)AuthorAgeFilesLines
* fix reaction's name validation with + sign in it (#6221)Saturnino Abril2017-04-261-4/+37
|
* APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117)Saturnino Abril2017-04-221-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 Abril2017-04-181-0/+106
| | | | | | * APIv4 POST /reactions * update corresponding V3 endpoint
* Fixed copyright dates (#6109)Harrison Healey2017-04-131-1/+1
|
* APIv4 GET /posts/{post_id}/reactions (#6047)Saturnino Abril2017-04-111-0/+89