summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* PLT-8018: Bundled jira plugin (#7920)Chris2017-11-3017-358/+843
| | | | | | | | | | | | * bundled jira plugin * fix generated file formatting, add prepackaged key * whoops, uploaded wrong file * whitelist generated files for license check * make it work for people without go/bin in their path
* ordered plugin settings (#7919)Chris2017-11-302-39/+48
|
* Dropped unnecessary info log to debug (#7922)Jonathan2017-11-301-1/+1
|
* PLT-7503: Create Message Export Scheduled Task and CLI Command (#7612)Jonathan2017-11-3041-59/+1446
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Created message export scheduled task * Added CLI command to immediately kick off an export job * Added email addresses for users joining and leaving the channel to the export * Added support for both MySQL and PostgreSQL * Fixing gofmt error * Added a new ChannelMemberHistory store and associated tests * Updating the ChannelMemberHistory channel as users create/join/leave channels * Added user email to the message export object so it can be included in the actiance export xml * Don't fail to log a leave event if a corresponding join event wasn't logged * Adding copyright notices * Adding message export settings to daily diagnostics report * Added System Console integration for message export * Cleaned up TODOs * Made batch size configurable * Added export from timestamp to CLI command * Made ChannelMemberHistory table updates best effort * Added a context-based timeout option to the message export CLI * Minor PR updates/improvements * Removed unnecessary fields from MessageExport object to reduce query overhead * Removed JSON functions from the message export query in an effort to optimize performance * Changed the way that channel member history queries and purges work to better account for edge cases * Fixing a test I missed with the last refactor * Added file copy functionality to file backend, improved config validation, added default config values * Fixed file copy tests * More concise use of the testing libraries * Fixed context leak error * Changed default export path to correctly place an 'export' directory under the 'data' directory * Can't delete records from a read replica * Fixed copy file tests * Start job workers when license is applied, if configured to do so * Suggestions from the PR * Moar unit tests * Fixed test imports
* expose vendored mock package with plugintest/mock (#7914)Chris2017-11-292-0/+36
|
* PLT-5458: If someone posts a channel link to channel_A that you don't belong ↵Chris2017-11-289-0/+252
| | | | | | | | | | | | to, it doesn't render properly (#7833) * add channel link hints to post props * optimization * update regex, add unit test * fix rebase issue
* Add Config to disable Auth Transfers. (#7843)Chris Duarte2017-11-287-1/+75
| | | | | | * Add Config to disable Auth Transfers. * Set config ExperimentalEnableAuthenticationTransfer behind an E20 license restriction
* Decrease plugin key value store table index name size (#7910)Joram Wilander2017-11-273-6/+14
|