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
|