• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
temp call for returning Tool Output Definitions

    • -1
    • +10
    ./lams/authoring/service/IAuthoringService.java
    • -1
    • +18
    ./lams/authoring/web/AuthoringAction.java
  1. … 1 more file in changeset.
Changes to support tool output based branching. Work in progress!

    • -8
    • +24
    ./lams/authoring/ObjectExtractor.java
    • -10
    • +11
    ./lams/authoring/service/AuthoringService.java
  1. … 31 more files in changeset.
Fixed up lookup of existing group to branch mappings based on UIID and ID. Now uses a combination of both that should cover all cases.

    • -9
    • +21
    ./lams/authoring/ObjectExtractor.java
Fixed up lookup of existing Groups based on UIID and ID. Now uses a combination of both that should cover all cases.

    • -7
    • +15
    ./lams/authoring/ObjectExtractor.java
Handles group records that may or may not have an order id.

group naming dialog + saving groups

  1. … 10 more files in changeset.
add results text when federation server list is updated

    • -1
    • +16
    ./lams/web/FedRegistryUpdateServlet.java
  1. … 2 more files in changeset.
LDEV-1134: Preview now lets the author select a branch to view, but the author can only do one branch. To view all branches, the author needs to run preview multiple times. Did some small refactoring to have only one piece of code that creates the branching mapping related to a group as we have many bits that need to do this (authoring, import, chosen branching in monitoring and now preview!)

  1. … 3 more files in changeset.
added shib servlets to web-security so that ShibLogin is invoked (and shib user created if necessary) before shib servlets have to add shib user to lesson class; refactored ShibExportPortfolioServlet to extend ShibLearnerServlet; moved xdoclet out of .java files because it doesn't work properly with a servlet extending another servlet

    • -58
    • +2
    ./lams/web/ShibExportPortfolioServlet.java
  1. … 3 more files in changeset.
fix logger class name

    • -1
    • +1
    ./lams/web/ShibExportPortfolioServlet.java
fix error text

add email to shib user

removing shib servlets from /servlet/* mapping; fix url for openFedExportPortfolio

    • -1
    • +1
    ./lams/web/ShibExportPortfolioServlet.java
  1. … 1 more file in changeset.
file ShibExportPortfolioServlet.java was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./lams/web/ShibExportPortfolioServlet.java
file ShibMonitorServlet.java was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./lams/web/ShibMonitorServlet.java
adding shibbolized links for monitoring and export portfolio

    • -0
    • +103
    ./lams/web/ShibExportPortfolioServlet.java
    • -0
    • +103
    ./lams/web/ShibMonitorServlet.java
  1. … 1 more file in changeset.
remember to stop processing after sending a redirect! also check if user is a local user before updating roles from shib attributes.

various bugfixes

added new shib attribute for the ServerURL of the origin LAMS server to help determine whether user is local or not; added roles for shib users in ShibLoginServlet

    • -24
    • +30
    ./lams/web/ShibLearnerServlet.java
    • -47
    • +132
    ./lams/web/ShibLoginServlet.java
  1. … 5 more files in changeset.
LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Authoring changes done.

  1. … 9 more files in changeset.
use lesson service when adding learner to class

switch from getting user from SessionManager to using shib username attribute

    • -13
    • +18
    ./lams/web/ShibLearnerServlet.java
  1. … 2 more files in changeset.
change some log labels from debug to info.

use multiple servlets to handle each home.do?method=, adding learner servlet. it does a role check (on shib attrs, not lams db), and adds shib user to lesson class if not already a member.

  1. … 1 more file in changeset.
file ShibLearnerServlet.java was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./lams/web/ShibLearnerServlet.java
LDEV-1134: Branching: View screen for the class export portfolio. Required refactoring of classes and moving the system tool link to move to an interface.

  1. … 18 more files in changeset.
Can handle local users logging in via shibboleth.

shib users have their usernames prefixed with their home server's fedId on non-local servers

    • -38
    • +57
    ./lams/web/ShibLoginServlet.java
changing shib authentication to 'on/off' rather than try to have db/shib authentication happening at the same time

    • -7
    • +2
    ./lams/security/UniversalLoginModule.java
    • -28
    • +50
    ./lams/web/ShibLoginServlet.java
  1. … 12 more files in changeset.
pre-select idp in lesson link for learner

  1. … 4 more files in changeset.