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
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip