util.pubsub: Add support for publish_model config option
|
Matthew Wild |
Mon, 06 Aug 2018 11:23:09 +0100 |
pubsub.lib: Code formatting change
|
Matthew Wild |
Mon, 06 Aug 2018 11:22:05 +0100 |
pubsub.lib: Add comment about tonumber hack
|
Matthew Wild |
Mon, 06 Aug 2018 08:39:46 +0100 |
pubsub.lib: Enable publish-options by default
|
Matthew Wild |
Mon, 06 Aug 2018 08:29:49 +0100 |
Merge with jonasw
|
Matthew Wild |
Mon, 06 Aug 2018 08:21:55 +0100 |
pubsub.lib: auto-create node with publish-options if autocreation is enabled
|
Jonas Wielicki |
Sun, 05 Aug 2018 11:44:49 +0200 |
pubsub.lib: ignore FORM_TYPE field in config_from_xep0060
|
Jonas Wielicki |
Sun, 05 Aug 2018 11:37:47 +0200 |
mod_pubsub: Pass the current values to dataforms
|
Kim Alvefur |
Sun, 05 Aug 2018 15:52:19 +0200 |
util.dataforms: Allow passing the current values to be used in stead of omitted fields
|
Kim Alvefur |
Sun, 05 Aug 2018 15:50:06 +0200 |
mod_pubsub: Use util.pubsub API for retrieving node config instead
|
Kim Alvefur |
Sun, 05 Aug 2018 19:12:49 +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 |
util.pubsub: Apply defaults metatable before config check (thanks pep.)
|
Kim Alvefur |
Sun, 05 Aug 2018 15:17:00 +0200 |
mod_pubsub: Rename variable subscription options form to improve readability
|
Kim Alvefur |
Sun, 05 Aug 2018 02:01:58 +0200 |
pubsub.lib: Support for publish-options behind a feature flag, 'enable_publish_options'
|
Matthew Wild |
Sun, 05 Aug 2018 00:08:07 +0100 |
mod_pep: Add 'get_configuration' capability to relevant affiliations
|
Matthew Wild |
Sun, 05 Aug 2018 00:04:56 +0100 |
mod_pep: Add comments describing root tables used for data
|
Kim Alvefur |
Sat, 04 Aug 2018 23:44:34 +0200 |
MUC: Provide options as options in config form (fixes traceback)
|
Kim Alvefur |
Sat, 04 Aug 2018 23:12:52 +0200 |
util.dataforms: Normalize indentation
|
Kim Alvefur |
Sat, 04 Aug 2018 23:12:41 +0200 |
pubsub.lib: Add support for precondition-not-met error
|
Matthew Wild |
Sat, 04 Aug 2018 21:37:48 +0100 |
pubsub.lib: Advertise peristent-items feature when nodes and items are persisted
|
Matthew Wild |
Sat, 04 Aug 2018 21:36:59 +0100 |
mod_pubsub: Add comment to document nodestore/itemstore methods
|
Matthew Wild |
Sat, 04 Aug 2018 21:33:17 +0100 |
util.pubsub: Add method to retrieve node configuration
|
Matthew Wild |
Sat, 04 Aug 2018 21:32:24 +0100 |
util.pubsub: Use service.node_defaults in case config.node_defaults was not provided (thanks jonasw)
|
Matthew Wild |
Sat, 04 Aug 2018 21:30:10 +0100 |
mod_storage_internal: Only apply truncate if there are more items than requested
|
Kim Alvefur |
Sat, 04 Aug 2018 15:44:38 +0200 |
util.pubsub: Tweak default affiliation of access models (fixes failing test)
|
Matthew Wild |
Sat, 04 Aug 2018 12:00:46 +0100 |
mod_pep: Restrict access models to 'presence', 'whitelist' and 'open'
|
Kim Alvefur |
Sat, 04 Aug 2018 03:40:30 +0200 |
mod_pubsub: Advertise default access model in disco
|
Kim Alvefur |
Sat, 04 Aug 2018 03:33:21 +0200 |
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 |