aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_http_errors.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_http_errors: Simplify CSS via built-in dark modeKim Alvefur2023-12-061-2/+2
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-4/+4
* mod_http_errors: Make it easier to override 'http-message' handlerKim Alvefur2021-09-241-1/+1
* mod_http_errors: Set status code 200 from root pageKim Alvefur2021-07-091-0/+1
* mod_http_errors: Add a Prosody logo to root pageKim Alvefur2021-07-091-0/+10
* mod_http_errors: Allow adding icons on error pagesKim Alvefur2021-07-091-1/+1
* mod_http_errors: Add some commentsKim Alvefur2021-02-251-0/+3
* mod_http_errors: Add some silly variations for the '/' pageKim Alvefur2021-02-251-1/+11
* mod_http_errors: Style tweakKim Alvefur2021-02-211-3/+3
* mod_http_errors: Add a highlighted warning to templateKim Alvefur2021-02-211-0/+3
* mod_http_errors: Add way to reuse the error page templateKim Alvefur2021-02-211-0/+7
* mod_http_errors: Minify CSSKim Alvefur2021-02-181-25/+6
* mod_http_errors: Remove 'extra' element when emptyKim Alvefur2020-10-121-1/+1
* mod_http_errors: Dark theme!Kim Alvefur2020-10-121-0/+7
* mod_http_errors: Use a class on extra data sectionKim Alvefur2020-10-121-2/+2
* mod_http_errors: Use text from util.errror object if includedKim Alvefur2019-12-291-1/+1
* mod_http_errors: Show a friendly page instead of 404 on top levelKim Alvefur2019-11-171-0/+12
* mod_http_errors: Normalize CSSKim Alvefur2019-01-061-11/+14
* mod_http_errors: Use util.interpolation to render HTML templateKim Alvefur2017-10-271-33/+28
* mod_http_errors: Set Content-Type header to HTML (fixes #1030)Kim Alvefur2017-10-271-0/+3
* mod_http_errors: Add a newline after end of HTMLKim Alvefur2016-07-121-1/+2
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
* mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove...Kim Alvefur2013-03-231-1/+0
* mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need ...Matthew Wild2012-05-111-1/+0
* mod_http_errors: Add two new config options, http_errors_always_show (show ev...Matthew Wild2012-04-271-2/+4
* mod_http_errors: Module to handle HTTP errors with a HTML pageMatthew Wild2012-04-261-0/+75