summaryrefslogtreecommitdiffstats
path: root/api4/context.go
Commit message (Expand)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-4/+4
* app type transition (#7167)Chris2017-09-061-4/+6
* Implement experimental REST API endpoints for plugins (#7279)Joram Wilander2017-09-011-0/+12
* APIv4: NewLocAppError -> NewAppError (#7328)George Goldberg2017-08-311-13/+7
* PLT-6403: Interactive messages (#7274)Chris2017-08-291-0/+11
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-2/+2
* PLT-6763 Implement user access tokens and new roles (server-side) (#6972)Joram Wilander2017-07-311-0/+16
* PLT-6983 Allowed team invite IDs of arbitrary lengths to match API v3 (#6944)Harrison Healey2017-07-151-1/+1
* Fixing mean request time (#6760)Corey Hulen2017-06-261-1/+1
* Add GET /teams/invite/{invite_id} endpoint for v4 (#6685)Joram Wilander2017-06-201-0/+11
* PLT-6080 moving clustering to memberlist (#6499)Corey Hulen2017-06-191-3/+0
* PLT-6408 Framework for job server (#6404)Harrison Healey2017-05-181-0/+22
* Fix MFA enforcement on login and page load (#6356)Joram Wilander2017-05-091-2/+6
* PLT-6322 log error messages in english (#6234)Corey Hulen2017-04-281-4/+4
* fix reaction's name validation with + sign in it (#6221)Saturnino Abril2017-04-261-1/+4
* APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117)Saturnino Abril2017-04-221-2/+14
* Implement v4 endpoints for OAuth (#6040)Joram Wilander2017-04-201-0/+23
* Merge branch 'release-3.8'Christopher Speller2017-04-171-1/+1
|\
| * PLT-5977: Only reload clients when client config changes. (#5989)George Goldberg2017-04-051-1/+1
* | implement DELETE /emoji/{emoji_id} fro apiV4 (#6021)Carlos Tadeu Panato Junior2017-04-171-0/+11
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* | Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-101-2/+1
* | APIv4 PUT /commands/{command_id} (#5999)Saturnino Abril2017-04-071-0/+11
|/
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-18/+13
* Merge branch 'release-3.7'George Goldberg2017-03-231-1/+1
|\
| * Fix policy application in team edition. (#5771)George Goldberg2017-03-151-1/+1
* | Add ability to use 'me' in place of user id for APIv4 (#5826)Joram Wilander2017-03-211-0/+4
* | Implement compliance endpoints for APIv4 (#5683)Joram Wilander2017-03-131-0/+11
* | Adding functionality to get & delete incoming webhooks (#5648)Poornima2017-03-111-0/+12
|/
* Implemented preferences endpoints for apiv4 (#5531)Ruzette Tanyag2017-02-281-0/+24
* Various APIv4 fixes (#5474)Joram Wilander2017-02-201-0/+2
* Implement upload and get file endpoints for APIv4 (#5396)Joram Wilander2017-02-171-4/+14
* Implement GET channels endpoints for APIv4 (#5363)Ruzette Tanyag2017-02-141-8/+28
* Implement some post endpoints for APIv4 (#5353)Joram Wilander2017-02-131-0/+11
* Implement GET `/users/username/{username}` endpoint for APIv4 (#5310)Ruzette Tanyag2017-02-081-0/+17
* Implement GET `/users/email/{email}` endpoint for APIv4 (#5309)Ruzette Tanyag2017-02-071-0/+13
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-0/+360