Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix panic in msteams. Fixes #1588 (#1622) | Wim | 2021-10-24 | 1 | -4/+6 |
| | |||||
* | Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347) | Qais Patankar | 2020-12-31 | 1 | -2/+5 |
| | |||||
* | Ignore non-user messages (msteams). Fixes #1141 (#1149) | Wim | 2020-05-24 | 1 | -0/+12 |
| | | | | | Ignore these messages for now, also add a extra debug option for msteams so we can dump the whole message. | ||||
* | Remove panics and retry polling on failure (msteams). Fixes #1104 (#1105) | Wim | 2020-04-21 | 1 | -4/+12 |
| | |||||
* | Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067) | Wim | 2020-03-28 | 1 | -2/+1 |
| | |||||
* | Update vendor yaegashi/msgraph.go to v0.1.2 (1) | Qais Patankar | 2020-03-22 | 2 | -2/+2 |
| | |||||
* | Remove replace directives and use own fork to make go get work again (#1028) | Wim | 2020-03-08 | 2 | -3/+3 |
| | | | | See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options. | ||||
* | Support code snippets from msteams | Wim | 2020-03-01 | 2 | -0/+43 |
| | |||||
* | Add scopes again | Wim | 2020-03-01 | 1 | -1/+1 |
| | |||||
* | Make linter happy and cleanup (msteams) | Wim | 2020-03-01 | 2 | -14/+16 |
| | |||||
* | Support threading from other bridges to msteams | Wim | 2020-03-01 | 1 | -0/+24 |
| | |||||
* | Support receiving attachments from msteams | Wim | 2020-03-01 | 2 | -3/+71 |
| | |||||
* | Add initial Microsoft Teams support | Wim | 2020-03-01 | 1 | -0/+169 |
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup |