summaryrefslogtreecommitdiffstats
path: root/api4/status.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11520: Make entity ID checks consistent across api4. (#9395)George Goldberg2018-09-141-0/+6
| | | | | | * MM-11520: Make entity ID checks consistent across api4. * Update tests.
* Migrate all the api4 to handle errors in idiomatic way (#9143)Jesús Espino2018-08-011-11/+13
|
* MM-10254 Add plugin APIs for getting/updating user statuses (#9101)Joram Wilander2018-07-161-1/+1
| | | | | | | | * Add plugin APIs for getting/updating user statuses * Add and update tests * Updates per feedback
* Add Auto Responder handler (#8386)Stan Chan2018-04-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WIP Out Of Office Return error for status command if user status is OOO Ignore notifications if Out Of Office Disable AutoResponder if status is set to online Add test for AutoResponder DisableAutoResponse when manually setting status Remove check on status slash command return early if user does not exists in SendAutoResponse method Add proper error handling Add a newline after error handling Revert back to err == nil in api4/status.go Remove a.Go when using a.Publish Add name consistency with the feature auto responder Last changes for name consistency, also fix failing test with auto_responder Fix names of functions in auto responder test Add ExperimentalEnableAutomaticReplies flag Auto Responder reply to a post
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-221-5/+0
| | | | | | | | * fix races * revert unintentional change * fix test as intended
* Performance improvements for 40M posts (#7708)Christopher Speller2017-10-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | * Optimizing get root posts SQL query * Setting session invalidation to be reliable * Adding app reciever to SessionHasPermissionToUser * Adding app reciever to SessionHasPermissionToTeam * Adding app reciever to SessionHasPermissionTo * Clear session cache if permission was denied * Fixing rebase issues * Revert "Optimizing get root posts SQL query" This reverts commit f364757e7015cfb4ec673d0a4fc3d57cd25d8dd7. * Fixing build
* [PLT-4341] add dnd command (#7694)Carlos Tadeu Panato Junior2017-10-251-0/+2
|
* remove global refs from api/api4 (#7496)Chris2017-09-221-4/+4
|
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* Merge release-4.2Christopher Speller2017-09-061-3/+3
|\
| * Various patchesJoramWilander2017-09-061-3/+3
| |
* | app type transition (#7167)Chris2017-09-061-5/+5
|/
* 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
* [APIV4] Implement PUT /users/{user_id}/status for apiV4 (#5928)Carlos Tadeu Panato Junior2017-04-031-1/+33
|
* Implement POST /users/status/ids for apiv4 (#5894)Carlos Tadeu Panato Junior2017-03-301-0/+21
|
* [APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824)Carlos Tadeu Panato Junior2017-03-241-0/+40