log mod_http_upload/README.markdown @ 3963:acd231e2b46f

age author description
2020-03-30 Kim Alvefur mod_http_upload/README: User/host arguments to command not optional (thanks kaliko)
2020-03-30 Kim Alvefur mod_http_upload/README: Add example disco_items use
2020-01-08 Matthew Wild mod_http_upload: Recommend against adding to modules_enabled
2019-01-14 Kim Alvefur mod_http_upload: Clarify how quotas affect upload requests
2019-01-14 Kim Alvefur mod_http_upload: Document prosodyctl command for expiring uploads
2019-01-14 Kim Alvefur mod_http_upload: Clarify when expiry is checked
2018-03-25 Kim Alvefur mod_http_upload/README: Point at mod_http_upload_external
2017-07-22 Kim Alvefur mod_http_upload: Remove MIME type restrictions and checking (fixes #958)
2017-04-13 Kim Alvefur mod_http_upload: Add support for limiting file types to upload
2017-04-13 Kim Alvefur mod_http_upload/README: Add sub-headings under limits
2017-04-13 Kim Alvefur mod_http_upload: Implement quota support (closes #823)
2017-04-13 Kim Alvefur mod_http_upload: Add option for expiry of files after a configurable time (closes #557)
2017-03-22 Emmanuel Gil Peyrot mod_http_upload: add support for XEP-0363 version 0.3
2016-10-08 Kim Alvefur mod_http_upload/README: Mention the new HTTP parser limit on body/upload size
2016-08-20 Kim Alvefur mod_http_upload: Mention modules_enabled, but no example
2016-06-24 Kim Alvefur mod_http_upload/README: Simplify instructions, show only one method
2016-02-24 Kim Alvefur mod_http_upload: Lower default size limit to 1MB
2016-02-24 Kim Alvefur mod_http_upload/README: Mention default upload size limit and change example to something that nobody should copy
2015-12-11 Kim Alvefur mod_http_upload: Make file system path configurable
2015-10-18 Kim Alvefur mod_http_upload/README: Update with XEP reference, stage, description
2015-09-17 Kim Alvefur mod_http_upload/README: Fix typo (thanks you-know-who-you-are)
2015-09-17 Kim Alvefur mod_http_upload/README: More explaining text
2015-09-17 Kim Alvefur mod_http_upload/README: Reorder text and mention what the examples are
2015-09-14 Kim Alvefur mod_http_upload: Add support for a file size limit