Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5120 Emphasise own group in Gallery Walk

  1. … 1 more file in changeset.
LDEV-5120 Refresh learner page for Gallery Walk using command websocket

Local Dokumaran websocket call could fail on multi-instance LAMS

environment.

  1. … 3 more files in changeset.
LDEV-5127 Adjust reported pad height when toolbar is not displayed

  1. … 32 more files in changeset.
LDEV-5120 Enfore read-only Gallery Walk in Doku learning and monitoring

  1. … 1 more file in changeset.
LDEV-5120 Introduce ratings to Doku Gallery Walk

  1. … 9 more files in changeset.
LDEV-5120 Allow teacher to finish Gallery Walk in Monitoring

Learners get pushed to Gallery Walk page again, with Finish button

visible.

  1. … 6 more files in changeset.
LDEV-5120 Extract repetitive code for Doku websockets

LDEV-5120 Show Gallery Walk controls only to leaders, if leaders enabled

LDEV-5120 Allow teacher to start Gallery Walk in Monitoring

Learners get pushed to Gallery Walk page.

  1. … 10 more files in changeset.
LDEV-5127 Fix pad resizing

  1. … 32 more files in changeset.
LDEV-5120 Add Gallery Walk in Doku learning

  1. … 3 more files in changeset.
LDEV-5120 Add Gallery Walk in Doku learning

    • -0
    • +102
    ./galleryWalk.jsp
  1. … 3 more files in changeset.
LDEV-4996 Adjust doKu code to follow Etherpad resize update

  1. … 1 more file in changeset.
LDEV-4996 Add Etherpad autogrow feature to Doku tool

  1. … 1 more file in changeset.
LDEV-4997 Adjust Etherpad integration code for LAMS 3.1

  1. … 8 more files in changeset.
LDEV-4997 Introduce Etherpad as a JSP tag

  1. … 10 more files in changeset.
LDEV-4994 Add description field to Dokumaran

  1. … 4 more files in changeset.
LDEV-4759 Panels are now cards.

  1. … 506 more files in changeset.
LDEV-4678 WebUtil.putActivityPositionInRequestByToolSessionId transformed into service method

Also introduce ICommonToolService that will hold methods shared by all

tools.

  1. … 141 more files in changeset.
LDEV-4440 Clean up shared files

  1. … 205 more files in changeset.
  1. … 38 more files in changeset.
LDEV-4394 Fix "addTime" request

  1. … 1 more file in changeset.
LDEV-4394 Reintroduce page refresh to Doku

It was incorrectly removed in previous commits. Also make sure the other

websocket pings and reconnects.

  1. … 1 more file in changeset.
LDEV-4394 Make page reload and websocket close requests cross-node

Some requests have been sent only to websockets on current node. Now

they are detected in DB and run on all nodes.

  1. … 11 more files in changeset.
LDEV-4392 Fix websocket close detection

Make sure there is only, well implemented one piece of code that detects

websocket close and optionally reconnects it.

LDEV-4392 Control websocket reconnect

Do not reconnect if close happened immediately after open. Limit command

websocket reconnects.

  1. … 37 more files in changeset.
Remove folder after it was moved to master

Removing it as there is no need to keep it in lams25 branch after it was

moved to the master branch. Besides, it was never meant to be run under

JBoss (lams25 branch).

  1. … 132 more files in changeset.
LDEV-4332: Send websocket ping after 3 minutes of idleness so the connection does not get cut because of idle timeout.

LDEV-4332: Send websocket ping after 3 minutes of idleness so the connection does not get cut because of idle timeout.

LDEV-4332: Refresh page when a tool websocket gets closed. Re-init Command websocket when it gets closed. Rename websockets in JS code to ensure name uniqueness within the page.