disappearing interface after link safe

This commit is contained in:
2026-08-26 16:30:25 +02:00
parent 01a4ed42bd
commit 94997752b6
11 changed files with 74 additions and 7 deletions
+12
View File
@@ -861,6 +861,18 @@ When the plugin is activated and the link already exists, show “This link alre
### Assistant outcome
Added an authenticated duplicate-check request when the popup opens after loading the active page. Existing links now show the requested warning before submission; comment and tag editing plus plugin retriggering remain available.
### User
Display any errors that occur during posting.
### Assistant outcome
Save responses now include sanitized plugin failure details, and the popup displays publishing errors alongside the save confirmation, including Mastodon HTTP or connection failures.
### User
When pressing Save link, display “Link saved to <LinkLog server URL>” and hide all other information. Refresh only when the plugin is opened again.
### Assistant outcome
Added a terminal save state to the popup. After a successful save it displays the localized LinkLog server URL, hides the form, session, warnings, and header information, and performs no refresh until the popup is opened again.
### User
The plugin settings still show `emailLabel`; make that `email` as the title for the email field.
+2
View File
@@ -149,7 +149,9 @@
140. Change the title of the field "One-time password" to "One-time password (when configured)".
157. The plugin settings still show 'emailLabel'; make that 'email' as title for the email field.
163. When a URL with the same title is already in the database, warn the user, allow comment and hashtag changes, and retrigger plugins such as Mastodon reposting.
166. Display any errors that occur during posting.
164. When the plugin is activated and the link already exists, show "This link already exists. Comment and tags can be updated, and by submitting publishing will be retriggered."
165. When pressing save link the plugin should display "Link saved to <url of linklog server>" and hide all other information. It should only refresh when the plugin is opened again
141. Remove any leading and trailing spaces when entering fields in the settings page of the plugin.
142. Do a full security audit document in what you have done in detail in Security-audit.md
143. Address issue 1. and improve password storage