Conversation:
Notices
-
two-factor authentication for !gnusocial, now supporting totp and u2f
https://git.gnu.io/sstjohn/TwoFactorAuth
- MMN-o ✅⃠ likes this.
-
@betafive I can recommend using Profile_prefs to store data for simpler configuration options! You can set key->value stuff within a self-defined namespace. No need to create all-new tables .)
-
@betafive There's some horrible hack for a javascript framework, but as we run modern jQuery you can probably do something quicker and easier. Essentially, if you send GET parameter ajax=1, and the Action class that replies extends from ManagedAction then you should _only_ have to output the data in showContent() (if you're gonna throw any exceptions, which get transla…