Sun, 28 Feb 2021 20:47:32 +0100 mod_rest: Add schema for errors
Kim Alvefur <zash@zash.se> [Sun, 28 Feb 2021 20:47:32 +0100] rev 4483
mod_rest: Add schema for errors I forget, are these util.error objects in the json mapping?
Sun, 28 Feb 2021 19:33:09 +0100 mod_rest: Support GET for certain IQ queries
Kim Alvefur <zash@zash.se> [Sun, 28 Feb 2021 19:33:09 +0100] rev 4482
mod_rest: Support GET for certain IQ queries Example: GET /rest/version/example.com 200 OK { version: { name: "thing", version: "1.0.0" } }
Sun, 28 Feb 2021 19:25:45 +0100 mod_rest: Add more REST-looking way to send stanzas
Kim Alvefur <zash@zash.se> [Sun, 28 Feb 2021 19:25:45 +0100] rev 4481
mod_rest: Add more REST-looking way to send stanzas Example: POST /rest/message/chat/juliet@example.net { body: "Hello" } Becomes equivalent to POST /rest { kind: "message", type: "chat", to: "juliet@example.net", body: "Hello" } Sending messages as plain/text also becomes more convenient. IQ stazas are still weird, but we'll do something special for those.
Sun, 28 Feb 2021 18:55:18 +0100 mod_rest: Restructure API spec
Kim Alvefur <zash@zash.se> [Sun, 28 Feb 2021 18:55:18 +0100] rev 4480
mod_rest: Restructure API spec To make referencing individual fields easier, apparently some things don't like references to individual properties of an object.
Sat, 27 Feb 2021 02:37:01 +0100 mod_muc_http_defaults: Schema corrections
Kim Alvefur <zash@zash.se> [Sat, 27 Feb 2021 02:37:01 +0100] rev 4479
mod_muc_http_defaults: Schema corrections
Sat, 27 Feb 2021 02:05:06 +0100 mod_rest: Add an OpenAPI specification
Kim Alvefur <zash@zash.se> [Sat, 27 Feb 2021 02:05:06 +0100] rev 4478
mod_rest: Add an OpenAPI specification
Fri, 26 Feb 2021 22:05:25 +0100 mod_rest: Roundtrip disco and items when string or boolean is used
Kim Alvefur <zash@zash.se> [Fri, 26 Feb 2021 22:05:25 +0100] rev 4477
mod_rest: Roundtrip disco and items when string or boolean is used E.g. {disco:true} turns to <query/> and back to {disco:true}, same with {items:true}. Similarily, {disco:"node"}, {items:"node"} turn into <query node="node"/> and back.
Wed, 24 Feb 2021 18:46:20 +0100 mod_migrate_http_upload: Remove storage path when done
Kim Alvefur <zash@zash.se> [Wed, 24 Feb 2021 18:46:20 +0100] rev 4476
mod_migrate_http_upload: Remove storage path when done Could be used to check if migration has been done already.
Wed, 24 Feb 2021 18:13:19 +0100 mod_migrate_http_upload: Don't include per-upload directory twice
Kim Alvefur <zash@zash.se> [Wed, 24 Feb 2021 18:13:19 +0100] rev 4475
mod_migrate_http_upload: Don't include per-upload directory twice
Wed, 24 Feb 2021 18:12:12 +0100 mod_migrate_http_upload: Respect the 'http_upload_path' setting
Kim Alvefur <zash@zash.se> [Wed, 24 Feb 2021 18:12:12 +0100] rev 4474
mod_migrate_http_upload: Respect the 'http_upload_path' setting
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip