summaryrefslogtreecommitdiffstats
path: root/bridge/msteams/msteams.go
Commit message (Expand)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
* 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
* 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