mod_conversejs: Variable rename for clarity (user may override options)
|
Matthew Wild |
2018-09-27 |
mod_conversejs: Allow overriding CDN URL, or script/css URLs independently
|
Matthew Wild |
2018-09-27 |
Mention auto_register_muc_nickname setting from Converse
|
JC Brand |
2018-09-24 |
mod_conversejs: Explicitly depend on mod_http
|
Kim Alvefur |
2018-09-23 |
mod_pubsub_text_interface: Handle lack of `pubsub:get_last_item` in Prosody 0.10
|
Kim Alvefur |
2018-09-23 |
mod_auth_ldap: Add compat with the previously mistaken documentation (thanks pep.)
|
Kim Alvefur |
2018-09-23 |
mod_auth_ldap: Correct name of admin option (thanks pep.)
|
Kim Alvefur |
2018-09-23 |
mod_auth_ldap: fix ldap_admins documentation
|
Maxime “pep” Buquet |
2018-09-22 |
mod_conversejs: Add a page title
|
Kim Alvefur |
2018-09-20 |
mod_conversejs: Update to Conversejs 4.0.1
|
Kim Alvefur |
2018-09-20 |
mod_profile: Fix PEP event handler to detach on unload
|
Kim Alvefur |
2018-09-16 |
Backed out changeset 395835d89d88: Might still be needed
|
Kim Alvefur |
2018-09-16 |
mod_pubsub_mqtt/README: Fix quotes
|
Kim Alvefur |
2018-09-15 |
mod_muc_cloud_notify: New module
|
JC Brand |
2018-09-14 |
mod_blocking: Update to set id attribute on iq stanza
|
Matthew Wild |
2018-09-13 |
mod_delegation: Update to generate own iq ids
|
Matthew Wild |
2018-09-13 |
mod_http_roster_admin: Explicitly set 'id' attribute on roster pushes
|
Matthew Wild |
2018-09-13 |
mod_prometheus: Add more documentation.
|
Emmanuel Gil Peyrot |
2018-09-12 |
mod_conversejs: Add an endpoint returning only initialization snippet
|
Kim Alvefur |
2018-09-10 |
mod_conversejs: Factor out option handling into a function for future reuse
|
Kim Alvefur |
2018-09-10 |
mod_conversejs: Factor JavaScript part out of HTML
|
Kim Alvefur |
2018-09-10 |
mod_conversejs/README: Fix links to mod_bosh and mod_websocket (thanks jubalh)
|
Kim Alvefur |
2018-09-10 |
mod_conversejs: Restore accidentally removed configuration option handling
|
Kim Alvefur |
2018-09-09 |
mod_conversejs: Pin to version 4.0.0
|
Kim Alvefur |
2018-09-09 |
mod_bookmarks: Handle iq:private queries before mod_private
|
Kim Alvefur |
2018-09-09 |
mod_bookmarks: Correctly hook events on PEP services
|
Kim Alvefur |
2018-09-09 |
mod_auth_dovecot: Update example dovecot config
|
Kim Alvefur |
2018-09-09 |
mod_conversejs: Remove view_mode CSS switching
|
Kim Alvefur |
2018-09-08 |
Fix README of mod_conversejs
|
t2d |
2018-09-08 |
mod_omemo_all_access: Fix table to not take the first row as header
|
Kim Alvefur |
2018-09-08 |
mod_omemo_all_access: Add a note about mod_pep replacing this module on trunk.
|
Emmanuel Gil Peyrot |
2018-09-08 |
merge
|
Kim Alvefur |
2018-09-08 |
mod_profile: Update README file next to recent mod_pep changes
|
Minami-o Le Sabreur |
2018-09-08 |
mod_auth_dovecot/README: Expand example
|
Kim Alvefur |
2018-09-08 |
mod_muc_badge/README: Remove obsolete option
|
Kim Alvefur |
2018-09-06 |
mod_muc_badge/README: Remove completed TODO
|
Kim Alvefur |
2018-09-06 |
mod_muc_badge/README: Add an example
|
Kim Alvefur |
2018-09-06 |
mod_muc_badge/README: Correct the example URL to account for default 'http_host'
|
Kim Alvefur |
2018-09-06 |
mod_bookmarks: Ensure the configuration is correct even with create-on-subscribe.
|
Emmanuel Gil Peyrot |
2018-08-31 |
mod_pubsub_text_interface: Add a 'last' command for sending the last item
|
Kim Alvefur |
2018-08-31 |
mod_register_json/README: Add syntax hint
|
Kim Alvefur |
2018-08-29 |
mod_register_json: Update README
|
Matthew Wild |
2018-08-29 |
mod_bookmarks: Delete the node before attempting migration, to make sure its config is correct.
|
Emmanuel Gil Peyrot |
2018-08-27 |
mod_s2s_auth_posh: Be a tiny bit stricter with types
|
Kim Alvefur |
2018-08-25 |
mod_s2s_auth_posh: Follow reference
|
Kim Alvefur |
2018-08-25 |
mod_s2s_auth_posh: Ensure JWK data decodes to a table
|
Kim Alvefur |
2018-08-25 |
mod_muc_badge: Reduce the opacity of the text shadows.
|
Emmanuel Gil Peyrot |
2018-08-25 |
mod_muc_badge: Add spaces around each part of the text.
|
Emmanuel Gil Peyrot |
2018-08-25 |
mod_muc_badge: Preserve spaces in SVG, fixes displaying nicer borders.
|
Emmanuel Gil Peyrot |
2018-08-25 |
mod_http_muc_log: Close unclosed <p/> tag in template.
|
Emmanuel Gil Peyrot |
2018-08-25 |
mod_bookmarks: Display the bare JID instead of the username in logs.
|
Emmanuel Gil Peyrot |
2018-08-25 |
mod_pubsub_feeds: Handle feed parsing error (thanks apollo13)
|
Kim Alvefur |
2018-08-25 |
mod_pubsub_feeds: Fix syntax error
|
Kim Alvefur |
2018-08-25 |
mod_pubsub_feeds: Log a message for HTTP 301 redirects
|
Kim Alvefur |
2018-08-25 |
mod_pubsub_feeds: Log non-HTTP errors like certificate problems etc
|
Kim Alvefur |
2018-08-25 |
mod_pubsub_feeds: Log a debug message for status codes not handled
|
Kim Alvefur |
2018-08-25 |
mod_atom: Set the proper Content-Type header for Atom (thanks MattJ)
|
Kim Alvefur |
2018-08-24 |
mod_atom: Include User Nickname (if configured to be public)
|
Kim Alvefur |
2018-08-24 |
mod_atom: Expose title and description from node metadata in feed
|
Kim Alvefur |
2018-08-24 |
mod_atom: Add node as portablecontacts preferredUsername
|
Kim Alvefur |
2018-08-24 |