summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Add config setting to configure plugins directory (#7725)Joram Wilander2017-10-264-8/+22
|
* Store mocks (#7724)Chris2017-10-2630-1/+6949
| | | | | | * store mocks * add example
* [PLT-7364] Ability to Direct Message yourself (#7696)Carlos Tadeu Panato Junior2017-10-262-1/+19
| | | | | | * [PLT-7364] Ability to Direct Message yourself * [PLT-7364] add tests
* Add generated folder to .gitignore (#7714)Christian Claus2017-10-251-0/+1
| | | Add `app/data/*` to gitignore
* translations PR 20171023 (#7699)enahum2017-10-2514-152/+880
|
* PLT-7976: Configurable timeout for Elasticsearch requests. (#7716)George Goldberg2017-10-253-1/+16
|
* Performance improvements for 40M posts (#7708)Christopher Speller2017-10-2534-279/+280
| | | | | | | | | | | | | | | | | | | | | | * Optimizing get root posts SQL query * Setting session invalidation to be reliable * Adding app reciever to SessionHasPermissionToUser * Adding app reciever to SessionHasPermissionToTeam * Adding app reciever to SessionHasPermissionTo * Clear session cache if permission was denied * Fixing rebase issues * Revert "Optimizing get root posts SQL query" This reverts commit f364757e7015cfb4ec673d0a4fc3d57cd25d8dd7. * Fixing build
* Fixing build failure due to missing licence header (#7720)Christopher Speller2017-10-251-0/+3
|
* [PLT-7726] adjustments for the mm-server jenkinsfile (#7688)Carlos Tadeu Panato Junior2017-10-255-50/+112
|
* add missing license headers, test to makefile (#7711)Chris2017-10-2530-1/+114
|
* [PLT-4341] add dnd command (#7694)Carlos Tadeu Panato Junior2017-10-257-0/+126
|
* [PLT-7701] Fix emoji names that trigger mention (#7663)Saturnino Abril2017-10-252-5/+34
| | | | | | | | * fix emoji names that trigger mention * remove regex and rearrange based on comment * make ":@here:" to not trigger a mention
* PLT-7849 Add config setting to disable plugin uploads (#7666)Joram Wilander2017-10-255-10/+34
| | | | | | * Add config setting to disable plugin uploads * Update unit test
* PLT-7934: Make query for bulk elasticsearch indexing more efficient. (#7664)George Goldberg2017-10-256-38/+108
|
* Differentiate between installed and activated states for plugins (#7706)Joram Wilander2017-10-2511-45/+402
|
* PLT-7599: webhook post splitting (#7707)Chris2017-10-245-36/+187
| | | | | | | | * webhook post splitting * style fix * update old webhook test
* PLT-7822: Fix search order for SQL search backend. (#7704)George Goldberg2017-10-243-0/+31
|
* eliminate more utils.Cfg references (#7701)Chris2017-10-2414-288/+59
|
* Fix crash due to null data retention config parameter. (#7702)George Goldberg2017-10-241-1/+1
|
* PLT-7743: Data retention in client side config. (#7695)George Goldberg2017-10-231-0/+7
|
* add model.NewX funcs for builtin types (#7692)Chris2017-10-2310-466/+242
| | | | | | * add model.NewX funcs for builtin types * whoops, forgot to add the new file
* Reduce cfg boilerplate (#7689)Chris2017-10-2313-689/+279
| | | | | | | | | | | | * reduce cfg boilerplate * fix compile error * user test fix * another test fix * simplify diagnostics / testing
* refactor max users per team (#7691)Chris2017-10-209-125/+121
|
* refactor max channels per team enforcement (#7690)Chris2017-10-209-106/+123
|
* Expose user.Props through REST API (#7661)Joram Wilander2017-10-202-2/+7
|
* Update v4 POST log endpoint to match v3 permissions (#7653)Joram Wilander2017-10-202-5/+29
|
* [PLT-7362] Option to add user to channel if mentioned user is not currently ↵Saturnino Abril2017-10-217-8/+185
| | | | | | | | | | | | | | | | in the channel (#7619) * Option to add user to channel if mentioned user is not currently in the channel * instead of link from server, just add component on client side to add channel member * change implementation using post.props * do clean up and add test * sanitize post.props['add_channel_member'] on post creation * move sanitize to app.CreatePost and also apply to app.UpdatePost
* PLT-7740 Update encoding of filename in file headers (#7552)Joram Wilander2017-10-191-2/+4
| | | | | | * Remove URL escaping of filename in file headers * Add encoding for filename
* Remove unrelated v3 reference from websocket debug logs (#7662)Joram Wilander2017-10-201-4/+4
|