lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3300: Remove user comments before cloning Image Gallery.

LDEV-3315: Allow unauthorised access via integrations URLs.

LDEV-3315: Allow unauthorised access via integrations URLs.

LDEV-3269: Put back XLS templates as they can still be useful.

    • binary
    /lams_admin/web/file/lams_groups_template.xls
    • binary
    /lams_admin/web/file/lams_roles_template.xls
    • binary
    /lams_admin/web/file/lams_users_template.xls
LDEV-3269: Put back XLS templates as they can still be useful.

    • binary
    /lams_admin/web/file/lams_groups_template.xls
    • binary
    /lams_admin/web/file/lams_roles_template.xls
    • binary
    /lams_admin/web/file/lams_users_template.xls
LDEV-2847: Put build.properties file as the first one so it has priority over othe settings.

LDEV-2847: Put build.properties file as the first one so it has priority over othe settings.

LDEV-3278: Fix missing activity coordinates, not set by Flash Authoring.

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

  1. … 58 more files in changeset.
LDEV-3278: Fix missing activity coordinates, not set by Flash Authoring.

LDEV-3315: Remove AUTHOR ADMIN role. Allow AUTHOR role to preview lessons. Allow MONITOR role to edit activities and run Live Edit.

  1. … 58 more files in changeset.
LDEV-3259 Improved Image Gallery's learning

LDEV-3259 Improved Image Gallery's learning

    • -10
    • +8
    /lams_tool_images/web/common/header.jsp
    • -0
    • +4
    /lams_tool_images/web/includes/css/fotorama.css
    • binary
    /lams_tool_images/web/includes/images/fotorama.png
    • binary
    /lams_tool_images/web/includes/images/fotorama@2x.png
  1. … 29 more files in changeset.
LDEV-3315: Clean up roles and paths to secured resources in all modules.

    • -7
    • +28
    /lams_admin/conf/xdoclet/web-security.xml
    • -10
    • +16
    /lams_build/conf/j2ee/lams.application.xml
    • -11
    • +37
    /lams_gradebook/conf/xdoclet/web-security.xml
    • -14
    • +14
    /lams_learning/conf/xdoclet/web-security.xml
    • -15
    • +18
    /lams_monitoring/conf/xdoclet/web-security.xml
    • -66
    • +19
    /lams_tool_assessment/web/WEB-INF/web.xml
    • -32
    • +24
    /lams_tool_bbb/conf/xdoclet/web-security.xml
    • -84
    • +65
    /lams_tool_chat/conf/xdoclet/web-security.xml
    • -67
    • +21
    /lams_tool_daco/web/WEB-INF/web.xml
    • -68
    • +22
    /lams_tool_eadventure/web/WEB-INF/web.xml
    • -67
    • +23
    /lams_tool_forum/conf/xdoclet/web-security.xml
  1. … 24 more files in changeset.
LDEV-2846: Remove obsolete filters.

    • -10
    • +0
    /lams_tool_nb/conf/xdoclet/filters.xml
LDEV-2846: Remove obsolete filters.

    • -10
    • +0
    /lams_tool_nb/conf/xdoclet/filters.xml
LDEV-3164: Print server reply when user creation failed.

LDEV-3314 Scratchie tool to calculate max mark correctly when producing ToolOutputDefinition

LDEV-3308: Before casting get real activity object instead of proxies.

LDEV-3308: Before casting get real activity object instead of proxies.

LDEV-3308: Before casting get real ComplexActivity objects instead of proxies.

LDEV-3308: Before casting get real ComplexActivity objects instead of proxies.

LDEV-3300: Save Q&A questions before saving the parent object because if Hibernate decides to save Conditions first, some question could be not saved yet and it will trigger "non-transient object not saved" error.

LDEV-3300: Save Q&A questions before saving the parent object because if Hibernate decides to save Conditions first, some question could be not saved yet and it will trigger "non-transient object not saved" error.

LDEV-3313 Don't refresh learner results page for non-leaders

LDEV-3312 Improve security of Scratchie tool. 1) isAnswerCorrect.do to spawn a thread on the backend to record result 2) check user has access to current answer

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.

    • binary
    /lams_build/lib/lams/lams-gradebook.jar
LDEV-3242: Set default container height if overriding in learning.jsp fails.

LDEV-3242: Set default container height if overriding in learning.jsp fails.

LDEV-3300: Save ImageGallery and Kaltura items and their creators before saving the main objects as there is no cascade.