mod_pubsub, mod_pep: Support per-node configurable inclusion of publisher
|
Matthew Wild |
Wed, 22 Mar 2023 11:39:19 +0000 |
Switch to a new role-based authorization framework, removing is_admin()
|
Matthew Wild |
Wed, 15 Jun 2022 12:15:01 +0100 |
mod_pubsub: Don't attempt to use server actor as publisher (fixes #1723)
0.12
|
Matthew Wild |
Mon, 21 Mar 2022 12:36:20 +0000 |
mod_pubsub: Allow configuring summary templates
|
Kim Alvefur |
Mon, 24 Jan 2022 23:06:45 +0100 |
mod_pubsub: Use the util.xtemplate to render Atom summary
|
Kim Alvefur |
Mon, 24 Jan 2022 23:04:38 +0100 |
mod_pubsub: Use the 'pubsub#type' setting to pick summary generator
|
Kim Alvefur |
Mon, 24 Jan 2022 23:05:26 +0100 |
util.pubsub: Fix item store resize to "max"
|
Kim Alvefur |
Thu, 06 Jan 2022 01:18:35 +0100 |
mod_pubsub: Allow specifying the JID of the pubsub service
|
Kim Alvefur |
Tue, 07 Dec 2021 13:03:55 +0100 |
mod_pubsub,mod_pep: Advertise maximum number of items via XEP-0122
|
Kim Alvefur |
Wed, 20 Oct 2021 17:32:34 +0200 |
mod_pubsub: Update callbacks on reload to more completely refresh config
|
Kim Alvefur |
Thu, 29 Jul 2021 17:37:27 +0200 |
mod_pubsub: Update configuration on reload (fixes #1382)
|
Kim Alvefur |
Sun, 25 Jul 2021 18:58:25 +0200 |
mod_pubsub: Silence warning about 'service' as argument [luacheck]
|
Kim Alvefur |
Sun, 25 Jul 2021 16:33:19 +0200 |
mod_pubsub: Explicitly enable persistence by default to preserve behavior
|
Kim Alvefur |
Wed, 21 Jul 2021 23:35:08 +0200 |
mod_pubsub: Remove publisher field when not exposing publisher
|
Kim Alvefur |
Sun, 25 Jul 2021 14:23:35 +0200 |
mod_pubsub: Normalize 'publisher' JID
|
Kim Alvefur |
Sun, 25 Jul 2021 14:01:45 +0200 |
mod_pubsub: Respect 'expose publisher' setting in item retrieval
|
Kim Alvefur |
Sun, 25 Jul 2021 13:52:27 +0200 |
mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'
|
Kim Alvefur |
Wed, 09 Jun 2021 15:58:49 +0200 |
Merge 0.11->trunk
|
Kim Alvefur |
Fri, 06 Nov 2020 16:52:38 +0100 |
mod_pubsub: Fix notification stanza type setting (fixes #1605)
0.11
|
Kim Alvefur |
Fri, 06 Nov 2020 13:49:40 +0100 |
Merge 0.11->trunk
|
Kim Alvefur |
Thu, 05 Nov 2020 22:31:25 +0100 |
mod_pubsub: Lower priority of default <body> generator
0.11
|
Kim Alvefur |
Thu, 05 Nov 2020 22:27:17 +0100 |
mod_pubsub: Comment on itemstore type
|
Kim Alvefur |
Sun, 25 Oct 2020 15:23:36 +0100 |
Merge 0.11->trunk
|
Kim Alvefur |
Thu, 27 Feb 2020 20:05:47 +0100 |
mod_pubsub, mod_pep: Ensure correct number of children of <item/> (fixes #1496)
0.11
|
Kim Alvefur |
Thu, 27 Feb 2020 20:01:54 +0100 |
mod_pubsub: Move a comment to where it makes sense
|
Kim Alvefur |
Wed, 10 Jul 2019 19:12:19 +0200 |
Merge 0.11->trunk
|
Kim Alvefur |
Fri, 22 Feb 2019 07:40:30 +0100 |
mod_pubsub: Simplify configuration for node data (see #1302)
0.11
|
Kim Alvefur |
Fri, 22 Feb 2019 07:33:23 +0100 |
mod_pubsub: Split line in config check to improve readability
|
Kim Alvefur |
Sun, 23 Dec 2018 03:06:35 +0100 |
mod_pubsub: Change order of luacheck directives to match arguments they apply to
|
Kim Alvefur |
Sun, 23 Dec 2018 03:05:58 +0100 |
mod_pubsub: Add semicolon (code style)
|
Kim Alvefur |
Sun, 23 Dec 2018 02:50:22 +0100 |
pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226)
0.11
|
Kim Alvefur |
Tue, 30 Oct 2018 18:20:54 +0100 |
mod_pubsub: Fix summary generation for Atom entries to use the correct field
|
Kim Alvefur |
Fri, 31 Aug 2018 21:57:04 +0200 |
mod_pubsub: Add support for thin notifications (without the full payload)
|
Kim Alvefur |
Thu, 16 Aug 2018 15:20:29 +0200 |
mod_pubsub: Only attach publisher on normal "item" broadcasts
|
Kim Alvefur |
Thu, 16 Aug 2018 15:18:29 +0200 |
mod_pubsub: Prepare to support turning notifications off for each kind of broadcast
|
Kim Alvefur |
Thu, 16 Aug 2018 14:47:30 +0200 |
util.pubsub: Pass "retract" as the type of such broadcasts
|
Kim Alvefur |
Thu, 16 Aug 2018 14:32:21 +0200 |
mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsub to avoid duplication
|
Matthew Wild |
Wed, 08 Aug 2018 20:48:02 +0100 |
mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be unsubscribed but nothing else
|
Kim Alvefur |
Mon, 06 Aug 2018 18:33:33 +0200 |
mod_pubsub: Add 'get_configuration' capability to relevant affiliations
|
Kim Alvefur |
Sun, 05 Aug 2018 19:12:29 +0200 |
mod_pubsub: Add a public method for retrieving the service object
|
Kim Alvefur |
Sun, 05 Aug 2018 18:28:31 +0200 |
mod_pubsub: Add comment to document nodestore/itemstore methods
|
Matthew Wild |
Sat, 04 Aug 2018 21:33:17 +0100 |
mod_pubsub: Restrict access model to 'whitelist' and 'open'
|
Kim Alvefur |
Sat, 04 Aug 2018 03:31:21 +0200 |
mod_pubsub: Add configurable maximum on number of items
|
Kim Alvefur |
Sat, 04 Aug 2018 03:13:55 +0200 |
mod_pubsub: Make generation of notification body into an event to allow extensibility
|
Kim Alvefur |
Sat, 14 Jul 2018 21:34:22 +0200 |
mod_pubsub: Skip checks for adding body if no body generated
|
Kim Alvefur |
Sat, 14 Jul 2018 21:26:59 +0200 |
mod_pubsub: Remove unneeded stanza API call
|
Kim Alvefur |
Sat, 14 Jul 2018 21:26:13 +0200 |
mod_pubsub: Move include_body option into subscription options
|
Kim Alvefur |
Sat, 14 Jul 2018 19:34:10 +0200 |
mod_pubsub: Move service discovery to pubsub.lib to allow reuse
|
Kim Alvefur |
Fri, 06 Jul 2018 18:00:50 +0200 |
mod_pubsub: Remove feature flag for data persistence since node config is now persistent
|
Kim Alvefur |
Sun, 01 Jul 2018 04:46:39 +0200 |
mod_pubsub: Handle optional item (thanks jonasw)
|
Kim Alvefur |
Thu, 28 Jun 2018 01:46:28 +0200 |
mod_pubsub: Add support for generation of a plain text <body> from Atom payloads
|
Kim Alvefur |
Mon, 21 May 2018 00:44:37 +0200 |
mod_pubsub: Make the 'type' attribute on broadcast messages configurable
|
Kim Alvefur |
Mon, 21 May 2018 00:35:45 +0200 |
mod_pubsub: Set an id attribute on outgoing event messages
|
Kim Alvefur |
Mon, 21 May 2018 00:24:50 +0200 |
mod_pubsub: Use moduleapi broadcast method
|
Kim Alvefur |
Mon, 21 May 2018 01:25:10 +0200 |
mod_pubsub: Reject publishing of non-items
|
Kim Alvefur |
Wed, 21 Mar 2018 23:41:03 +0100 |
mod_pubsub: Ignore unused parameter [luacheck]
|
Matthew Wild |
Fri, 02 Feb 2018 19:48:04 +0000 |
mod_pubsub: Add nodestore to service configuration
|
Matthew Wild |
Fri, 02 Feb 2018 19:46:33 +0000 |
mod_pubsub: Some variable renames for clarity
|
Matthew Wild |
Fri, 02 Feb 2018 19:35:02 +0000 |
mod_pubsub: Move service feature dection to pubsub.lib to allow reuse
|
Kim Alvefur |
Wed, 18 Oct 2017 09:38:45 +0200 |
mod_pep_plus, mod_pubsub: Remove unused reference to pubsub.lib handlers [luacheck]
|
Kim Alvefur |
Wed, 18 Oct 2017 09:24:35 +0200 |