Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: aa4ff3d2bd0af0737a0a1707067f1540c09be111
      
https://github.com/jenkinsci/ldap-plugin/commit/aa4ff3d2bd0af0737a0a1707067f1540c09be111
  Author: Stephen Connolly <[email protected]>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/security/LDAPSecurityRealm.java
    M src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly
    A src/main/resources/jenkins/security/plugins/ldap/validation/taglib
    A src/main/resources/jenkins/security/plugins/ldap/validation/validate.jelly
    A 
src/main/resources/jenkins/security/plugins/ldap/validation/validate/validate.css
    A 
src/main/resources/jenkins/security/plugins/ldap/validation/validate/validate.js

  Log Message:
  -----------
  Better form validation for LDAP


  Commit: c33939f463479d97baef41edf09ae197df95aa45
      
https://github.com/jenkinsci/ldap-plugin/commit/c33939f463479d97baef41edf09ae197df95aa45
  Author: Stephen Connolly <[email protected]>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    A src/images/validation-ok.svg
    M src/main/java/hudson/security/LDAPSecurityRealm.java
    M 
src/main/resources/jenkins/security/plugins/ldap/validation/validate/validate.css
    A 
src/main/resources/jenkins/security/plugins/ldap/validation/validate/validation-ok.png

  Log Message:
  -----------
  Add some more specific detail checks


  Commit: 87c7e2fb22a4676f0527dd4971a1715ebe04e327
      
https://github.com/jenkinsci/ldap-plugin/commit/87c7e2fb22a4676f0527dd4971a1715ebe04e327
  Author: Stephen Connolly <[email protected]>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M src/main/java/hudson/security/LDAPSecurityRealm.java

  Log Message:
  -----------
  All the validation checks I can think of


  Commit: 4538d56af14f2aa9546d6f93e16a93ebbecc1acb
      
https://github.com/jenkinsci/ldap-plugin/commit/4538d56af14f2aa9546d6f93e16a93ebbecc1acb
  Author: Stephen Connolly <[email protected]>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M 
src/main/resources/jenkins/security/plugins/ldap/validation/validate/validate.js

  Log Message:
  -----------
  ensure we capture the validation form early


  Commit: 6041616381ead7c12fdfeb7c30f9fa2437a9dcf9
      
https://github.com/jenkinsci/ldap-plugin/commit/6041616381ead7c12fdfeb7c30f9fa2437a9dcf9
  Author: Stephen Connolly <[email protected]>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M src/main/java/hudson/security/LDAPSecurityRealm.java

  Log Message:
  -----------
  Tweak validation of group lookup


  Commit: 4e7237f8d141f6e1f5cc4be2551afaa09d88e536
      
https://github.com/jenkinsci/ldap-plugin/commit/4e7237f8d141f6e1f5cc4be2551afaa09d88e536
  Author: Stephen Connolly <[email protected]>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M src/main/java/hudson/security/LDAPSecurityRealm.java
    M 
src/main/java/jenkins/security/plugins/ldap/FromUserRecordLDAPGroupMembershipStrategy.java

  Log Message:
  -----------
  All group membership strategies should comply with the prefixing roles 
contract (and if not prefixing don't try)


  Commit: 3d556a31e7fdcfaaf23e2ba0f4d8e0a61d5da201
      
https://github.com/jenkinsci/ldap-plugin/commit/3d556a31e7fdcfaaf23e2ba0f4d8e0a61d5da201
  Author: Stephen Connolly <[email protected]>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M src/main/java/hudson/security/LDAPSecurityRealm.java
    M src/main/resources/hudson/security/LDAPBindSecurityRealm.groovy
    M src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly
    A 
src/main/resources/hudson/security/LDAPSecurityRealm/help-disableRolePrefixing.html

  Log Message:
  -----------
  [FIXED JENKINS-21374] Allow disabling ROLE_ creation


  Commit: 854d3ccaa9c33b0e4974af39cc87e8eb76c5af05
      
https://github.com/jenkinsci/ldap-plugin/commit/854d3ccaa9c33b0e4974af39cc87e8eb76c5af05
  Author: Stephen Connolly <[email protected]>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M src/test/java/hudson/security/LDAPEmbeddedTest.java
    M src/test/resources/hudson/security/sevenSeas.ldif

  Log Message:
  -----------
  Test role lookup


  Commit: eb930b8a1def84edab0ca995ea61ae2a89577e8e
      
https://github.com/jenkinsci/ldap-plugin/commit/eb930b8a1def84edab0ca995ea61ae2a89577e8e
  Author: Stephen Connolly <[email protected]>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M src/test/java/hudson/security/LDAPEmbeddedTest.java
    M src/test/resources/hudson/security/sevenSeas.ldif

  Log Message:
  -----------
  Aha, now the test is failing correctly


  Commit: 7481d91529786c2a52edb787e4456c8af2645c2b
      
https://github.com/jenkinsci/ldap-plugin/commit/7481d91529786c2a52edb787e4456c8af2645c2b
  Author: Stephen Connolly <[email protected]>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M src/main/java/hudson/security/LDAPSecurityRealm.java
    M 
src/main/java/jenkins/security/plugins/ldap/FromUserRecordLDAPGroupMembershipStrategy.java
    M src/main/resources/hudson/security/LDAPBindSecurityRealm.groovy

  Log Message:
  -----------
  Now that I have demonstrated the bug, let's fix it


  Commit: a99965167bfb6b86645d5b084a6b0515c0721645
      
https://github.com/jenkinsci/ldap-plugin/commit/a99965167bfb6b86645d5b084a6b0515c0721645
  Author: Stephen Connolly <[email protected]>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M src/main/java/hudson/security/LDAPSecurityRealm.java
    M src/main/resources/jenkins/security/plugins/ldap/Messages.properties
    M src/main/resources/jenkins/security/plugins/ldap/validation/validate.jelly
    M src/test/java/hudson/security/LDAPEmbeddedTest.java

  Log Message:
  -----------
  Validation feature complete


  Commit: 5817d97b331bd8a7061df2c5c634fa4c8501bbf2
      
https://github.com/jenkinsci/ldap-plugin/commit/5817d97b331bd8a7061df2c5c634fa4c8501bbf2
  Author: Stephen Connolly <[email protected]>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/security/LDAPSecurityRealm.java
    M src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly
    A src/main/resources/hudson/security/LDAPSecurityRealm/config.properties
    M src/main/resources/jenkins/security/plugins/ldap/validation/validate.jelly
    M 
src/main/resources/jenkins/security/plugins/ldap/validation/validate/validate.js
    M src/test/java/hudson/security/LDAPEmbeddedTest.java

  Log Message:
  -----------
  Enhance testability


  Commit: 5bde735f891d437dde7d3065576a945382022b7b
      
https://github.com/jenkinsci/ldap-plugin/commit/5bde735f891d437dde7d3065576a945382022b7b
  Author: Stephen Connolly <[email protected]>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
    M src/main/resources/hudson/security/LDAPSecurityRealm/config.properties

  Log Message:
  -----------
  Update blurb


  Commit: 5088ad46ad5e769728c71bae430f150a0f0d74e1
      
https://github.com/jenkinsci/ldap-plugin/commit/5088ad46ad5e769728c71bae430f150a0f0d74e1
  Author: Stephen Connolly <[email protected]>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
    M src/main/java/hudson/security/LDAPSecurityRealm.java
    M src/main/resources/jenkins/security/plugins/ldap/Messages.properties

  Log Message:
  -----------
  [JENKINS-43388] Sync the implementation with the documented acceptance 
criteria


  Commit: cc8d2d2b7357b313544b76cff3288654c87440d8
      
https://github.com/jenkinsci/ldap-plugin/commit/cc8d2d2b7357b313544b76cff3288654c87440d8
  Author: Stephen Connolly <[email protected]>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M src/main/resources/hudson/security/LDAPSecurityRealm/config.properties

  Log Message:
  -----------
  [JENKINS-43388] Fix whitespace in message bundle


  Commit: ff919c69d4dfb28962b4eb2f4ce00b5c525f23db
      
https://github.com/jenkinsci/ldap-plugin/commit/ff919c69d4dfb28962b4eb2f4ce00b5c525f23db
  Author: Stephen Connolly <[email protected]>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M src/main/resources/jenkins/security/plugins/ldap/validation/validate.jelly
    M 
src/main/resources/jenkins/security/plugins/ldap/validation/validate/validate.js

  Log Message:
  -----------
  [JENKINS-43388] Move stashed sub-form to window object to prevent undefined 
dialog box error


  Commit: a258feee8ef904ac557b9c29ef1bd4e71e27d713
      
https://github.com/jenkinsci/ldap-plugin/commit/a258feee8ef904ac557b9c29ef1bd4e71e27d713
  Author: Stephen Connolly <[email protected]>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M src/main/java/hudson/security/LDAPSecurityRealm.java
    M src/main/resources/jenkins/security/plugins/ldap/Messages.properties

  Log Message:
  -----------
  [JENKINS-43388] Improve validation messages


  Commit: 0633afcd053254b38ee0d172c4e81c76d486640c
      
https://github.com/jenkinsci/ldap-plugin/commit/0633afcd053254b38ee0d172c4e81c76d486640c
  Author: Stephen Connolly <[email protected]>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M src/main/resources/hudson/security/LDAPSecurityRealm/config.properties
    M src/main/resources/jenkins/security/plugins/ldap/Messages.properties

  Log Message:
  -----------
  [JENKINS-43388] @cyrille-leclerc requested tweaks to message strings


  Commit: 2f9744a42046f81063e4408ca8f13a516704df75
      
https://github.com/jenkinsci/ldap-plugin/commit/2f9744a42046f81063e4408ca8f13a516704df75
  Author: Stephen Connolly <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M pom.xml
    A src/images/validation-ok.svg
    M src/main/java/hudson/security/LDAPSecurityRealm.java
    M 
src/main/java/jenkins/security/plugins/ldap/FromUserRecordLDAPGroupMembershipStrategy.java
    M src/main/resources/hudson/security/LDAPBindSecurityRealm.groovy
    M src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly
    A src/main/resources/hudson/security/LDAPSecurityRealm/config.properties
    A 
src/main/resources/hudson/security/LDAPSecurityRealm/help-disableRolePrefixing.html
    M src/main/resources/jenkins/security/plugins/ldap/Messages.properties
    A src/main/resources/jenkins/security/plugins/ldap/validation/taglib
    A src/main/resources/jenkins/security/plugins/ldap/validation/validate.jelly
    A 
src/main/resources/jenkins/security/plugins/ldap/validation/validate/validate.css
    A 
src/main/resources/jenkins/security/plugins/ldap/validation/validate/validate.js
    A 
src/main/resources/jenkins/security/plugins/ldap/validation/validate/validation-ok.png
    M src/test/java/hudson/security/LDAPEmbeddedTest.java
    M src/test/resources/hudson/security/sevenSeas.ldif

  Log Message:
  -----------
  Merge pull request #18 from stephenc/better-validation

JENKINS-43388 Provide a "Test" button that allows verification of the LDAP 
settings before application to prevent lockout


Compare: 
https://github.com/jenkinsci/ldap-plugin/compare/f27ecc923e91...2f9744a42046

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to