1. 07 8月, 2020 1 次提交
  2. 04 8月, 2020 1 次提交
  3. 30 6月, 2020 1 次提交
  4. 12 5月, 2020 2 次提交
  5. 26 4月, 2020 1 次提交
  6. 19 4月, 2020 1 次提交
  7. 06 4月, 2020 1 次提交
  8. 05 4月, 2020 1 次提交
  9. 28 2月, 2020 1 次提交
  10. 24 2月, 2020 1 次提交
  11. 22 2月, 2020 1 次提交
  12. 19 2月, 2020 1 次提交
  13. 15 2月, 2020 1 次提交
  14. 26 1月, 2020 1 次提交
  15. 14 1月, 2020 1 次提交
  16. 07 1月, 2020 1 次提交
    • R
      Fix issues in properties files · 7a3699d3
      René Scheibe 提交于
      - trailing spaces ` ` after backslash `\` for multi-line entries
      - missing backslash `\` for multi-line entries
      - missing escaping of the key/value separator colon `:` when used literally
      - missing key/value separator `=`
      - duplicate entries
      - extra content without a key
      7a3699d3
  17. 01 11月, 2019 1 次提交
    • 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
  18. 26 10月, 2019 1 次提交
    • M
      Localization files should end with line feed · 84d9076e
      Mustafa Ulu 提交于
      Translation tool can append new keys to end of existing files. If a properties file does not end with line feed than the first new key will be appended to the last line of that file.
      
      For example a line like "key=value" will become "key=valueappendedKey=appendedValue"
      84d9076e
  19. 11 9月, 2019 1 次提交
  20. 22 8月, 2019 1 次提交
  21. 24 7月, 2019 1 次提交
  22. 03 7月, 2019 1 次提交
  23. 14 6月, 2019 1 次提交
    • J
      Cleanup groovy (#4033) · c9ad878e
      Josh Soref 提交于
      * IntelliJ/Groovy: deprecation
      
      This is pretty useless as getSecurityKey is also deprecated
      
      * IntelliJ/Groovy: deprecation
      
      Resolve ApiTokenFilter is deprecated
      
      * IntelliJ/Groovy: Semicolons are Optional
      
      * This import is required by a bean/hudson.util.spring.BeanBuilder
      c9ad878e
  24. 02 6月, 2019 1 次提交
  25. 24 5月, 2019 1 次提交
  26. 02 5月, 2019 1 次提交
  27. 22 4月, 2019 1 次提交
  28. 01 4月, 2019 1 次提交
  29. 08 3月, 2019 1 次提交
  30. 30 1月, 2019 1 次提交
  31. 10 12月, 2018 1 次提交
  32. 16 11月, 2018 1 次提交
  33. 08 11月, 2018 1 次提交
  34. 02 10月, 2018 1 次提交
  35. 24 8月, 2018 1 次提交
  36. 19 7月, 2018 1 次提交
  37. 26 6月, 2018 1 次提交
    • J
      clarify: jnlp agent port help · bd05b8cc
      Josh Soref 提交于
      document default and recommended behavior first
      grammar: recommended-that
      explain that the system is responsible for random generation at launch
      
      Removes mention of "default" secondary behavior because, afaict
      the default is simply "disabled", but by listing random before assigned,
      we're implicitly favoring that.
      bd05b8cc
  38. 25 6月, 2018 1 次提交
  39. 18 6月, 2018 1 次提交
    • T
      [JENKINS-50447] New design and slim down of login page (#3380) · 90670e05
      Thorsten Scherler 提交于
      * [JENKINS-50447] New design and slim down of login page
      
      The change will provide a new designed login page that is using no external deps to prevent any possible malvious javascript.
      We still allow the user to use the legacy login page, which has not changed the behaviour.
      
      [JENKINS-50447] Implement error case and use final svg jenkins logo
      
      [JENKINS-50447] remove mock up logo
      
      [JENKINS-50447] Fix feet back from jlong
      
      [JENKINS-50447_squash] Use theme css which only contains values to be overriden. Drop ie js since with the theme css it is not needed anymore
      
      * [JENKINS-50447_squash] Fix expression to evaluate when to show an error and when to simply redirect
      
      * eslint - formating changes and fix offences
      
      * [JENKINS-50447_squash] Use system property to controll whether or not to use the legacy login
      
      * [JENKINS-50447_squash] prevent that the jsessionId appears in the url which should fix most tests
      
      * [JENKINS-50447_squash] Fix cli test by adding pageDecorators magic from layout.jelly
      
      * [JENKINS-50447_squash] remove pageDecorators because they assume existence of js that we do not have
      
      * [JENKINS-50447] New design and slim down of login page
      
      The change will provide a new designed login page that is using no external deps to prevent any possible malvious javascript.
      We still allow the user to use the legacy login page, which has not changed the behaviour.
      
      [JENKINS-50447] Implement error case and use final svg jenkins logo
      
      [JENKINS-50447] remove mock up logo
      
      [JENKINS-50447] Fix feet back from jlong
      
      [JENKINS-50447_squash] Use theme css which only contains values to be overriden. Drop ie js since with the theme css it is not needed anymore
      
      [JENKINS-50447_squash] Fix expression to evaluate when to show an error and when to simply redirect
      
      eslint - formating changes and fix offences
      
      [JENKINS-50447_squash] Use system property to controll whether or not to use the legacy login
      
      [JENKINS-50447_squash] prevent that the jsessionId appears in the url which should fix most tests
      
      [JENKINS-50447_squash] Fix cli test by adding pageDecorators magic from layout.jelly
      
      [JENKINS-50447_squash] remove pageDecorators because they assume existence of js that we do not have
      
      [JENKINS-50447_squash] make login page extensible with pagedecorators
      
      [JENKINS-50447_squash] drop legacy support
      
      * Make theme customisable by using a magic package for css and header. Limiting the implemetation of those to one.
      
      * [JENKINS-50447_squash] Creating a specific decorator for login which only returns one instance
      
      * [JENKINS-50447_squash] using rounded corner
      
      * JENKINS-50447 remove legacy code
      
      * [JENKINS-50447_squash] Fix comments from @amuniz about javadoc and uniqueness of css for login
      
      * [JENKINS-50447_squash] Fix click on label span to toggle the select of the checkbox
      
      * [JENKINS-50447_squash] fix comments from @daniel-beck
      
      * [JENKINS-50447_squash] Fix license headers
      
      * [JENKINS-50447_squash] Implement loading/restarting and signup with same design
      
      * [JENKINS-50447_squash] Implement the loading/restarting view and signup with same design as the login page
      
      * [JENKINS-50447_squash] Remove limitation that only one validation error can be shown at a time
      
      * [JENKINS-50447_squash] implement password strength checker
      
      * [JENKINS-50447_squash] Fix different comments from @daniel-beck regarding titles. Further enhanced spacing of label and input
      
      * [JENKINS-50447_squash] Fix restart screen css. Fix comments regarding signup page.
      
      * [JENKINS-50447_squash] fix tabindex flow
      
      * harmonize design
      - of checkboxes using jdl styles.
      - distance of headers
      
      * [JENKINS-50447] Fix comments from @daniel-beck
      - fix some accessibility issues
      -- html has now a lang tag
      -- define main region
      - fix missplaced }
      - fix when server down for real that we still show the loading page
      
      * [JENKINS-50447_squash] should never ended up here
      90670e05