summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Split app/import.go in multiple files (#9179)Jesús Espino2018-08-018-5868/+5924
* MM-11420: plugins: compute bundle hash on load (#9172)Jesse Hallam2018-07-311-14/+15
* Migrate notification_push_test to table testing (#9195)Jesús Espino2018-07-311-310/+509
* MM-10502: Only cluster master should run job schedulers. (#9174)George Goldberg2018-07-312-12/+50
* 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-3011-36/+61
* Login Hooks (#9177)Daniel Schalla2018-07-302-0/+164
* 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-282-4/+7
* Implement OAuth2 implicit grant flow (#9178)Joram Wilander2018-07-272-7/+117
* MM-11431: handle plugin deadlocks (#9167)Jesse Hallam2018-07-272-2/+212
* Adding FileWillBeUploaded plugin hook (#9169)Christopher Speller2018-07-273-8/+105
* Fix file streaming to close files. (#9168)Christopher Speller2018-07-261-1/+2
* MM-11160 Adding proper CORS support. (#9152)Christopher Speller2018-07-261-31/+24
* MM-11243: Make Elasticsearch work after enabling without restart. (#9146)George Goldberg2018-07-261-0/+51
* unpack prepacked plugins on plugins initialization (#9149)Jesse Hallam2018-07-262-4/+31
* 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-252-0/+187
* MM-10381: Change the file downloading API to stream file (#9144)Hyeseong Kim2018-07-241-0/+8
* Add ExperimentalSidebarPreference in the config (#9013)Chris Duarte2018-07-231-0/+1
* Default Channel Functionality + Test Suite (#9068)Daniel Schalla2018-07-203-54/+86
* Break HTML blocks to individual strings (#8903)Yusuke Nemoto2018-07-203-44/+59
* make GetChannelByName take teamId first (#9134)Jesse Hallam2018-07-201-1/+5
* Support attachments in post and replies - Bulk import (#9124)Pradeep Murugesan2018-07-202-9/+265
* Add missed plugin error translation (#9131)Jesús Espino2018-07-191-1/+1
* Temporarily comment out until MM-11108 to fix builds (#9133)Joram Wilander2018-07-191-1/+2
* MM-11389 Added diagnostics for FileSettings.Directory (#9125)Harrison Healey2018-07-191-0/+3
* MM-11028 Adding some plugin tests. (#9103)Christopher Speller2018-07-182-2/+451
* Support `server`, deprecate `backend` in plugin manifest (#9127)Jesse Hallam2018-07-181-4/+4
* Support for Embeded chat (#9129)Chris Duarte2018-07-181-0/+82
* MM-10699 Add channel renaming to CLI (#9094)Druhin Bala2018-07-182-0/+29
* Make plugin IDs case insensitive (#9117)Joram Wilander2018-07-161-0/+5
* MM-10254 Add plugin APIs for getting/updating user statuses (#9101)Joram Wilander2018-07-1610-8/+74
* MM-11172: Don't allow reacting in read-only town square. (#9106)George Goldberg2018-07-161-0/+38
* Add localized timestamp support for email notification (#8674)Chris Duarte2018-07-132-34/+201
* MM-11292: clean up plugins GoDoc (#9109)Jesse Hallam2018-07-133-3/+3
* Avoid using app function so bulk loading does not fail when custom emojis are...Joram Wilander2018-07-121-6/+6
* Merge remote-tracking branch 'upstream/release-5.1' into release-5.1-daily-me...cpanato2018-07-121-17/+19
|\
| * push notifications follow teammate name display user or server setting (#9049)Elias Nahum2018-07-111-17/+19
* | GH-6278 hasReactions flag is set to true only if the post contains reactions ...Pradeep Murugesan2018-07-121-4/+9
* | Add telemetry for ServiceSettings.EnableEmailInvitations (#9105)Jason Blais2018-07-121-0/+1
* | Enhance Log Output from Permanent Delete (#9044)Daniel Schalla2018-07-121-5/+17
* | GH-8964 enable notification for text and preText fields in Attachments (#9069)Pradeep Murugesan2018-07-112-15/+95
* | Deduplicating some code in app/status.go (#9095)Jesús Espino2018-07-111-17/+3
* | Merge branch 'plugins-2'JoramWilander2018-07-1030-2718/+849
|\ \
| * | Don't panic if plugin manifest does not have settings (#9086)Joram Wilander2018-07-101-2/+4
| * | Adding ability for plugin system to respect the defaults listed in the plugin...Christopher Speller2018-07-093-18/+26
| * | Merge branch 'master' into plugins-2JoramWilander2018-07-078-11/+196
| |\ \