Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3319: update 'autopatch' and 'discovery' libraries in LAMS components.

Replace jar libraries. Update 3rdParty.userlibraries to use autopatch-1.4.2-lams and discovery-1.0.5-lams. Update build.xml to deploy correct libs to wildfly.

    • binary
    ./autopatch/autopatch-1.4.2-lams.jar
    • binary
    ./autopatch/discovery-1.0.5-lams.jar
    • binary
    ./autopatch/tk-autopatch-1.2.0-b2-cvs.jar
  1. … 3 more files in changeset.
LDEV-3319: Synchronize patch execution with an external monitor. Modules in WildFly can be loaded in parallel. AutoPatch is not ready for this as it uses static methods with unsynchronized collections. Each AutoPatchService instance should be run sequentially.

  1. … 32 more files in changeset.
LDEV-3315: Add security service and use it in vital entry points.

  1. … 12 more files in changeset.
LDEV-3315: Remove AUTHOR ADMIN role. Allow AUTHOR role to preview lessons. Allow MONITOR role to edit activities and run Live Edit.

  1. … 71 more files in changeset.
LDEV-2846: Remove obsolete filters.

  1. … 3 more files in changeset.
LDEV-3275: Introduce SSO using Undertow mechanisms.

Valves do not exist in Undertow. Another approach had to be used.

In each WAR there is a file in META-INF/service dir which adds a class in request processing chaing.

For Central it is SsoProducer which put the authenticated account into shared session.

All other modules use SsoConsumer which takes the account and puts it into its security context.

In standalone.xml caching of credentials was switched off as it would prevent UniversalLoginModule from putting UserDTO into shared session.

TODO: use a simple pass-all authentication mechanism for static files like images and JS files.

  1. … 11 more files in changeset.
LDEV-2463 Added new method "learnerStrictAuth" available to LoginRequest. It works the same way as "learner" but requires hash to also contain lesson id parameter.

  1. … 4 more files in changeset.
LDEV-3309 Add isUpdateUserDetails parameter for LoginRequest so user details get updated

  1. … 6 more files in changeset.
LDEV-3309 Add isUpdateUserDetails parameter for LoginRequest so user details get updated

  1. … 6 more files in changeset.
LDEV-3292: When looking for an unique LD title to create a lesson, search for LDs with given prefix instead taking all from given workspace folder.

  1. … 3 more files in changeset.
LDEV-3275: Add library dependencies. Reintroduce and upgrade Apache Commons Discovery 0.2 -> 0.5.

    • binary
    ./jakarta-commons/commons-discovery-0.5.jar
    • -0
    • +33
    ./jakarta-commons/discovery.module.xml
LDEV-3275: Add library dependencies.

    • -1
    • +7
    ./jakarta-commons/validator.module.xml
LDEV-3275: Add library dependencies and source code.

  1. … 413 more files in changeset.
LDEV-3293: Use Hibernate 4 cache. Remove unused cache management from lams_admin.

    • -29
    • +0
    ./jboss/hibernate-jbosscache.module.xml
  1. … 902 more files in changeset.
LDEV-3293: Add missing Spring libraries and configuration entries.

    • binary
    ./spring/spring-jdbc-4.0.6.RELEASE.jar
  1. … 256 more files in changeset.
LDEV-3293: Add missing Spring libraries and remove obsolete Hibernate libraries.

    • binary
    ./spring/spring-expression-4.0.6.RELEASE.jar
  1. … 1 more file in changeset.
LDEV-3293: Add missing Spring libraries and source code.

    • binary
    ./spring/aopalliance.jar
    • binary
    ./spring/spring-aop-4.0.6.RELEASE.jar
  1. … 206 more files in changeset.
LDEV-3293: Add Spring 4.0.6 libraries and their sources. Make LAMS use them and reference Hibernate 4.3.5 embedded in WildFly 8.1.

    • binary
    ./spring/jboss-spring-int-deployers.jar
    • binary
    ./spring/spring-beans-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-context-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-context-support-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-core-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-orm-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-tx-4.0.6.RELEASE.jar
    • binary
    ./spring/spring-web-4.0.6.RELEASE.jar
  1. … 6307 more files in changeset.
LDEV-3286 audit log when marks are released

  1. … 4 more files in changeset.
LDEV-3286 new option for gradebook service to audit log mark changes

LDEV-3275: Decrease version of Hibernate from 4.x (delivered to WildFly) to 3.6.10 (newer than used before, but still 3.x as otherwise Spring won't work with it).

    • -0
    • +50
    ./hibernate/hibernate.module.xml
  1. … 3091 more files in changeset.
LDEV-3275: Make exclusion and imports more fine grained in XML Commons so pre-loaded classes from JDK are used instead of one from the JAR.

    • -4
    • +18
    ./xml-commons/xmlcommons.module.xml
LDEV-3275: Exclude a part (javax/**) of xml-apis.jar as it is already present in Java JDK. Leaving it caused class clashes. The whole JAR could not be removed, though, as classes in org/** are required by Spring and other libs.

  1. … 1 more file in changeset.
LDEV-3275: Set module dependencies.

  1. … 1 more file in changeset.
LDEV-2463 Added new method "learnerStrictAuth" available to LoginRequest. It works the same way as "learner" but requires hash to also contain lesson id parameter.

  1. … 4 more files in changeset.
LDEV-3275: Set module dependencies.

    • -1
    • +4
    ./urlrewritefilter/urlrewrite.module.xml
  1. … 2 more files in changeset.
LDEV-3275: Set dependecied for Struts.

LDEV-3275: Degrade Apache Commons Digester from version 3.2 to 2.1 as the newer version is based on another Java package, thus unrecognisable for other libraries.

    • binary
    ./jakarta-commons/commons-digester-2.1.jar
    • binary
    ./jakarta-commons/commons-digester3-3.2.jar
  1. … 1 more file in changeset.
LDEV-3275: Reintroduce Apache Commons Digester, required by Struts after all. Upgrade to version 3.2.

    • binary
    ./jakarta-commons/commons-digester3-3.2.jar
    • -0
    • +29
    ./jakarta-commons/digester.module.xml
  1. … 2 more files in changeset.
LDEV-3275: Fix deployment paths.

    • -1
    • +1
    ./jakarta-commons/httpclient.module.xml
  1. … 1 more file in changeset.