Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5425 Remove "End of activity" notebook from *all* tools

  1. … 515 more files in changeset.
LDEV-5397 show warnings and nofications before activity's instructions

  1. … 14 more files in changeset.
LDEV-5397 bootsrap5 Zoom tool's learning

LDEV-5397 Migrate old Bootstrap3 class names into Bootstrap5 in *all* tools' learning

* Did this following 2 guides:

https://getbootstrap.com/docs/4.1/migration/

https://getbootstrap.com/docs/5.2/migration/

* Apart from changing class names, also performed other updates required in aforementioned guides.

For instance, checkboxes, radios, selects have now proper Bootstrap5 structure; removed "media" objects.

* Replaced some outdated LAMS class names

  1. … 105 more files in changeset.
LDEV-5397 further bootstrap 5 related changes

Also

* change bootstrap classes from col-*-offset-* to offset-*-

* deprecated form-group

* .hidden-xs to .d-none .d-sm-block

* .pull-left to .float-start

* .pull-right to .float-end

* add class="activity-bottom-buttons"

  1. … 115 more files in changeset.
LDEV-5406 Use OAuth instead of JWT as API auth method

  1. … 8 more files in changeset.
LDEV-5213 Use version-dependent imports for LAMS JS files

  1. … 333 more files in changeset.
LDEV-5302 Rename sysadmin role to appadmin

  1. … 181 more files in changeset.
LDEV-5219 Use versioned JS import for gate check JS file

  1. … 54 more files in changeset.
LDEV-5219 Check gate after Zoom activity

    • -10
    • +16
    ./learning/parts/finishButton.jsp
LDEV-5188 Remove obsolete attributes from TabBody tag

  1. … 82 more files in changeset.
LDEV-4599 Fix advanced options list in monitoring summary

  1. … 1 more file in changeset.
LDEV-5026 display improvement

LDEV-5026 Always require a password for Zoom meetings

  1. … 8 more files in changeset.
LDEV-5006 cosmetic changes and labels

  1. … 1 more file in changeset.
LDEV-4440 Fix form URL to start a Zoom meeting

LDEV-5006 Make Zoom optional, configurable in advanced authoring tab

  1. … 8 more files in changeset.
LDEV-5006 Adjust password message

LDEV-5006 Protect Zoom meetings with passwords

  1. … 8 more files in changeset.
LDEV-4995 Upgrade to bootstrap 4

* Update LAMS code to use bootstrap 4

* Update and redesign index page

  1. … 198 more files in changeset.
LDEV-4932 removing multipart encoding

There are plenty of form we set the multipart encoding for uploading files, but no files are uploaded. This has implications for CSRF tokens. So we remove the enctype="multipart/form-data" for all the authoring forms that aren't needed.

  1. … 14 more files in changeset.
LDEV-4932 Passing CSRF token as a post rather than get

  1. … 41 more files in changeset.
LDEV-4932 Secure save tool authoring with CSRF Guard

  1. … 42 more files in changeset.
LDEV-4932 Secure edit in monitor with CSRF Guard

* In order to secure /definelater.do path, added definelater() method to

AuthoringController to the tools missing it

* Remove unnecessary forms from monitor in Vote, NB, QA tools

  1. … 109 more files in changeset.
LDEV-4759 DateTimePicker and Accordians updated

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

  1. … 499 more files in changeset.
LDEV-4759 Authoring and monitoring tabs working

  1. … 310 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 Error messages converted to new error tag

  1. … 127 more files in changeset.
LDEV-4440 Migrate Zoom tool to Spring MVC

    • -20
    • +13
    ./learning/parts/finishButton.jsp
  1. … 48 more files in changeset.