summaryrefslogtreecommitdiffstats
path: root/api4/reaction_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11172: Don't allow reacting in read-only town square. (#9106)George Goldberg2018-07-161-0/+62
|
* MM-8827: Add ADD_REACTION, REMOVE_REACTION and REMOVE_OTHERS_REACTIONS ↵Jesús Espino2018-02-191-178/+286
| | | | permissions (#8300)
* fix reaction test (#7978)Chris2017-12-141-10/+5
|
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-3/+3
| | | | | | | | | | | | | | * don't use global app for api / api4 tests * put sleep back. we're gonna have to do some goroutine wrangling * fix oauth test config assumptions * jobs package, i'm comin' for you next * app test fix * try increasing sleep a little
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* app type transition (#7167)Chris2017-09-061-20/+19
|
* 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