LoginRequestDispatcher.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4870 add instructor to lesson's staff when he logs in using LTI

* Also refactor LoginRequestDispatcher.java: move its methods to

LoginRequestServlet and its constants to a new IntegrationConstants

class.

  1. … 11 more files in changeset.
LDEV-4440 Fix author and monitor links requested from integrations

LDEV-4440 Central migration

  1. … 52 more files in changeset.
LDEV-4440 Learning minor fixes

  1. … 6 more files in changeset.
LDEV-4381 Removed requestSrc parameter

This parameter was responsible for passing integration server name to

LAMS which was used on closing authoring and refreshing integration

server page. It stopped working when authoring became Flash-less (as

there is not more "Close" button). And now we decided to finally remove

all its leftovers. This change also involves removal of

"isPostMessageToParent" parameter.

  1. … 1 more file in changeset.
LDEV-4354 Prevent exception on starting a lesson by Moodle using LAMS as LTI tool provider

LDEV-4151 In case LoginRequest call has redirectURL parameter make sure user gets added to the lesson as a learner

LDEV-4151 In case LoginRequest call has redirectURL parameter Make sure user gets added to the lesson as a learner

LDEV-3998 Remove reference to Organisation from ExtServerOrgMap class

  1. … 37 more files in changeset.
LDEV-3998 Remove reference to Organisation from ExtServerOrgMap class

  1. … 37 more files in changeset.
LDEV-3912 Made LoginRequest work correctly with redirectURL parameters that point to the path outside of lams_central context

  1. … 1 more file in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2120 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 1860 more files in changeset.
LDEV-3456: for NTU Blackboard's based templates, force to https to co-exist with Blackboard

  1. … 1 more file in changeset.
LDEV-3456: for NTU Blackboard's based templates, force to https to co-exist with Blackboard

  1. … 1 more file in changeset.
LDEV-3477: LoginRequest's redirectURL parameter now used over the method parameter, irrespective of whether the user was logged in.

  1. … 1 more file in changeset.
LDEV-3456: Tweaks to support the templating - authoring doesn't require a course id and opening authoring through an integeration needs to be able to open a particular design.

  1. … 1 more file in changeset.
LDEV-3477: LoginRequest's redirectURL parameter now used over the method parameter, irrespective of whether the user was logged in.

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

  1. … 6 more files in changeset.
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-3208 Create a validationutil for all the regex in a central place and include the validation for the integrations.

  1. … 12 more files in changeset.
LDEV-3070: Fix few minor errors in Tools. Pass notifyCloseURL to proper authoring page in some Tools. Make generation of Tool content a non read-only operation as it starts a database transaction which is later used for writing.

  1. … 22 more files in changeset.
LDEV-2893 new ability to refresh integration window once Lams authoring one gets closed

LDEV-2711: Forbid accessing lesson level gradebook by learners. Allow setting courseName without prefix. Fix a bug when accessing course level gradebook by learners.

  1. … 3 more files in changeset.
LDEV-2711: Add "mode=gradebook" parameter value to LoginRequestServlet so it redirects user straight to Gradebook servlet after authentication. Modify parameters veryfied by Gradebook servlet on access to keep them coherent with LoginRequestServlet.

  1. … 1 more file in changeset.
LDEV-2130 Fixing preview issue with integrations,&mode=preview was not being appended to the url after a loginrequest, now it is

LDEV-1908 NotifyCloseUrl not in parameters breaks tool adapters,

and error in logic was causing this problem, now fixed

Chaning loginRequestDispatcher to correct agreed format

    • -120
    • +115
    ./LoginRequestDispatcher.java