summaryrefslogtreecommitdiffstats
path: root/api4
Commit message (Expand)AuthorAgeFilesLines
* Forward port 3.8.1 changes that missed master (#6362)Joram Wilander2017-05-091-2/+2
* Fix MFA enforcement on login and page load (#6356)Joram Wilander2017-05-092-4/+8
* Removing password reset salt (#6334)Christopher Speller2017-05-041-3/+0
* PLT-6262 Add config setting to disable file attachments (#6301)Joram Wilander2017-05-042-2/+15
* Update channel patch to post the correct system messages (#6290)Joram Wilander2017-05-031-1/+1
* PLT-6355: Use separate Read Replicas for Search. (#6216)George Goldberg2017-05-011-0/+3
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-282-6/+1
* Fix user autocomplete for DMs and GMs (#6265)Joram Wilander2017-04-282-17/+21
* Fix error not appearing when updating to existing username (#6255)Joram Wilander2017-04-281-0/+7
* PLT-6322 log error messages in english (#6234)Corey Hulen2017-04-281-4/+4
* PLT-6268 Clear blue bar correctly when removing expiring license (#6247)Joram Wilander2017-04-272-1/+16
* Creating common token store and moving email invites and verification to it (...Christopher Speller2017-04-273-57/+56
* APIv4 POST /commands/execute (#6205)Saturnino Abril2017-04-272-0/+150
* alsways get the last message from inbucket (#6251)Carlos Tadeu Panato Junior2017-04-271-2/+2
* fix reaction's name validation with + sign in it (#6221)Saturnino Abril2017-04-263-7/+43
* Fix OAuth SSO first account creation, add mobile support, and fix refresh tok...Joram Wilander2017-04-252-1/+4
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-252-2/+14
* PLT-4457 Added API to get multiple users by their usernames (#6218)Harrison Healey2017-04-252-0/+51
* APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117)Saturnino Abril2017-04-225-2/+191
* implement POST /logs for apiV4 (#6143)Carlos Tadeu Panato Junior2017-04-212-0/+49
* [PLT-6288] add way to view in the browser and not download in apiV4 (#6062)Carlos Tadeu Panato Junior2017-04-201-10/+49
* [APIV4] GET /emoji/{emoji_id}/image for apiV4 (#6141)Carlos Tadeu Panato Junior2017-04-202-1/+149
* APIv4 POST /channels/group (#6166)Saturnino Abril2017-04-202-0/+111
* Implement v4 endpoints for OAuth (#6040)Joram Wilander2017-04-206-25/+1187
* PLT-1384 Added websocket event when preferences are updated/deleted (#6107)Harrison Healey2017-04-203-24/+120
* Don't sanitize returned user when updating a user (#6095)Joram Wilander2017-04-191-0/+5
* Revert "Usernames must start with a letter (#5581)"Christopher Speller2017-04-181-6/+0
* APIv4 POST /reactions (#6092)Saturnino Abril2017-04-183-0/+143
* 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
* | APIv4 PUT /users/{user_id}/active (#6118)Saturnino Abril2017-04-172-0/+75
* | implement DELETE /emoji/{emoji_id} fro apiV4 (#6021)Carlos Tadeu Panato Junior2017-04-173-1/+170
* | Implement GET /webrtc/token endpoint for APIv4 (#6046)Joram Wilander2017-04-163-0/+59
* | [APIV4] POST /commands/{command_id}/regen_token for apiV4 (#6052)Carlos Tadeu Panato Junior2017-04-162-0/+74
* | Fixed copyright dates (#6109)Harrison Healey2017-04-132-2/+2
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-1235-35/+35
* | APIv4 GET /posts/{post_id}/reactions (#6047)Saturnino Abril2017-04-113-0/+129
* | APIv4 DELETE /commands/{command_id} (#6012)Saturnino Abril2017-04-102-0/+101
* | Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-103-3/+131
* | APIv4 PUT /commands/{command_id} (#5999)Saturnino Abril2017-04-073-1/+148
* | implement GET /emoji for apiV4 (#6007)Carlos Tadeu Panato Junior2017-04-072-10/+72
* | implement POST /emoji for apiV4 (#5868)Carlos Tadeu Panato Junior2017-04-064-0/+227
* | APIv4 GET /users/{user_id}/posts/flagged (#5984)Saturnino Abril2017-04-053-0/+217
* | PLT-4858: Unit tests to cover this bug. (#5990)George Goldberg2017-04-051-0/+24
|/
* Fix blanking out of FileIds and backwards compatability issue with v3 (#5950)Joram Wilander2017-04-042-2/+25
* PLT-6198: Use added to channel system message on default channels. (#5969)George Goldberg2017-04-042-2/+2
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-048-45/+40
* implement GET /teams/{team_id}/commands/autocomplete (#5951)Carlos Tadeu Panato Junior2017-04-032-0/+82
* Implement POST /teams/{team_id}/invite/email for apiV4 (#5944)Carlos Tadeu Panato Junior2017-04-032-0/+81
* PLT-6169: Batch add users to teams. (#5953)George Goldberg2017-04-032-0/+181