Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use mattermost v5 module (#1192) | Wim | 2020-08-10 | 1 | -2/+2 |
| | |||||
* | Make getChannelIdTeam behave like GetChannelId for groups (mattermost) (#873) | David Buckley | 2019-09-07 | 1 | -14/+13 |
| | | | | | | GetChannelId will support names generated from query groups when a team is not set, but not when a team is set since it falls through to getChannelIdTeam which has a different inner loop. i This pull makes the two implementations do the same thing. | ||||
* | Linter fixes | Duco van Amstel | 2019-05-27 | 1 | -7/+11 |
| | |||||
* | Update channels of all teams (mattermost) | Wim | 2019-05-02 | 1 | -9/+24 |
| | |||||
* | Send user_added and removed event through message channel (mattermost) | Wim | 2019-04-02 | 1 | -4/+2 |
| | |||||
* | Return channelId for other channeltypes too (mattermost) | Wim | 2019-04-01 | 1 | -1/+4 |
| | |||||
* | Make all loggers derive from non-default instance (#728) | Wim | 2019-02-23 | 1 | -7/+6 |
| | |||||
* | Use logrus imports instead of log (#662) | Duco van Amstel | 2018-12-26 | 1 | -2/+2 |
| | |||||
* | Refactor matterclient (#613) | Wim | 2018-11-29 | 1 | -0/+208 |
* Split up in different files * Decrease complexity |