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 1124f96 Typo
new 04a17a6 Add wrappers for delete and index
new a1b4e77 Implement sticky sessions across restarts
new f2cace0 Expand comments
new 7b6665e Conform to new session plugin standards, lint.
new eda22fa some OAuths use 'fullname'
new 812ae8f spit out creds if available.
new a0c85c7 Implement logout feature
new a85a6c1 credentials may be None, so this is a better (working) check.
new 83b5836 tweak some names to match code
new 38f7459 Merge branch 'master' of
github.com:apache/incubator-ponymail-foal
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/endpoints/oauth.py | 20 ++++--
server/endpoints/preferences.py | 21 +++++-
server/plugins/aaa.py | 2 +-
server/plugins/database.py | 12 ++++
server/plugins/session.py | 155 +++++++++++++++++++++++++++++++++-------
tools/mappings.yaml | 8 +--
6 files changed, 177 insertions(+), 41 deletions(-)