- 03 Jul, 2018 1 commit
-
-
Christopher Speller authored
* Capturing stdout, stderr of plugins in logs. * Cleanup go-plugin debug logs. * Adding logging to plugin API * Generating mocks. * godoc convention
-
- 30 Jun, 2018 1 commit
-
-
JoramWilander authored
-
- 29 Jun, 2018 6 commits
-
-
Joram Wilander authored
-
Jesse Hallam authored
The code incorrectly got refactored to proxy instead of forward, deviating from the behaviour when LE is enabled.
-
George Goldberg authored
This doesn't introduce new fields as we would then break backwards compatability with old "roles" fields. We can add custom fields if/when we go to "version 2" of the bulk import format.
-
Martin Kraft authored
-
George Goldberg authored
-
Jesse Hallam authored
-
- 28 Jun, 2018 3 commits
-
-
Jesse Hallam authored
-
Jerry Kurian authored
Update e.json string names and remove console log reorder variables update db.setConnMaxLifetime to take in *settings.MaxLifetimeConns Add MaxLifetimeConns to test Update variable names like MaxLifetimeConns to ConnMaxLifetimeMilliseconds Update time passed to SetConnMaxLifetime Revert "Update time passed to SetConnMaxLifetime" This reverts commit dc1c1b6d5a6404d4ee11c65d4756c19f9316794f. update en.json Update supplier_test.go and docker.go ConnMaxLifetimeMilliseconds to 3600000
-
Jesús Espino authored
* Add English missed texts to i18n/en.json * Update en.json
-
- 27 Jun, 2018 8 commits
-
-
Joram Wilander authored
-
JoramWilander authored
-
Kenny Au authored
* Gfycat integration * Added gfycat api credentials to config.
-
Sudheer authored
* MM-10910 fix join and open channel commands to work with tilde * Fix lint * Add basic tests for command_join
-
Joram Wilander authored
* Add plugin API for publishing custom WebSocket events * Add clearer payload comment * Update comment
-
Elias Nahum authored
-
Joram Wilander authored
-
Emil Velikov authored
* Remove unused OauthProvider::GetIdentifier Signed-off-by:
Emil Velikov <emil.velikov@collabora.com> * Reuse gitlab's getAuthData() instead of open-coding it Signed-off-by:
Emil Velikov <emil.velikov@collabora.com> * Remove OauthProvider::GetAuthDataFromJson interface The data is already available via GetUserFromJson().AuthData Signed-off-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 26 Jun, 2018 7 commits
-
-
Jesús Espino authored
-
Jesse Hallam authored
* MM-10833: send down computed channel props This allows channel headers to reference channel mentions for a client that doesn't already know about the channels in question. We intentionally don't send down the props for the autocomplete and search endpoints since they aren't used in that context, and would add unnecessary overhead. * update channel props on patch * revert to treating channel purpose as plaintext
-
Jesús Espino authored
-
Chris Duarte authored
* Add Purpose as a searchable field * Add New Index and Remove old for Channels * Include Purpose in FullTextSearch Clause * Move removeIndex for Channels into upgrade.go
-
Jason Blais authored
-
Joram Wilander authored
-
George Goldberg authored
-
- 25 Jun, 2018 3 commits
-
-
Christopher Speller authored
* Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.
-
Daniel Schalla authored
Check if file was deleted on FS Warning message if file couldnt be removed
-
George Goldberg authored
-
- 23 Jun, 2018 1 commit
-
-
Joram Wilander authored
-
- 22 Jun, 2018 2 commits
-
-
George Goldberg authored
-
Jesús Espino authored
* MM-8810: Add CSV Compliance export * Only allowing to schedule actiances export throught the cli * De-duplicating some code * Fixes on texts * Fixes on translations
-
- 21 Jun, 2018 8 commits
-
-
Christopher Speller authored
* Changing throttled import path. * Upgrading dependencies.
-
Jesús Espino authored
* Sort translations * Added untranslated and removed unussed strings
-
Jesse Hallam authored
* factor out GetSubpathFromConfig * mv web/subpath.go to utils/subpath.go * serve up web, api and ws on /subpath if configured * pass config to utils.RenderWeb(App)?Error This allows the methods to extract the configured subpath and redirect to the appropriate `/subpath/error` handler. * ensure GetSubpathFromConfig returns trailing slashes deterministically * fix error 404 handling * redirect /subpath to /subpath/ This is necessary for the static handler to match, otherwise none of the registered routes find anything. This also makes it no longer necessary to add trailing slashes in the root router.
-
Joram Wilander authored
* Include active_channel in cluster update user status messages * Update to use new ToJson method * Update tests
-
Alex Goodman authored
-
Elias Nahum authored
-
Carlos Tadeu Panato Junior authored
-
Harrison Healey authored
-