idea_project

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5452 Allow changing question version in live Assessment and Scratchie

Also fix existing learners' answers rewiring.

  1. … 7 more files in changeset.
LDEV-5200 Prevent 4th learner icon from going under counter circle

  1. … 1 more file in changeset.
LDEV-5440 Update CSRFGuard from 4.1.3 to 4.3.0-jakarta

Customisation was needed:

In CsrfGuardUtils use

public static String normalizeResourceURI(final String resourceURI) {

String normalizedResourceURI = resourceURI.startsWith("/") ? resourceURI : '/' + resourceURI;

// LAMS LDEV-4932 Replace multiple slashes with a single one, so it works the same as Spring MVC

normalizedResourceURI = normalizedResourceURI.replaceAll("/{2,}", "/");

return normalizedResourceURI;

}

Also update WF module schemas.

  1. … 44 more files in changeset.
LDEV-5440 Upgrade to Spring 6.1.4

  1. … 26 more files in changeset.
LDEV-5440 Use JPA Criteria API instead of deprectaed Hibernate one

  1. … 2 more files in changeset.
LDEV-5440 Use transformed version of Autopatch

Transformation from javax to jakarta namespace was made using Eclipse Transformer 0.6.0

  1. … 3 more files in changeset.
LDEV-5440 Rewrite config files and library references

  1. … 955 more files in changeset.
LDEV-5386 Use TLS settings compatible with Java 11 and WildFly

LDEV-5386 Fix broken IntelliJ path variables

  1. … 3 more files in changeset.
LDEV-5260 Upgrade Reactor libraries

  1. … 219 more files in changeset.
LDEV-5260 Improve Flux backpressure and error handling

  1. … 2 more files in changeset.
LDEV-5416 Fix inconsistent initial data in fresh build

  1. … 2 more files in changeset.
SP-10 Auto detect classes and lessons when exporting Peer Review data

SP-9 Add direct Teamwork subcourse link

LDEV-4440 Prevent course creation duplication

  1. … 2 more files in changeset.
SP-9 Add groups view.

Rewrite SQL queries to produce consistent, weighted averages in all views.

LDEV-5406 Use OAuth instead of JWT as API auth method

  1. … 9 more files in changeset.
SP-9 Add basic classes and entry point on index page

  1. … 4 more files in changeset.
LDEV-5401 Add learner-triggered absolute timer to other tools

  1. … 42 more files in changeset.
Merge origin/v4.7 into LDEV-5399

  1. … 1 more file in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

# Conflicts:

# idea_project/.idea/runConfigurations/WildFly.xml

# lams_tool_assessment/lams_tool_assessment.eml

# lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

# lams_tool_scratchie/conf/language/lams/ApplicationResources.properties

# lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java

  1. … 9 more files in changeset.
LDEV-5398 Check if creating QB collections is allowed

  1. … 2 more files in changeset.
LDEV-5200 Fix arranging activities in author with support activities present

  1. … 1 more file in changeset.
SP-4 Make sure that roles in subcourse are propagated to parent course.

  1. … 2 more files in changeset.
LDEV-5391 Add closed clustering of groups in gallery walk

  1. … 11 more files in changeset.
LDEV-5386 Modify config files for LAMS v4.8

  1. … 66 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

  1. … 14 more files in changeset.
LDEV-5386 Library management

  1. … 69 more files in changeset.
LDEV-5386 Library management

LAI-3 Upgrade libraries to work with Word and PDF documents

Some libraries that we used for working with Word documents are outdated and insecure. It is a good idea to update them and their dependencies so we work with modern code when extracting PDF text for AI summarisation.

  1. … 7042 more files in changeset.