Sun, 17 Apr 2022 12:52:13 +0200 mod_rest/apidemo: Don't show traceback to users on config/resource problem
Kim Alvefur <zash@zash.se> [Sun, 17 Apr 2022 12:52:13 +0200] rev 4932
mod_rest/apidemo: Don't show traceback to users on config/resource problem
Sun, 17 Apr 2022 12:51:45 +0200 mod_rest: Add some notes about custom disco#info mapping code
Kim Alvefur <zash@zash.se> [Sun, 17 Apr 2022 12:51:45 +0200] rev 4931
mod_rest: Add some notes about custom disco#info mapping code
Sun, 17 Apr 2022 12:49:06 +0200 mod_auth_cyrus: Adjust module import to work with repo clone - Fix #1744
Kim Alvefur <zash@zash.se> [Sun, 17 Apr 2022 12:49:06 +0200] rev 4930
mod_auth_cyrus: Adjust module import to work with repo clone - Fix #1744 The module import was made to work with the plugin installer, but was not compatible with the old method of cloning the whole repo
Mon, 11 Apr 2022 20:32:05 +0100 mod_http_admin_api: Indicate whether a given push registration uses encryption
Matthew Wild <mwild1@gmail.com> [Mon, 11 Apr 2022 20:32:05 +0100] rev 4929
mod_http_admin_api: Indicate whether a given push registration uses encryption
Mon, 11 Apr 2022 20:31:43 +0100 mod_http_admin_api: Fix client -> client_id (the actual field name)
Matthew Wild <mwild1@gmail.com> [Mon, 11 Apr 2022 20:31:43 +0100] rev 4928
mod_http_admin_api: Fix client -> client_id (the actual field name)
Mon, 11 Apr 2022 00:19:48 +0200 mod_http_oauth2/README: Update Compatibility section to mention 0.12
Kim Alvefur <zash@zash.se> [Mon, 11 Apr 2022 00:19:48 +0200] rev 4927
mod_http_oauth2/README: Update Compatibility section to mention 0.12
Sat, 09 Apr 2022 01:04:25 +0200 mod_rest: Add configuration of which stanzas to route to callback
Kim Alvefur <zash@zash.se> [Sat, 09 Apr 2022 01:04:25 +0200] rev 4926
mod_rest: Add configuration of which stanzas to route to callback Makes it simpler to build APIs that only handle a certain kind of stanzas, letting them be handled by the unhandled stanza handler instead of having to write code to ignore certain kinds of stanzas.
Sat, 09 Apr 2022 00:43:18 +0200 mod_rest: Improve logging of results from callback startup probe
Kim Alvefur <zash@zash.se> [Sat, 09 Apr 2022 00:43:18 +0200] rev 4925
mod_rest: Improve logging of results from callback startup probe Especially interested in logging 500 status codes and their errors, to diagnose problems with the callback API.
Sat, 09 Apr 2022 00:41:18 +0200 mod_rest: Support parameters in callback URL
Kim Alvefur <zash@zash.se> [Sat, 09 Apr 2022 00:41:18 +0200] rev 4924
mod_rest: Support parameters in callback URL E.g. rest_callback_url = "http://myapi.example:5000/api/{kind}/{type}" which results in e.g. requests to /api/message/chat Allows using path routing in web frameworks for dispatch instead of having to pick apart the payload to further dispatch it.
Sat, 09 Apr 2022 00:37:55 +0200 mod_rest/README: Mention the OPTIONS probe fired at the callback
Kim Alvefur <zash@zash.se> [Sat, 09 Apr 2022 00:37:55 +0200] rev 4923
mod_rest/README: Mention the OPTIONS probe fired at the callback ... in passing. Should be documented better. But not this day! This day, I commit features!
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip