annotate mod_watch_spam_reports/README.markdown @ 5418:f2c7bb3af600

mod_http_oauth2: Add role selector to consent page List includes all roles available to the user, if more than one. Defaults to either the first role in the scope string or the users primary role. Earlier draft listed all roles, but having options that can't be selected is bad UX and the entire list of all roles on the server could be long, and perhaps even sensitive. Allows e.g. picking a role with fewer permissions than what might otherwise have been selected. UX wise, doing this with more checkboxes or possibly radio buttons would have been confusion and/or looked messier. Fixes the previous situation where unselecting a role would default to the primary role, which could be more permissions than requested.
author Kim Alvefur <zash@zash.se>
date Fri, 05 May 2023 01:23:13 +0200
parents 476afcbfb3e9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4046
d518f97dad6f mod_watch_spam_reports: Module to notify admins about incoming XEP-0377 spam reports
Martin Dosch <martin@mdosch.de>
parents:
diff changeset
1 ---
d518f97dad6f mod_watch_spam_reports: Module to notify admins about incoming XEP-0377 spam reports
Martin Dosch <martin@mdosch.de>
parents:
diff changeset
2 labels:
4064
b7c9e479e857 mod_watch_spam_reports: Move stage from alpha to beta
Martin Dosch <martin@mdosch.de>
parents: 4063
diff changeset
3 - 'Stage-Beta'
4104
476afcbfb3e9 various: Add some dependency metadata
Kim Alvefur <zash@zash.se>
parents: 4064
diff changeset
4 rockspec:
476afcbfb3e9 various: Add some dependency metadata
Kim Alvefur <zash@zash.se>
parents: 4064
diff changeset
5 dependencies:
476afcbfb3e9 various: Add some dependency metadata
Kim Alvefur <zash@zash.se>
parents: 4064
diff changeset
6 - mod_spam_reporting
4046
d518f97dad6f mod_watch_spam_reports: Module to notify admins about incoming XEP-0377 spam reports
Martin Dosch <martin@mdosch.de>
parents:
diff changeset
7 summary: 'Notify admins about incoming XEP-0377 spam reports'
d518f97dad6f mod_watch_spam_reports: Module to notify admins about incoming XEP-0377 spam reports
Martin Dosch <martin@mdosch.de>
parents:
diff changeset
8 ---
d518f97dad6f mod_watch_spam_reports: Module to notify admins about incoming XEP-0377 spam reports
Martin Dosch <martin@mdosch.de>
parents:
diff changeset
9
d518f97dad6f mod_watch_spam_reports: Module to notify admins about incoming XEP-0377 spam reports
Martin Dosch <martin@mdosch.de>
parents:
diff changeset
10 This module sends a message to the server admins for incoming
4062
a496841b596a mod_watch_spam_reports: Document dependency on mod_spam_reporting
Martin Dosch <martin@mdosch.de>
parents: 4046
diff changeset
11 [XEP-0377][1] spam reports. It depends on [mod\_spam\_reporting][2]
a496841b596a mod_watch_spam_reports: Document dependency on mod_spam_reporting
Martin Dosch <martin@mdosch.de>
parents: 4046
diff changeset
12 and doesn't require any configuration.
a496841b596a mod_watch_spam_reports: Document dependency on mod_spam_reporting
Martin Dosch <martin@mdosch.de>
parents: 4046
diff changeset
13
4063
0290ccdfe680 mod_watch_spam_reports: Add compatibility section
Martin Dosch <martin@mdosch.de>
parents: 4062
diff changeset
14 Compatibility
0290ccdfe680 mod_watch_spam_reports: Add compatibility section
Martin Dosch <martin@mdosch.de>
parents: 4062
diff changeset
15 =============
0290ccdfe680 mod_watch_spam_reports: Add compatibility section
Martin Dosch <martin@mdosch.de>
parents: 4062
diff changeset
16
0290ccdfe680 mod_watch_spam_reports: Add compatibility section
Martin Dosch <martin@mdosch.de>
parents: 4062
diff changeset
17 ----- -----------
0290ccdfe680 mod_watch_spam_reports: Add compatibility section
Martin Dosch <martin@mdosch.de>
parents: 4062
diff changeset
18 trunk Works
0290ccdfe680 mod_watch_spam_reports: Add compatibility section
Martin Dosch <martin@mdosch.de>
parents: 4062
diff changeset
19 0.11 Works
0290ccdfe680 mod_watch_spam_reports: Add compatibility section
Martin Dosch <martin@mdosch.de>
parents: 4062
diff changeset
20 ----- -----------
0290ccdfe680 mod_watch_spam_reports: Add compatibility section
Martin Dosch <martin@mdosch.de>
parents: 4062
diff changeset
21
0290ccdfe680 mod_watch_spam_reports: Add compatibility section
Martin Dosch <martin@mdosch.de>
parents: 4062
diff changeset
22
4062
a496841b596a mod_watch_spam_reports: Document dependency on mod_spam_reporting
Martin Dosch <martin@mdosch.de>
parents: 4046
diff changeset
23 [1]:https://xmpp.org/extensions/xep-0377.html
a496841b596a mod_watch_spam_reports: Document dependency on mod_spam_reporting
Martin Dosch <martin@mdosch.de>
parents: 4046
diff changeset
24 [2]:https://modules.prosody.im/mod_spam_reporting.html