summaryrefslogtreecommitdiffstats
path: root/app/emoji.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* app type transition (#7167)Chris2017-09-061-14/+14
|
* App: NewLocAppError -> NewAppError (#7327)George Goldberg2017-09-011-2/+1
| | | | | | * App: NewLocAppError -> NewAppError * Remove statuscode that got missed.
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-1/+1
|
* PLT-???? Prepare file upload infrastructure for Data Retention. (#7266)George Goldberg2017-08-251-5/+5
| | | | | | | | | | | | | | | | | * Prepare file upload infrastructure for Data Retention. This commit prepares the file upload infrastructure for the data retention feature that is under construction. Changes are: * Move file management code to utils to allow access to it from jobs. * From now on, store all file uploads in a top level folder which is the date of the day on which they were uploaded. This commit is based on Harrison Healey's branch, but updated to work with the latest master. * Use NewAppError
* 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