Attachments now download with the appropriate filename.
authorArt Cancro <ajc@citadel.org>
Tue, 19 Sep 2023 20:26:13 +0000 (16:26 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 19 Sep 2023 20:26:13 +0000 (16:26 -0400)
commitc2ac0b3ac4f6bb51ee20ca60cdc1f0ddf2235436
tree3e7991d2d503f28a535616e8b856248d6fea94ac
parentb01d557aca8d844a075d5047718cb610335d2e5d
Attachments now download with the appropriate filename.

This was accomplished by disregarding any REST components to the right of
the part number, allowing the filename to be placed there.  The filename is
sanitized to prevent script injection.
webcit-ng/api.txt
webcit-ng/server/room_functions.c
webcit-ng/static/js/view_mail.js