Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix bug where sysadmin could add userOrganisation rows to the same org indefinitely because the userOrganisations were not being added to organisation's attached Set.

tried to clarify some debug messages

change memberOfParent boolean to be true when parent is the root organisation. don't want to automatically add users to the root organisation, only standard parent groups.

LDEV-551 commented out 'remove' method as organisations won't actually be deleted from database, just flagged as removed.

automatically set user's flash/html themes to server default

sysadmin can disable/enable users

  1. … 2 more files in changeset.
when adding existing user to a subgroup, user is automatically added to group with same roles.

  1. … 1 more file in changeset.
Moved remove user business logic to the service.

add error handling for when user is not a member of any organisation; fix forward-path when errors found in form

don't return disabled users in search results

add error handling for when user is not a member of any organisation

reworking 'delete user' function - not complete yet

  1. … 2 more files in changeset.
organise imports only

close file output stream finally

use string constants

generate unique image file name to avoid browser caching

new login page maintain feature

    • -0
    • +92
    ./org/lamsfoundation/lams/admin/web/LoginMaintainAction.java
    • -0
    • +191
    ./org/lamsfoundation/lams/admin/web/LoginSaveAction.java
  1. … 2 more files in changeset.
organise imports only

LDEV-546: change organisation list to display locale description instead of old language/country

  1. … 2 more files in changeset.
organise imports only

Removed redundant language and country tables - now just use the supported locale tables.

  1. … 31 more files in changeset.
avoid using http session

  1. … 1 more file in changeset.
move to lams_common for usermanageservice to use

add import to compile only

some optimisation to avoid unnecessary db queries.

removed getRolesForOrgType method

  1. … 2 more files in changeset.
switch to use adminMessageService instead of ActionMessages to display errors such as error.authorisation and error.org.invalid in the new error.jsp

new adminMessageService for sending message resources to error.jsp

  1. … 1 more file in changeset.
fix bug where course managers could not manage users

fix bug where check for course admin/manager roles was being made on the user's class roles, not their course roles