mod_groups_muc_bookmarks: manage PEP (XEP-0048) bookmarks of group members
|
Jonas Schäfer |
Wed, 03 Feb 2021 18:03:12 +0100 |
mod_groups_internal: emit events for group membership changes
|
Jonas Schäfer |
Wed, 03 Feb 2021 18:02:39 +0100 |
mod_groups_internal: correctly destroy MUC associated with group
|
Jonas Schäfer |
Tue, 02 Feb 2021 22:28:09 +0100 |
mod_invites: add extensive help message
|
Jonas Schäfer |
Mon, 01 Feb 2021 16:43:27 +0100 |
mod_invites: rework CLI parsing to support groups
|
Jonas Schäfer |
Sun, 31 Jan 2021 19:16:36 +0100 |
mod_muc_defaults: handle case where affiliations are unset
|
Jonas Schäfer |
Sun, 31 Jan 2021 16:12:47 +0100 |
mod_groups_internal: handle empty groups correctly
|
Jonas Schäfer |
Sun, 31 Jan 2021 16:09:14 +0100 |
mod_groups_internal: fix log message not appearing
|
Jonas Schäfer |
Sun, 31 Jan 2021 12:20:03 +0100 |
mod_groups_internal: make robust against module reloads
|
Jonas Schäfer |
Sun, 31 Jan 2021 12:14:21 +0100 |
mod_groups_migration: make default group name configurable
|
Jonas Schäfer |
Sat, 30 Jan 2021 16:31:15 +0100 |
mod_groups_internal: maintain the name of the associated MUC
|
Jonas Schäfer |
Sat, 30 Jan 2021 16:25:12 +0100 |
mod_invites_register_api: Handle password resets
|
Jonas Schäfer |
Sat, 30 Jan 2021 10:47:57 +0100 |
mod_smacks: allow O(1) processing of delayed ack events
|
tmolitor |
Sat, 30 Jan 2021 07:19:35 +0100 |
mod_cloud_notify: use stanza from mod_smacks to behave O(1)
|
tmolitor |
Sat, 30 Jan 2021 07:17:33 +0100 |
mod_compliance_2021: XEP-0443: XMPP Compliance Suites 2021 self-test
|
Kim Alvefur |
Sat, 30 Jan 2021 01:10:06 +0100 |
mod_invites_adhoc: Add support for specifying roles that may invite users, admins may always invite
|
Matthew Wild |
Thu, 28 Jan 2021 08:56:29 +0000 |
mod_invites_adhoc: Fail contact invite if user is not on current host
|
Matthew Wild |
Thu, 28 Jan 2021 07:04:11 +0000 |
mod_invites_page: Some fixes for external-only mode
|
Matthew Wild |
Wed, 27 Jan 2021 16:10:08 +0000 |
mod_groups_internal: Style
|
Matthew Wild |
Wed, 27 Jan 2021 15:14:47 +0000 |
mod_groups_internal: Fix unintended global variable (thanks luacheck)
|
Matthew Wild |
Wed, 27 Jan 2021 15:13:18 +0000 |
mod_groups_internal: Fix incorrect function name
|
Matthew Wild |
Wed, 27 Jan 2021 14:55:55 +0000 |
mod_groups_internal: Remove unused local function
|
Matthew Wild |
Wed, 27 Jan 2021 14:55:22 +0000 |
mod_groups_internal: Prep MUC JID before exposing/storing it (just in case)
|
Matthew Wild |
Wed, 27 Jan 2021 14:52:30 +0000 |
mod_invites_page: Allow disabling of built-in pages with invites_page_external option
|
Matthew Wild |
Wed, 27 Jan 2021 08:16:26 +0000 |
mod_invites_register: factor group handling into separate module
|
Jonas Schäfer |
Tue, 26 Jan 2021 22:04:43 +0100 |
mod_invites_groups: factor group handling out of mod_invites_register
|
Jonas Schäfer |
Tue, 26 Jan 2021 22:04:23 +0100 |
mod_groups_internal: send invite to new members of groups
|
Jonas Schäfer |
Tue, 26 Jan 2021 17:28:26 +0100 |
mod_migrate: Allow migrating data not attached to any user / nil user
|
Kim Alvefur |
Tue, 26 Jan 2021 17:18:44 +0100 |
mod_invites_adhoc: also add tracking information to contact invites
|
Jonas Schäfer |
Tue, 26 Jan 2021 17:17:36 +0100 |
mod_http_admin_api: re-add information about invite creator
|
Jonas Schäfer |
Tue, 26 Jan 2021 16:10:11 +0100 |
mod_invites_adhoc: add information about who created an invitation
|
Jonas Schäfer |
Tue, 26 Jan 2021 16:09:02 +0100 |
mod_invites_tracking: simple module to store who created an invite
|
Jonas Schäfer |
Tue, 26 Jan 2021 16:05:49 +0100 |
mod_http_admin_api: remove deprecated API endpoint
|
Jonas Schäfer |
Tue, 26 Jan 2021 16:01:45 +0100 |
mod_groups_internal: fix default value and handling of groups_muc_host
|
Jonas Schäfer |
Tue, 26 Jan 2021 15:39:59 +0100 |
mod_groups_migration: initialise the group with a MUC
|
Jonas Schäfer |
Tue, 26 Jan 2021 15:37:52 +0100 |
mod_http_admin_api: support for creating groups with MUCs
|
Jonas Schäfer |
Tue, 26 Jan 2021 15:37:28 +0100 |
mod_groups_internal: manage associated MUC
|
Jonas Schäfer |
Mon, 25 Jan 2021 21:51:26 +0100 |
mod_groups_internal: allow creating MUCs if a MUC host is linked
|
Jonas Schäfer |
Mon, 25 Jan 2021 21:47:38 +0100 |
mod_groups_migration: module helping migration to groups
|
Jonas Schäfer |
Mon, 25 Jan 2021 21:34:32 +0100 |
mod_groups_internal: allow delay of roster sync on group change
|
Jonas Schäfer |
Mon, 25 Jan 2021 21:33:38 +0100 |
mod_groups_internal: allow specifying a group_id on create
|
Jonas Schäfer |
Mon, 25 Jan 2021 21:32:53 +0100 |
mod_invites_register: port to mod_groups_internal
|
Jonas Schäfer |
Mon, 25 Jan 2021 18:43:48 +0100 |
mod_groups_internal: new module for grouping beyond mod_adhoc_groups
|
Matthew Wild |
Mon, 25 Jan 2021 18:43:20 +0100 |
mod_http_admin_api: port to use new mod_groups_internal module
|
Jonas Schäfer |
Mon, 25 Jan 2021 18:33:49 +0100 |
mod_invites_register_api: reroute register call
|
Jonas Schäfer |
Mon, 25 Jan 2021 16:55:39 +0100 |
mod_invites_register_api: New module to allow turning invites into accounts via a HTTP API
|
Matthew Wild |
Mon, 25 Jan 2021 12:44:20 +0000 |
mod_http_admin_api: Add OpenAPI spec
|
Matthew Wild |
Sat, 23 Jan 2021 14:15:21 +0000 |
mod_http_admin_api: Add 'reset' property to returned invite objects
|
Matthew Wild |
Sat, 23 Jan 2021 13:03:14 +0000 |
mod_invites: Add ttl to all public creation APIs
|
Matthew Wild |
Sat, 23 Jan 2021 12:56:17 +0000 |
mod_invites: Fix typo in variable name
|
Matthew Wild |
Sat, 23 Jan 2021 12:55:49 +0000 |
mod_http_admin_api: Allow specifying groups in account invite
|
Matthew Wild |
Sat, 23 Jan 2021 12:52:48 +0000 |
mod_http_admin_api: Improve invite API and support password resets
|
Matthew Wild |
Sat, 23 Jan 2021 11:59:23 +0000 |
mod_cloud_notify_encrypted: Fix traceback on push of message with no body
|
Matthew Wild |
Fri, 22 Jan 2021 22:05:05 +0000 |
mod_rest: Fix json-mapping stanzas with text or whitespace between tags
|
Kim Alvefur |
Fri, 22 Jan 2021 15:19:53 +0100 |
mod_http_admin_api: Add /server/info endpoint for site_name and version
|
Matthew Wild |
Thu, 21 Jan 2021 18:54:42 +0000 |
mod_http_oauth2: Add endpoint to revoke a key (RFC 7009 kinda)
|
Matthew Wild |
Thu, 21 Jan 2021 18:06:12 +0000 |
mod_http_admin_api: add support for updating groups
|
Jonas Schäfer |
Thu, 21 Jan 2021 17:30:34 +0100 |
mod_http_admin_api: Some fixes and improvements for the groups API
|
Matthew Wild |
Thu, 21 Jan 2021 16:02:31 +0000 |
mod_cloud_notify: Make push_errors a shared table to persist across reloads and share with other modules
|
Matthew Wild |
Thu, 21 Jan 2021 15:25:18 +0000 |
mod_http_admin_api: do not report OMEMO as ok if no devices exist
|
Jonas Schäfer |
Thu, 21 Jan 2021 16:18:14 +0100 |