Log

plugins/mod_http_errors.lua @ 12787:3735ad8d6f8e 0.12

description author age
mod_http_errors: Make it easier to override 'http-message' handler Kim Alvefur Fri, 24 Sep 2021 18:39:28 +0200
mod_http_errors: Set status code 200 from root page Kim Alvefur Fri, 09 Jul 2021 22:06:58 +0200
mod_http_errors: Add a Prosody logo to root page Kim Alvefur Fri, 09 Jul 2021 21:55:14 +0200
mod_http_errors: Allow adding icons on error pages Kim Alvefur Fri, 09 Jul 2021 21:54:47 +0200
mod_http_errors: Add some comments Kim Alvefur Thu, 25 Feb 2021 13:12:07 +0100
mod_http_errors: Add some silly variations for the '/' page Kim Alvefur Thu, 25 Feb 2021 12:59:28 +0100
mod_http_errors: Style tweak Kim Alvefur Sun, 21 Feb 2021 07:59:17 +0100
mod_http_errors: Add a highlighted warning to template Kim Alvefur Sun, 21 Feb 2021 06:15:59 +0100
mod_http_errors: Add way to reuse the error page template Kim Alvefur Sun, 21 Feb 2021 06:13:19 +0100
mod_http_errors: Minify CSS Kim Alvefur Thu, 18 Feb 2021 14:55:38 +0100
mod_http_errors: Remove 'extra' element when empty Kim Alvefur Mon, 12 Oct 2020 18:27:42 +0200
mod_http_errors: Dark theme! Kim Alvefur Mon, 12 Oct 2020 18:16:18 +0200
mod_http_errors: Use a class on extra data section Kim Alvefur Mon, 12 Oct 2020 18:13:20 +0200
mod_http_errors: Use text from util.errror object if included Kim Alvefur Sun, 29 Dec 2019 22:20:51 +0100
mod_http_errors: Show a friendly page instead of 404 on top level Kim Alvefur Sun, 17 Nov 2019 16:16:53 +0100
mod_http_errors: Normalize CSS Kim Alvefur Sun, 06 Jan 2019 10:42:45 +0100
mod_http_errors: Use util.interpolation to render HTML template Kim Alvefur Fri, 27 Oct 2017 13:27:35 +0200
mod_http_errors: Set Content-Type header to HTML (fixes #1030) Kim Alvefur Fri, 27 Oct 2017 13:28:34 +0200
mod_http_errors: Add a newline after end of HTML Kim Alvefur Tue, 12 Jul 2016 10:39:04 +0200
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports Kim Alvefur Sat, 23 Mar 2013 01:27:38 +0100
mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need to depend on it (-1 line) (thanks Maranda) Matthew Wild Fri, 11 May 2012 02:36:26 +0100
mod_http_errors: Add two new config options, http_errors_always_show (show even for unknown errors) and http_errors_default_message (message for unknown errors) Matthew Wild Fri, 27 Apr 2012 23:12:30 +0100
mod_http_errors: Module to handle HTTP errors with a HTML page Matthew Wild Thu, 26 Apr 2012 15:16:29 +0100