summaryrefslogtreecommitdiffstats
path: root/api4/emoji_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-12007 Add max dimensions to emoji images (#9379)Harrison Healey2018-09-101-4/+15
|
* add megacheck as makefile target (#9288)Daniel Schalla2018-09-031-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Fix code issues in channel_test.go Fix Channel Test Issues detected by Megacheck Fix API Emoji Test Issues detected by Megacheck Fixed API Issues Reported by Megacheck Fixed App issues reported by megacheck Remaining fixes removed test added by mistake from old HEAD gofmt Store Fixes simplified returns Fix test for multi member channel delete revert to delete unused function
* MM-8853: Adding MANAGE_EMOJIS and MANAGE_OTHERS_EMOJIS permissions (#8860)Jesús Espino2018-05-291-3/+121
| | | | | | | | | | | | | | | | * MM-8853: Adding MANAGE_EMOJIS and MANAGE_OTHERS_EMOJIS permissions * MM-8853: Removing unnecesary emoji enterprise feature * Create emojis migration * Adding MANAGE_EMOJIS and MANAGE_OTHERS_EMOJIS always to system admins * Simplifing permissions checks * Revert "Simplifing permissions checks" This reverts commit e2cafc1905fc9e20125dd9a1552d2d0c7340ae59.
* Add GET /emojis/name/{emoji_name} API endpoint (#8142)Joram Wilander2018-01-241-0/+27
|
* ABC-90 Add POST /emoji/search and GET /emoji/autocomplete API endpoints (#8125)Joram Wilander2018-01-231-0/+134
| | | | | | * Add POST /emoji/search and GET /emoji/autocomplete API endpoints * Add constant to be clearer
* Add sort query parameter to GET /emojis (#8121)Joram Wilander2018-01-191-0/+7
|
* simplify things (#7735)Chris2017-10-301-3/+3
|
* Reduce utils.Cfg references (#7650)Chris2017-10-181-22/+22
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-5/+5
| | | | | | | | | | | | | | * don't use global app for api / api4 tests * put sleep back. we're gonna have to do some goroutine wrangling * fix oauth test config assumptions * jobs package, i'm comin' for you next * app test fix * try increasing sleep a little
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-4/+4
|
* Add paging to the GET /emojis endpoint (#6802)Joram Wilander2017-07-031-2/+9
|
* PLT-6909 Remove deleted emojis from cache (#6757)Harrison Healey2017-06-291-4/+4
| | | | | | * PLT-6909 Remove deleted emojis from cache * Fixed unit tests
* [APIV4] GET /emoji/{emoji_id}/image for apiV4 (#6141)Carlos Tadeu Panato Junior2017-04-201-1/+121
| | | | | | * 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-1/+111
| | | 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/+51
|
* implement POST /emoji for apiV4 (#5868)Carlos Tadeu Panato Junior2017-04-061-0/+139