• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    • +3
    ./lams/admin/web/ServerMaintainAction.java
  1. … 1 more file in changeset.
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
    ./lams/admin/web/ServerSaveAction.java
  1. … 3 more files in changeset.
count users by using aggregate function count instead of getting all rows and counting the rows

    • -14
    • +3
    ./lams/admin/web/action/LdapConfigAction.java
  1. … 2 more files 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)

    • -9
    • +55
    ./lams/admin/web/action/LdapConfigAction.java
  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

    • -28
    • +56
    ./lams/admin/web/action/LdapConfigAction.java
  1. … 12 more files in changeset.
merge LangUtil into LanguageUtil

    • -3
    • +3
    ./lams/admin/service/ImportService.java
    • -2
    • +2
    ./lams/admin/web/ServerSaveAction.java
  1. … 5 more files in changeset.
refactor locale related code into new LangUtil class, modify existing calls to use LangUtil methods

    • -19
    • +6
    ./lams/admin/service/ImportService.java
    • -4
    • +2
    ./lams/admin/web/ServerSaveAction.java
  1. … 5 more files in changeset.
merge ldap changes from HEAD to this branch, branched from 2.0.4

    • -2
    • +2
    ./lams/admin/service/ImportService.java
    • -9
    • +9
    ./lams/admin/web/UserOrgRoleSaveAction.java
    • -2
    • +2
    ./lams/admin/web/UserRolesSaveAction.java
    • -32
    • +5
    ./lams/admin/web/UserSaveAction.java
    • -1
    • +1
    ./lams/admin/web/action/LdapConfigAction.java
  1. … 49 more files in changeset.