lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3382 creates URL with hash on the fly

    • -0
    • +25
    /lams_bb_integration/web/modules/openAuthor.jsp
    • -0
    • +69
    /lams_bb_integration/web/modules/openLearner.jsp
    • -0
    • +68
    /lams_bb_integration/web/modules/openMonitor.jsp
LDEV-3386: implementing time-to-live for login requests in Moodle (see LDEV-3382)

    • -0
    • +12
    /moodle/mod/lamslesson/lang/en/lamslesson.php
    • -0
    • +6
    /moodle/mod/lamslesson/offset.php
    • -0
    • +30
    /moodle/mod/lamslesson/settings.php
LDEV-3386: implementing time-to-live for login requests in Moodle (see LDEV-3382)

    • -0
    • +12
    /moodle/mod/lamslesson/lang/en/lamslesson.php
    • -0
    • +6
    /moodle/mod/lamslesson/offset.php
    • -0
    • +30
    /moodle/mod/lamslesson/settings.php
LDEV-3382 prettifying error message

LDEV-3382 Add datetime parameter check to LoginRequest. It must check for "a range" of TTL that is datetime parameter provided can't be too far in the future as well

LDEV-3335: Revert session ID changes.

LDEV-3384 Signup page shouldn't display if the url to it is incorrect

LDEV-2265 Utilise URL Shortner to shorten lesson URL. Now shortened URL starts with "{LAMS_SERVER}/lams/r/*"

    • -50
    • +48
    /lams_central/web/launchlearner.jsp
LDEV-3385 fix Verify in LessonManagerServlet

LDEV-3378: Update maximum known UIID when loading transitions of existing Learning Design.

LDEV-3378: Update maximum known UIID when loading transitions of existing Learning Design.

LDEV-3335: Set session cookie path and domain in TestHarness. Without it, and with session fixation attack prevention on, WildFly does not accept the cookie during authentication.

LDEV-3335: Put UserDTO in session as soon as possible after authentication, so it is available after redirect. Response is sent by a different thread than SsoHandler and if it wins the race, index page is rendered with UserDTO missing, resulting in error.

LDEV-3382 offers nice error explanation

LDEV-3382 moved LAMS SERVER TIME REFRESH INTERVAL property to building block settings

    • -1
    • +0
    /lams_bb_integration/conf/main.properties
    • -1
    • +5
    /lams_bb_integration/web/admin/config.jsp
    • -1
    • +4
    /lams_bb_integration/web/admin/config_proc.jsp
LDEV-3382 moved LAMS SERVER TIME REFRESH INTERVAL property to building block settings

    • -1
    • +0
    /lams_bb_integration/conf/main.properties
    • -1
    • +5
    /lams_bb_integration/web/admin/config.jsp
    • -1
    • +4
    /lams_bb_integration/web/admin/config_proc.jsp
LDEV-3382 don't force all the previous/existing integration servers to enable the TTL

LDEV-3382: adding labels

LDEV-3382: adding labels

LDEV-3315: Prevent session fixation attack.

LDEV-2975 updating Greek and Norwegian

LDEV-3382 Add datetime parameter check to LoginRequest.

    • -0
    • +1
    /lams_admin/conf/xdoclet/struts-forms.xml
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_forum. Move DAO hibernate implementations to 'hibernate' sub-package. Introduce DAO interfaces and use references to them instead of to implementations in ForumService.

  1. … 11 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_lamc

LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_nb

LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_vote

LDEV-3315: Put back cache administration labels. They will removed later using different technique.

LDEV-3340: Remove hibernate.cfg.xml files. Most probably they were used to create DB schema from .hbm.xml files using Ant. They are obsolete now.

  1. … 13 more files in changeset.
LDEV-1978, LDEV-3340: Remove AccessPermissionFilter. It was designed to control lesson access for Learners, but it was not really used. With the new SecurityService it is/will be obsolete.

    • -11
    • +0
    /lams_learning/conf/xdoclet/filters.xml
    • -14
    • +0
    /lams_tool_forum/web/WEB-INF/web.xml
LDEV-3316: Update lams.jar so Ant can compile the code.