sources/oauth: Add Mailcow oauth source (#2380)

* Feat: Add Mailcow oauth source

* Feat: Add mailcow icon

* Run make

* Feat: Add tests

* Fix: Remainder from discord test

* Docs: Add mailcow oauth source docs

* Docs: add mailcow source to menu

* Fix: Mailcow provider type in test

* Fix: Formatting

* Fix: Doc file name
This commit is contained in:
Dorian Zedler
2022-02-27 15:06:02 +01:00
committed by GitHub
parent 6fdf3ad3e5
commit e9064509fe
13 changed files with 354 additions and 0 deletions

View File

@ -60,6 +60,7 @@ module.exports = {
"sources/github/index",
"sources/google/index",
"sources/ldap/index",
"sources/mailcow/index",
"sources/oauth/index",
"sources/plex/index",
"sources/saml/index",