log

age author description
Sun, 31 Mar 2019 19:08:43 +0200 Kim Alvefur mod_pubsub_github: Rearrange code to make it easier to handle other event types
Sun, 31 Mar 2019 19:07:22 +0200 Kim Alvefur mod_pubsub_github: Get event type from payload (should work with gitlab)
Sun, 31 Mar 2019 19:05:48 +0200 Kim Alvefur mod_pubsub_github/README: Specify language of code block for pretty syntax highlighting
Sun, 31 Mar 2019 19:05:22 +0200 Kim Alvefur mod_pubsub_github/README: Include 'github_secret' in example since it's required
Sun, 31 Mar 2019 19:02:56 +0200 Kim Alvefur mod_pubsub_github: Reorder code to prepare for more code reordering
Sun, 31 Mar 2019 18:31:57 +0200 Kim Alvefur mod_pubsub_github: Rename variable to avoid name clash [luacheck]
Sun, 31 Mar 2019 18:31:38 +0200 Kim Alvefur luacheckrc: Update API method list from prosody
Sun, 31 Mar 2019 18:31:10 +0200 Kim Alvefur luacheckrc: Copy line length setting from prosody
Sun, 31 Mar 2019 18:24:49 +0200 Kim Alvefur mod_pubsub_github: Include a summary field in payload
Sun, 31 Mar 2019 18:22:35 +0200 Kim Alvefur mod_pubsub_github: Add some spacing to improve readability
Sun, 31 Mar 2019 18:21:22 +0200 Kim Alvefur mod_pubsub_github: Lift signature validation from mod_pubsub_post
Sun, 31 Mar 2019 18:16:49 +0200 Kim Alvefur mod_pubsub_github: Only put first line of commit message in title, rest in content
Sun, 31 Mar 2019 18:14:59 +0200 Kim Alvefur mod_pubsub_github: Fix publish date
Sun, 31 Mar 2019 18:10:12 +0200 Kim Alvefur mod_pubsub_github: Add support for publishing to multiple node based on repository
Sun, 31 Mar 2019 18:08:50 +0200 Kim Alvefur mod_pubsub_github: Publish with item id set to commit hash (BC)
Sun, 31 Mar 2019 18:04:11 +0200 Kim Alvefur mod_pubsub_github: Require a secret to be set (BC)
Sun, 31 Mar 2019 17:59:17 +0200 Kim Alvefur mod_pubsub_github: Add support for specifying an actor with less privileges
Sun, 31 Mar 2019 17:47:45 +0200 Kim Alvefur mod_pubsub_github: Abort on unknown github events
Sun, 31 Mar 2019 16:59:08 +0200 Kim Alvefur mod_pubsub_github/README: Mark up options as code snippets
Sun, 31 Mar 2019 16:56:26 +0200 Kim Alvefur mod_pubsub_github/README: Fix 'labels' metafield to be a list
Sun, 31 Mar 2019 16:11:37 +0200 Kim Alvefur mod_pubsub_github: Log debug message before attempting to publish
Sun, 31 Mar 2019 16:07:11 +0200 Kim Alvefur mod_pubsub_github: Return appropriate status code on failure to publish
Sun, 31 Mar 2019 16:05:24 +0200 Kim Alvefur mod_pubsub_github: Send sensible status codes
Sun, 31 Mar 2019 04:49:56 +0200 Kim Alvefur mod_csi_grace_period: Server-side grace period logic for CSI
Sat, 30 Mar 2019 23:37:17 +0100 Kim Alvefur mod_pubsub_post/README: Set stage label to stable
Sat, 30 Mar 2019 23:33:58 +0100 Kim Alvefur mod_pubsub_post/README: Mention use as a webhook receiver
Sat, 30 Mar 2019 21:34:28 +0100 Kim Alvefur mod_pubsub_post: Make debug messages more informative
Sat, 30 Mar 2019 21:16:13 +0100 Kim Alvefur mod_pubsub_post: Restructure authentication and authorization (BC)
Sat, 30 Mar 2019 19:24:18 +0100 Kim Alvefur mod_pubsub_post/README: Fix some typos
Fri, 24 Aug 2018 14:52:09 +0200 Kim Alvefur mod_pubsub_post: Add support for WebSub authentication