summaryrefslogtreecommitdiffstats
path: root/api4
Commit message (Expand)AuthorAgeFilesLines
* Comment out problematic TestS3TestConnection test (#8770)Joram Wilander2018-05-101-2/+2
* fix test and add new (#8758)Carlos Tadeu Panato Junior2018-05-101-1/+6
* update permission of converting a channel from public to private to allow tea...Saturnino Abril2018-05-052-9/+11
* Add inactive user count to analytics and fix client analytics function (#8695)Joram Wilander2018-05-021-4/+13
* [MM-10354] Add feature to remove team icon (#8684)Saturnino Abril2018-04-302-0/+58
* Structured logging (#8673)Christopher Speller2018-04-2712-52/+61
* MM-10375 Fixing connected socket count (#8682)Corey Hulen2018-04-271-0/+22
* MM-10232, MM-10259: Improve error handling from invalid json (#8668)Jesse Hallam2018-04-262-7/+15
* add api to convert a channel from public to private and restrict that to syst...Saturnino Abril2018-04-232-7/+81
* MM-9779: Incorporate a Token into the invitations system (#8604)Jesús Espino2018-04-184-105/+101
* Handle app errors in user autocomplete endpoint (#8643)Joram Wilander2018-04-171-3/+17
* Initial Commit of Ephemeral Message Support for System Admins (#8611)Daniel Schalla2018-04-172-0/+71
* Fix opengraph images not going through the image proxy. (#8627)Christopher Speller2018-04-161-0/+30
* Fix error handling when requesting profile image for bad user ID (#8618)Joram Wilander2018-04-132-1/+5
* Add Auto Responder handler (#8386)Stan Chan2018-04-122-1/+12
* MM-9849 Added tracking of which settings are set through environment variable...Harrison Healey2018-04-092-0/+77
* Fixing unit tests for Go 1.10 (#8568)Christopher Speller2018-04-032-1/+13
* Fixing DB load causing user logout. (#8559)Christopher Speller2018-04-021-2/+4
* MM-9999 Fix unwanted team invite_id in email invites. (#8550)Christopher Speller2018-03-291-1/+0
* Fixing misspell errors (#8544)Jesús Espino2018-03-294-4/+4
* Merge branch 'advanced-permissions-phase-1'George Goldberg2018-03-2715-576/+1021
|\
| * Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-1Martin Kraft2018-03-273-6/+80
| |\
| * | Ignore blank role names in getRolesByName call. (#8507)George Goldberg2018-03-262-3/+19
| * | Merge branch 'master' into advanced-permissions-phase-1Martin Kraft2018-03-238-7/+79
| |\ \
| * \ \ Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-03-192-30/+31
| |\ \ \
| * \ \ \ Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-03-137-46/+175
| |\ \ \ \
| * | | | | MM-8830 Consistent Incomming/Outgoing webhooks permissions (#8335)Jesús Espino2018-03-071-8/+20
| * | | | | Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-03-0210-50/+492
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-02-192-20/+41
| |\ \ \ \ \ \
| * | | | | | | MM-8827: Add ADD_REACTION, REMOVE_REACTION and REMOVE_OTHERS_REACTIONS permis...Jesús Espino2018-02-192-184/+292
| * | | | | | | MM-9618: Don't change default role permissions for policy. (#8303)George Goldberg2018-02-191-4/+4
| * | | | | | | ABC-176 Prevent changing PluginSettings.EnableUploads through the API (#8249)Joram Wilander2018-02-132-2/+23
| * | | | | | | Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-02-1313-134/+120
| |\ \ \ \ \ \ \
| * | | | | | | | XYZ-73: Removes EnableOnlyAdminIntegrations uses. (#8245)Martin Kraft2018-02-121-3/+0
| * | | | | | | | Fix tests. (#8244)George Goldberg2018-02-121-8/+0
| * | | | | | | | AllowEditPost and PostEditTimeLimit migration (#8208)Jesús Espino2018-02-091-7/+0
| * | | | | | | | XYZ-76: Add license check to patchRoles endpoint. (#8224)George Goldberg2018-02-082-3/+60
| * | | | | | | | Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-1Jesús Espino2018-02-073-6/+9
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-02-062-32/+35
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | XYZ-37: Advanced Permissions Phase 1 Backend. (#8159)George Goldberg2018-02-0612-574/+618
* | | | | | | | | | | post a system message after a channel is converted from public to private (#8...Saturnino Abril2018-03-271-0/+8
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Relax 4k post message limit (#8478)Jesse Hallam2018-03-261-1/+1
* | | | | | | | | | Adding go client support and basic unit tests for channel autocomplete. (#8510)Christopher Speller2018-03-261-0/+73
* | | | | | | | | | Allow to get the team icon for open teams (#8499)Elias Nahum2018-03-231-5/+6
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Timezone feature (#8185)Chris Duarte2018-03-223-0/+39
* | | | | | | | | Fix various segfaults when running `go test` manually (#8448)Jesse Hallam2018-03-213-4/+11
* | | | | | | | | Fix paging for GET /teams and GET /teams/{id}/members endpoints (#8488)Joram Wilander2018-03-212-3/+29
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | remove s3 region to be mandatory and fix when user call test s3 when the conf...Carlos Tadeu Panato Junior2018-03-142-13/+8
* | | | | | | | update email test in the driver to be able to send the config in the body (#8...Carlos Tadeu Panato Junior2018-03-131-17/+23
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Removed mssola/user_agent library (#8417)Harrison Healey2018-03-121-4/+3