1. 13 11月, 2019 4 次提交
    • D
      Hide password form fields by default (#3991) · 90e693b1
      Daniel Beck 提交于
      * Hide password form fields by default
      
      * Trying to bypass enforced autocompletion by just having a test field at first
      
      Something like onfocus didn't work, you'd tab through form elements
      and unless you filled in the user name, changing the form field to
      password would cause it to autocomplete.
      
      It looks like, at least in Mac/Firefox, going from plain text to password
      in the 'oninput' event handler works. The plain text is revealed neither
      with typing nor pasting.
      
      * Update core/src/main/resources/lib/form/password.jelly
      Co-Authored-By: Ndaniel-beck <daniel-beck@users.noreply.github.com>
      
      * Use previously defined value
      
      * Make new password form fields opt-out
      
      * Add support for redacting form secrets in new password field
      
      * Have a password value pre-set in Jelly
      
      * Fix method
      
      * Fix test by clicking on the button to change the password
      
      * Forgot period separator between class and property name
      90e693b1
    • M
      [JENKINS-59665] - Fix sorting of the Uninstall column in the Install pane of... · 5f413e5c
      Manuel 提交于
      [JENKINS-59665] - Fix sorting of the Uninstall column in the Install pane of the Plugin Manager  (#4298)
      
      * refs #JENKINS-59665 Fixed sorting for uninstall column of installed in plugin manager
      
      * refs #JENKINS-59665 removed test attribute
      5f413e5c
    • T
      Remove unused jenkins-slave.xml file from core (#4330) · 12e3345d
      Tommy Sparber 提交于
      The jenkins-slave.xml file has been copied to the windows-slave-installer-module,
      but a unused (old) copy is still present in the jenkins core.
      12e3345d
    • B
      Merge pull request #4346 from MRamonLeon/JENKINS-59793 · 5f810770
      Baptiste Mathus 提交于
      [JENKINS-59793] Avoid hanging jobs with faulty SubTasks
      5f810770
  2. 12 11月, 2019 6 次提交
  3. 11 11月, 2019 4 次提交
  4. 10 11月, 2019 4 次提交
  5. 09 11月, 2019 1 次提交
  6. 08 11月, 2019 4 次提交
  7. 05 11月, 2019 7 次提交
  8. 04 11月, 2019 1 次提交
  9. 03 11月, 2019 3 次提交
  10. 02 11月, 2019 2 次提交
  11. 01 11月, 2019 4 次提交