1. 25 6月, 2018 3 次提交
  2. 23 6月, 2018 1 次提交
  3. 18 6月, 2018 4 次提交
    • K
      mvn incrementals:reincrementalify · 8b4dea41
      Kohsuke Kawaguchi 提交于
      8b4dea41
    • K
      5a66551e
    • K
      29141f8e
    • 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
  4. 15 6月, 2018 1 次提交
  5. 11 6月, 2018 3 次提交
  6. 10 6月, 2018 1 次提交
  7. 04 6月, 2018 3 次提交
  8. 29 5月, 2018 3 次提交
  9. 28 5月, 2018 1 次提交
  10. 22 5月, 2018 3 次提交
  11. 21 5月, 2018 2 次提交
  12. 19 5月, 2018 1 次提交
  13. 15 5月, 2018 3 次提交
  14. 08 5月, 2018 2 次提交
  15. 07 5月, 2018 1 次提交
  16. 06 5月, 2018 2 次提交
  17. 03 5月, 2018 1 次提交
  18. 01 5月, 2018 2 次提交
  19. 26 4月, 2018 1 次提交
    • W
      [JENKINS-31661] Check the root url (Admin monitor + Wizard) (#3082) · 17b94a04
      Wadeck Follonier 提交于
      * [JENKINS-31661] Add an administrative monitor to check the root url configuration
      - add the monitor + test
      
      * - corrections requested by Oleg in code review
      
      * - add a field to fill during SetupWizard for the rootUrl (default value using javascript but editable)
      - WIP : missing the translation
      
      * - revert whitespace change
      
      * - little refactoring of js methods
      
      * - translation added
      
      * - modification requested during PR by Jesse
      
      * - renaming proposed by Keith
      
      * - rework to have a new page in the SetupWizard for the root URL
      
      * Correct relevant non-conflicting merge changes
      
      * - in case of skip => also skip the instance configuration
      - terminate => finish (+ uppercase)
      - replace double single quotes
      - add help message in the wizard to inform admins
      - correct the installState serialization problem
      - update working (admin monitor + wizard)
      
      * address Daniel's comment
      - skip all steps will show two messages instead of one (like before when clicking on skip twice)
      - skip => not now
      - remove margin and adjust padding for the wizard forms
      - add the "if possible"
      
      * address Arnaud's comment on the sauter vs passer
      
      * address Liam's comment
      
      * correct previous commit typo
      
      * correct previous commit typo (2)
      
      * add blank end line
      
      * address James' comment
      
      * address Daniel's comment
      
      * address Devin's comment
      - implement error management in the wizard
      - provide different message in the monitor in case of null / invalid url
      - add an helper to validate URL (even with _ in domain)
      - add @Restricted
      
      * - also update the monitor test to be consistent with its new behavior
      
      * address Devin's comments
      
      * correct header files
      
      * include relevant classes for the url validation from commons-validator:1.6
      
      * Move Apache classes in a more standard package
      17b94a04
  20. 23 4月, 2018 2 次提交