1. 23 12月, 2019 2 次提交
  2. 16 12月, 2019 2 次提交
  3. 09 12月, 2019 2 次提交
  4. 03 12月, 2019 2 次提交
  5. 29 11月, 2019 1 次提交
    • V
      [JENKINS-6798] Redirect on HTTP 502, 503, 504 (#4366) · b4e4d788
      Vincent Latombe 提交于
      * [JENKINS-6798] Redirect on HTTP >= 502 (502, 503, 504)
      
      When Jenkins is behind a reverse proxy and is not available or
      restarting, the reverse proxy will answer a HTTP 502 (because the upstream
      doesn't answer).
      
      * Add upper bound
      b4e4d788
  6. 25 11月, 2019 2 次提交
  7. 21 11月, 2019 1 次提交
  8. 18 11月, 2019 2 次提交
  9. 15 11月, 2019 1 次提交
  10. 13 11月, 2019 1 次提交
    • 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
  11. 11 11月, 2019 2 次提交
  12. 09 11月, 2019 1 次提交
  13. 08 11月, 2019 1 次提交
  14. 05 11月, 2019 2 次提交
  15. 04 11月, 2019 1 次提交
  16. 01 11月, 2019 2 次提交
    • M
      Fix Jenkins renaming leftovers in Turkish localization · aaac788c
      Mustafa Ulu 提交于
      We use different suffixes for Hudson and Jenkins. I have found and fixed
      following errors.
      
      - Hudson'a -> Jenkins'e
      - Hudson'da -> Jenkins'de
      - Hudson'ı -> Jenkins'i
      - Hudson'ın -> Jenkins'in
      - Hudson'la -> Jenkins'le
      aaac788c
    • A
      Update the Plugin Manager Updates View with more Info about incompatible... · e5ba39e3
      Andi Pabst 提交于
      Update the Plugin Manager Updates View with more Info about incompatible dependencies and change CSS classes (#4299)
      
      * add information about incompatible plugin updates
      
      * use alert-danger CSS class
      
      * revert stripping whitespaces
      
      * Update core/src/main/resources/hudson/PluginManager/_table.css to include a line brak at the end
      Co-Authored-By: NOleg Nenashev <o.v.nenashev@gmail.com>
      
      * use separate text for list of incompatible plugins
      
      * restore and deprecate style.css
      
      * make better use of caching
      e5ba39e3
  17. 28 10月, 2019 2 次提交
  18. 24 10月, 2019 1 次提交
  19. 21 10月, 2019 2 次提交
  20. 15 10月, 2019 2 次提交
  21. 11 10月, 2019 2 次提交
  22. 09 10月, 2019 1 次提交
  23. 07 10月, 2019 4 次提交
  24. 01 10月, 2019 1 次提交