Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LAI-3 Add support for other file types

    • binary
    ./apache-tika/juniversalchardet-2.4.0.jar
  1. … 2 more files in changeset.
LAI-3 Extract PDF contents

PDF contents are often in UTF-16 and OpenAI requires UTF-8. We need to do conversion.

    • binary
    ./apache-poi/fontbox-2.0.28.jar
    • binary
    ./apache-poi/graphics2d-0.42.jar
    • binary
    ./apache-poi/jempbox-1.8.17.jar
    • binary
    ./apache-poi/pdfbox-2.0.28.jar
    • binary
    ./jakarta-commons/commons-logging-1.2.jar
    • -0
    • +29
    ./jakarta-commons/logging.module.xml
  1. … 5 more files in changeset.
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.

    • binary
    ./apache-poi/commons-compress-1.21.jar
    • binary
    ./apache-poi/commons-compress-1.23.0.jar
    • binary
    ./apache-poi/log4j-api-2.20.0.jar
    • binary
    ./apache-poi/log4j-core-2.20.0.jar
    • -0
    • +28
    ./apache-poi/logging.module.xml
    • binary
    ./apache-poi/poi-5.2.3.jar
    • binary
    ./apache-poi/poi-ooxml-5.2.3.jar
    • binary
    ./apache-poi/poi-ooxml-full-5.2.3.jar
    • binary
    ./apache-poi/poi-ooxml-schemas-4.1.2.jar
    • binary
    ./apache-poi/poi-scratchpad-4.1.2.jar
    • binary
    ./apache-poi/poi-scratchpad-5.2.3.jar
  1. … 7028 more files in changeset.
LDEV-5353 upgrading yuicompressor lib

    • binary
    ./yuicompressor/yuicompressor-2.4.9.jar
LDEV-4932 Squash multiple slashes into one when matching secured paths

    • binary
    ./csrfguard/csrfguard-4.1.3-custom-2022.04.03.jar
  1. … 3 more files in changeset.
LDEV-5304 Update CSRF Guard to version 4.1.3

    • binary
    ./csrfguard/csrfguard-3.1.0-custom-2020.01.07.jar
    • binary
    ./csrfguard/csrfguard-4.1.3.jar
    • binary
    ./csrfguard/csrfguard-extension-session-4.1.3.jar
    • binary
    ./csrfguard/csrfguard-jsp-tags-4.1.3.jar
  1. … 2 more files in changeset.
LDEV-5305 Update Spring to version 5.3.18

    • binary
    ./spring/spring-aop-5.3.18.jar
    • binary
    ./spring/spring-beans-5.3.18.jar
    • binary
    ./spring/spring-context-5.3.18.jar
    • binary
    ./spring/spring-context-support-5.3.13.jar
    • binary
    ./spring/spring-context-support-5.3.18.jar
    • binary
    ./spring/spring-core-5.3.18.jar
    • binary
    ./spring/spring-expression-5.3.13.jar
    • binary
    ./spring/spring-expression-5.3.18.jar
    • binary
    ./spring/spring-jdbc-5.3.18.jar
  1. … 11 more files in changeset.
LDEV-5305 Discard changes made for Spring 4

For LAMS 4.7 which uses Spring 5 an upgrade to latest Spring version

will be sufficient.

    • binary
    ./spring/spring-aop-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-beans-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-context-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-context-support-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-core-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-expression-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-jdbc-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-orm-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-tx-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-web-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-webmvc-4.3.30.RELEASE.jar
  1. … 1 more file in changeset.
LDEV-5305 Update Spring to version 4.3.30

    • binary
    ./spring/spring-aop-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-aop-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-beans-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-beans-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-context-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-context-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-context-support-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-context-support-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-core-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-core-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-expression-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-expression-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-jdbc-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-jdbc-4.3.30.RELEASE.jar
    • binary
    ./spring/spring-orm-4.3.12.RELEASE.jar
  1. … 10 more files in changeset.
LDEV-5277 Add JWKS RSA (JSON Web Key Set parser) library version 0.20.0

    • binary
    ./json/jwks-rsa-0.20.0.jar
  1. … 2 more files in changeset.
LDEV-5277 Update JJWT library to version 0.11.2

    • binary
    ./json/jjwt-api-0.11.2.jar
    • binary
    ./json/jjwt-impl-0.11.2.jar
    • binary
    ./json/jjwt-jackson-0.11.2.jar
  1. … 91 more files in changeset.
LDEV-5260 Add Reactor as Spring dependency

Spring is capable of configuring Reactor environment automatically if

Spring detects it on classpath. The detection must happen when Spring is

still loading, not afterwards. So Reactor must be a Spring dependency as

otherwise it will load too late to get detected.

LDEV-5260 Separate Reactivestreams code from Reactor library

Reactivestreams 1.0.2 is already present at WF 14 distribution. We just

update it to 1.0.3.

    • binary
    ./reactivestreams/reactive-streams-1.0.3.jar
    • -0
    • +34
    ./reactivestreams/reactivestreams.module.xml
    • binary
    ./reactor/reactive-streams-1.0.3.jar
  1. … 1 more file in changeset.
LDEV-5260 Add Reactor library

    • binary
    ./reactor/reactive-streams-1.0.3.jar
    • binary
    ./reactor/reactor-core-3.4.12.jar
    • -0
    • +30
    ./reactor/reactor.module.xml
  1. … 4 more files in changeset.
LDEV-5259 Update Spring libraries to version 5.3.13

    • binary
    ./spring/spring-aop-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-beans-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-context-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-context-support-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-core-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-expression-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-jdbc-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-orm-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-tx-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-web-4.3.12.RELEASE.jar
    • binary
    ./spring/spring-webmvc-4.3.12.RELEASE.jar
  1. … 2 more files in changeset.
LDEV-5259 Update Spring source code reference to 5.3.13

    • binary
    ./spring/spring-aop-5.3.13.jar
    • binary
    ./spring/spring-beans-5.3.13.jar
    • binary
    ./spring/spring-context-5.3.13.jar
    • binary
    ./spring/spring-context-support-5.3.13.jar
    • binary
    ./spring/spring-core-5.3.13.jar
    • binary
    ./spring/spring-expression-5.3.13.jar
    • binary
    ./spring/spring-jdbc-5.3.13.jar
    • binary
    ./spring/spring-orm-5.3.13.jar
    • binary
    ./spring/spring-tx-5.3.13.jar
    • binary
    ./spring/spring-web-5.3.13.jar
    • binary
    ./spring/spring-webmvc-5.3.13.jar
  1. … 3778 more files in changeset.
LDEV-5227 Add missing Apache POI dependency

    • binary
    ./apache-poi/commons-math3-3.6.1.jar
    • -0
    • +27
    ./apache-poi/math.module.xml
  1. … 1 more file in changeset.
LDEV-5227 Add missing Apache POI dependency

    • binary
    ./apache-poi/commons-math3-3.6.1.jar
    • -0
    • +27
    ./apache-poi/math.module.xml
  1. … 1 more file in changeset.
LDEV-5227 Upgrade Apache POI to 4.1.2 along with its dependencies

    • binary
    ./apache-poi/SparseBitSet-1.2.jar
    • binary
    ./apache-poi/commons-compress-1.18.jar
    • binary
    ./apache-poi/commons-compress-1.21.jar
    • binary
    ./apache-poi/poi-4.1.2.jar
    • binary
    ./apache-poi/poi-ooxml-4.1.2.jar
    • binary
    ./apache-poi/poi-ooxml-schemas-4.0.1.jar
    • binary
    ./apache-poi/poi-ooxml-schemas-4.1.2.jar
    • binary
    ./apache-poi/poi-scratchpad-4.0.1.jar
    • binary
    ./apache-poi/poi-scratchpad-4.1.2.jar
    • -0
    • +29
    ./apache-poi/sparse-bit-set.module.xml
  1. … 11 more files in changeset.
LDEV-5178 Check for common and breached passwords

    • binary
    ./passpol/passpol-0.7.1-SNAPSHOT.jar
    • -0
    • +29
    ./passpol/passpol.module.xml
  1. … 20 more files in changeset.
LDEV-4997 Renormalize line endings with git

  1. … 420 more files in changeset.
LDEV-4999 Fix monitor role detection when updating learner mark

  1. … 462 more files in changeset.
LDEV-4949 import questions from Word files

    • binary
    ./apache-poi/poi-scratchpad-4.0.1.jar
    • binary
    ./apache-tika/tika-core-1.24.jar
    • binary
    ./apache-tika/tika-parsers-1.24.jar
    • -0
    • +39
    ./apache-tika/tika.module.xml
  1. … 11 more files in changeset.
LDEV-4949 import questions from Word files

Cherry-pick from 5.0 branch

Conflicts:

lams_build/3rdParty.userlibraries

lams_central/conf/language/lams/ApplicationResources_en_AU.properties

lams_central/src/java/org/lamsfoundation/lams/web/QuestionsController.java

lams_central/web/questions/questionFile.jsp

    • binary
    ./apache-poi/poi-scratchpad-4.0.1.jar
    • binary
    ./apache-tika/tika-parsers-1.24.jar
  1. … 11 more files in changeset.
LDEV-4997 Initial migration of Doku tool to Etherpad as central service

  1. … 32 more files in changeset.
LDEV-4997 Initial migration of Doku tool to Etherpad as central service

Conflicts:

lams_admin/conf/language/lams/ApplicationResources.properties

lams_build/build.xml

lams_common/src/java/org/lamsfoundation/lams/commonContext.xml

lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java

lams_tool_doku/src/java/org/lamsfoundation/lams/tool/dokumaran/dbupdates/patch20200329.sql

  1. … 31 more files in changeset.
LDEV-4997 Add Etherpad client as WildFly library module

    • -0
    • +29
    ./etherpad/etherpad.module.xml
    • binary
    ./etherpad/etherpad_lite_client-1.2.13.jar
  1. … 3 more files in changeset.
LDEV-4997 Add Etherpad client as WildFly library module

Conflicts:

lams_build/3rdParty.userlibraries

lams_build/build.xml

    • -0
    • +29
    ./etherpad/etherpad.module.xml
    • binary
    ./etherpad/etherpad_lite_client-1.2.13.jar
  1. … 3 more files in changeset.
LDEV-4932 Squash multiple slashes into one when matching secured paths

    • binary
    ./csrfguard/csrfguard-3.1.0-2019.12.19.jar
    • binary
    ./csrfguard/csrfguard-3.1.0-custom-2020.01.07.jar
LDEV-4939 Provide only Batik modules that LAMS uses

Prevent Batik / JDK 11 package name clash.

    • binary
    ./batik/batik-awt-util.jar
    • binary
    ./batik/batik-svggen.jar