Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3275: Add missing dependencies.

    • -0
    • +1
    ./jakarta-commons/validator.module.xml
LDEV-3275: Make XStream use enhanced mode in which it can instantinate classes without no-arg constructors. This requires Oracle's JVM to be used, but it is a requirement of LAMS anyway. Otherwise multiple LAMS classes (mainly DTOs) would have to be given no-arg constructors or implement Serializable.

  1. … 11 more files in changeset.
LDEV-3275: Add missing dependency for JSP parser.

LDEV-3275: Add missing dependencies. Update XStream to version 1.5.0, and its corresponding libraries. Reimplement LD attachment importing. Reimplement Content Repository credential check. Moja joda-time library to separate folder as it is not a part of XStream deployment anymore, but it is still needed in LAMS code.

    • binary
    ./joda/joda-time-2.1.jar
    • -0
    • +29
    ./joda/joda.module.xml
    • binary
    ./xstream/xmlpull-1.1.3.1.jar
    • -0
    • +30
    ./xstream/xmlpull.module.xml
    • binary
    ./xstream/xpp3_min-1.1.4c.jar
    • binary
    ./xstream/xstream-1.5.0-SNAPSHOT.jar
  1. … 336 more files in changeset.
LDEV-3373: Set current and next activity for learners who finished a lesson, when the activity was added in Live Edit.

  1. … 4 more files in changeset.
LDEV-3373: Set current and next activity for learners who finished a lesson, when the activity was added in Live Edit.

  1. … 4 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 13 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 13 more files in changeset.
LDEV-3315: Refresh compiled LAMS library.

LDEV-3275: Refresh compiled LAMS libraries

LDEV-3315: No need for own SecurityException as JRE already has got one.

  1. … 4 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Replace Monitoring and Gradebook own security code with SecurityService checks.

  1. … 18 more files in changeset.
LDEV-3315: Add utility methods for security. Use the new SecurityService in several places.

  1. … 8 more files in changeset.
LDEV-3275: Add missing library dependencies.

    • -2
    • +6
    ./jakarta-commons/fileupload.module.xml
    • -0
    • +112
    ./jdk/jdk.module.xml
    • -0
    • +9
    ./urlrewritefilter/urlrewrite.module.xml
  1. … 3 more files in changeset.
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.