summaryrefslogtreecommitdiffstats
path: root/bridge/msteams/msteams.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix panic in msteams. Fixes #1588 (#1622)Wim2021-10-241-4/+6
|
* Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347)Qais Patankar2020-12-311-2/+5
|
* Ignore non-user messages (msteams). Fixes #1141 (#1149)Wim2020-05-241-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)Wim2020-04-211-4/+12
|
* Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067)Wim2020-03-281-2/+1
|
* Update vendor yaegashi/msgraph.go to v0.1.2 (1)Qais Patankar2020-03-221-1/+1
|
* Remove replace directives and use own fork to make go get work again (#1028)Wim2020-03-081-2/+2
| | | | See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options.
* Support code snippets from msteamsWim2020-03-011-0/+1
|
* Add scopes againWim2020-03-011-1/+1
|
* Make linter happy and cleanup (msteams)Wim2020-03-011-14/+3
|
* Support threading from other bridges to msteamsWim2020-03-011-0/+24
|
* Support receiving attachments from msteamsWim2020-03-011-3/+25
|
* Add initial Microsoft Teams supportWim2020-03-011-0/+169
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup