log mod_admin_web/admin_web/mod_admin_web.lua @ 5819:bb51cf204dd4 default tip

age author description
Mon, 12 Oct 2020 19:26:33 +0200 Kim Alvefur mod_admin_web: Add a title for mod_http_index
Fri, 09 Oct 2020 16:47:46 +0200 Kim Alvefur Back out a8aacfbdaea9: Not needed since change in trunk
Thu, 08 Oct 2020 13:49:08 +0200 Kim Alvefur mod_admin_web: Really fix luarocks build spec
Thu, 08 Oct 2020 12:26:56 +0200 Kim Alvefur mod_admin_web: Serve resources from resource path in trunk/0.11
Tue, 30 Apr 2019 10:45:00 +0100 Matthew Wild mod_admin_web: Fix to use format strings in logger calls (thanks Ge0rG)
Fri, 05 Apr 2019 19:02:17 +0200 Kim Alvefur mod_admin_web: Ignore shadowed 'ok' variable, nothing to worry about [luacheck]
Fri, 05 Apr 2019 18:57:51 +0200 Kim Alvefur Update modules using mod_http_files to serve files for change in Prosody trunk
Sun, 04 Feb 2018 15:58:09 +0100 Kim Alvefur mod_admin_web: Fix typo in comment [codespell]
Mon, 21 Sep 2015 20:03:08 +0200 Kim Alvefur mod_admin_web,mod_carbons,mod_csi_compat,mod_mam_muc,mod_tcpproxy: Explicitly return true
Fri, 03 Apr 2015 23:54:03 +0200 Florian Zeitz mod_admin_web: Cleanup
Tue, 11 Mar 2014 18:44:01 +0100 Florian Zeitz all the things: Remove trailing whitespace
Mon, 22 Jul 2013 23:42:03 +0200 Florian Zeitz mod_admin_web: Remove unused local
Mon, 22 Jul 2013 23:23:02 +0200 Florian Zeitz mod_admin_web: Provide some information about the TLS layer
Sat, 26 Jan 2013 00:15:24 +0100 Florian Zeitz mod_admin_web: Adapt to util.pubsub changes
Sat, 22 Dec 2012 21:09:41 +0100 Kim Alvefur mod_admin_web: Let mod_http_files handle file serving
Fri, 03 Aug 2012 15:12:41 +0200 Florian Zeitz mod_admin_web: Add explicit dependencies on mod_admin_adhoc and mod_bosh
Fri, 03 Aug 2012 14:56:59 +0200 Florian Zeitz mod_admin_web: Move comment to appropriate line
Wed, 01 Aug 2012 02:33:43 +0200 Florian Zeitz mod_admin_web: Replace core_post_stanza() with module:send()
Fri, 27 Jul 2012 14:29:59 +0100 Matthew Wild Merge with Oliver Gerlich
Tue, 24 Jul 2012 15:33:55 +0100 Matthew Wild mod_admin_web_timber -> mod_admin_web base mod_admin_web/admin_web/mod_admin_web_timber.lua@cf6ed06a490b
Tue, 05 Jun 2012 19:17:28 +0200 Florian Zeitz mod_admin_web: Correctly import usermanager
Sat, 14 Jan 2012 20:50:24 +0100 Florian Zeitz mod_admin_web: Use proper path for www_data files (Thanks Zash)
Fri, 29 Jul 2011 22:26:02 +0200 Florian Zeitz mod_admin_web: Show S2S certificate validity
Thu, 03 Feb 2011 21:47:04 +0100 Florian Zeitz mod_admin_web: Fix path building
Fri, 21 Jan 2011 04:10:40 +0100 Florian Zeitz mod_admin_web: Make module global. Host to administrate is now chooseable
Fri, 14 Jan 2011 01:54:39 +0100 Florian Zeitz mod_admin_web: Get rid of the mod_pubsub dependency
Thu, 06 Jan 2011 23:41:45 +0100 Florian Zeitz mod_admin_web: Handle paths without trailing slash
Mon, 27 Dec 2010 15:07:16 +0000 Matthew Wild mod_admin_web: Fix initialisation code, undeclared variable and wrong event scope
Mon, 27 Dec 2010 04:24:44 +0000 Matthew Wild mod_admin_web: Move pubsub service initialisation into a server-started handler, in case we get loaded before the service
Mon, 27 Dec 2010 04:19:41 +0100 Florian Zeitz mod_admin_web: Add a live view for C2S connections
Fri, 24 Dec 2010 01:59:28 +0100 Florian Zeitz mod_admin_web: Only create the node once when loading onto multiple hosts
Thu, 23 Dec 2010 21:16:31 +0100 Florian Zeitz mod_adhoc_web: Put pubsubHost into js from lua. Compat with util.pubsub changes
Fri, 17 Dec 2010 03:34:53 +0100 Florian Zeitz mod_admin_web: Initial PoC commit