lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3961: adding configuration key for sitename

LDEV-3998 Remove reference to Organisation from ExtServerOrgMap class

    • -7
    • +7
    ./lams/integration/ExtCourseClassMap.java
    • -0
    • +234
    ./lams/integration/ExtServer.java
    • -3
    • +3
    ./lams/integration/ExtServerLessonMap.java
    • -246
    • +0
    ./lams/integration/ExtServerOrgMap.java
    • -7
    • +7
    ./lams/integration/ExtUserUseridMap.java
    • -79
    • +79
    ./lams/integration/service/IntegrationService.java
  1. … 27 more files in changeset.
LDEV-3662: Wrap calls to tools in separate transactions so they do not abort the main loop. Fix cascades in Daco and Spreadsheet. Fix UI in sysadmin.

  1. … 3 more files in changeset.
LDEV-3997 LAMS to become LTI compliant tool provider (version 1.1)

    • -0
    • +21
    ./lams/dbupdates/patch2040069.sql
    • -2
    • +19
    ./lams/integration/ExtServerLessonMap.java
    • -0
    • +27
    ./lams/integration/ExtServerOrgMap.java
    • -18
    • +11
    ./lams/integration/ExtUserUseridMap.java
    • -26
    • +127
    ./lams/integration/service/IntegrationService.java
    • -0
    • +79
    ./lams/integration/util/LtiUtils.java
  1. … 15 more files in changeset.
LDEV-3998 Remove reference to Organisation from ExtServerOrgMap class

    • -7
    • +7
    ./lams/integration/ExtCourseClassMap.java
    • -0
    • +235
    ./lams/integration/ExtServer.java
    • -3
    • +3
    ./lams/integration/ExtServerLessonMap.java
    • -246
    • +0
    ./lams/integration/ExtServerOrgMap.java
    • -7
    • +7
    ./lams/integration/ExtUserUseridMap.java
    • -74
    • +74
    ./lams/integration/service/IntegrationService.java
  1. … 27 more files in changeset.
LDEV-3997 LAMS to become LTI compliant tool provider (version 1.1)

    • -0
    • +21
    ./lams/dbupdates/patch2040069.sql
    • -0
    • +19
    ./lams/integration/ExtServerLessonMap.java
    • -0
    • +27
    ./lams/integration/ExtServerOrgMap.java
    • -1
    • +14
    ./lams/integration/ExtUserUseridMap.java
    • -25
    • +127
    ./lams/integration/service/IntegrationService.java
    • -0
    • +79
    ./lams/integration/util/LtiUtils.java
  1. … 2 more files in changeset.
LDEV-3662: Add sysadmin interface to delete preview lessons.

    • -0
    • +26
    ./lams/lesson/dao/hibernate/LessonDAO.java
    • -1
    • +11
    ./lams/lesson/service/ILessonService.java
    • -0
    • +11
    ./lams/lesson/service/LessonService.java
  1. … 7 more files in changeset.
LDEV-3668: Fix for toggle subscription to receive email notifications by email. (merging to MAIN Sanjana's commit)

LDEV-3668:Fix for toggle subscription to receive email notifications by email.

LDEV-3749 Remove OpenID support

    • -0
    • +8
    ./lams/dbupdates/patch2040058.sql
  1. … 9 more files in changeset.
LDEV-3982: Prevent complex outputs from being used as branching conditions. Remove complex outputs from suggestions when creating branching conditions. Fix labels.

    • -4
    • +6
    ./lams/learningdesign/BranchCondition.java
  1. … 8 more files in changeset.
LDEV-3760: Fix a Hibernate exception when Susbscription is inserted, not updated.

LDEV-3292 Add indexes, as prompted by a client.

    • -0
    • +13
    ./lams/dbupdates/patch2040068.sql
LDEV-3971: Remove pointless synchronisation from Java methods. It would not work in multi-node environment anyway. Focus on DB transactions. General clean up and formatting.

    • -40
    • +31
    ./lams/learningdesign/Grouping.java
  1. … 12 more files in changeset.
LDEV-3666 Simplified if-then statement

    • -8
    • +5
    ./lams/integration/service/IntegrationService.java
LDEV-3666 Simplified if-then statement

    • -8
    • +5
    ./lams/integration/service/IntegrationService.java
LDEV-3967 Fixed sorting users by userID

  1. … 1 more file in changeset.
LDEV-3967 Fixed sorting users by userID

  1. … 1 more file in changeset.
LDEV-3968: Fix exception when there is mattext element but no content.

    • -11
    • +12
    ./lams/questions/QuestionExporter.java
LDEV-3968: Fix exception when there is mattext element but no content.

    • -11
    • +12
    ./lams/questions/QuestionExporter.java
LDEV-3965 Added ability to enable two-factor authentication for selected users

    • -0
    • +13
    ./lams/dbupdates/patch2040067.sql
  1. … 12 more files in changeset.
NTU-10: Add a JSP page to create a single activity lesson.

  1. … 2 more files in changeset.
LDEV-3315: Remove session before changing its ID, i.e. creating a new session. Remove session from mapping even if user is not logged in.

    • -1
    • +20
    ./lams/web/session/SessionManager.java
  1. … 3 more files in changeset.
LDEV-3955: In Monitoring find and highlight leaders from Leader Selection Tool.

    • -0
    • +8
    ./lams/tool/service/ILamsToolService.java
    • -4
    • +20
    ./lams/tool/service/LamsToolService.java
  1. … 3 more files in changeset.
LDEV-3765: Add command websockets in all tools. Run check less often (5s vs 2s) as the effect does not need to be immediate. Reorganise code. Add i18n support.

  1. … 44 more files in changeset.
LDEV-3765: Prototype of learner command websockets. Works only for Forum and force complete.

    • -0
    • +18
    ./lams/dbupdates/patch2040066.sql
  1. … 9 more files in changeset.
LDEV-2782: Move preceding lesson modification to service as all previous service calls are read-only, implying the save will be read-only too and leading to exceptions.

    • -0
    • +4
    ./lams/lesson/service/ILessonService.java
    • -2
    • +24
    ./lams/lesson/service/LessonService.java
  1. … 2 more files in changeset.
LDEV-3919 LoginRequest should add user to lesson's staff when method=monitor is requested

    • -0
    • +4
    ./lams/integration/service/IntegrationService.java
  1. … 2 more files in changeset.
LDEV-3919 LoginRequest should add user to lesson's staff when method=monitor is requested

    • -0
    • +4
    ./lams/integration/service/IntegrationService.java
  1. … 2 more files in changeset.
LDEV-3912 Made LoginRequest work correctly with redirectURL parameters that point to the path outside of lams_central context

  1. … 1 more file in changeset.