summaryrefslogtreecommitdiffstats
path: root/app/emoji.go
Commit message (Collapse)AuthorAgeFilesLines
* Removing unnessisary go routines to fix random test failure. (#6838)Christopher Speller2017-07-041-3/+4
|
* Add paging to the GET /emojis endpoint (#6802)Joram Wilander2017-07-031-2/+2
|
* PLT-3711: Add websocket event for emoji addition (#6211)VeraLyu2017-06-231-0/+4
| | | | | | | | | | | | * PLT-3711: Add websocket event for emoji addition * (SA) updated as per review This PR is edited directly to merge into master. * (SA) updated as per review This PR is edited directly to merge into master.
* [APIV4] GET /emoji/{emoji_id}/image for apiV4 (#6141)Carlos Tadeu Panato Junior2017-04-201-1/+22
| | | | | | * implement GET /emoji/{emoji_id}/image for apiV4 * update per request
* implement DELETE /emoji/{emoji_id} fro apiV4 (#6021)Carlos Tadeu Panato Junior2017-04-171-0/+42
| | | implement GET /emoji/{emoji_id} for apiv4
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* implement GET /emoji for apiV4 (#6007)Carlos Tadeu Panato Junior2017-04-071-0/+8
|
* implement POST /emoji for apiV4 (#5868)Carlos Tadeu Panato Junior2017-04-061-0/+156