stable

Clone or download

Read-only

Add a warning for Bugzilla references whose API key has been stored in cleartext

The warning is visible in the table and in the edition form. This is part of story #10606: encrypt bugzilla credentials (API key) before storing in the DB Change-Id: Icad815d6782dffe2748f0c7eb399d87692aae067

Modified Files

Name
M plugins/bugzilla_reference/include/Bugzilla/Administration/Controller.php +2 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Administration/Presenter.php +5 −0 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Administration/ReferencePresenter.php +21 −8 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/Reference.php +21 −8 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceRetriever.php +3 −2 Go to diff View file
M plugins/bugzilla_reference/site-content/fr_FR/LC_MESSAGES/tuleap-bugzilla_reference.po +7 −0 Go to diff View file
M plugins/bugzilla_reference/site-content/tuleap-bugzilla_reference.pot +5 −0 Go to diff View file
M plugins/bugzilla_reference/templates/edit-reference.mustache +3 −0 Go to diff View file
M plugins/bugzilla_reference/templates/reference-list.mustache +8 −1 Go to diff View file