Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-04 | Update df script to support message attachments | Malf Furious | 1 | -0/+6 | |
Now, if a mesg guid is requested under attach/, the attachment file is served and offers the browser the content-disposition for that file. | |||||
2017-06-04 | Update df function serveResource() | Malf Furious | 1 | -3/+7 | |
Added optional parameter for resource's filename. If given, a Content-Disposition header will be delivered to the client. | |||||
2017-04-20 | Add dynamic file proxy script | Malf Furious | 1 | -0/+102 | |
Entry point df.php, meaning dynamic file or direct file, added as a means of serving user-supplied content while enforcing access-controls in PHP. |