summaryrefslogtreecommitdiffstats
path: root/api4/reaction.go
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all the api4 to handle errors in idiomatic way (#9143)Jesús Espino2018-08-011-8/+8
|
* MM-8827: Add ADD_REACTION, REMOVE_REACTION and REMOVE_OTHERS_REACTIONS ↵Jesús Espino2018-02-191-6/+6
| | | | permissions (#8300)
* [XYZ-6] Add sampledata platform command (#8027)Jesús Espino2018-01-111-1/+1
| | | | | | | | * Add fake dependency * [XYZ-6] Add sampledata platform command * Creating EMOJI_NAME_MAX_LENGTH as a constant and using it where needed
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-221-4/+0
| | | | | | | | * fix races * revert unintentional change * fix test as intended
* Performance improvements for 40M posts (#7708)Christopher Speller2017-10-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | * Optimizing get root posts SQL query * Setting session invalidation to be reliable * Adding app reciever to SessionHasPermissionToUser * Adding app reciever to SessionHasPermissionToTeam * Adding app reciever to SessionHasPermissionTo * Clear session cache if permission was denied * Fixing rebase issues * Revert "Optimizing get root posts SQL query" This reverts commit f364757e7015cfb4ec673d0a4fc3d57cd25d8dd7. * Fixing build
* remove global refs from api/api4 (#7496)Chris2017-09-221-4/+4
|
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* app type transition (#7167)Chris2017-09-061-6/+6
|
* APIv4: NewLocAppError -> NewAppError (#7328)George Goldberg2017-08-311-4/+2
|
* APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117)Saturnino Abril2017-04-221-0/+42
| | | | | | | | | | * 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/+34
| | | | | | * 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/+39