• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix roles import using getSession() to check whether user is sysadmin

make roles import work with new thread; fix console log message when roles couldn't be assigned; fix wrong key used for jsp error message

changed to only fork a thread if number of rows in spreadsheet is > 500 (so small spreadsheets don't have to wait for status page's first update if<5 seconds)

LDEV-1261 improve import user speed by running in separate thread (bypass hibernate filter), and update browser with progress every 5 seconds so it doesn't timeout.

  1. … 9 more files in changeset.
LDEV-1259 bulk import groups via spreadsheet

  1. … 6 more files in changeset.
merge with lams2_0_3 tag on HEAD

  1. … 120 more files in changeset.
update list of federation servers from registry

  1. … 8 more files in changeset.
New screen in lams_admin for listing federation info and other federation related things

  1. … 6 more files in changeset.
file FederationAction.java was initially added on branch shibboleth_2_0.

LDEV-1203 don't cause exception if user submits nothing

fix struts forwarding

LDEV-1219 trim login string for whitespace

Removing LAMS from titles, updating FCKEditor to remove lams from the path and to stop file uploads on the maintain jsp page.

  1. … 2 more files in changeset.
LDEV-1212 - remove EARDir path from static/final variable so EARDir changes are registered on the fly

removing Configuration.get(EARDir) from static final file paths

news_page_path shouldn't be static final if it includes 'Configuration.get(EARDir)', since a sysadmin may need to change value of EARDir

login_page_path shouldn't be static final if it includes 'Configuration.get(EARDir)', since a sysadmin may need to change value of EARDir; show error if can't write to login.jsp based on path in EARDir

  1. … 3 more files in changeset.
configure shibboleth attribute header names in lams_configuration table

  1. … 6 more files in changeset.
LDEV-167 new screen for sysadmins for cleaning up temp files

  1. … 4 more files in changeset.
Merging 2.0.1 changes from the HEAD

  1. … 165 more files in changeset.
Merged 2.0.1 release changes from HEAD.

  1. … 190 more files in changeset.
LDEV-1145 sort org beans alphabetically

send extra 'no. of sessions' attribute to jsp, doesn't cause javascript warnings like before

handle v1 user with no orgrights without causing null exception, even though a v1 user should always have at least 1 orgright

use change_password field in user table to show user 'password change' screen instead of index page when they login

  1. … 4 more files in changeset.
change SpreadsheetService to ImportService; adjust jsp display

  1. … 6 more files in changeset.
change imported passwords to sha1(login) instead of v1's md5 password; fix null bug

LDEV-1089 import v1 users and orgs

    • -0
    • +134
    ./java/org/lamsfoundation/lams/admin/web/dto/V1UserDTO.java
  1. … 8 more files in changeset.
LDEV-1107 use course type orgs not root type

Finally version for learning library management.

  1. … 3 more files in changeset.