comparison CHANGELOG @ 387:04e7dcc436ca

backend: admins can delete node, change schema, change config or delete items even if they are not owner of a node
author Goffi <goffi@goffi.org>
date Tue, 12 Feb 2019 21:10:00 +0100
parents ff796dd7b632
children 3c2c602ce399
comparison
equal deleted inserted replaced
386:0fedfb5cd7c7 387:04e7dcc436ca
11 - node schema experimental features (use a data form as a schema for a node) 11 - node schema experimental features (use a data form as a schema for a node)
12 - serial ids experimental feature (ids in series like 1, 2, 3, etc.) 12 - serial ids experimental feature (ids in series like 1, 2, 3, etc.)
13 - pubsub admin experimental feature (publish item and specify the publisher, only for admin users) 13 - pubsub admin experimental feature (publish item and specify the publisher, only for admin users)
14 - SàT Pubsub can now be configured using the same config file as SàT itself, i.e. "sat.conf" 14 - SàT Pubsub can now be configured using the same config file as SàT itself, i.e. "sat.conf"
15 - new "admins_jids_list" setting, to specify a comma separated list of admin bare jids. 15 - new "admins_jids_list" setting, to specify a comma separated list of admin bare jids.
16 - admins can delete node, change schema, change config or delete items even if they are not owner of a node
16 - MAM: filtering by categories 17 - MAM: filtering by categories
17 - MAM and RSM various improvments 18 - MAM and RSM various improvments
18 - replaced sat.tmp by new independent sat_tmp module, so now SàT Pubsub can be used independently of SàT 19 - replaced sat.tmp by new independent sat_tmp module, so now SàT Pubsub can be used independently of SàT
19 - item id is returned on publish if it is not provided already 20 - item id is returned on publish if it is not provided already
20 - (bug fix) fixed security check which was rejecting all delegations from external servers 21 - (bug fix) fixed security check which was rejecting all delegations from external servers