Fri, 04 Nov 2022 12:26:10 +0000 util.json: Accept empty arrays with whitespace (fixes #1782) 0.12
Matthew Wild <mwild1@gmail.com> [Fri, 04 Nov 2022 12:26:10 +0000] rev 12796
util.json: Accept empty arrays with whitespace (fixes #1782)
Mon, 31 Oct 2022 14:32:26 +0000 Merge 0.12->trunk
Matthew Wild <mwild1@gmail.com> [Mon, 31 Oct 2022 14:32:26 +0000] rev 12795
Merge 0.12->trunk
Mon, 31 Oct 2022 14:32:02 +0000 mod_http: Allow disabling CORS in the http_cors_override option and by default 0.12
Matthew Wild <mwild1@gmail.com> [Mon, 31 Oct 2022 14:32:02 +0000] rev 12794
mod_http: Allow disabling CORS in the http_cors_override option and by default Fixes #1779. Due to an oversight in the logic, if the user set 'enabled' to false in an override, it would disable the item's requested CORS settings, but still apply Prosody's default CORS policy. This change ensures that 'enabled = false' will now disable CORS entirely for the requested item. Due to the new structure of the code, it was necessary to have a flag to say whether CORS is to be applied at all. Rather than hard-coding 'true' here, I chose to add a new option: 'http_default_cors_enabled'. This is a boolean that allows the operator to disable Prosody's default CORS policy entirely (the one that is used when a module or config does not override it). This makes it easier to disable CORS and then selectively enable it only on services you want it on.
Mon, 24 Oct 2022 15:25:12 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Mon, 24 Oct 2022 15:25:12 +0200] rev 12793
Merge 0.12->trunk
Sun, 23 Oct 2022 16:22:12 +0200 mod_admin_shell: Ensure available connection for column 'secure' 0.12
Kim Alvefur <zash@zash.se> [Sun, 23 Oct 2022 16:22:12 +0200] rev 12792
mod_admin_shell: Ensure available connection for column 'secure' Similar to #1777
Sun, 23 Oct 2022 16:19:39 +0200 mod_admin_shell: Ensure connection exists to get port from (fixes #1777) 0.12
Kim Alvefur <zash@zash.se> [Sun, 23 Oct 2022 16:19:39 +0200] rev 12791
mod_admin_shell: Ensure connection exists to get port from (fixes #1777)
Thu, 20 Oct 2022 17:37:33 +0200 util.prosodyctl.cert: Remove Lua 5.1 os.execute() return value compat
Kim Alvefur <zash@zash.se> [Thu, 20 Oct 2022 17:37:33 +0200] rev 12790
util.prosodyctl.cert: Remove Lua 5.1 os.execute() return value compat
Thu, 20 Oct 2022 17:37:07 +0200 util.prosodyctl: Remove Lua 5.1 os.execute() return value compat
Kim Alvefur <zash@zash.se> [Thu, 20 Oct 2022 17:37:07 +0200] rev 12789
util.prosodyctl: Remove Lua 5.1 os.execute() return value compat
Thu, 20 Oct 2022 17:36:05 +0200 util.openssl: Remove Lua 5.1 os.execute() return value compat
Kim Alvefur <zash@zash.se> [Thu, 20 Oct 2022 17:36:05 +0200] rev 12788
util.openssl: Remove Lua 5.1 os.execute() return value compat
Thu, 20 Oct 2022 17:35:01 +0200 util.human.io: Fix handling of os.execute() return values in Lua 5.2+
Kim Alvefur <zash@zash.se> [Thu, 20 Oct 2022 17:35:01 +0200] rev 12787
util.human.io: Fix handling of os.execute() return values in Lua 5.2+ Wrong part of Lua 5.1 compat removed in 0f4feaf9ca64
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip