lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4023 :Implement password policy

LDEV-4030 :Disable login for a few minutes after X number of attempts

LDEV-4030 : Disable login for a few minutes after X number of attempts

LDEV-4023 :Implement password policy

LDEV-4050: Autocomplete turned off for the login related forms. Also fixed a bug that stopped the correct error appearing when someone tried to login in via the signup page but the username does not exist.

    • -2
    • +2
    /lams_central/web/passwordChangeContent.jsp
    • -3
    • +5
    /lams_central/web/signup/singupTab.jsp
LDEV-4023 :Implement password policy

    • -0
    • +6
    /lams_admin/web/WEB-INF/struts-config.xml
LDEV-4023 :Implement password policy

LDEV-4103: removing kaltura widget so it doesn't show by default

LDEV-4074 Thickbox header displays group name rather than generic label

LDEV-4074 Removed duplicate header

LDEV-4088 Fixed assessment questions that remain highlighted with warning even after answer has been provided

LDEV-3963 Prevent horizontal bar to appear on editprofile page when using Windows' Chrome browser

LDEV-4038: prevent import filepath to be urlencoded

LDEV-4030: Rename user save method to an explicit name so we can use it or avoid it when we need to.

  1. … 3 more files in changeset.
LDEV-4101 Removed additional filename quotes as it gets one in FileUtil.encodeFilenameForDownload

LDEV-3556 performMultipartFilePost() method became redundant after removing IMS export and .las import

LDEV-4030 :Disable login for a few minutes after X number of attempts

LDEV-4030 :Disable login for a few minutes after X number of attempts

LDEV-4030 :Disable login for a few minutes after X number of attempts

LDEV-3962 Entire offcanvas menu button is now clickable and not just an image inside

LDEV-4038: Re-introduce external attachment comparator as importing LDs requires it.

LDEV-4099: Removing the centred div as that causes the editing area to be centered, now that the CKEditor is inlined.

LDEV-4064: Fix activity dragging on iPad.

    • -5
    • +2
    /lams_central/web/authoring/authoring.jsp
LDEV-4064: Disable some button in mobile authoring. Fix authoring initial height on iPad.

    • -11
    • +11
    /lams_central/web/authoring/authoring.jsp
LDEV-4083 Fixed exception java.lang.NoClassDefFoundError: javax/crypto/SecretKey

LDEV-4090: Override the timestamp used for the topic list to show the greater of reply/updated dates, as the code that creates a single activity forum does not get a chance to update the reply date (it does not use copyToolContent). So if reply date is before updated date, use the updated date instead.

LDEV-4038, LDEV-3450: Mark changes done to model as new tool version so autopatch kicks in when it needs to.

LDEV-4094: Adding in the translation needed for monitor for the Review Answers option.

LDEV-4094: Don't try to get the ratings when no rated items exist!

LDEV-4094: Hibernate was throwing errors when itemIds list is empty, so add a test to catch this case.