mattermost/server/channels/utils
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
..
fileutils Service environment (#23443) 2023-06-07 10:15:33 -03:00
imgutils MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
mocks MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
testutils MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
api.go MM-54489 restrict mobile oauth/saml redirect to native app schemes (#24554) 2023-09-25 20:46:45 +03:00
api_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
archive.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
archive_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
backoff.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
backoff_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
emoji.go [MM-29240] Improve buffer handling of UploadEmojiImage (#25536) 2023-12-19 10:00:01 +01:00
file.go fixed initialism errors in accordance with golang conventions in 7 files. (#24287) 2023-08-22 10:15:51 +03:00
file_test.go fixed initialism errors in accordance with golang conventions in 7 files. (#24287) 2023-08-22 10:15:51 +03:00
hash.go Applies perfsprint linter (#24999) 2023-11-03 11:18:18 +01:00
humanize.go MM-53125 Add feature to convert group message to private channel (#24421) 2023-09-19 14:41:34 +02:00
i18n.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
license-public-key-test.txt update test public key (#22835) 2023-04-28 09:20:12 -05:00
license-public-key.txt Undo accidental merge (#22848) 2023-04-05 11:24:32 -04:00
license.go [WIP] [MM-55031] OAuth Outgoing Connection App integration (#25379) 2023-12-26 10:46:20 +01:00
license_public_key.go Service environment (#23443) 2023-06-07 10:15:33 -03:00
license_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
markdown.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
markdown_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
merge.go Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
merge_test.go Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
policies-roles-mapping.json Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
random.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
subpath.go Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
subpath_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
textgeneration.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
time.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
time_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
true_up.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
true_up_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
urlencode.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
urlencode_test.go Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
utils.go Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
utils_test.go MM-54182 - add correct information to session table from mobile devices (#24353) 2023-09-01 14:25:07 +02:00