Finetuning Plugin behavior when not logged in

This commit is contained in:
2026-08-26 14:25:00 +02:00
parent f503dbaef2
commit 6f1fbaa5ea
11 changed files with 52 additions and 2 deletions
+6
View File
@@ -812,3 +812,9 @@ Don't forget to update the plugin to work with OTP.
### Assistant outcome
Updated the Firefox extension settings login to accept and submit a six-digit one-time password. The backend supports TOTP setup, enable/disable confirmation, and OTP-enforced login, with the stored secret protected from profile responses.
### User
When the user is not logged in, the plugin should display no form fields and warn them that they must log in, with a link to settings.
### Assistant outcome
The Firefox popup now hides capture fields by default for signed-out users, shows a localized sign-in warning, and provides an Open settings action. The form appears only after backend credentials and a valid session are available; expired sessions return to the warning state.
+1
View File
@@ -144,6 +144,7 @@
135. Correction: the feed header should have the sort and filter bar to the right of the LinkLog logo, compact and underneath the theme selector and menu.
136. When a log entry is deleted then all mastodon posts are deleted too.
137. Don't forget to update the plugin to work with OTP.
138. When the user is not logged in then the plugin should just display no form fields but warn the user that they have to log in with a link to settings.
## Future entries