mod_rest: Get correct type from config
|
Kim Alvefur |
21 months ago |
mod_rest: Allow passing configuring a timeout for <iq> responses
|
Kim Alvefur |
21 months ago |
mod_rest: Wrap webhook setup in a function for future reuse
|
Kim Alvefur |
2022-11-26 |
mod_rest: Do not allow replies to <iq type=result> from webhooks
|
Kim Alvefur |
2022-11-26 |
mod_rest: Update for mod_tokenauth API changes (backwards-compatible)
|
Matthew Wild |
2022-07-13 |
mod_rest: Fill in 'type' field in error registry
|
Kim Alvefur |
2022-08-15 |
mod_rest: Provide a log function on temporary session
|
Kim Alvefur |
2022-05-29 |
mod_rest: Fix attempt to index nil in handling of single iq response
|
Kim Alvefur |
2022-05-17 |
mod_rest: Ensure MAM result-iq is included in results from remote hosts
|
Kim Alvefur |
2022-05-16 |
mod_rest: Add special handling to catch MAM results from remote hosts
|
Kim Alvefur |
2022-05-16 |
mod_rest: Add configuration of which stanzas to route to callback
|
Kim Alvefur |
2022-04-08 |
mod_rest: Improve logging of results from callback startup probe
|
Kim Alvefur |
2022-04-08 |
mod_rest: Support parameters in callback URL
|
Kim Alvefur |
2022-04-08 |
mod_rest: Improve error handling during format mapping
|
Kim Alvefur |
2022-04-07 |
mod_rest: Catch and coerce errors in echo endpoint
|
Kim Alvefur |
2022-04-07 |
mod_rest: Ensure mod_http is loaded before API demo
|
Kim Alvefur |
2022-02-08 |
mod_rest: Fix nested message stanzas in XEP-0297 containers
|
Kim Alvefur |
2021-12-29 |
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 |
mod_rest: Separate lists of mediatypes for input, output and errors
|
Kim Alvefur |
2020-03-07 |
mod_rest: Fix routing to self-jid (thanks jonas’)
|
Kim Alvefur |
2020-02-29 |
mod_rest: Advertise "support" for text/plain
|
Kim Alvefur |
2020-02-28 |
mod_rest: Spred array over multiple lines for nicer future diffs
|
Kim Alvefur |
2020-02-28 |
mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4
|
Matthew Wild |
2020-02-26 |
mod_rest: Support urlencoded form data (does a subset of JSON mapping)
|
Kim Alvefur |
2020-02-26 |
mod_rest: Add support for token authentication
|
Matthew Wild |
2020-02-26 |
mod_rest: Handle uncaught native errors correctly
|
Matthew Wild |
2020-02-26 |
mod_rest: Remove no longer needed logging
|
Kim Alvefur |
2020-02-07 |
mod_rest: Fix traceback
|
Kim Alvefur |
2020-02-04 |
mod_rest: Add support for HTTP Basic username and password authentication
|
Kim Alvefur |
2020-02-01 |
mod_rest: Remove debug hack to ignore Accept header
|
Kim Alvefur |
2020-02-04 |
mod_rest: Back out 513a8a7fab41
|
Kim Alvefur |
2020-02-04 |