log mod_rest/mod_rest.lua @ 4745:d29a295cd165

age author description
Thu, 04 Nov 2021 20:15:44 +0100 Kim Alvefur mod_rest: Let 'type' be implied in path based queries
Wed, 03 Nov 2021 20:15:14 +0100 Kim Alvefur mod_rest: Remove unused variable [luacheck]
Mon, 01 Nov 2021 15:51:59 +0100 Kim Alvefur mod_rest: Fire pre-events
Mon, 01 Nov 2021 15:08:21 +0100 Kim Alvefur mod_rest: Add an anonymous mode
Tue, 26 Oct 2021 18:07:35 +0200 Kim Alvefur mod_rest: Set type on temp session to satisfy certain auth checks
Wed, 29 Sep 2021 00:26:44 +0200 Kim Alvefur mod_rest: Support returning multiple replies in an <xmpp> container
Tue, 23 Mar 2021 23:41:10 +0100 Kim Alvefur mod_rest: Fix name of entry in error registry for unauth 'from'
Tue, 23 Mar 2021 20:23:35 +0100 Kim Alvefur mod_rest: Remove inaccurate comment
Sun, 21 Mar 2021 00:31:53 +0100 Kim Alvefur mod_rest: Add an 'echo' endpoint for debugging
Tue, 09 Mar 2021 18:44:35 +0100 Kim Alvefur mod_rest: Fix typos [codespell]
Sun, 07 Mar 2021 22:01:50 +0100 Kim Alvefur mod_rest: Allow passing e.g. disco 'node' as a ?query variable
Sun, 07 Mar 2021 21:02:18 +0100 Kim Alvefur mod_rest: Allow empty @to to mean to=account is in normal XMPP
Tue, 02 Mar 2021 18:38:13 +0100 Kim Alvefur mod_rest: Add option for serving interactive openapi documentation
Mon, 01 Mar 2021 17:33:32 +0100 Kim Alvefur mod_rest: Fix syntax error in previous commit
Sun, 28 Feb 2021 20:59:53 +0100 Kim Alvefur mod_rest: Revert leftover of unfinished ?query mapping
Sun, 28 Feb 2021 19:33:09 +0100 Kim Alvefur mod_rest: Support GET for certain IQ queries
Sun, 28 Feb 2021 19:25:45 +0100 Kim Alvefur mod_rest: Add more REST-looking way to send stanzas
Sun, 15 Nov 2020 16:29:48 +0100 Kim Alvefur mod_rest: Ensure no attempt is made to reply to an error stanza
Sun, 15 Nov 2020 16:25:49 +0100 Kim Alvefur mod_rest: Catch and log errors in callback promise chain
Sun, 15 Nov 2020 15:33:56 +0100 Kim Alvefur mod_rest: Use promise based HTTP client API
Sun, 15 Nov 2020 15:17:50 +0100 Kim Alvefur mod_rest: Use HTTP error mapping from net.http.errors
Sat, 14 Nov 2020 22:38:28 +0100 Kim Alvefur mod_rest: Use util.error registry datatype
Thu, 12 Nov 2020 20:37:54 +0100 Kim Alvefur mod_rest: Add whitespace to improve readability, code navigation
Mon, 20 Jul 2020 21:42:11 +0200 Kim Alvefur mod_rest: Add support for form-encoded output
Fri, 29 May 2020 12:38:23 +0200 Kim Alvefur mod_rest: Add support for CBOR
Fri, 29 May 2020 12:30:15 +0200 Kim Alvefur mod_rest: Respond to unknown payload types with HTTP status 415
Sun, 12 Apr 2020 18:07:16 +0200 Kim Alvefur mod_rest: Improve auth error reporting
Sun, 08 Mar 2020 12:52:18 +0100 Kim Alvefur mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)
Sat, 07 Mar 2020 17:35:09 +0100 Kim Alvefur mod_rest: Add an XML error formatter (fixes #1499)
Sat, 07 Mar 2020 17:34:17 +0100 Kim Alvefur mod_rest: Break out POST errors into a registry
Sat, 07 Mar 2020 16:12:49 +0100 Kim Alvefur mod_rest: Separate lists of mediatypes for input, output and errors
Sat, 29 Feb 2020 13:26:05 +0100 Kim Alvefur mod_rest: Fix routing to self-jid (thanks jonas’)
Fri, 28 Feb 2020 22:40:53 +0100 Kim Alvefur mod_rest: Advertise "support" for text/plain
Fri, 28 Feb 2020 22:39:42 +0100 Kim Alvefur mod_rest: Spred array over multiple lines for nicer future diffs
Wed, 26 Feb 2020 22:48:10 +0000 Matthew Wild mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4
Wed, 26 Feb 2020 20:14:14 +0100 Kim Alvefur mod_rest: Support urlencoded form data (does a subset of JSON mapping)
Wed, 26 Feb 2020 18:36:40 +0000 Matthew Wild mod_rest: Add support for token authentication
Wed, 26 Feb 2020 18:04:17 +0000 Matthew Wild mod_rest: Handle uncaught native errors correctly
Fri, 07 Feb 2020 20:57:47 +0100 Kim Alvefur mod_rest: Remove no longer needed logging
Tue, 04 Feb 2020 22:22:47 +0100 Kim Alvefur mod_rest: Fix traceback
Sat, 01 Feb 2020 13:03:18 +0100 Kim Alvefur mod_rest: Add support for HTTP Basic username and password authentication
Tue, 04 Feb 2020 20:20:08 +0100 Kim Alvefur mod_rest: Remove debug hack to ignore Accept header
Tue, 04 Feb 2020 20:19:09 +0100 Kim Alvefur mod_rest: Back out 513a8a7fab41
Mon, 03 Feb 2020 23:09:38 +0100 Kim Alvefur mod_rest: Hide JSON error behind a flag
Sun, 26 Jan 2020 04:07:07 +0100 Kim Alvefur mod_rest: Skip attempting parse empty response
Sat, 25 Jan 2020 20:22:12 +0100 Kim Alvefur mod_rest: Handle internal http request errors early and then return
Sat, 25 Jan 2020 20:16:01 +0100 Kim Alvefur mod_rest: Special case handling of internal http request errors
Sat, 25 Jan 2020 20:12:50 +0100 Kim Alvefur mod_rest: Process results even on internal errors with HTTP request
Sat, 25 Jan 2020 20:06:48 +0100 Kim Alvefur mod_rest: Log connectivity problems via module status API
Sat, 25 Jan 2020 20:04:39 +0100 Kim Alvefur mod_rest: Attempt to auto-discover data type wanted by callback
Sat, 25 Jan 2020 01:55:23 +0100 Kim Alvefur mod_rest: Ensure iq responses have type result if they're not errors
Wed, 15 Jan 2020 21:41:42 +0100 Kim Alvefur mod_rest: Return a friendly message for parse errors
Wed, 15 Jan 2020 21:38:03 +0100 Kim Alvefur mod_rest: Encode errors as JSON
Fri, 03 Jan 2020 18:29:10 +0100 Kim Alvefur mod_rest: Enforce single child policy for outgoing it stanzas
Thu, 02 Jan 2020 09:59:31 +0100 Kim Alvefur mod_rest: Fix traceback on missing content-type header
Thu, 02 Jan 2020 09:57:49 +0100 Kim Alvefur mod_rest: Stanzas of type error don't need a reply
Wed, 01 Jan 2020 18:41:04 +0100 Kim Alvefur mod_rest: Fix replying to groupchat messages
Wed, 01 Jan 2020 16:40:10 +0100 Kim Alvefur mod_rest: Default to replying with same type as request
Wed, 01 Jan 2020 16:37:18 +0100 Kim Alvefur mod_rest: Short-circuit type selection if accept header
Wed, 01 Jan 2020 16:35:55 +0100 Kim Alvefur mod_rest: Fix return status when sending and forgetting