• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
  1. … 1 more file in changeset.
file commons-discovery-0.5.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./jakarta-commons/commons-discovery-0.5.jar
file discovery.module.xml was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./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.
file spring-jdbc-4.0.6.RELEASE.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./spring/spring-jdbc-4.0.6.RELEASE.jar
file spring-expression-4.0.6.RELEASE.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./spring/spring-expression-4.0.6.RELEASE.jar
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.
file aopalliance.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./spring/aopalliance.jar
file spring-aop-4.0.6.RELEASE.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./spring/spring-aop-4.0.6.RELEASE.jar
LDEV-3293: Add missing Spring libraries and source code.

    • binary
    ./spring/spring-aop-4.0.6.RELEASE.jar
  1. … 206 more files in changeset.
file spring-core-4.0.6.RELEASE.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./spring/spring-core-4.0.6.RELEASE.jar
file spring-web-4.0.6.RELEASE.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./spring/spring-web-4.0.6.RELEASE.jar
file spring-tx-4.0.6.RELEASE.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./spring/spring-tx-4.0.6.RELEASE.jar
file spring-orm-4.0.6.RELEASE.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./spring/spring-orm-4.0.6.RELEASE.jar
file spring-beans-4.0.6.RELEASE.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./spring/spring-beans-4.0.6.RELEASE.jar
file spring-context-4.0.6.RELEASE.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./spring/spring-context-4.0.6.RELEASE.jar
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. … 17 more files in changeset.
file spring-context-support-4.0.6.RELEASE.jar was initially added on branch lams2_head_wildfly.

    • binary
    ./spring/spring-context-support-4.0.6.RELEASE.jar
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