log mod_admin_web/admin_web/mod_admin_web.lua @ 770:a85d86a7f24e

age author description
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