summaryrefslogtreecommitdiffstats
path: root/api4
Commit message (Expand)AuthorAgeFilesLines
* add translation strings and add test case (#9294)Carlos Tadeu Panato Junior2018-09-241-0/+5
* MM-11707: Change the default setting for EDIT_OTHERS_POSTS (#9447)Jesús Espino2018-09-242-2/+9
* Do not force downloading of shared public files (#9412)Vasily Naumkin2018-09-211-1/+1
* Move file backend to its own service (#9435)Jesús Espino2018-09-203-14/+15
* MM-11520: Make entity ID checks consistent across api4. (#9395)George Goldberg2018-09-148-20/+68
* MM-10573 Add error page if user doesn't authorize Mattermost for OAuth (#9402)Harrison Healey2018-09-142-0/+35
* MM-11725: Add specific autocomplete endpoint for search autocomplete (#9337)Jesús Espino2018-09-111-0/+25
* MM-11895: Don't crush user-provided GET parameters on slash command URLs (#9372)alezakos2018-09-111-1/+2
* Merge release-5.3Carlos Tadeu Panato Junior2018-09-102-5/+9
|\
| * Changing comparison method. (#9383)Christopher Speller2018-09-101-1/+2
| * MM-11649: Fix caching issue in channel API endpoints. (#9345)George Goldberg2018-09-061-4/+7
* | MM-12007 Add max dimensions to emoji images (#9379)Harrison Healey2018-09-101-4/+15
* | add megacheck as makefile target (#9288)Daniel Schalla2018-09-0310-70/+80
|/
* 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
| |\ \ \