log mod_admin_web/admin_web/mod_admin_web.lua @ 5187:6a3c1febd7be

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