summaryrefslogtreecommitdiffstats
path: root/api4
Commit message (Expand)AuthorAgeFilesLines
* MM-11649: Fix caching issue in channel API endpoints. (#9345)George Goldberg2018-09-061-4/+7
* bug fix: after and before search flags should not be inclusive of the selecte...Dmitry Samuylov2018-08-291-3/+8
* MM-11270: Forbid react/de-react in archived channels (#9323)Jesús Espino2018-08-291-4/+57
* Feature/search after before on (#9219)Dmitry Samuylov2018-08-283-3/+100
* MM-11327: Restrict Teams by Email (#9142)Gabe Van Engel2018-08-281-61/+52
* Moving magic number to constant in team import (#9298)Jesús Espino2018-08-271-2/+3
* MM-11786: Adds API endpoint to retrieve redirect locations. (#9284)Martin Kraft2018-08-242-0/+66
* Support for interactive menus in message attachments (#9285)Joram Wilander2018-08-241-1/+6
* Merge release-5.2Carlos Tadeu Panato Junior2018-08-241-0/+20
|\
| * MM-11782: Make archived channels experimental and off-by-default. (#9281)George Goldberg2018-08-221-0/+20
* | [MM-11593] Prevent user to remove from a direct channel (#9251)Saturnino Abril2018-08-212-0/+29
* | avoid t.Fatal() in tests (#9189)Jesse Hallam2018-08-091-19/+4
|/
* MM-9747: Small fixes for attachments import (#9225)Jesús Espino2018-08-081-0/+1
* Idiomatic error handling on team sql store (#9201)Jesús Espino2018-08-031-2/+2
* MM-11576: Allow to join and add members to archived channels (#9214)Jesús Espino2018-08-031-2/+0
* MM-11529: Allow to Leave an archived channel from the API (#9204)Jesús Espino2018-08-031-0/+12
* Migrate all the api4 to handle errors in idiomatic way (#9143)Jesús Espino2018-08-0117-375/+412
* MM-11516: Check channel ID in URL param and Body are same. (#9185)George Goldberg2018-07-311-0/+6
* Add OAuth2 login hint for SAML (#9194)Joram Wilander2018-07-311-1/+7
* Pr 9039 (#9187)Martin Kraft2018-07-306-11/+51
* [MM-10621] Set createAt timestamp on file upload api call to secure upload or...Saturnino Abril2018-07-281-1/+11
* Implement OAuth2 implicit grant flow (#9178)Joram Wilander2018-07-272-2/+29
* Fix file streaming to close files. (#9168)Christopher Speller2018-07-261-6/+23
* MM-11160 Adding proper CORS support. (#9152)Christopher Speller2018-07-262-3/+160
* unpack prepacked plugins on plugins initialization (#9149)Jesse Hallam2018-07-261-1/+1
* added the custom icon and username for the outgoing webhook and its response ...Pradeep Murugesan2018-07-251-1/+1
* MM-10381: Change the file downloading API to stream file (#9144)Hyeseong Kim2018-07-241-11/+14
* Remove unnecesary elses after return error (#9137)Jesús Espino2018-07-231-52/+72
* Do not close the connection abruptly on too big file uploads (#9083)Jesús Espino2018-07-184-0/+15
* Make plugin IDs case insensitive (#9117)Joram Wilander2018-07-161-0/+4
* MM-10254 Add plugin APIs for getting/updating user statuses (#9101)Joram Wilander2018-07-165-7/+7
* MM-11172: Don't allow reacting in read-only town square. (#9106)George Goldberg2018-07-161-0/+62
* Merge remote-tracking branch 'upstream/release-5.1' into release-5.1-daily-me...cpanato2018-07-126-5/+152
|\
| * Restore config after finisht the test case (#9085)Carlos Tadeu Panato Junior2018-07-116-5/+152
* | Merge branch 'plugins-2'JoramWilander2018-07-104-29/+29
|\ \
| * \ Merge branch 'master' into plugins-2JoramWilander2018-07-074-41/+124
| |\ \
| * | | First batch of new plugin api methods (#9022)Daniel Schalla2018-07-061-3/+0
| * | | Merge branch 'master' into plugins-2JoramWilander2018-06-302-2/+12
| |\ \ \
| * \ \ \ Merge branch 'master' into plugins-2JoramWilander2018-06-272-34/+86
| |\ \ \ \
| * | | | | MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-253-26/+29
* | | | | | Merge remote-tracking branch 'upstream/release-5.1' into release-5.1-daily-me...cpanato2018-07-104-21/+113
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | MM-11228: Fix channel update/patch API endpoints. (#9073)George Goldberg2018-07-102-21/+100
| * | | | MM-11189: Do not close the connection abruptly on too big emojis (#9071)Jesús Espino2018-07-101-0/+4
| * | | | MM-11120 Adding setting to disable email invitations and rate limiting. (#9063)Christopher Speller2018-07-101-0/+9
* | | | | [MM-10754] Remove unnecessary command_test route (#9050)Saturnino Abril2018-07-062-41/+81
|/ / / /
* | | / MM-11118: disallow deleting direct or group channels (#9054)Jesse Hallam2018-07-052-0/+43
| |_|/ |/| |
* | | MM-10980: Conditionally filteres User json properties. (#9018)Martin Kraft2018-06-292-2/+12
| |/ |/|
* | Simplify oauth (#8972)Emil Velikov2018-06-261-10/+3
* | MM-10833: send down computed channel props (#8953)Jesse Hallam2018-06-261-24/+83
|/
* MM-10370: serve subpath (#8968)Jesse Hallam2018-06-212-11/+11