Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2449 session cookies should only be valid during session

LDEV-2489 clone lessons progress

    • -0
    • +8
    ./lamsfoundation/lams/lesson/dao/ILessonDAO.java
  1. … 13 more files in changeset.
LDEV-2476 add inherited roles (read only)

  1. … 1 more file in changeset.
fix problem getting neighbour node when a node has been deleted in the past

LDEV-2476 a fix and initial dialog for editing roles

  1. … 1 more file in changeset.
LDEV-2476 fix some issues

  1. … 1 more file in changeset.
LDEV-2476 author admin role in nodes now functional

  1. … 1 more file in changeset.
LDEV-2476 partial support for author admin role in planner nodes

    • -0
    • +17
    ./lamsfoundation/lams/dbupdates/patch02040003.sql
    • -0
    • +80
    ./lamsfoundation/lams/planner/PedagogicalPlannerNodeRole.java
  1. … 3 more files in changeset.
LDEV-2475 As per jun-dir's request, added a fallback for java default temp dir if the temp dir in the database doesnt exist or is forbidden

    • -82
    • +124
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 1 more file in changeset.
LDEV-2475 Changing the implementation to use the temp dir specified in the config table instead of the java default. This means that the temp dir has to be cleaned for every restart of the lams server

    • -1
    • +1
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 2 more files in changeset.
LDEV-2468 merge from branch

LDEV-2449 invalidate session when user has lost their cookie, so we don't accidentally access a page without knowing the right session id/cookie value (for some reason jboss gets confused and returns a 'Session already invalidated' error in an exception)

LDEV-2461 only display monitor link if user is staff for that lesson

    • -0
    • +10
    ./lamsfoundation/lams/lesson/dto/LessonDTO.java
  1. … 2 more files in changeset.
LDEV-2449 SSO cookie doesn't seem to expire when shared session ends - therefore set max age to same as session timeout value. Fixes the first click after a session timeout thinking it's still logged in

LDEV-1356 add modification date to user table

  1. … 2 more files in changeset.
move ldap config items to 'ldap configuration' page; improve ldap bulk update error bubbling

    • -0
    • +62
    ./lamsfoundation/lams/util/Configuration.java
  1. … 9 more files in changeset.
LDEV-1616 configuration to allow profile editing

    • -0
    • +11
    ./lamsfoundation/lams/dbupdates/patch02040002.sql
  1. … 10 more files in changeset.
LDEV-2449 adjust verbose logging

LDEV-2449 remove key to session in map when session invalidated; don't worry about JSESSIONID cookie at all, let container handle it since we don't use it to store shared session anymore.

LDEV-2450 Fixing small mistakes with the last commit

  1. … 1 more file in changeset.
LDEV-2450 Changing the combined tool language file directories so that they point to a logical name instead of a number, that makes updates much easier.

Basically made minor changes to the build and deploy tool process for combined tools. And a couple of db updates

    • -0
    • +24
    ./lamsfoundation/lams/dbupdates/patch02030301.sql
  1. … 7 more files in changeset.
LDEV-2449 use sso cookie name to store shared session rather than webapp cookie name, due to possibility in jboss5 of multiple webapp cookies with different paths

LDEV-2448 merged from branch

    • -0
    • +140
    ./lamsfoundation/lams/dbupdates/Patch02030300.java
LDEV-2448 merged from branch

  1. … 5 more files in changeset.
LDEV-2447 not sure why this block is here, LDEV-2030/LDEV-2196 are fine without it.

LDEV-2447 not sure why this block is here, LDEV-2030/LDEV-2196 are fine without it.

LDEV-2445 merge from branch

    • -0
    • +15
    ./lamsfoundation/lams/events/Subscription.java
  1. … 1 more file in changeset.
use wildcard to get all hibernate mappings in order to plug-in non-tool webapps in lams.ear

    • -15
    • +5
    ./lamsfoundation/lams/commonContext.xml
LDEV-2428 set timezone field implicitly so that it doesn't get written at a time we don't intend (e.g. during a read only transaction)

  1. … 2 more files in changeset.
LDEV-2430 update public folder name from Configuration, not workspaceManagementService; use server default locale, not user locale

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +28
    ./lamsfoundation/lams/util/Configuration.java
  1. … 5 more files in changeset.