mod_rest: Let 'type' be implied in path based queries
|
Kim Alvefur |
2021-11-04 |
mod_rest: Remove unused variable [luacheck]
|
Kim Alvefur |
2021-11-03 |
mod_rest: Fire pre-events
|
Kim Alvefur |
2021-11-01 |
mod_rest: Add an anonymous mode
|
Kim Alvefur |
2021-11-01 |
mod_rest: Set type on temp session to satisfy certain auth checks
|
Kim Alvefur |
2021-10-26 |
mod_rest: Support returning multiple replies in an <xmpp> container
|
Kim Alvefur |
2021-09-28 |
mod_rest: Fix name of entry in error registry for unauth 'from'
|
Kim Alvefur |
2021-03-23 |
mod_rest: Remove inaccurate comment
|
Kim Alvefur |
2021-03-23 |
mod_rest: Add an 'echo' endpoint for debugging
|
Kim Alvefur |
2021-03-20 |
mod_rest: Fix typos [codespell]
|
Kim Alvefur |
2021-03-09 |
mod_rest: Allow passing e.g. disco 'node' as a ?query variable
|
Kim Alvefur |
2021-03-07 |
mod_rest: Allow empty @to to mean to=account is in normal XMPP
|
Kim Alvefur |
2021-03-07 |
mod_rest: Add option for serving interactive openapi documentation
|
Kim Alvefur |
2021-03-02 |
mod_rest: Fix syntax error in previous commit
|
Kim Alvefur |
2021-03-01 |
mod_rest: Revert leftover of unfinished ?query mapping
|
Kim Alvefur |
2021-02-28 |
mod_rest: Support GET for certain IQ queries
|
Kim Alvefur |
2021-02-28 |
mod_rest: Add more REST-looking way to send stanzas
|
Kim Alvefur |
2021-02-28 |
mod_rest: Ensure no attempt is made to reply to an error stanza
|
Kim Alvefur |
2020-11-15 |
mod_rest: Catch and log errors in callback promise chain
|
Kim Alvefur |
2020-11-15 |
mod_rest: Use promise based HTTP client API
|
Kim Alvefur |
2020-11-15 |
mod_rest: Use HTTP error mapping from net.http.errors
|
Kim Alvefur |
2020-11-15 |
mod_rest: Use util.error registry datatype
|
Kim Alvefur |
2020-11-14 |
mod_rest: Add whitespace to improve readability, code navigation
|
Kim Alvefur |
2020-11-12 |
mod_rest: Add support for form-encoded output
|
Kim Alvefur |
2020-07-20 |
mod_rest: Add support for CBOR
|
Kim Alvefur |
2020-05-29 |
mod_rest: Respond to unknown payload types with HTTP status 415
|
Kim Alvefur |
2020-05-29 |
mod_rest: Improve auth error reporting
|
Kim Alvefur |
2020-04-12 |
mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)
|
Kim Alvefur |
2020-03-08 |
mod_rest: Add an XML error formatter (fixes #1499)
|
Kim Alvefur |
2020-03-07 |
mod_rest: Break out POST errors into a registry
|
Kim Alvefur |
2020-03-07 |