lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Reintroduce SessionListener

LDEV-5440 Replace deprecated Long constructor

    • -1
    • +1
    ./lams/web/controller/LtiController.java
    • -2
    • +2
    ./lams/workspace/web/WorkspaceController.java
  1. … 111 more files in changeset.
LDEV-5440 Add role logging

    • -5
    • +10
    ./lams/security/UniversalLoginModule.java
LDEV-5440 Add missing dependencies

    • -0
    • +1
    ./lams/security/UniversalLoginModule.java
  1. … 1 more file in changeset.
LDEV-5440 Add compilation parameter for legacy Spring binding

    • -1
    • +2
    ./lams/security/DatabaseAuthenticator.java
    • -53
    • +50
    ./lams/security/SecurityRealm.java
    • -103
    • +0
    ./lams/security/SimpleGroup.java
    • -71
    • +0
    ./lams/security/SimplePrincipal.java
    • -289
    • +70
    ./lams/security/UniversalLoginModule.java
  1. … 8 more files in changeset.
LDEV-5440 Adjust configuration and authentication mechanism

    • -0
    • +82
    ./lams/security/RealmIdentity.java
    • -0
    • +87
    ./lams/security/SecurityRealm.java
  1. … 4 more files in changeset.
LDEV-5440 Update code to match dependencies

In particular javax -> jakarta package change and new JPA not accepting some attributes.

    • -18
    • +19
    ./lams/web/LAMSConnectorServlet.java
    • -24
    • +23
    ./lams/web/LAMSUploadServlet.java
  1. … 221 more files in changeset.
Merge branch 'LDEV-5436' into v4.8

# Conflicts:

# lams_learning/src/java/org/lamsfoundation/lams/learning/presence/PresenceWebsocketServer.java

# lams_learning/web/presenceChat.jsp

# lams_monitoring/web/gate/gateStatus.jsp

# lams_tool_assessment/web/pages/learning/parts/allquestions.jsp

# lams_tool_assessment/web/pages/monitoring/parts/masterDetailLoadUp.jsp

# lams_tool_assessment/web/pages/monitoring/parts/usersummary.jsp

# lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dto/MessageDTO.java

# lams_tool_images/web/pages/learning/learning.jsp

  1. … 34 more files in changeset.
LDEV-3115 Fix group creation on LD save in authoring

LDEV-3115 Fix group removal on LD save in authoring

It seems that Hibernate does not like having entities violating unique keys in one collection. Even for a while and even though afterward the collection contains only unique entities.

    • -55
    • +55
    ./lams/authoring/ObjectExtractor.java
  1. … 2 more files in changeset.
LAI-11 Add AI PBL wizard

Refactor code of other AI wizards.

  1. … 10 more files in changeset.
LDEV-5440 Further code upgrade to conform new WF libraries

    • -119
    • +181
    ./lams/authoring/service/AuthoringService.java
    • -1
    • +1
    ./lams/security/DatabaseAuthenticator.java
    • -28
    • +28
    ./lams/security/UniversalLoginModule.java
    • -28
    • +30
    ./lams/web/JlatexmathServlet.java
  1. … 55 more files in changeset.
LDEV-5440 Update Hibernate queries with new syntax

Get rid of deprecated Long and Integer constructors.

    • -4
    • +4
    ./lams/workspace/web/WorkspaceController.java
  1. … 82 more files in changeset.
LDEV-5446 Ensure that UUIDs are unique but retained on import

    • -18
    • +21
    ./lams/web/qb/EditQbQuestionController.java
  1. … 4 more files in changeset.
LDEV-3997 Change comments for easier application of customisation

    • -2
    • +2
    ./lams/web/LoginRequestLtiServlet.java
LDEV-3997 Use custom context label as primary source of course name

Following ticket LKC-178

    • -10
    • +15
    ./lams/web/LoginRequestLtiServlet.java
LDEV-5424 introduce PageMonitor.tag

  1. … 10 more files in changeset.
LDEV-5443 Add "start in monitor" option to integrations

    • -20
    • +30
    ./lams/web/controller/LtiController.java
  1. … 4 more files in changeset.
LDEV-3997 Use custom context label as primary source of course name

    • -23
    • +23
    ./lams/web/LoginRequestLtiServlet.java
LDEV-5426 Use only supported time zones

  1. … 6 more files in changeset.
LDEV-5428 Remove lesson presence and chat

    • -1
    • +1
    ./lams/authoring/web/AuthoringController.java
    • -2
    • +1
    ./lams/web/controller/LtiController.java
  1. … 37 more files in changeset.
LDEV-5440 Revert some unnecessary package name changes

    • -1
    • +1
    ./lams/authoring/template/TextUtil.java
    • -1
    • +1
    ./lams/authoring/web/AuthoringController.java
    • -1
    • +1
    ./lams/comments/web/CommentController.java
    • -1
    • +1
    ./lams/rest/LearningDesignRestServlet.java
    • -1
    • +1
    ./lams/rest/ToolContentRestServlet.java
    • -3
    • +3
    ./lams/security/DatabaseAuthenticator.java
    • -10
    • +10
    ./lams/security/LDAPAuthenticator.java
  1. … 450 more files in changeset.
LDEV-5440 Refactor packages of imported classes

    • -1
    • +1
    ./lams/authoring/template/TextUtil.java
    • -1
    • +1
    ./lams/authoring/web/AuthoringController.java
    • -1
    • +1
    ./lams/comments/web/CommentController.java
    • -1
    • +1
    ./lams/rest/LearningDesignRestServlet.java
    • -1
    • +1
    ./lams/rest/ToolContentRestServlet.java
    • -1
    • +1
    ./lams/security/DatabaseAuthenticator.java
    • -1
    • +1
    ./lams/security/LDAPAuthenticator.java
  1. … 467 more files in changeset.
LDEV-5440 Rewrite config files and library references

    • -2
    • +2
    ./lams/authoring/template/TextUtil.java
    • -6
    • +6
    ./lams/authoring/web/AuthoringController.java
    • -6
    • +6
    ./lams/comments/web/CommentController.java
    • -2
    • +2
    ./lams/rest/LearningDesignRestServlet.java
    • -2
    • +2
    ./lams/rest/ToolContentRestServlet.java
    • -5
    • +5
    ./lams/security/DatabaseAuthenticator.java
  1. … 941 more files in changeset.
LDEV-5436 Project-wide user sorting by last then first name

    • -1
    • +1
    ./lams/web/FindUserLessonsController.java
  1. … 147 more files in changeset.
LDEV-5420 Allow selecting which questions to print in QB

    • -2
    • +16
    ./lams/web/qb/PrintQbQuestionController.java
    • -1
    • +4
    ./lams/web/qb/QbCollectionController.java
  1. … 2 more files in changeset.
LDEV-5397 bootstrap5 profile and portrait pages

  1. … 8 more files in changeset.
LDEV-5420 Add questions print button to Question Bank

    • -20
    • +50
    ./lams/web/qb/PrintQbQuestionController.java
    • -21
    • +9
    ./lams/web/qb/QbCollectionController.java
  1. … 5 more files in changeset.
LDEV-5420 Rename class for consistency with other QB classes

    • -0
    • +55
    ./lams/web/qb/PrintQbQuestionController.java
    • -55
    • +0
    ./lams/web/qb/PrintQuestionsController.java
LDEV-5420 Display various question types for printing

    • -1
    • +26
    ./lams/web/qb/PrintQuestionsController.java
  1. … 1 more file in changeset.