lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4599 Add Zoom activity preview

LDEV-4599 Use another call to verify if API works

LDEV-4599 Use API with oldest live meeting if there are no free ones

LDEV-4599 In authoring warn of missing API keys

LDEV-4601 Schedule the end date when teacher creates a lesson.

    • -3
    • +46
    /lams_central/web/includes/javascript/addLesson.js
    • -22
    • +32
    /lams_monitoring/web/monitor.jsp
LDEV-4599 API keys management

    • -14
    • +3
    /lams_tool_zoom/db/sql/create_lams_tool_zoom.sql
    • -1
    • +1
    /lams_tool_zoom/db/sql/tool_insert.sql
  1. … 6 more files in changeset.
LDEV-4599 Get rid of unnecessary Config entity

    • -7
    • +0
    /lams_tool_zoom/db/sql/create_lams_tool_zoom.sql
    • -53
    • +0
    /lams_tool_zoom/web/pages/admin/edit.jsp
    • -16
    • +0
    /lams_tool_zoom/web/pages/zoom/end_meeting.jsp
LDEV-4599 Duplicate user data in the tool

User data like name or email seems redundant in tool tables. But

otherwise we would have to hit the core tables every time we want to

fetch it. We stick to redundancy until we have a well working 2nd level

cache and we agree to couple tool and core tables more tightly.

LDEV-4599 Build monitoring for Zoom activity

LDEV-4599 Add monitor start meeting flow

    • -51
    • +21
    /lams_tool_zoom/web/pages/learning/learning.jsp
LDEV-4599 Enable contribution from tool activities

LDEV-4599 Make Zoom tool enabled from the start

    • -1
    • +1
    /lams_tool_zoom/db/sql/library_insert.sql
    • -1
    • +1
    /lams_tool_zoom/db/sql/tool_insert.sql
LDEV-4599 Fix library path

LDEV-4602 Full screen mode

    • -6
    • +77
    /lams_monitoring/web/css/timer.scss
CLOUD-88: Ooopss

Sorry, didn't mean to commit these two files.

CLOUD-88: removing flash tutorial video

removing flash video replace it with youtube streaming instead

    • -25
    • +2
    /lams_central/web/tutorialVideo.jsp
Merge branch 'LDEV-4600'

LDEV-4600 Sanitise a parameter when changing password

    • -1
    • +1
    /lams_central/web/forgotPasswordChange.jsp
LDEV-4054: Updating labels in various projects

English, Spanish and Greek

LDEV-4588: adding removing labels

In English, Greek and Spanish

LDEV-4602 TBL Monitor launches a new window with a countdown timer

    • binary
    /lams_central/web/includes/sounds/276607__mickleness__ringtone-foofaraw.mp3
    • binary
    /lams_central/web/includes/sounds/276607__mickleness__ringtone-foofaraw.ogg
    • binary
    /lams_central/web/includes/sounds/276607__mickleness__ringtone-foofaraw.wav
    • -0
    • +53
    /lams_monitoring/web/css/timer.scss
    • -0
    • +231
    /lams_monitoring/web/timer.jsp
Revert "Merge branch 'LDEV_NTU-12'"

This reverts commit 183bac242c2d086c728767b79b2bf3be9604370a, reversing

changes made to 58e35ac606c140010b53bae4314478e0cf63f05d.

Merge branch 'LDEV_NTU-12'

LDEV_NTU-12 Need to be able to change tool output to blank

LDEV-4599 Add Zoom icon

LDEV-4599 Initial implementation of Zoom tool

    • -0
    • +32
    /lams_tool_zoom/.classpath
    • -0
    • +3
    /lams_tool_zoom/.gitignore
    • -0
    • +18
    /lams_tool_zoom/.project
    • -0
    • +7
    /lams_tool_zoom/build.properties
    • -0
    • +7
    /lams_tool_zoom/build.xml
    • -0
    • +68
    /lams_tool_zoom/conf/language/lams/ApplicationResources.properties
    • -0
    • +28
    /lams_tool_zoom/db/sql/activity_insert.sql
    • -0
    • +95
    /lams_tool_zoom/db/sql/create_lams_tool_zoom.sql
    • -0
    • +2
    /lams_tool_zoom/db/sql/db_version_insert.sql
    • -0
    • +16
    /lams_tool_zoom/db/sql/library_insert.sql
  1. … 120 more files in changeset.
LDEV-4599 Add JWT library source code

    • -0
    • +174
    /3rdParty_sources/jsonwebtoken/io/jsonwebtoken/Claims.java
    • -0
    • +18
    /3rdParty_sources/jsonwebtoken/io/jsonwebtoken/Clock.java
    • -0
    • +132
    /3rdParty_sources/jsonwebtoken/io/jsonwebtoken/Header.java
    • -0
    • +107
    /3rdParty_sources/jsonwebtoken/io/jsonwebtoken/JwsHeader.java
  1. … 67 more files in changeset.
LDEV-4599 Add JWT library. Set up dependencies.

If LAMS has been slimmed before deployment of this patch, it is missing

Jackson library which is needed for JWT library to work. The library can

taken from a fresh copy of WF from the following path:

<WF>modules\system\layers\base\com\fasterxml

It needs to be copied to the slimmed WF instance.

    • -43
    • +44
    /lams_build/3rdParty.userlibraries
    • binary
    /lams_build/lib/json/jjwt-0.9.0.jar
    • -0
    • +35
    /lams_build/lib/json/jjwt.module.xml
Merge branch 'LDEV_NTU-11'

LDEV_NTU-11 Swapping Mark and Response columns in Assessment Monitor