Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed stats on register server page

  1. … 5 more files in changeset.
remove unused imports

LDEV-987 split search results into pages

  1. … 3 more files in changeset.
fix import users being able to assign invalid roles for a particular orgType

  1. … 3 more files in changeset.
set archived_date when organisation becomes archived

  1. … 3 more files in changeset.
change 'course admin/manager' in db to 'group admin/manager' so users don't have to say 'course admin/manager' when specifying roles in a spreadsheet ('course' replaced by 'group').

    • -2
    • +2
    ./lamsfoundation/lams/admin/web/UserAction.java
  1. … 10 more files in changeset.
return error when encounter invalid role name

add text to screen

  1. … 2 more files in changeset.
add email validation

move auto membership of parent group into setRolesForUserOrganisation; auto set monitor for subgroups when assigning group manager

  1. … 2 more files in changeset.
added global group admin

    • -30
    • +40
    ./lamsfoundation/lams/admin/web/UserAction.java
  1. … 5 more files in changeset.
last change needs a null check

    • -0
    • +1
    ./lamsfoundation/lams/admin/web/UserAction.java
added global roles to user display

    • -0
    • +15
    ./lamsfoundation/lams/admin/web/UserAction.java
  1. … 2 more files in changeset.
make orgid=null when there's an error

when assigning global roles, was returning roles for a class, not the global ones

when user is removed from a group, remove from subgroups as well

  1. … 5 more files in changeset.
change forward so that breadcrumbs are not broken when user submits an invalid form

LDEV-987 add checkbox to display all users (still need to split results into pages)

  1. … 3 more files in changeset.
code block should work now that UserManagementService is updated (sorry!)

    • -3
    • +2
    ./lamsfoundation/lams/admin/web/UserAction.java
Commenting out the code that is breaking the build.

    • -2
    • +3
    ./lamsfoundation/lams/admin/web/UserAction.java
LDEV-986 display user's org roles when editing/viewing their profile

    • -0
    • +46
    ./lamsfoundation/lams/admin/web/UserAction.java
    • -0
    • +61
    ./lamsfoundation/lams/admin/web/dto/UserOrgRoleDTO.java
  1. … 2 more files in changeset.
fix bug where the list of users would include the list from a previous invocaation, when the user did not save/cancel to leave the page

fix bug where you could add user without any roles

LDEV-954 update struts-forwards to use sysadmin action instead of going straight to the jsp

sysadmin window now displays links according to role (either sysadmin or author admin)

    • -0
    • +87
    ./lamsfoundation/lams/admin/web/action/SysAdminStartAction.java
    • -0
    • +51
    ./lamsfoundation/lams/admin/web/dto/LinkBean.java
  1. … 2 more files in changeset.
move filterRoles to service

add global roles to group management screen; restrict possible roles to 3 sections, global/course/class.

  1. … 6 more files in changeset.
LDEV-231 edit default tool content

    • -0
    • +109
    ./lamsfoundation/lams/admin/web/ToolContentListAction.java
  1. … 3 more files in changeset.
register form update

  1. … 2 more files in changeset.
LDEV-884 add audit log for spreadsheet-imported users