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 d595961  tweak git ignores
     new 08a678f  add flag for enabling/disabling the online management api
     new fb41a3f  enforce bool
     new 73945a0  Create mappings for audit log
     new 2ed4f1a  add hardcoded auditlog dbname
     new 9665d0b  let ES handle doc ID
     new 3d629af  add list id, this can help with searching audit logs
     new 92048a2  add audit log to tools' ES mod
     new a9607d1  add audit trail when indexing email
     new 49bea18  add remote ip to session object
     new 22502b9  default to not showing emails with "deleted" set to true
     new aac2f6a  don't show email if deleted/hidden
     new 922069e  get_email can return nothing..
     new 718b6d7  don't thread in deleted emails
     new 7b14a53  Start working on mgmt portal
     new f5b7d82  linting
     new d3389c9  PEP8 linting
     new f59b376  PEP8 linting
     new 4caefa8  Simple utility for pushing previous failures to ES
     new 7687879  switch out logo with foal one

The 19 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:
 INSTALL.md                      |  14 +++++++++
 server/endpoints/compose.py     |  36 ++++++++++-----------
 server/endpoints/email.py       |  23 +++++---------
 server/endpoints/mbox.py        |  13 ++------
 server/endpoints/mgmt.py        |  68 ++++++++++++++++++++++++++++++++++++++++
 server/endpoints/oauth.py       |  24 ++++++--------
 server/endpoints/pminfo.py      |   4 +--
 server/endpoints/preferences.py |  10 +++---
 server/endpoints/source.py      |  12 +++----
 server/endpoints/stats.py       |  24 +++-----------
 server/endpoints/thread.py      |   9 ++----
 server/plugins/configuration.py |   2 ++
 server/plugins/database.py      |   1 +
 server/plugins/mbox.py          |   8 ++++-
 server/plugins/session.py       |   4 +++
 tools/archiver.py               |  15 +++++++++
 tools/mappings.yaml             |  18 +++++++++++
 tools/plugins/elastic.py        |   1 +
 tools/push-failures.py          |  60 +++++++++++++++++++++++++++++++++++
 webui/images/logo.png           | Bin 0 -> 31729 bytes
 webui/index.html                |   2 +-
 webui/list.html                 |   2 +-
 webui/oauth.html                |   2 +-
 webui/thread.html               |   2 +-
 24 files changed, 247 insertions(+), 107 deletions(-)
 create mode 100644 server/endpoints/mgmt.py
 create mode 100755 tools/push-failures.py
 create mode 100644 webui/images/logo.png

Reply via email to