summaryrefslogtreecommitdiffstats
path: root/model/client4.go
Commit message (Expand)AuthorAgeFilesLines
* Fix elasticsearch purge index url in client4. (#7368)George Goldberg2017-09-051-1/+1
* Implement experimental REST API endpoints for plugins (#7279)Joram Wilander2017-09-011-0/+69
* PLT-6403: Interactive messages (#7274)Chris2017-08-291-0/+10
* Added unit tests for getFile headers (#7045)Harrison Healey2017-08-081-49/+153
* PLT-6763 Implement user access tokens and new roles (server-side) (#6972)Joram Wilander2017-07-311-0/+58
* PLT-6595-Server: Job Management APIs. (#6931)George Goldberg2017-07-201-3/+33
* PLT-6595: API to purge Elasticsearch indexes. (#6971)George Goldberg2017-07-191-0/+10
* Merge branch 'release-4.0'Christopher Speller2017-07-181-7/+5
|\
| * PLT-7025: Fix Slack Import API. (#6905)George Goldberg2017-07-121-5/+3
| * Fixing error in apiv4 flagged posts route (#6880)Christopher Speller2017-07-091-2/+2
* | Fixing client4 ping (#6915)Christopher Speller2017-07-121-1/+1
* | PLT-6916: Redesign the jobs package and Jobserver. (#6733)George Goldberg2017-07-071-6/+6
|/
* Add paging to the GET /emojis endpoint (#6802)Joram Wilander2017-07-031-3/+4
* Add some basic sorting support for GET /users endpoint (#6801)Joram Wilander2017-06-301-0/+22
* PLT-6474: Server: Add elasticsearch/test endpoint to API. (#6792)George Goldberg2017-06-291-0/+17
* PLT-6931 Properly parse request body in post search (#6768)Joram Wilander2017-06-281-2/+2
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-3/+14
* Fix panic in v4 client (#6704)Joram Wilander2017-06-211-197/+205
* Add GET /teams/invite/{invite_id} endpoint for v4 (#6685)Joram Wilander2017-06-201-0/+10
* Add GET /analytics/old endpoint for v4 (#6666)Joram Wilander2017-06-191-0/+18
* Add POST and DELETE /license endpoints for v4 (#6665)Joram Wilander2017-06-191-1/+45
* Add APIv4 endpoint to permanently delete teams (#6604)Zeger-Jan van de Weg2017-06-151-0/+11
* [PLT-5465/APIV4] GET /system/health - Improve ping health check to have limit...Carlos Tadeu Panato Junior2017-05-301-7/+10
* PLT-6408 Framework for job server (#6404)Harrison Healey2017-05-181-0/+26
* PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263)Robin Naundorf2017-05-151-0/+10
* Removing channel list alias from apiv4 client (#6383)Christopher Speller2017-05-101-10/+10
* Add tests for CreateUserWithInviteId and CreateUserWithHash (#6363)Carlos Tadeu Panato Junior2017-05-101-0/+34
* implement open graph metadata for apiV4 (#6343)Carlos Tadeu Panato Junior2017-05-101-0/+19
* Add API Endpoint for deleted Channels (#5889)Robin Naundorf2017-05-091-0/+11
* Creating common token store and moving email invites and verification to it (...Christopher Speller2017-04-271-5/+5
* APIv4 POST /commands/execute (#6205)Saturnino Abril2017-04-271-0/+11
* PLT-4457 Added API to get multiple users by their usernames (#6218)Harrison Healey2017-04-251-0/+10
* APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117)Saturnino Abril2017-04-221-0/+10
* implement POST /logs for apiV4 (#6143)Carlos Tadeu Panato Junior2017-04-211-0/+12
* [APIV4] GET /emoji/{emoji_id}/image for apiV4 (#6141)Carlos Tadeu Panato Junior2017-04-201-0/+11
* APIv4 POST /channels/group (#6166)Saturnino Abril2017-04-201-0/+10
* Implement v4 endpoints for OAuth (#6040)Joram Wilander2017-04-201-5/+108
* APIv4 POST /reactions (#6092)Saturnino Abril2017-04-181-0/+14
* APIv4 PUT /users/{user_id}/active (#6118)Saturnino Abril2017-04-171-0/+13
* implement DELETE /emoji/{emoji_id} fro apiV4 (#6021)Carlos Tadeu Panato Junior2017-04-171-0/+24
* Implement GET /webrtc/token endpoint for APIv4 (#6046)Joram Wilander2017-04-161-0/+13
* [APIV4] POST /commands/{command_id}/regen_token for apiV4 (#6052)Carlos Tadeu Panato Junior2017-04-161-0/+10
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* APIv4 GET /posts/{post_id}/reactions (#6047)Saturnino Abril2017-04-111-0/+12
* APIv4 DELETE /commands/{command_id} (#6012)Saturnino Abril2017-04-101-0/+10
* Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-101-0/+10
* APIv4 PUT /commands/{command_id} (#5999)Saturnino Abril2017-04-071-0/+14
* implement GET /emoji for apiV4 (#6007)Carlos Tadeu Panato Junior2017-04-071-0/+10
* implement POST /emoji for apiV4 (#5868)Carlos Tadeu Panato Junior2017-04-061-0/+49
* APIv4 GET /users/{user_id}/posts/flagged (#5984)Saturnino Abril2017-04-051-0/+41