• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changes to fix a problem with the 2.0.7 patch for .LRN and user progresses

Now the any user's progress can be obtained by any user. The permissions are handled on the LMS side

  1. … 2 more files in changeset.
Work for .LRN integrations & gradebook.

Request now be made to lessonManagerServlet for a single user progress on a particular lesson

Changes to merge 2.0.5 with ldap2_0_4 branch to be used for macquarie uni and the webCt-LAMS integration

    • -1
    • +26
    ./lams/web/LoginRequestServlet.java
  1. … 7 more files in changeset.
fix for ConcurrentModificationException while Iterating over a Set; stop printing password in logs; make reading of roles mapping values more flexible

    • -6
    • +6
    ./lams/security/LDAPAuthenticator.java
    • -4
    • +1
    ./lams/security/UniversalLoginModule.java
  1. … 3 more files in changeset.
fix problem with integration users getting rejected when LDAPEncryptPasswordFromBrowser is false; generate random password for ldap users instead of hard coded text

    • -3
    • +10
    ./lams/security/UniversalLoginModule.java
  1. … 1 more file in changeset.
support multiple base DNs; support paged search results from ldap; remove bulk update method from spring's transactions; improve bulk update results report

    • -52
    • +58
    ./lams/security/LDAPAuthenticator.java
  1. … 12 more files in changeset.
move user disabled check after authentication, to give non-db methods a chance to update disabled flag.

    • -7
    • +10
    ./lams/security/UniversalLoginModule.java
add support for user enabled/disabled flag in ldap

    • -3
    • +12
    ./lams/security/LDAPAuthenticator.java
  1. … 6 more files in changeset.
merge LangUtil into LanguageUtil

  1. … 8 more files in changeset.
refactor locale related code into new LangUtil class, modify existing calls to use LangUtil methods

  1. … 8 more files in changeset.
merge ldap changes from HEAD to this branch, branched from 2.0.4

    • -131
    • +0
    ./lams/security/AuthenticationMethodConfigurer.java
    • -9
    • +5
    ./lams/security/DatabaseAuthenticator.java
    • -44
    • +89
    ./lams/security/LDAPAuthenticator.java
    • -86
    • +74
    ./lams/security/UniversalLoginModule.java
  1. … 42 more files in changeset.