• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file patch2040045.sql was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lams/dbupdates/patch2040045.sql
LDEV-3578: Convert passwords from sha1 to sha256 with salt after successful authentication and on password change.

Remove password hashing in browser.

Change internal authentication mechanism for LoginRequestServlet and LoginAsAction.

    • -81
    • +97
    ./lams/integration/service/IntegrationService.java
    • -117
    • +127
    ./lams/usermanagement/service/LdapService.java
    • -20
    • +18
    ./lams/util/ConfigurationKeys.java
  1. … 16 more files in changeset.
LDEV-3335: Prevent NullPointerException when the user provided blank login.

LDEV-2463: Revert SsoHandler code as the check is not needed there - JSP code does it correctly.

LDEV-2463: Escape redirectURL param on the login page. Check for HTML tages in redirectURL param during authentication.

  1. … 1 more file in changeset.
LDEV-3335: Prevent NullPointerException when the user provided blank login.

LDEV-3591: Flatten UniversalLoginModule hierarchy - it was just a single leaf anyway.

Format code. Clean up logs, errors and comments.

Move queries from config files to code.

    • -48
    • +56
    ./lams/usermanagement/service/ILdapService.java
  1. … 12 more files in changeset.
LDEV-3560 fixed import

LDEV-3566 Q&A add minimum word validation on the server side

  1. … 3 more files in changeset.
LDEV-3566 Q&A add minimum word validation on the server side

  1. … 3 more files in changeset.
LDEV-3560 Search option for course management

  1. … 4 more files in changeset.
LDEV-3560 Search option for course management

  1. … 3 more files in changeset.
LDEV-3456: for NTU Blackboard's based templates, force to https to co-exist with Blackboard

  1. … 1 more file in changeset.
LDEV-3456: for NTU Blackboard's based templates, force to https to co-exist with Blackboard

  1. … 1 more file in changeset.
LDEV-3561: Initial implemntation of re-setting read-only flag of Activities on force uncomplete.

Each Tools' service has a method to report whether there is significant users' content left it the Activity. If so, it reports the Activity as read-only. Otherwise the flag can be re-set.

Grouping, Gate and Complex activities also have their way of checking their immutability.

    • -173
    • +191
    ./lams/learningdesign/Grouper.java
    • -18
    • +23
    ./lams/tool/ToolContentManager.java
    • -65
    • +64
    ./lams/tool/service/ILamsCoreToolService.java
    • -55
    • +121
    ./lams/tool/service/LamsCoreToolService.java
  1. … 38 more files in changeset.
LDEV-3523: Design type added to export/import

LDEV-3523: Design type added to export/import

LDEV-3523: When returning a JSON list of learning designs set design type to "default" if no type exists. Also search on default for designs without a type.

    • -1
    • +5
    ./lams/workspace/dto/FolderContentDTO.java
  1. … 3 more files in changeset.
LDEV-3523: When returning a JSON list of learning designs set design type to "default" if no type exists. Also search on default for designs without a type.

    • -1
    • +5
    ./lams/workspace/dto/FolderContentDTO.java
  1. … 3 more files in changeset.
LDEV-3557 Improve performance of gradebook xls export

    • -1
    • +3
    ./lams/gradebook/dao/IGradebookDAO.java
    • -1
    • +9
    ./lams/lesson/dao/ILearnerProgressDAO.java
    • -14
    • +1
    ./lams/lesson/service/ILessonService.java
    • -7
    • +1
    ./lams/lesson/service/LessonService.java
  1. … 6 more files in changeset.
LDEV-3542: Performance improvements needed for tools that need to check the list of potential learners.

    • -2
    • +15
    ./lams/tool/dao/hibernate/ToolSessionDAO.java
    • -1
    • +15
    ./lams/tool/service/ILamsToolService.java
    • -1
    • +19
    ./lams/tool/service/LamsToolService.java
  1. … 1 more file in changeset.
LDEV-3539: New JDom libary requires a XML element to be detached from its current parent before attaching it to an another parent.

LDEV-3554 * return only distinct users

* recommitting lams.jar

  1. … 1 more file in changeset.
LDEV-3554 return only distinct users

LDEV-3557 Improve performance of gradebook xls export

    • -1
    • +3
    ./lams/gradebook/dao/IGradebookDAO.java
    • -1
    • +9
    ./lams/lesson/dao/ILearnerProgressDAO.java
    • -13
    • +1
    ./lams/lesson/service/ILessonService.java
    • -7
    • +1
    ./lams/lesson/service/LessonService.java
  1. … 6 more files in changeset.
LDEV-3556: Remove IMS export and .las import.

    • -1469
    • +0
    ./lams/learningdesign/service/LD102Importer.java
    • -118
    • +0
    ./lams/tool/ToolImportSupport.java
    • -35
    • +0
    ./lams/tool/dao/IToolImportSupportDAO.java
  1. … 14 more files in changeset.
LDEV-3514: Get rid of session re-creation on transaction failure as WF probably manages sessions differently.

LDEV-3514: Get rid of session re-creation on transaction failure as WF probably manages sessions differently.

LDEV-3514: Revert a commit meant for WildFly branch.

LDEV-3514: Get rid of session re-creation on transaction failure as WF probably manages sessions differently.