Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5431 Reset activity completion on force uncomplete in Monitor

  1. … 38 more files in changeset.
LDEV-5397 bug fixes

* Image gallery. Prevent alert saying "Internal server error" on trying to add empty image as a learner

* Mindmap. Fix padding around color picker

  1. … 1 more file in changeset.
LDEV-5397 bootstrap5 Image Gallery tool

  1. … 12 more files in changeset.
LDEV-5397 Switch to server side redirects

  1. … 20 more files in changeset.
Revert "LDEV-5357 Use UUIDs for file downloads"

This reverts commit 2de8f805211b6433aff4efd6fa9275a1b9933033.

  1. … 49 more files in changeset.
LDEV-5357 Use UUIDs for file downloads

  1. … 49 more files in changeset.
LDEV-5328 Remove obsolete code as pointed out by build script

  1. … 1 more file in changeset.
LDEV-5328 Squash DB patches and update versions

  1. … 154 more files in changeset.
LDEV-4411 Stop using collection cache for now

Cache annotations were commented out so we can come back to them easily

in the future.

Collection cache is not detecting changes made to entities. When a new

entity is added, collection cache does not see the change.

Properly tweaking concurrency strategy does not seem possible at the

moment, so we just turn it off.

  1. … 29 more files in changeset.
LDEV-5248, LDEV-4411 Mark some collections as cacheable

Similar to query cache, the collection cache makes sense if the table

which collection elements map to do not change often. Each modification

to table content invalidates the given collection cache.

  1. … 31 more files in changeset.
LDEV-5248, LDEV-4411 Mark some queries as cacheable

Query cache makes sense if tables which the query reference does not

change often. Each modification to table content invalidates the given

query's cache. Also each set of query parameters is a different cache

entry, so if there are various parameter values the cache overhead can

generate more load than benefit.

  1. … 94 more files in changeset.
LDEV-5193 Use case-insensitive extension checking for Uppy upload

Also use built-in Uppy extension check where possible.

  1. … 16 more files in changeset.
LDEV-4917 Clean up tmp uploaded files when they are no longer needed

  1. … 2 more files in changeset.
LDEV-4917 Add Uppy uploads to Image Gallery learning and monitoring

  1. … 5 more files in changeset.
LDEV-4917 Initial implementation of file uploads using Uppy

Image upload in Image Gallery authoring.

  1. … 13 more files in changeset.
LDEV-5057 Use UTF-8 as default encoding for message sources

  1. … 33 more files in changeset.
LDEV-4997 Renormalize line endings with git

  1. … 420 more files in changeset.
LDEV-4999 Fix monitor role detection when updating learner mark

  1. … 463 more files in changeset.
LDEV-4945 Fix mysql comments on patch files

  1. … 75 more files in changeset.
LDEV-4945 Fix mysql comments on patch files

  1. … 100 more files in changeset.
LDEV-4743 Squash tool patches updating to version 3.1

  1. … 115 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-4932 Add CSRF prevention for monitor Image gallery

CSRF prevention for Monitor actions:

- toogle visibility

- add image

- edit image properties

  1. … 7 more files in changeset.
LDEV-4929 Add missing service method names to xApplicationContext.xmls

* Alphabetize method names in to xApplicationContext.xmls

  1. … 42 more files in changeset.
LDEV-4916 Fix resizing images saved in CMYK/ICC/unsupported color space

  1. … 1 more file in changeset.
LDEV-4916 Add meaningful errors image gallery upload errors

LDEV-4916 Static fields can not be autowired

Spring does not support it.

  1. … 5 more files in changeset.
LDEV-4900 Update Gradebook marks of non-leaders on leader finish

* Gradebook now pushes updated marks to LTI consumer. It happens only if

user has finished the lesson

  1. … 60 more files in changeset.
Revert "LDEV-4801 Do throw an exception in FileDAO when file is not found."

This reverts commit 6f700a19baae0fa813ac85e0b4559d0afe27523a.

  1. … 4 more files in changeset.
LDEV-4801 Do throw an exception in FileDAO when file is not found.

An attempt to fix leaked connections.

  1. … 4 more files in changeset.