Thu, 21 Jan 2021 18:06:12 +0000 mod_http_oauth2: Add endpoint to revoke a key (RFC 7009 kinda)
Matthew Wild <mwild1@gmail.com> [Thu, 21 Jan 2021 18:06:12 +0000] rev 4374
mod_http_oauth2: Add endpoint to revoke a key (RFC 7009 kinda)
Thu, 21 Jan 2021 17:30:34 +0100 mod_http_admin_api: add support for updating groups
Jonas Schäfer <jonas@wielicki.name> [Thu, 21 Jan 2021 17:30:34 +0100] rev 4373
mod_http_admin_api: add support for updating groups
Thu, 21 Jan 2021 16:02:31 +0000 mod_http_admin_api: Some fixes and improvements for the groups API
Matthew Wild <mwild1@gmail.com> [Thu, 21 Jan 2021 16:02:31 +0000] rev 4372
mod_http_admin_api: Some fixes and improvements for the groups API Now allows setting a name separate from the id, and updating group membership in a single call.
Thu, 21 Jan 2021 15:25:18 +0000 mod_cloud_notify: Make push_errors a shared table to persist across reloads and share with other modules
Matthew Wild <mwild1@gmail.com> [Thu, 21 Jan 2021 15:25:18 +0000] rev 4371
mod_cloud_notify: Make push_errors a shared table to persist across reloads and share with other modules
Thu, 21 Jan 2021 16:18:14 +0100 mod_http_admin_api: do not report OMEMO as ok if no devices exist
Jonas Schäfer <jonas@wielicki.name> [Thu, 21 Jan 2021 16:18:14 +0100] rev 4370
mod_http_admin_api: do not report OMEMO as ok if no devices exist
Thu, 21 Jan 2021 16:13:29 +0100 mod_http_admin_api: make the api a bit less untested
Jonas Schäfer <jonas@wielicki.name> [Thu, 21 Jan 2021 16:13:29 +0100] rev 4369
mod_http_admin_api: make the api a bit less untested (read: fix bugs)
Thu, 21 Jan 2021 15:51:07 +0100 mod_http_admin_api: set content-type for debug API
Jonas Schäfer <jonas@wielicki.name> [Thu, 21 Jan 2021 15:51:07 +0100] rev 4368
mod_http_admin_api: set content-type for debug API
Thu, 21 Jan 2021 14:42:11 +0000 mod_http_admin_api: 100% untested user debug info endpoint
Matthew Wild <mwild1@gmail.com> [Thu, 21 Jan 2021 14:42:11 +0000] rev 4367
mod_http_admin_api: 100% untested user debug info endpoint
Wed, 20 Jan 2021 15:30:29 +0100 mod_http_admin_api: restructure group-related info in API
Jonas Schäfer <jonas@wielicki.name> [Wed, 20 Jan 2021 15:30:29 +0100] rev 4366
mod_http_admin_api: restructure group-related info in API - Return the members of the group right in the get_group_by_id call. This is an O(1) of extra work. - Remove the groups attribute from get_user_by_name as that is O(n) of work and rarely immediately needed. The replacement for the group membership information in the user is for now to use the group API and iterate; future work may fix that.
Wed, 20 Jan 2021 12:51:33 +0000 mod_http_admin_api: Return new group object on successful creation
Matthew Wild <mwild1@gmail.com> [Wed, 20 Jan 2021 12:51:33 +0000] rev 4365
mod_http_admin_api: Return new group object on successful creation
Tue, 19 Jan 2021 20:36:41 +0000 mod_http_admin_api: Switch PUT to POST where appropriate
Matthew Wild <mwild1@gmail.com> [Tue, 19 Jan 2021 20:36:41 +0000] rev 4364
mod_http_admin_api: Switch PUT to POST where appropriate
Tue, 19 Jan 2021 20:35:33 +0000 mod_http_admin_api: Fix logic bug
Matthew Wild <mwild1@gmail.com> [Tue, 19 Jan 2021 20:35:33 +0000] rev 4363
mod_http_admin_api: Fix logic bug
Tue, 19 Jan 2021 20:35:08 +0000 mod_http_admin_api: Ensure 'reusable' flag is always present on an invite
Matthew Wild <mwild1@gmail.com> [Tue, 19 Jan 2021 20:35:08 +0000] rev 4362
mod_http_admin_api: Ensure 'reusable' flag is always present on an invite
Tue, 19 Jan 2021 20:34:23 +0000 mod_invites, mod_http_admin_api: Allow specifying multiple groups when creating an invite
Matthew Wild <mwild1@gmail.com> [Tue, 19 Jan 2021 20:34:23 +0000] rev 4361
mod_invites, mod_http_admin_api: Allow specifying multiple groups when creating an invite
Mon, 18 Jan 2021 20:01:17 +0100 mod_muc_markers: boolean should be used, not string
JC Brand <jc@opkode.com> [Mon, 18 Jan 2021 20:01:17 +0100] rev 4360
mod_muc_markers: boolean should be used, not string
Sun, 17 Jan 2021 21:52:36 +0100 mod_cloud_notify: Fix handling of push_queue
tmolitor <thilo@eightysoft.de> [Sun, 17 Jan 2021 21:52:36 +0100] rev 4359
mod_cloud_notify: Fix handling of push_queue smacks-hibernating while the push_queue had a timer running resulted in push not working for this session anymore.
Sun, 17 Jan 2021 18:11:19 +0000 mod_http_admin_api: Add XMPP URI into invite objects
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 18:11:19 +0000] rev 4358
mod_http_admin_api: Add XMPP URI into invite objects
Sun, 17 Jan 2021 17:52:03 +0000 mod_http_admin_api: Add groups management endpoints
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 17:52:03 +0000] rev 4357
mod_http_admin_api: Add groups management endpoints
Sun, 17 Jan 2021 17:51:23 +0000 mod_http_admin_api: Add groups property to users
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 17:51:23 +0000] rev 4356
mod_http_admin_api: Add groups property to users
Sun, 17 Jan 2021 17:50:42 +0000 mod_http_admin_api: Add support for creating reusable/group/custom-ttl invites
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 17:50:42 +0000] rev 4355
mod_http_admin_api: Add support for creating reusable/group/custom-ttl invites
Sun, 17 Jan 2021 17:46:47 +0000 mod_http_admin_api: Use json.encode_array() when returning an array
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 17:46:47 +0000] rev 4354
mod_http_admin_api: Use json.encode_array() when returning an array
Sun, 17 Jan 2021 17:46:02 +0000 mod_http_admin_api: Expose new invite properties: groups, source and reusable
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 17:46:02 +0000] rev 4353
mod_http_admin_api: Expose new invite properties: groups, source and reusable
Sun, 17 Jan 2021 17:44:51 +0000 mod_invites_register: Add user to groups included in an invite
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 17:44:51 +0000] rev 4352
mod_invites_register: Add user to groups included in an invite
Sun, 17 Jan 2021 17:43:53 +0000 mod_invites: Add public API method for creating group invites
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 17:43:53 +0000] rev 4351
mod_invites: Add public API method for creating group invites
Sun, 17 Jan 2021 17:42:49 +0000 mod_invites: Add support to internal API for creating reusable and custom-TTL invites
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 17:42:49 +0000] rev 4350
mod_invites: Add support to internal API for creating reusable and custom-TTL invites
Sun, 17 Jan 2021 13:58:52 +0000 mod_http_admin_api: Add methods for managing users
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 13:58:52 +0000] rev 4349
mod_http_admin_api: Add methods for managing users
Sun, 17 Jan 2021 12:50:19 +0000 mod_invites: Fix some more luacheck warnings
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 12:50:19 +0000] rev 4348
mod_invites: Fix some more luacheck warnings
Sun, 17 Jan 2021 12:49:20 +0000 mod_http_admin_api: HTTP API for managing users and invites
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 12:49:20 +0000] rev 4347
mod_http_admin_api: HTTP API for managing users and invites
Sun, 17 Jan 2021 12:47:56 +0000 mod_invites: Fix luacheck warning
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 12:47:56 +0000] rev 4346
mod_invites: Fix luacheck warning
Sun, 17 Jan 2021 12:47:47 +0000 mod_invites: Add internal API to list, read and delete account invites
Matthew Wild <mwild1@gmail.com> [Sun, 17 Jan 2021 12:47:47 +0000] rev 4345
mod_invites: Add internal API to list, read and delete account invites
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip