summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix TestInvitePeopleProvider test (#9084)Carlos Tadeu Panato Junior2018-07-101-0/+6
|
* translations PR 20180709 (#9082)Elias Nahum2018-07-1013-620/+672
|
* MM-11229: Fix invite people slash command and add test case. (#9074)George Goldberg2018-07-103-0/+48
|
* MM-11228: Fix channel update/patch API endpoints. (#9073)George Goldberg2018-07-103-21/+104
|
* MM-11189: Do not close the connection abruptly on too big emojis (#9071)Jesús Espino2018-07-101-0/+4
|
* MM-11227: Fix group msg slash command. (#9070)George Goldberg2018-07-104-4/+102
|
* MM-11120 Adding setting to disable email invitations and rate limiting. (#9063)Christopher Speller2018-07-1010-6/+100
| | | | | | | | | | * Adding setting to disable email invitations. * Adding a setting and rate limiting for email invite sending. * Modifying email rate limit to 20/user/hour * Adding EnableEmailInvitations to client side config and command.
* MM-11174: Fix /msg slash command. (#9059)George Goldberg2018-07-103-0/+42
|
* Update custom url schemes error message to reflect what we actually support ↵Harrison Healey2018-07-093-4/+4
| | | | (#9061)
* MM-11110: Fixes CLI error message. (#9062)Martin Kraft2018-07-091-1/+1
|
* MM-11194: Fix channel header slash command. (#9057)George Goldberg2018-07-083-4/+118
|
* MM-11106: Allow systeadmin webook to post to read only town square. (#9051)George Goldberg2018-07-063-12/+43
|
* MM-10766 - Replacing default profile image font (#8955)Asaad Mahmood2018-07-057-11/+117
| | | | | | | | | | | | * Updating default profile pic font * Updating profile image font * Updating test * Use new default font if configured for old one * Update OFL.txt
* MM-11118: disallow deleting direct or group channels (#9054)Jesse Hallam2018-07-053-0/+47
|
* Uncomment upgrade for 5.1.0 (#9040)Carlos Tadeu Panato Junior2018-07-032-5/+4
|
* Make sure diagnostic ID is loaded before client config. (#9032)George Goldberg2018-07-032-3/+3
|
* Adding RootId information to MessageExport (#9030)Jesús Espino2018-07-032-0/+2
|
* translations PR 20180702 (#9038)Elias Nahum2018-07-0314-8436/+1728
|
* Disable Gfycat by default during Beta and move default keys to server (#9027)Jason Blais2018-07-033-8/+13
| | | | | | | | | | * Update default.json * Update diagnostics.go * Added default Gfycat API credentials to server * Fixed default Gfycat credentials
* Add note on 5.0->4.10 downgrade in upgrade.go (#9029)George Goldberg2018-07-021-0/+13
|
* Ignore | characters in postgres channel search (#9019)Joram Wilander2018-06-302-0/+15
|
* redirect, vs. proxy, 80->443 without LE enabled (#9020)Jesse Hallam2018-06-291-8/+16
| | | The code incorrectly got refactored to proxy instead of forward, deviating from the behaviour when LE is enabled.
* Make import compatible with scheme-roles. (#9028)George Goldberg2018-06-292-6/+162
| | | | | 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.
* MM-10980: Conditionally filteres User json properties. (#9018)Martin Kraft2018-06-292-2/+12
|
* Fix a really rare race condition in the migration scheduler. (#9000)George Goldberg2018-06-291-1/+1
|
* remove redundant checks in build.mk (#9015)Jesse Hallam2018-06-291-12/+0
|
* subpath: rewrite manifest.json too (#9017)Jesse Hallam2018-06-292-11/+231
|
* add MaxLifetimeconns to server (#9004)Jerry Kurian2018-06-287-68/+88
| | | | | | | | | | | | | | | | | | | | | 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
* Add english missed texts to i18n/en.json (#8987)Jesús Espino2018-06-283-618/+90
| | | | | * Add English missed texts to i18n/en.json * Update en.json
* Reset status to away after web conn disconnect if necessary (#8988)Joram Wilander2018-06-274-9/+68
|
* Gfycat integration (#8971)Kenny Au2018-06-273-0/+21
| | | | | | * Gfycat integration * Added gfycat api credentials to config.
* MM-10910 fix join and open channel commands to work with tilde (#8984)Sudheer2018-06-272-2/+97
| | | | | | | | * MM-10910 fix join and open channel commands to work with tilde * Fix lint * Add basic tests for command_join
* translations PR 20180625 (#8998)Elias Nahum2018-06-2714-26173/+11561
|
* Lock bulk importing to master database node (#9012)Joram Wilander2018-06-279-1/+57
|
* Simplify oauth (#8972)Emil Velikov2018-06-264-28/+11
| | | | | | | | | | | | | | | | * 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>
* MM-11034: Reply properly to incomming webhooks on errors (#9010)Jesús Espino2018-06-262-2/+8
|
* MM-10833: send down computed channel props (#8953)Jesse Hallam2018-06-266-54/+411
| | | | | | | | | | | | | | | * 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
* MM-11008: Fix translation and change the code to be auto-extracted (#9009)Jesús Espino2018-06-262-4/+12
|
* Add Purpose as a searchable field (#8067)Chris Duarte2018-06-263-3/+47
| | | | | | | | | | * 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
* Update diagnostics.go (#8989)Jason Blais2018-06-261-0/+7
|
* MM-10700 - Updating default image preview size (#9002) (#9003)Joram Wilander2018-06-261-1/+1
|
* MM-10269: Make jobserver work without restart. (#9005)George Goldberg2018-06-262-0/+5
|
* Implementation of File Exists Function; Delete FileInfos upon Permanent User ↵Daniel Schalla2018-06-2511-0/+270
| | | | | | | Delete (#8958) Check if file was deleted on FS Warning message if file couldnt be removed
* MM-10570: Make permissions reset command clear custom role assignments. (#8976)George Goldberg2018-06-2512-1/+489
|
* Fix plugins serving after subpath changes (#8982)Joram Wilander2018-06-221-1/+1
|
* MM-8716: Security Update Check URL should have recognisable name. (#8983)George Goldberg2018-06-221-1/+1
|
* MM-8810: Add CSV Compliance export (#8966)Jesús Espino2018-06-2211-30/+129
| | | | | | | | | | | | * 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
* MM-10934 Update server dependencies. (#8981)Christopher Speller2018-06-21270-13474/+31365
| | | | | | * Changing throttled import path. * Upgrading dependencies.
* Using i18n extract to generate the i18n/en.json file (#8980)Jesús Espino2018-06-211-2105/+761
| | | | | | * Sort translations * Added untranslated and removed unussed strings
* MM-10370: serve subpath (#8968)Jesse Hallam2018-06-2114-148/+282
| | | | | | | | | | | | | | | | | | | | | | | * 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.