summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [PLT-8438] Include incoming webhook display name in post props (#7997)Carlos Tadeu Panato Junior2017-12-222-12/+20
|
* Drop built-in plugin start-up log messages to debug from info (#7986)Joram Wilander2017-12-221-1/+1
|
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-2254-190/+8
| | | | | | | | * fix races * revert unintentional change * fix test as intended
* UCHAT-60 change default notification settings for new users (#7845)Chris Duarte2017-12-211-7/+4
| | | | | | * UCHAT-60 change default notification settings for new users * 1. Turn off "Case sensitive first name" in Words that trigger mentions. 2. Send Desktop Notifications for "Only for mentions and direct messages".
* translations PR 20171218 (#7983)enahum2017-12-2114-12/+220
|
* Updates 'make help'. (#7982)Martin Kraft2017-12-202-70/+46
| | | | | | * Updates 'make help'. * Updates description of all.
* PLT-8354: Fix user search error when terms end up as empty space. (#7984)George Goldberg2017-12-202-1/+7
|
* Set default for DefaultTeamName setting if not present in config (#7987)Joram Wilander2017-12-191-0/+4
|
* Allow default team to be configured (#7846)Chris Duarte2017-12-193-1/+4
|
* Merge branch 'release-4.5'Christopher Speller2017-12-1816-157/+1725
|\
| * fix PUT webhook permissions (#7970)Chris2017-12-122-2/+2
| |
| * translations PR 20171211 (#7966)enahum2017-12-1214-163/+1723
| |
* | PLT-8350 "mention" when channel user count equals to max allowed num (#7976)Siyuan Liu2017-12-152-2/+16
| |
* | fix reaction test (#7978)Chris2017-12-141-10/+5
| |
* | fix posts created at test (#7977)Chris2017-12-142-12/+7
| |
* | PLT-6896 per-paging for logs (#7903)Yusuke Nemoto2017-12-135-28/+64
| | | | | | | | | | | | | | | | | | | | * PLT-6896 Read logs from last * Getting rid of file.Stats * remove deprecated value * Make non-reassigned value constant
* | Do not auto-join 'off-topic' channel if it is private (#7950)Siyuan Liu2017-12-131-2/+1
| |
* | PLT-8297: Message Export Should Still Produce Valid Exports if ↵Jonathan2017-12-122-23/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChannelMemberHistory Data is Missing (#7951) * Added a less accurate ChannelMembers fallback that is used if export period occurs before MessageExport was enabled * Fixed test names * Improved testing * Made hasDataFromBefore() a little less strict * Fixed the test to cleanly truncate the ChannelMemberHistory table without exposing the db via the interface * Renamed a function for better clarity * Binary logic is hard
* | Fixing formating on SQL errors for get parent posts. (#7965)Christopher Speller2017-12-121-1/+1
| |
* | Add plugin slash command support (#7941)Chris2017-12-0819-38/+560
| | | | | | | | | | | | | | | | * add plugin slash command support * remove unused string * rebase
* | add config option to hide tutorial screens (#7840)Chris Duarte2017-12-083-1/+8
| |
* | PLT-6217-bis Fixes system message posted to Town Square when a user joins a ↵Tsilavina Razafinirina2017-12-083-8/+45
| | | | | | | | | | | | | | | | team #7863 (#7864) * Adds new string post message when a user has joined a team (#6483) * Simplifies long if statement in post.go (#6483)
* | Allow deactivation of SSO users (#7952)Joram Wilander2017-12-083-5/+22
| |
* | Add upgrade code for 4.6Christopher Speller2017-12-081-0/+10
|/
* Uncomment upgrae for 4.5Christopher Speller2017-12-082-8/+3
|
* Update zoom plugin to latest (#7959)Joram Wilander2017-12-073-6/+6
|
* Add diagnostic for zoom plugin (#7958)Joram Wilander2017-12-072-0/+23
|
* PLT-8314: Test Message Export Against S3 Bucket (#7957)Jonathan2017-12-074-52/+30
| | | | | | * Removed export directory config setting, in favour of hard-coding it to an 'export' directory under the local file directory. Improved the local file backend copy implementation to implicitly create the destination directory if it's missing * Fixed the tests
* update jira plugin (#7949)Chris2017-12-053-6/+6
|
* make slack attachments gobable (#7948)Chris2017-12-052-1/+12
|
* Hash key for plugin store and limit id length (#7933)Joram Wilander2017-12-056-17/+35
|
* PLT-8131 Bundled zoom plugin (#7947)Joram Wilander2017-12-057-2/+730
| | | | | | * Bundled zoom plugin * Update plugin to latest
* PLT-8233: Purge ChannelMemberHistory Data when Data Retention Job runs (#7937)Jonathan2017-12-055-23/+47
| | | | | | | | | | * Changed the channel member history purge function to match pattern established by other data retention purge methods * Simplifying the channel member history store and associated tests * Regenerating mocks * Using a constant
* fix post editing when channel links are present (#7938)Chris2017-12-052-1/+10
|
* PLT-8289 Added ability to change location of client plugins (#7942)Harrison Healey2017-12-054-19/+26
|
* Adding more temp files to Stopping docker containers (#7916)Jonathan2017-12-051-0/+1
| | | | | * Adding more temp files to Stopping docker containers * Removed unnecessary deletes
* call OnActivate after plugin crash, update example (#7940)Chris2017-12-056-40/+51
|
* Add GetChannelMember method to plugin API (#7930)Joram Wilander2017-12-055-0/+57
|
* update jira plugin (#7934)Chris2017-12-043-6/+6
|
* Revert "Hash key for plugin store table and limit plugin ID length (#7915)" ↵Christopher Speller2017-12-016-35/+17
| | | | | (#7931) This reverts commit c3af8785734803b6199a28249537ef3e47fe4caa.
* Hash key for plugin store table and limit plugin ID length (#7915)Joram Wilander2017-12-016-17/+35
| | | | | | | | * Hash plugin store keys and update column limits * Limit plugin ID length on install * Add note to manifest id and allow zero length keys
* better plugin LoadConfiguration mock (#7928)Chris2017-12-011-1/+5
|
* plugin http fixes and tests (#7929)Chris2017-12-012-5/+76
|
* Changed config behaviour such that exportFromTimestamp is set/unset when ↵Jonathan2017-12-012-1/+104
| | | | message export is enabled/disabled (#7925)
* translations PR 20171127 (#7909)enahum2017-12-0114-124/+1047
|
* Fix oauth app update (#7913)Joram Wilander2017-12-012-1/+8
|
* Remove webapp dependancies from server NOTICE.txt (#7917)Jason Blais2017-12-011-1994/+2
|
* recommit: ordered plugin settings (#7919) (#7926)Chris2017-11-302-39/+48
|
* Update README.md (#7911)amyblais2017-11-301-10/+31
|
* Adds dev db for postgres so that one doesn't need to make it manually. (#7924)Martin Kraft2017-11-301-1/+1
|