• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4030: renaming label

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

  1. … 1 more file in changeset.
LDEV-4030 :Disable login for a few minutes after X number of attempts

  1. … 5 more files in changeset.
LDEV-4085: Login footer now always at the bottom of the page.

  1. … 1 more file in changeset.
LDEV-4050: Disable autocomplete for login form

LDEV-4050: Disable autocomplete for login form

LDEV-3961: autocapitalize="off" for username input

LDEV-3961: adjusting formatting based on Marcino's comments

LDEV-3961: adjusting formatting (yes, again!)

LDEV-3961: adjusting formatting (yes, I should use Eclipse rather than vi!) and adding missing label login button

LDEV-3961: adjustments to css

  1. … 1 more file in changeset.
LDEV-3961: new responsive login page

LDEV-3315: Remove session before changing its ID, i.e. creating a new session. Remove session from mapping even if user is not logged in.

  1. … 4 more files in changeset.
LDEV-3656: Remove attributes from session so a failed authentication does not put user into a loop.

LDEV-3910: Make login page use absoulte, not relative form action URL.

NTU-5: Modify login mechanism so it redirects unauthenticated user to IdP instead of standard login page.

NTU-5: Modify login mechanism so it redirects unauthenticated user to IdP instead of standard login page.

LDEV-3656: Check is session exists before invalidating it.

LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc.

Rename/rewrite methods for Flashless use.

  1. … 420 more files in changeset.
LDEV-3715: Use feature detection instead of browser version.

LDEV-3715: Use feature detection instead of browser version.

  1. … 2 more files in changeset.
LDEV-3696: ooopps.

LDEV-3696: improving the loading splash screen on login/logout

  1. … 2 more files in changeset.
LDEV-3656: When using LoginAs action invalidate sysadmin session only after all JSP tags read data from it.

LDEV-3656: When using LoginAs action or LoginRequestServlet remove session on login JSP page so the new request can be proccessed and not aborted.

LDEV-3654: Notify user that LAMS is compatible only with IE 10 and 11.

LDEV-3578: Use single-use passwords for internal authentication in LoginRequestServlet and LoginAsAction.

  1. … 3 more files in changeset.
LDEV-3578: Convert passwords from sha1 to sha256 with salt after successful authentication and on password change.

Remove password hashing in browser.

Change internal authentication mechanism for LoginRequestServlet and LoginAsAction.

  1. … 23 more files in changeset.
LDEV-2463: Escape redirectURL param on the login page. Check for HTML tages in redirectURL param during authentication.

  1. … 1 more file in changeset.
LDEV-3335: Hide login page contents when it serves just as a redirect page for integrations and LoginAs authentication.