v0.1.0-beta
Supported Mattermost Server Versions: 5.19.1+
- 7d80765 Fix min server version
- ca6e35e Version bump for beta release
- fa5b6bc Fix help text (#161)
- 75fc9b5 Revert "[GH-14] Add at-rest encryption for OAuth2 token (#143)" (#157)
- b549fad Remove job configs (#145)
- 0dd13f8 [GH-14] Add at-rest encryption for OAuth2 token (#143)
- 8e4fd89 [GH-129] MS Graph error is shown when selecting acceptance (#138)
- 95ad6b1 [GH-103] Add event reminder subscriptions to settings panel (#120)
- c252ee0 [GH87] Add "receive reminder" setting to login flow (#117)
- 8fbe2c8 add release, and HW badges (#146)
- d23d625 Remove daily summary index (#141)
- 14ae3b8 [GH-127] Replace the
0
with12
to indicate noon and midnight (#139) - d55078a [GH-89] Allow status change to support DND and Away (#118)
- b9ee9dc Use timezone when displaying event details (#132)
- 87df7e5 Remove references to "common" (#122)
- 0013cc5 Use appropriate log levels, wrap errors coming from msgraph for logging (#101)
- aeefae9 use StoreTTL in place of Store for managing OAuth2 state (#83)
- b4ddb3b Various improvements over commands (#106)
- 6336c0e Improve notification looks (#102)
- 3aa0ee7 Add image for granting admin consent (#107)
- 69b1fee Add status change confirmation (#73)
- 4fdc115 Login workflow (#44)
- cfe0d0b [GH104] Check when the error when cleaning a setting post is not found (#105)
- 5e9f8da Fix logging calls (#85)
- 0305a3b Drop second maintainer from CODEOWNERS (#90)
- 6039ba6 [GH-53] Accept or decline meetings from the notification message (#79)
- c134e84 Remove dedicated Microsoft integration user (#76)
- a4cd92a [GH57] Receive notifications of upcoming events (#58)
- 396a032 Add settings panel (#62)
- efb81d5 Added a job to renew user subscriptions (#82)
- a4c7153 Notification processor fixes (#81)
- fdd0a1f Use batch requests for daily summary job (#72)
- 20e7195 Define maintainer (#80)
- d09debb Use cluster.Job for daily summary job (#74)
- 4a84e35 fix oauth store key (#78)
- 96c6c7f Handle case where mail is nil (#52)
- 7813c9b Use KVSetWithOptions with Atomic: true (#59)
- 6d19b8a Delete subscription upon disconnecting user (#42)
- b6adddd Bump acorn from 5.7.3 to 5.7.4 in /webapp (#66)
- fdde4b5 Fix build (#63)
- e58eca8 [MM-21140] Daily summary job (#36)
- 4ad02af Add ClientState and tests (#40)
- 7e5627d [MM-22425] add permissions and bot account instructions to README (#46)
- 7320402 [MM-22787] Convert status sync job to use cluster job API (#43)
- be9a3a8 Fix findmeetings typo (#38)
- 864a161 [MM-21688] Use dedicated bot account in Azure (#32)
- c96158e Updated dependencies (#31)
- 0cc9152 Package naming/structure changes (#29)
- 556cf68 [MM-21689] Handle timezone complications between Go and Microsoft Graph (#25)
- 09e77c3 handle errors for getSchedule call (#26)
- 93b96c0 Change bot name (#23)
- 6040591 [MM-19893] Outlook user status sync intial implementation (#18)
- bde3526 [MM-19897] Improvements for
/msoffice createevent
and `/msoffic… (#19) - 821c0c4 change repo name (#22)
- 3ebda61 Update README.md: more prominent Help Wanted (#20)
- 284d044 Bump handlebars from 4.1.2 to 4.5.3 in /webapp (#21)
- 721782f Implement Create Calendar Event Method (#12)
- f8f0e9e Fixed relative path handling in msgraph.Call (#16)
- 16f1c0e README: added Help Wanted and build badges (#17)
- 999eafc Initial add. Very early POC. (#11)
- 80abaaa Added tee log to admins as bot messages (#9)
- 181ac45 only prepend baseURL if relative path (#10)
- 5332c61 MM-19895: Added event notification PostActions (#8)
- ce71d8b MM-19894, MM-19972: POC Subscriptions, refactored interfaces (#5)
- 5bd5bd2 Add mocks and unit tests to http and msgraph packages (#2)
- df0d1fd Initial implementation: supports connect and viewcal, untested (#1)
- f90efe2 Initial commit