Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MM-11270: Forbid react/de-react in archived channels (#9323) | Jesús Espino | 2018-08-29 | 1 | -39/+44 |
| | |||||
* | MM-11172: Don't allow reacting in read-only town square. (#9106) | George Goldberg | 2018-07-16 | 1 | -0/+38 |
| | |||||
* | GH-6278 hasReactions flag is set to true only if the post contains reactions ↵ | Pradeep Murugesan | 2018-07-12 | 1 | -4/+9 |
| | | | | (#9053) | ||||
* | PLT-3383: image proxy support (#7991) | Chris | 2018-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | * image proxy support * go vet fix, remove mistakenly added coverage file * fix test compile error * add validation to config settings and documentation to model functions * add message_source field to post | ||||
* | Goroutine wranglin (#7556) | Chris | 2017-10-03 | 1 | -2/+6 |
| | | | | | | * goroutine wranglin * synchronize WebConn.WritePump | ||||
* | remove remaining Global() calls (outside of tests) (#7521) | Chris | 2017-09-28 | 1 | -2/+2 |
| | |||||
* | Renaming repo | Christopher Speller | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | app type transition (#7167) | Chris | 2017-09-06 | 1 | -12/+12 |
| | |||||
* | PLT-5308 Caching layer part 2 (#6973) | Christopher Speller | 2017-07-31 | 1 | -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 Abril | 2017-04-22 | 1 | -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 Abril | 2017-04-18 | 1 | -0/+34 |
| | | | | | | * 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/+16 |