summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MM-11529: Allow to Leave an archived channel from the API (#9204)Jesús Espino2018-08-034-10/+22
* Feature/fileinfo create copy (#9198)dmitrysamuylovpharo2018-08-026-0/+127
* send channel wide push notification type when at-here is used (#9209)Elias Nahum2018-08-021-1/+1
* Remove accidential dependency (#9203)Christopher Speller2018-08-0112-4328/+2
* CSRF Token Implementation for Plugins (#9192)Daniel Schalla2018-08-0110-4/+126
* Update LICENSE.txt to include plugin/ under Apache License v2.0 (#9205)Jason Blais2018-08-011-1/+1
* MM-11521/MM-11522 Fix being able to create users with invalid emails through ...Harrison Healey2018-08-0116-204/+274
* Update NOTICE.txt (#9197)amyblais2018-08-011-0/+429
* Add missing diagnostics for v5.2 (#9200)Jason Blais2018-08-011-38/+47
* MM-11175 Add logic to server to understand markdown images with dimensions (#...Harrison Healey2018-08-015-8/+322
* Migrate all the api4 to handle errors in idiomatic way (#9143)Jesús Espino2018-08-0117-375/+412
* Split app/import.go in multiple files (#9179)Jesús Espino2018-08-018-5868/+5924
* Fixed inconsistencies (#9120)der-test2018-08-011-4/+4
* translations PR 20180730 (#9191)Elias Nahum2018-08-0114-341/+1902
* MM-11420: plugins: compute bundle hash on load (#9172)Jesse Hallam2018-07-315-54/+58
* Migrate notification_push_test to table testing (#9195)Jesús Espino2018-07-311-310/+509
* MM-11516: Check channel ID in URL param and Body are same. (#9185)George Goldberg2018-07-311-0/+6
* Adding support for code split plugins. (#9184)Christopher Speller2018-07-313-7/+18
* MM-10502: Only cluster master should run job schedulers. (#9174)George Goldberg2018-07-314-24/+80
* gob register AppError (#9182)Jesse Hallam2018-07-311-0/+1
* Add OAuth2 login hint for SAML (#9194)Joram Wilander2018-07-311-1/+7
* Save OAuth access token to DB for consistency with other flows (#9190)Joram Wilander2018-07-311-0/+7
* Add siteURL to WS origin check (#9183)Joram Wilander2018-07-301-0/+9
* Fix build. (#9188)Christopher Speller2018-07-301-1/+0
* Pr 9039 (#9187)Martin Kraft2018-07-3033-187/+401
* MM-11301: Validates listen address config value. (#9138)Martin Kraft2018-07-303-1/+108
* Login Hooks (#9177)Daniel Schalla2018-07-305-0/+285
* Split notifications file into different files (#9164)Jesús Espino2018-07-286-1779/+1828
* [MM-10621] Set createAt timestamp on file upload api call to secure upload or...Saturnino Abril2018-07-283-5/+18
* Implement OAuth2 implicit grant flow (#9178)Joram Wilander2018-07-276-12/+148
* Fix compile error caused by bad merge (#9176)Joram Wilander2018-07-271-1/+1
* MM-11431: handle plugin deadlocks (#9167)Jesse Hallam2018-07-275-53/+267
* s/mlog/log/ in apiRPCClient (#9171)Jesse Hallam2018-07-273-55/+55
* Adding FileWillBeUploaded plugin hook (#9169)Christopher Speller2018-07-276-9/+203
* Fix file streaming to close files. (#9168)Christopher Speller2018-07-263-7/+26
* MM-11160 Adding proper CORS support. (#9152)Christopher Speller2018-07-2612-35/+819
* MM-11243: Make Elasticsearch work after enabling without restart. (#9146)George Goldberg2018-07-264-5/+61
* unpack prepacked plugins on plugins initialization (#9149)Jesse Hallam2018-07-265-6/+37
* Fix plugin.ServeHTTP subpath (#9161)Jesse Hallam2018-07-262-2/+54
* added the custom icon and username for the outgoing webhook and its response ...Pradeep Murugesan2018-07-259-2/+236
* fix plugin example docs (#9148)Jesse Hallam2018-07-251-1/+3
* MM-10381: Change the file downloading API to stream file (#9144)Hyeseong Kim2018-07-242-11/+22
* MM-11451 Added autolinking to Markdown parser (#9151)Harrison Healey2018-07-246-1/+1002
* Add idiomatic error handling in mattermost commands (#9147)Jesús Espino2018-07-243-13/+24
* Add ExperimentalSidebarPreference in the config (#9013)Chris Duarte2018-07-234-0/+15
* Remove unnecesary elses after return error (#9137)Jesús Espino2018-07-231-52/+72
* Updating dependencies (#9139)Christopher Speller2018-07-22131-2793/+2421
* Default Channel Functionality + Test Suite (#9068)Daniel Schalla2018-07-204-54/+91
* Break HTML blocks to individual strings (#8903)Yusuke Nemoto2018-07-2015-73/+120
* make GetChannelByName take teamId first (#9134)Jesse Hallam2018-07-205-22/+84