- 30 Jul, 2018 3 commits
-
-
Martin Kraft authored
* MM-11065: Allow to search and get archived channels from the API * Fixing more tests * Add some unit tests * Add includeDeleted parameter to session permissions check function * More test fixing * Adding archive channels list in channels search * Add restriction for archived channel edition * Reverting permissions checks modification * Changed the query parameter to include_deleted * Enable search archive channels as true by default * Adding tests for verify search on deleted channels * Allowing to override archive channels during the imports * Fixed test * Search in archive channels from the API must be explicitly requested * Removing includeDeleted parameter from GetChannelByName and GetChannelByNameForTeam * Back to ViewArchivedChannels config * Fixing tests * Reverting GetChannelByName parameter * Add include deleted parameter on GetChannel functions in plugins api * Fixing tests
-
Martin Kraft authored
* MM-11301: Validates listen address config value. * MM-11301: Adds some invalid port test cases. * MM-11301: Accept domain names. * MM-11301: Fix for max port.
-
Daniel Schalla authored
Tests; gofmt
-
- 28 Jul, 2018 2 commits
-
-
Jesús Espino authored
-
Saturnino Abril authored
* set createAt timestamp on file upload api call to secure upload order of files * fix test on plugin hooks
-
- 27 Jul, 2018 5 commits
-
-
Joram Wilander authored
-
Joram Wilander authored
* Fix compile error caused by bad merge * Fix * Fix
-
Jesse Hallam authored
* ensure plugin is always shutdown Once we call `.client.Client()` the plugin has started, and must be shut down. `newSupervisor` sometimes returned with an error (and without a reference to the supervisor), leaving the client running indefinitely. * Clarify the documentation to explain that plugin hooks will not trigger until `OnActivate` returns successfully, and will stop triggering just before `OnDeactivate` is called. * test for plugin deadlock * plugin/environment.go: switch to sync.Map From: https://golang.org/pkg/sync/#Map > If a goroutine holds a RWMutex for reading and another goroutine might call Lock, no goroutine should expect to be able to acquire a read lock until the initial read lock is released. In particular, this prohibits recursive read locking. This is to ensure that the lock eventually becomes available; a blocked Lock call excludes new readers from acquiring the lock. The previous `RWMutex` was not safe given that we effectively acquired read locks recursively (hook -> api -> hook). This worked up until we activated or deactivated plugins, tried to acquire a write lock, and the plugin used the API to effectively trigger another hook. Switching to sync.Map avoids this by divesting the need to lock at all, avoiding the potential for a recursive lock in the first place.
-
Jesse Hallam authored
We never actually initialized `log` on apiRPCClient, and it can't log without making an RPC call anyway, so just switch to logging errors from the plugin to STDERR instead.
-
Christopher Speller authored
* Adding file upload hook. * Adding hook test for FileWillBeUploaded * Some debugging fixes. * Fix typo. * Fixing double close * Fix capitalization on docs.
-
- 26 Jul, 2018 5 commits
-
-
Christopher Speller authored
-
Christopher Speller authored
* Adding proper CORS support. * Better CORS tests.
-
George Goldberg authored
* MM-11243: Make Elasticsearch work after enabling without restart. * Also cope with config vars changing whilst enabled.
-
Jesse Hallam authored
* unpack prepackaged plugins on plugins initialization * leverage utils.FindDir
-
Jesse Hallam authored
* test ServicePluginRequest with subpath * handle subpath when routing to plugin.ServeHTTP
-
- 25 Jul, 2018 2 commits
-
-
Pradeep Murugesan authored
* 8272 added the username and icon as part of the model and persisted the same * 8272 added the custome icon and name when set to the web hook response * 8272 changed the infinte loop to timeout after 5 seconds * 8272 fixed review comments
-
Jesse Hallam authored
-
- 24 Jul, 2018 3 commits
-
-
Hyeseong Kim authored
* Change the file downloading to stream file * Change file downloading to chunk only for preview * Remove unnecessary else case
-
Harrison Healey authored
* MM-11451 Added autolinking to Markdown parser * Added missing headers * Added mailto and tel links
-
Jesús Espino authored
-
- 23 Jul, 2018 3 commits
-
-
Chris Duarte authored
* Add ExperimentalSidebarPreference in the config * Override Sidebar preference based on GroupUnread settings * Rename to ExperimentalChannelOrganization * Add Sidebar config in diagnostics * Fix diagnostics for experimental_channel_organization
-
Jesús Espino authored
-
Christopher Speller authored
-
- 20 Jul, 2018 7 commits
-
-
Daniel Schalla authored
gofmt Make skipping for non public channels default Deduplication of Default Channels; Only post join to townsquare Post join channel message for all custom default channels
-
Yusuke Nemoto authored
* Modifying message and templates about mfa_change * Modifying message and templates about password_change * Modify message and template about password_reset * Modify message and template about singin_change * Modify message and template about email_info * Modify message and template about change_username * Modify message about change_email * Add missing props * Add argument * Modify message and template about token_added * Modify messages and template about notification_email * Modify message and template about deactivate_email * Fix style * Remove unused message * Remove br tags * Modify message and code about invite_mail * Add missing message
-
Jesse Hallam authored
* make GetChannelByName take teamId first I think it is more natural to accept `teamId`, then `channelName`, given the pattern followed by other Plugin API methods and even the SQL Store itself. The App layer seems unusual in accepting `channelName` first. This also re-generates the mocks fixing the parameter order for the recently added `UserStatus` APIs. * add GetChannelByNameForTeamName
-
Jesús Espino authored
-
Jesús Espino authored
-
Jesús Espino authored
-
Pradeep Murugesan authored
* 9006 - process the attachments of the post * 9006 enabling the import of attachments in the reply post * 9006 assert if the post and files are linked * 9006 fixed the typo
-
- 19 Jul, 2018 4 commits
-
-
Jesús Espino authored
-
Joram Wilander authored
-
Harrison Healey authored
-
Adrian authored
second Range value is the end pos, not the length...
🙈
-
- 18 Jul, 2018 6 commits
-
-
Christopher Speller authored
* Rearranging plugin mocks and moving some common test code out. * Adding tests. * Fixing tests after GoDoc cleanup changes.
-
Jesse Hallam authored
* Support `server`, deprecate `backend` in plugin manifest This lets us converge on the use of the term `server` everywhere instead of sometimes `backend` and sometimes `server`. We're still using `webapp` and will eventually support `mobile` as well. The plan is actually to rip out these deprecations as part of releasing 5.2, but I want to coordinate the extra additional breakage at the same time, so for now this is a backwards compatible change. * fix failing tests
-
Joram Wilander authored
-
Chris Duarte authored
* Add ucLive support crazy testing lovely logs more cookie work arounds Added Access-Control-Expose-Headers to user login Add complete_saml_body template and revert loginWithSaml endpoint Set Access-Control-Allow-Credentials to true in user login Login via email instead of username Clean up code Add comment to give some context Move faml logic into saml function Communicate via chrome sendMessage api Remove unused code Add config to support multiple extensions Clean up embedded complete_saml template Fix indentation for templates Added license header to extension.go Add EnableExperimentalExtensions flag Extension validated for email auth Clean up api auth code Remove complete_saml_body.html * Add extension support in saml * Clean up code * Clean up extension validation
-
Elias Nahum authored
-
Jason Blais authored
-