summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add sort query parameter to GET /emojis (#8121)Joram Wilander2018-01-1910-23/+68
|
* Post a system message to the affected channel by CLI command (#7877) (#7968)Evgeniy2018-01-185-29/+102
|
* Handle missed case with ExperimentalEnableDefaultChannelLeaveJoinMessages ↵Joram Wilander2018-01-182-8/+10
| | | | setting (#8112)
* Finally remove utils.Cfg (#8113)Chris2018-01-1720-153/+157
| | | | | | | | * finally remove utils.Cfg * fix compile error * another test compilation fix
* ABC-73 Move session clean-up to daily task (#8095)Joram Wilander2018-01-175-22/+103
| | | | | | * Move session clean-up to daily task * Split delete query into batches
* Allow deactivation of SSO users api3 (#8008)Chris Duarte2018-01-161-1/+9
|
* Updated dependencies and added avct/uasurfer (#8089)Harrison Healey2018-01-161402-34777/+326192
| | | | | | * Updated dependencies and added avct/uasurfer * Added uasurfer to NOTICE.txt
* ABC-22: Plugin sandboxing for linux/amd64 (#8068)Chris2018-01-1520-194/+1716
| | | | | | | | | | | | | | | * plugin sandboxing * remove unused type * better symlink handling, better remounting, better test, whitespace fixes, and comment on the remounting * fix test compile error * big simplification for getting mount flags * mask statfs flags to the ones we're interested in
* Remove global cfg vars (#8099)Chris2018-01-1217-348/+337
| | | | | | * remove global cfg vars * enterprise update
* [PLT-8430] Auto lowercase team and channel names in API requests (#7992)Carlos Tadeu Panato Junior2018-01-123-2/+10
|
* redirect error uri when OAuth SSO is setup but account creation is disabled ↵Saturnino Abril2018-01-111-1/+1
| | | | (#8086)
* [PLT-7793] Add /users/tokens/search endpoint (#8088)Adrian Carolli2018-01-1111-0/+231
| | | | | | | | * Add /users/tokens/search endpoint + tests * Fix check-style * Unnecessary deletion
* Remove global config watcher (#8080)Chris2018-01-1112-176/+216
| | | | | | | | | | * remove global config watcher * keep config watcher disabled for tests * compile fix * fix resource leak
* [XYZ-6] Add sampledata platform command (#8027)Jesús Espino2018-01-11125-58/+9686
| | | | | | | | * Add fake dependency * [XYZ-6] Add sampledata platform command * Creating EMOJI_NAME_MAX_LENGTH as a constant and using it where needed
* Add EnableDefaultChannelLeaveJoinMessages config setting (#7961)Chris Duarte2018-01-105-111/+125
|
* [PLT-6936] Translate AppError.Message automatically by default (#8063)Jesús Espino2018-01-0815-20/+28
|
* Remove utils.ClientCfg and utils.ClientCfgHash (#8041)Chris2018-01-0517-104/+146
| | | | | | * remove utils.ClientCfg and utils.ClientCfgHash * remove unused import
* [PLT-7793] Added /users/tokens endpoint (#8038)Adrian Carolli2018-01-059-5/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added /users/tokens/all endpoint - UserAccessStore now has getAll method - Added tests - Added route - Added handler * Remove space fix check-style * Remove blank space check-style * Fixes for make check-style * Remove extra code that is un-needed in user_test.go * Rename endpoint + grammar - Renamed /users/tokens/all to /users/tokens - Renamed getUserAccessTokens to getUserAccessTokensForUser - Renamed getAllUserAccessTokens to getUserAccessTokens - Minor Grammar changes * Add localization for sql_user_access_token.get_all * Fix minor plural spelling
* disable config watching during cli tests (#8040)Chris2018-01-051-1/+1
|
* Uncomment upgrade for 4.6 (#8045)Derrick Anderson2018-01-052-11/+6
| | | | | | * Uncomment upgrade for 4.6 * add 4.6 version
* PLT-8312: Use combined LIKE/Full Text search for channels. (#8029)George Goldberg2018-01-053-24/+140
| | | | | | | | | | * PLT-8312: Use combined LIKE/Full Text search for channels. * Code tidyup * Get it working consistently and update unit tests. * Fix code style.
* PLT-8483: Ignore join/leave team messages for unread counts (#8042)Jesús Espino2018-01-051-2/+4
|
* rename DefaultTeamName to ExperimentalPrimaryTeam (#8039)Chris Duarte2018-01-053-5/+5
|
* Update Zoom plugin to latest (#8030)Joram Wilander2018-01-043-6/+6
|
* Add admin update endpoint that can update authservice and authdata (#7842)Chris Duarte2018-01-045-0/+150
| | | | | | | | | | * add admin update endpoint that can upate authservice and authdata * Control only SystemAdmin access * Refactored AdminUpdate endpoint to only be able to update AuthData, AuthService and Password by User.Id * Refactor to move `PUT /api/v4/users/{user_id}/auth`. Created a struct to hold UserAuth info.
* [PLT-8173] Strip the post_ prefix on incoming webhook overrides. (#8019)Jesse Hallam2018-01-037-82/+86
|
* Add color properties to config to white label login buttons (#7826)Chris Duarte2018-01-023-3/+69
|
* Adding a script to help with ldap config issues (#7995)Corey Hulen2018-01-021-0/+67
| | | | | | | | * Adding a script to help with ldap config * Fixing help text * Fixing typo
* Don't omit current user from updated user WS event (#8018)Joram Wilander2018-01-021-3/+1
|
* [PLT-8173] Add username and profile picture to webhook set up pages (#8002)Jesse Hallam2018-01-027-11/+429
|
* translations PR 20180101 (#8015)enahum2018-01-021-1/+1
|
* translations PR 20171225 (#8006)enahum2018-01-022-18/+18
|
* fix i18n identifier (#8009)Jesse Hallam2018-01-021-1/+1
|
* Allow for custom subject in TestInviteUsersToTeam (#7999)Chris Duarte2018-01-021-1/+5
|
* [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