• 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.
Updating version to 2.0.7 to include the single user progress functionality

    • -5
    • +5
    ./db/sql/insert_lams_unix_config_data.sql
    • -5
    • +5
    ./db/sql/insert_lams_windows_config_data.sql
  1. … 1 more file in changeset.
update config settings in 2.0.6 update script.

Updated version to 2.0.6

    • -5
    • +5
    ./db/sql/insert_lams_unix_config_data.sql
    • -5
    • +5
    ./db/sql/insert_lams_windows_config_data.sql
LDEV-1284 add check for when organisation is missing in integration entry; don't add new users to the integration org since there no longer is one. Backported from HEAD.

  1. … 1 more file in changeset.
LDEV-1284 integration organisation no longer mandatory; marking file as ascii, not binary

    • -53
    • +53
    ./db/sql/create_integration_tables.sql
merge changes from HEAD to ldap2_0_4 branch for LDEV-1284, making integration organsiations not mandatory (requires alter_206_integration.sql update script to be run)

  1. … 2 more files in changeset.
Merge LDEV-1284 changes to ldap2_0_4 branch

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

  1. … 8 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

  1. … 2 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

  1. … 1 more file in changeset.
count users by using aggregate function count instead of getting all rows and counting the rows

  1. … 1 more file in changeset.
improve speed of bulk update by running in separate thread (bypass hibernate filter); make sync page refresh every 5 seconds to prevent timeout (and also to detect when bulk update is finished)

  1. … 2 more files 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

    • -1
    • +2
    ./db/sql/insert_lams_unix_config_data.sql
    • -1
    • +2
    ./db/sql/insert_lams_windows_config_data.sql
    • -1
    • +2
    ./db/sql/updatescripts/alter_205_ldap.sql
  1. … 5 more files in changeset.
fix error when hibernate didn't initialise user.userOrgs for newly created user during bulk update

fix bug when ldap user has no disabled attribute and LDAPDisabledAttr is prefixed with '!'.

add support for user enabled/disabled flag in ldap

    • -0
    • +1
    ./db/sql/insert_lams_unix_config_data.sql
    • -0
    • +1
    ./db/sql/insert_lams_windows_config_data.sql
    • -0
    • +1
    ./db/sql/updatescripts/alter_205_ldap.sql
  1. … 1 more file in changeset.
merge LangUtil into LanguageUtil

  1. … 5 more files in changeset.
add default names for some ldap attributes, add LDAPLocaleAttr

    • -5
    • +6
    ./db/sql/insert_lams_unix_config_data.sql
    • -5
    • +6
    ./db/sql/insert_lams_windows_config_data.sql
    • -5
    • +6
    ./db/sql/updatescripts/alter_205_ldap.sql
  1. … 1 more file in changeset.
refactor locale related code into new LangUtil class, modify existing calls to use LangUtil methods

  1. … 5 more files in changeset.
add ldap attributes for all LAMS user attributes

    • -1
    • +9
    ./db/sql/insert_lams_unix_config_data.sql
    • -1
    • +9
    ./db/sql/insert_lams_windows_config_data.sql
    • -0
    • +36
    ./db/sql/updatescripts/alter_205_ldap.sql
  1. … 2 more files in changeset.
merge ldap changes from HEAD to this branch, branched from 2.0.4

    • -2
    • +28
    ./db/sql/insert_lams_unix_config_data.sql
    • -2
    • +28
    ./db/sql/insert_lams_windows_config_data.sql
  1. … 42 more files in changeset.