mattermost/server/einterfaces
Felipe Martin 81a1d725a0
[WIP] [MM-55031] OAuth Outgoing Connection App integration (#25379)
* OAuthOutgoingConnection model

* added store

* make generated

* add missing license headers

* fix receiver name

* i18n

* i18n sorting

* update migrations from master

* make migrations-extract

* update retrylayer tests

* replaced sql query with id pagination

* fixed flaky tests

* missing columns

* missing columns on save/update

* typo

* improved tests

* remove enum from mysql colum

* add password credentials to store

* license changes

* OAuthOutgoingConnectionInterface

* Oauth -> OAuth

* make generated

* merge migrations

* renamed migrations

* model change suggestions

* refactor test functionsn

* migration typo

* refactor store table names

* updated sanitize test

* cleanup merge

* refactor symbol

* list endpoint

* oauthoutgoingconnection -> outgoingoauthconnection

* signature change

* i18n update

* granttype typo

* naming

* api list

* uppercase typo

* i18n

* missing license header

* fixed path in comments

* updated openapi definitions

* sanitize connections

* make generated

* test license and no feature flag

* removed t.fatal

* updated testhelper calls

* yaml schema fixes

* switched interface name

* suggested translation

* missing i18n translation

* address comments

* updated i18n
2023-12-26 10:46:20 +01:00
..
jobs Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00
mocks [WIP] [MM-55031] OAuth Outgoing Connection App integration (#25379) 2023-12-26 10:46:20 +01:00
account_migration.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00
cloud.go [CLD-6678] Various improvements for IP filtering feature (#25485) 2023-11-28 09:09:50 -05:00
cluster.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
compliance.go [MM-54435] Use annotated logger to capture compliance export logs (#24791) 2023-10-23 10:20:32 +02:00
data_retention.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
ip_filtering.go [CLD-6324] Cloud IP Filtering (#24726) 2023-11-14 09:12:04 -05:00
ldap.go [MM-32406] Introduce trace logging level for LDAP messages (#25118) 2023-11-03 08:06:16 +01:00
license.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
message_export.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00
metrics.go [MM-40638] Type all of the websocket event names as a new type WebsocketEventType (#25454) 2023-11-22 11:09:48 +01:00
notification.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00
oauthproviders.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00
outgoing_oauth_connection.go [WIP] [MM-55031] OAuth Outgoing Connection App integration (#25379) 2023-12-26 10:46:20 +01:00
saml.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00