summaryrefslogtreecommitdiffstats
path: root/app/reaction.go
Commit message (Collapse)AuthorAgeFilesLines
* app type transition (#7167)Chris2017-09-061-12/+12
|
* PLT-5308 Caching layer part 2 (#6973)Christopher Speller2017-07-311-4/+0
| | | | | | | | | | | | * Adding Reaction store cache layer example * Implementing reaction store in new caching system. * Redis for reaction store * Adding redis library * Adding invalidation for DeleteAllWithEmojiName and other minor enhancements
* APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117)Saturnino Abril2017-04-221-0/+17
| | | | | | | | | | * 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/+16