lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5208 Fix Start Discussion button alignment

LDEV-5208 Display discussion chart only to monitors

LDEV-5208 Change discussion chart colours for consistency

    • -4
    • +5
    /lams_learning/web/discussion/monitor.jsp
LDEV-5208 Add Discussion Sentiment monitor widget

    • -8
    • +21
    /lams_learning/web/discussion/learner.jsp
    • -0
    • +295
    /lams_learning/web/discussion/monitor.jsp
LDEV-5208 Add Discussion Sentiment learner widget

    • -0
    • +149
    /lams_learning/web/discussion/learner.jsp
    • -0
    • +12
    /lams_learning/web/discussion/startLearner.jsp
  1. … 3 more files in changeset.
LDEV-5208 Add Discussion Sentiment service and websocket hooks

LDEV-5208 Add Discussion Sentiment data model

Merge branch 'LDEV-5207' into v4.0

LDEV-5207 Fix signup flow after login failure

LDEV-5204 Fix Gallery Walk Whiteboard loading

LDEV-5204 Add Whiteboard tool content export and import

    • -2
    • +3
    /lams_build/conf/whiteboard/readme.txt
LDEV-5204 Fix iframe reload on autoring save

LDEV-5204 Fix image upload in Whiteboard

LDEV-5204 Initiate canvas copy on tool content copy on back-end

In previous version canvas was copied when an user opened it. Sometimes

in LAMS we copy content without opening a canvas. For example when using

Save As or Copy buttons in Authoring. We had to make sure that canvas is

always either copied on back-end or it gets opened and copied via

front-end.

    • -1
    • +4
    /lams_build/conf/whiteboard/readme.txt
    • -0
    • +140
    /lams_build/conf/whiteboard/scripts/s_whiteboard.js
    • -1
    • +0
    /lams_tool_whiteboard/db/sql/create_lams_tool_whiteboard.sql
LDEV-5204 Fixes for Gallery Walk and timing limits in Whiteboard

    • -1
    • +1
    /lams_tool_doku/web/pages/learning/notebook.jsp
LDEV-5204 Add Whiteboard monitoring

LDEV-5204 Fix detection when leader has finished Whiteboard activity

LDEV-5204 Add support for leaders in Whiteboard tool

Non-leaders get a read-only canvas.

LDEV-5198 Fix file encoding

LDEV-5204 Introduce improved security using hashing

In vanilla Whiteboard a global access token is configured on server and

must be present in all requests made to Whiteboard. It means that anyone

can modify any whiteboard ID (wid).

In LAMS we introduce a hash of wid + accesstoken. Users do not know

access token, so they can not generate the hash for another wid.

The hash is simple Java hashCode() function, sufficient for this

situation.

The hash does not include author name as it is not present in many use

cases.

The hash optionally has a different form: source wid + wid +

accesstoken. It is when copyfromwid parameter is present. In this case

the target canvas is using standard wid and hash, but for the extra call

to source canvas we use source wid and the modified hash. This modified

hash is only usable to copy content from this particular source wid to

this particular target wid, so users can not use the hash to draw on the

source canvas.

    • -1
    • +3
    /lams_build/conf/whiteboard/readme.txt
    • -0
    • +403
    /lams_build/conf/whiteboard/scripts/server-backend.js
    • -1
    • +5
    /lams_build/conf/whiteboard/src/js/main.js
LDEV-5204 Add Whiteboard basic learner interface

    • -0
    • +1
    /lams_tool_whiteboard/db/sql/create_lams_tool_whiteboard.sql
LDEV-4769 Updating English and French

LDEV-5204 Use correct URL placeholder in Whiteboard DB build script

    • -1
    • +1
    /lams_tool_whiteboard/db/sql/create_lams_tool_whiteboard.sql
LDEV-5204 Add Whiteboard configuration page in sysadmin tool management

    • -0
    • +62
    /lams_tool_whiteboard/web/pages/admin/config.jsp
LDEV-5204 Add Whiteboard URL and access token configuration

    • -0
    • +11
    /lams_tool_whiteboard/db/sql/create_lams_tool_whiteboard.sql
LDEV-5204 Add Whiteboard basic authoring

Whiteboard URL and access token are hardcoded at the moment.

LDEV-4271 By default do not show learner score for hedging questions

LDEV-5204 Copy and refactor doKu code for Whiteboard use

doKu is a similar tool which hold various useful elements, like working

with an external Node server, Gallery Walk etc. Its code has been taken

and reused as a base for Whiteboard.

    • -0
    • +27
    /lams_tool_whiteboard/.classpath
    • -0
    • +2
    /lams_tool_whiteboard/.gitignore
    • -0
    • +19
    /lams_tool_whiteboard/.project
    • -0
    • +7
    /lams_tool_whiteboard/build.properties
    • -0
    • +26
    /lams_tool_whiteboard/build.xml
    • -0
    • +137
    /lams_tool_whiteboard/conf/language/lams/ApplicationResources.properties
    • -0
    • +28
    /lams_tool_whiteboard/db/sql/activity_insert.sql
    • -0
    • +71
    /lams_tool_whiteboard/db/sql/create_lams_tool_whiteboard.sql
    • -0
    • +2
    /lams_tool_whiteboard/db/sql/db_version_insert.sql
    • -0
    • +14
    /lams_tool_whiteboard/db/sql/library_insert.sql
    • -0
    • +48
    /lams_tool_whiteboard/db/sql/tool_insert.sql
  1. … 93 more files in changeset.
LDEV-5206 Adding CKEditor editorplaceholder plugin

    • -0
    • +1
    /lams_central/web/ckeditor/plugins/editorplaceholder/plugin.js
LDEV-5122 Use blank Etherpad by default in doKu authoring