summaryrefslogtreecommitdiffstats
path: root/api4/status_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11520: Make entity ID checks consistent across api4. (#9395)George Goldberg2018-09-141-1/+5
| | | | | | * MM-11520: Make entity ID checks consistent across api4. * Update tests.
* add megacheck as makefile target (#9288)Daniel Schalla2018-09-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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-10254 Add plugin APIs for getting/updating user statuses (#9101)Joram Wilander2018-07-161-3/+3
| | | | | | | | * Add plugin APIs for getting/updating user statuses * Add and update tests * Updates per feedback
* [PLT-4341] add dnd command (#7694)Carlos Tadeu Panato Junior2017-10-251-0/+24
|
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-3/+3
| | | | | | | | | | | | | | * 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-1/+1
|
* Merge release-4.2Christopher Speller2017-09-061-0/+14
|\
| * Various patchesJoramWilander2017-09-061-0/+14
| |
* | app type transition (#7167)Chris2017-09-061-8/+7
|/
* [APIV4] Implement PUT /users/{user_id}/status for apiV4 (#5928)Carlos Tadeu Panato Junior2017-04-031-0/+38
|
* Implement POST /users/status/ids for apiv4 (#5894)Carlos Tadeu Panato Junior2017-03-301-0/+36
|
* [APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824)Carlos Tadeu Panato Junior2017-03-241-0/+55