]> source.dussan.org Git - gitblit.git/commit
Merge branch 'sshkey_form_feedback' into master
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Tue, 1 Nov 2022 18:32:31 +0000 (19:32 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Tue, 1 Nov 2022 18:32:31 +0000 (19:32 +0100)
commit2f122c9657aa22216d0a4d6e438bc60f9d9b6e22
tree2d5db6d982848404f18f0e6acb1b8696749fba39
parent646231e54a2ee1edc97a5aa813f82638dfdef0b7
parent082c6a69b64f79b7c81a78f4b7bbf7a31d11cb74
Merge branch 'sshkey_form_feedback' into master

This brings back in a change that was implemented in a pull request
from 2017, but got lost in the chaos of multiple pull requests from
intermingling branches.

This does not only provide feedback when a SSH key cannot be parsed,
but it also does so in a way that the warning goes away when a correct
key is added. Admittedly, I have no idea how to properly do this with
a Wicket FeedbackMessage, all I could find on Google was highly
complicated.

Not only does this bring back (or really in) the fix for issue #1226,
but it also fixes #984.