This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git.
from 18bad85 type test endpoints as well
new dae0033 Thought of a thing we do not have yet
new dc1680d Remove OpenSearch element
new 0cee3a7 Add GitHub OAuth plugin
new 6cfc275 add note about workflow
new 07c3f63 plug in github support
new 5de30b2 add fetching github data from yaml to config
new 615f60a harmonize, fix comment
new 87d70b7 Switch to using token headers (non-deprecated), lint
new 4ba34b4 we can has github oauth
new 47171c1 Sample github config
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
server/README.md | 3 ++-
server/endpoints/oauth.py | 8 +++++++-
server/plugins/configuration.py | 4 ++++
server/plugins/oauthGithub.py | 37 +++++++++++++++++++++++++++++++++++++
webui/js/config.js | 7 +++++++
webui/list.html | 3 +--
6 files changed, 58 insertions(+), 4 deletions(-)
create mode 100644 server/plugins/oauthGithub.py