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 2080aa5 Fix response type
new 66d7602 allow editing emails
new 194c0c5 don't show source for modified emails
new a968f07 Initial work on a simple email editor interface
new f8ec9d2 regen JS
The 4 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/mgmt.py | 47 ++++++++++++
server/endpoints/source.py | 2 +-
webui/{thread.html => admin.html} | 35 +++------
webui/css/scaffolding.css | 12 +++
webui/js/ponymail.js | 151 ++++++++++++++++++++++++++++++++++++++
webui/js/source/mgmt.js | 146 ++++++++++++++++++++++++++++++++++++
6 files changed, 369 insertions(+), 24 deletions(-)
copy webui/{thread.html => admin.html} (85%)
create mode 100644 webui/js/source/mgmt.js