Log

mod_rest/mod_rest.lua @ 4839:797b51043767

description author age
mod_rest: Let 'type' be implied in path based queries Kim Alvefur Thu, 04 Nov 2021 20:15:44 +0100
mod_rest: Remove unused variable [luacheck] Kim Alvefur Wed, 03 Nov 2021 20:15:14 +0100
mod_rest: Fire pre-events Kim Alvefur Mon, 01 Nov 2021 15:51:59 +0100
mod_rest: Add an anonymous mode Kim Alvefur Mon, 01 Nov 2021 15:08:21 +0100
mod_rest: Set type on temp session to satisfy certain auth checks Kim Alvefur Tue, 26 Oct 2021 18:07:35 +0200
mod_rest: Support returning multiple replies in an <xmpp> container Kim Alvefur Wed, 29 Sep 2021 00:26:44 +0200
mod_rest: Fix name of entry in error registry for unauth 'from' Kim Alvefur Tue, 23 Mar 2021 23:41:10 +0100
mod_rest: Remove inaccurate comment Kim Alvefur Tue, 23 Mar 2021 20:23:35 +0100
mod_rest: Add an 'echo' endpoint for debugging Kim Alvefur Sun, 21 Mar 2021 00:31:53 +0100
mod_rest: Fix typos [codespell] Kim Alvefur Tue, 09 Mar 2021 18:44:35 +0100
mod_rest: Allow passing e.g. disco 'node' as a ?query variable Kim Alvefur Sun, 07 Mar 2021 22:01:50 +0100
mod_rest: Allow empty @to to mean to=account is in normal XMPP Kim Alvefur Sun, 07 Mar 2021 21:02:18 +0100
mod_rest: Add option for serving interactive openapi documentation Kim Alvefur Tue, 02 Mar 2021 18:38:13 +0100
mod_rest: Fix syntax error in previous commit Kim Alvefur Mon, 01 Mar 2021 17:33:32 +0100
mod_rest: Revert leftover of unfinished ?query mapping Kim Alvefur Sun, 28 Feb 2021 20:59:53 +0100
mod_rest: Support GET for certain IQ queries Kim Alvefur Sun, 28 Feb 2021 19:33:09 +0100
mod_rest: Add more REST-looking way to send stanzas Kim Alvefur Sun, 28 Feb 2021 19:25:45 +0100
mod_rest: Ensure no attempt is made to reply to an error stanza Kim Alvefur Sun, 15 Nov 2020 16:29:48 +0100
mod_rest: Catch and log errors in callback promise chain Kim Alvefur Sun, 15 Nov 2020 16:25:49 +0100
mod_rest: Use promise based HTTP client API Kim Alvefur Sun, 15 Nov 2020 15:33:56 +0100
mod_rest: Use HTTP error mapping from net.http.errors Kim Alvefur Sun, 15 Nov 2020 15:17:50 +0100
mod_rest: Use util.error registry datatype Kim Alvefur Sat, 14 Nov 2020 22:38:28 +0100
mod_rest: Add whitespace to improve readability, code navigation Kim Alvefur Thu, 12 Nov 2020 20:37:54 +0100
mod_rest: Add support for form-encoded output Kim Alvefur Mon, 20 Jul 2020 21:42:11 +0200
mod_rest: Add support for CBOR Kim Alvefur Fri, 29 May 2020 12:38:23 +0200
mod_rest: Respond to unknown payload types with HTTP status 415 Kim Alvefur Fri, 29 May 2020 12:30:15 +0200
mod_rest: Improve auth error reporting Kim Alvefur Sun, 12 Apr 2020 18:07:16 +0200
mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500) Kim Alvefur Sun, 08 Mar 2020 12:52:18 +0100
mod_rest: Add an XML error formatter (fixes #1499) Kim Alvefur Sat, 07 Mar 2020 17:35:09 +0100
mod_rest: Break out POST errors into a registry Kim Alvefur Sat, 07 Mar 2020 17:34:17 +0100