summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Adding 4.5 upgrade code (#7815)Christopher Speller2017-11-111-0/+10
| |
* | Fixes running webapp from custom location using ENV variable. (#7809)Martin Kraft2017-11-101-3/+1
| |
* | Update with new link to mm_file_testing in Drive (#7812)lindalumitchell2017-11-101-1/+1
| |
* | Merge branch 'release-4.4'Christopher Speller2017-11-0915-61/+119
|\|
| * PLT-8061 re-activate SAML and Oauth on successful login (#7810)Corey Hulen2017-11-091-0/+6
| |
| * translations PR 20171106 (#7795)enahum2017-11-0814-61/+113
| |
* | more global config ref cleanup (#7802)Chris2017-11-0949-216/+215
| |
* | Basic manifest docs (#7806)Chris2017-11-091-15/+85
| | | | | | | | | | | | | | | | * basic manifest docs * add a bit more documentation * space out fields for better godoc formatting
* | PLT-7709 Add UI settings to plugin manifest (#7794)Joram Wilander2017-11-083-8/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UI settings to plugin manifest * Add another test case * Add options field to setting * Updates per feedback * Report diagnostics on if plugins have settings set * Add regenerate_help_text field
* | add a few docs for plugin testing (#7798)Chris2017-11-073-0/+86
|/ | | | | | * add a few docs for plugin testing * fix typo
* fix builtin plugin http router (#7797)Chris2017-11-063-3/+2
|
* Uncomment upgrae for 4.4 (#7796)Christopher Speller2017-11-062-7/+6
|
* Revert PLT-7809 (#7793)Jason Blais2017-11-064-59/+9
| | | | | | | | | | * Update webrtc_test.go * Update webrtc.go * Update config.go * Update webrtc.go
* translations PR 20171030 (#7748)enahum2017-11-0614-136/+760
|
* PLT-8011: Make Elasticsearch startup fully async. (#7761)George Goldberg2017-11-061-3/+5
| | | | | | * PLT-8011: Make Elasticsearch startup fully async. * Use a.Go
* fix interactive message post username/icon behavior (#7776)Chris2017-11-041-1/+17
|
* invoke config listeners when app.UpdateConfig is used (#7773)Chris2017-11-033-3/+32
|
* PLT-8086 Fix plugin config watcher for enabling and disabling (#7770)Joram Wilander2017-11-033-11/+24
| | | | | | | | * Fix plugin config watcher for enabling and disabling * Make sure HTTP routes are served * Set content-type explicitly
* config watcher fix (#7772)Chris2017-11-031-1/+1
|
* Update diagnostics.go (#7768)Jason Blais2017-11-031-9/+14
| | | | | ElasticsearchSettings: LiveIndexingBatchSize, BulkIndexingTimeWindowSeconds LdapSettings: EnableSync SamlSettings: EnableSyncWithLdap
* more plugin doc updates (#7767)Chris2017-11-036-12/+47
|
* prevent users from changing email addresses to restricted domains (#7765)Chris2017-11-032-0/+30
|
* Adding ldap Makefile tool to add local LDAP configuration (#7764)Christopher Speller2017-11-031-0/+19
|
* several one-line panic, race, and logic fixes (#7766)Chris2017-11-0317-25/+37
|
* prevent deactivation of sso users (#7759)Chris2017-11-026-9/+29
|
* Add some plugin docs (#7757)Chris2017-11-023-1/+47
| | | | | | | | | | * add some plugin docs * one more comment * spacing * example simplification
* Fixing SAML sync (#7763)Corey Hulen2017-11-021-0/+1
|
* Update diagnostics.go (#7755)Jason Blais2017-11-011-0/+1
|
* Fix /msg switching teams (#7753)Chris2017-11-012-3/+32
| | | | | | * Fix /msg switching teams * simplify a bit
* PLT-7810 Track if an APIv3 endpoint was used in the last day (#7744)Joram Wilander2017-10-313-0/+11
| | | | | | * Track if an APIv3 endpoint was used in the last day * Make it atomic
* [PLT-7362] Add post' root ID to APIv4 addChannelMember to render added user ↵Saturnino Abril2017-10-315-14/+59
| | | | | | | | | | (as system post) at RHS (#7730) * add post' root ID to apiv4 addChannelMember to render added user (as system post) at RHS * add check to post_root_id parameter * add AddChannelMemberWithRootId function for backward compatibility
* Fixing URL encoding of SAML email address when switching to SAML account (#7733)Christopher Speller2017-10-311-1/+1
|
* PLT-7978 Add websocket event for user role update (#7745)Joram Wilander2017-10-3115-29/+37
| | | | | | | | * Add websocket event for user role update * Fix tests * More test fixes
* PLT-6071/PLT-8004 Fixed not being able to autocomplete 'Town Square' (#7746)Harrison Healey2017-10-313-27/+48
|
* PLT-5813 support SAML sync via LDAP (#7668)Corey Hulen2017-10-315-7/+23
| | | | | | * PLT-5813 support SAML sync via LDAP * Cleaning up based on review
* Remove license requirement for plugins (#7747)Joram Wilander2017-10-312-2/+2
|
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-3128-245/+248
| | | | | | * refactoring cfg refs and load / save functions * improve error output
* Fixed GOPATH in makefile to prevent make mock-store from rewriting ↵Jonathan2017-10-301-1/+1
| | | | mattermost-server imports (#7743)
* Add some more diagnostics for plugins (#7669)Joram Wilander2017-10-302-1/+54
|
* Add autoclose dm config parameter (#7734)Chris2017-10-302-0/+6
| | | | | | * add autoclose dm config parameter * update naming
* Add command validation on update (#7742)Joram Wilander2017-10-302-0/+10
|
* Remove unused variables / code (#7736)Chris2017-10-3011-371/+6
| | | | | | * remove unused variables / code * fix bug in testPostStoreGetOldest
* simplify things (#7735)Chris2017-10-3049-184/+96
|
* fix push notification when user status is in DND (#7731)Carlos Tadeu Panato Junior2017-10-302-5/+37
|
* Fixing credentials and typo in Jenkinsfile (#7732)Christopher Speller2017-10-291-4/+4
|
* less impactful fix (#7729)Chris2017-10-271-0/+6
|
* Adding Posts table indexes for 20M rows. (#7728)Christopher Speller2017-10-273-6/+20
|
* add RootId to out-of-channel-mentions ephemeral post for that to render at ↵Saturnino Abril2017-10-271-0/+1
| | | | RHS (#7726)
* more robust mockery invocation (#7727)Chris2017-10-261-1/+1
|
* Remove more global refs / state (#7723)Chris2017-10-2623-150/+129
| | | | | | | | | | * remove more global refs / state * fix job enterprise initialization * fix api4 test compilation * saml api endpoints fix