Make lists based on platform users #5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It'd be nice to create lists based on platform use. Not everyone uses every service. Thus, in case of targetted maintenance, we could email just those who have used the respective platform. We can use the
GET /core/applications/$slug/used_by/
API object to figure that out. A response looks like this:We can get all existing slugs via
get /core/applications/
used_by
eventually expires. We'll need another approach. It works for Nextcloud as you often relogin, but for Mastodon it is not the best.GET "https://auth.ilot.io/api/v3/core/user_consent/?user=pk
is a good alternativeImplemented, although it only adds people to the respective app group when they've logged in semi-recently. For those logged in permanently it wont keep them in. Closing and opening another issue