lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3332: fix tiles-config.dtd version used.

LAMS is shipped with tiles 1.1 version (included in struts). Fix tiles configuration to use tiles-config-1_1.dtd. This was another resource, that was loaded from internet during Wildfly startup (since used dtd version was not present in struts.jar).

It should be now possible to start Wildfly with LAMS without internet connection.

  1. … 18 more files in changeset.
LDEV-3332: fix spring contexts declaration to find spring-beans-4.0.xsd locally at classpath.

Having spring module defined as a set of spring jars (as we do have in Wildfly), it is impossible for spring to resolve xsd schema mapping file 'spring.schemas' correctly. With set of jars, we have 5 instances of this file (with different content) under the same path 'META-INF/spring.schemas'. This ended up in spring not beeing able to map spring-beans-4.0.xsd URL path to local resource location. Finally, this xsd was loaded from internet - and that significantly slowed Wildfly startup.

With this fix LAMS is way (depends on internet connection) faster to start.

  1. … 73 more files in changeset.
LDEV-3322: adding id attributes to facilitate functional testing

LDEV-3322: committing missing FLA label

LDEV-3322: adding id attributes to facilitate functional testing

LDEV-3322: committing missing FLA label

LDEV-3296 remove translations of the languages we don't support

  1. … 24 more files in changeset.
LDEV-3322: adding tags to facilitate functional testing

LDEV-3322: adding tags to facilitate functional testing

LDEV-3275: Remove duplicate error log.

LDEV-3275: Add SsoConsumer in LAMS Central as requests (index.jsp, index.do) immediate after j_security_check are also being authenticated. They also are considered an authentication attempt, but they bypass shared session creation in SsoProducer and it causes errors. This was addressed by a simple check - no shared session in UniversalLoginModule, no authentication attempt.

  1. … 1 more file in changeset.
LDEV-3311 When progress bar is collapsed load the next activity in *a full frame size*

    • -1
    • +1
    ./web/includes/javascript/progressBar.js
LDEV-3322: adding id tags

  1. … 1 more file in changeset.
LDEV-3322: adding id tags

LDEV-3321: Use the "progressUser" to produce progress output, not the one being authenticated.

LDEV-3321: Use the "progressUser" to produce progress output, not the one being authenticated.

LDEV-3315: Add security service and use it in vital entry points.

  1. … 11 more files in changeset.
LDEV-3315: Allow unauthorised access via integrations URLs.

LDEV-3315: Allow unauthorised access via integrations URLs.

LDEV-3315: Clean up roles and paths to secured resources in all modules. Remove AUTHOR ADMIN role.

    • -1
    • +1
    ./web/includes/javascript/progressBar.js
  1. … 67 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. … 68 more files in changeset.
LDEV-3315: Clean up roles and paths to secured resources in all modules.

    • -1
    • +1
    ./web/includes/javascript/progressBar.js
  1. … 37 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. … 10 more files in changeset.
LDEV-3310 Remove green dotted line under some menu elements

    • -1
    • +1
    ./web/css/defaultHTML_learner_mobile.css
    • -0
    • +3
    ./web/css/highContrast_rtl_learner.css
LDEV-3310 Switched to using office2013 skin

    • -5
    • +0
    ./web/ckeditor/skins/moonocolor/dialog.css
    • -5
    • +0
    ./web/ckeditor/skins/moonocolor/dialog_ie.css
    • -5
    • +0
    ./web/ckeditor/skins/moonocolor/dialog_ie7.css
    • -5
    • +0
    ./web/ckeditor/skins/moonocolor/dialog_ie8.css
    • -5
    • +0
    ./web/ckeditor/skins/moonocolor/dialog_opera.css
    • -5
    • +0
    ./web/ckeditor/skins/moonocolor/editor.css
    • -5
    • +0
    ./web/ckeditor/skins/moonocolor/editor_gecko.css
    • -5
    • +0
    ./web/ckeditor/skins/moonocolor/editor_ie.css
    • -5
    • +0
    ./web/ckeditor/skins/moonocolor/editor_ie7.css
    • -5
    • +0
    ./web/ckeditor/skins/moonocolor/editor_ie8.css
    • binary
    ./web/ckeditor/skins/moonocolor/icons.png
    • binary
    ./web/ckeditor/skins/moonocolor/icons_hidpi.png
  1. … 25 more files in changeset.
LDEV-3120: Add a missing space in unique name creation mechanism.

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. … 4 more files in changeset.
LDEV-3309 Add isUpdateUserDetails parameter for LoginRequest so user details get updated

  1. … 4 more files in changeset.
LDEV-3275: Add dependecies and source code for Undertow.

  1. … 558 more files in changeset.