FileUtil.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LAI-3 Add support for other file types

  1. … 3 more files in changeset.
LAI-3 Add recursive summarisation

LAI-3 Extract PDF contents

PDF contents are often in UTF-16 and OpenAI requires UTF-8. We need to do conversion.

  1. … 12 more files in changeset.
LDEV-4497 Make sure "ad" word is never a part of content folder ID

UUIDs are cut into folders of two characters and used in image paths.

AdBlock can block an image if there is "ad" in its path. Just make sure

this path piece never occurs.

LDEV-5333 Move HTML templates from WWW to Central folder

  1. … 6 more files in changeset.
LDEV-4497 Transform legacy content folder IDs into multi-part version

  1. … 1 more file in changeset.
LDEV-5285 Add missing upload folder name in Forum

  1. … 1 more file in changeset.
LDEV-5124 Add new format of user summary in Assessment Excel export

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

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

Image upload in Image Gallery authoring.

  1. … 18 more files in changeset.
LDEV-4755 Fix files with zero length being uploaded after viruse scan

Antivirus scan read the stream so it would be at its end when file got

written to drive.

  1. … 2 more files in changeset.
LDEV-4755 Add configuration for antivirus

  1. … 3 more files in changeset.
LDEV-4755 Initial virus scanning implementation

  1. … 3 more files in changeset.
LDEV-4696 Runs Hibernate 5.3 with errors, Noticeboard hbm xml gone.

  1. … 3458 more files in changeset.
LDEV-4440, LDEV-3275 Tweak field extraction from XStream error message

LDEV-4402 Remove obsolete XPP3 and XMLPull libraries

The libraries have been used by earlier versions of XStream. They are

not needed for latest XStream and Java 6+.

Deserialized classes must implement a no-arg constructor.

  1. … 12 more files in changeset.
LDEV-4347:Improve date/time for spreadsheet exports

  1. … 2 more files in changeset.
LDEV-4184: Silence "[DEPRECATION] Encountered positional parameter" warning in hibernatelams.log. Fixing them requires going through multiple SQL queries and it is not worth it. Positional parameters work fine.

  1. … 5 more files in changeset.
LDEV-4038: prevent import filepath to be urlencoded

LDEV-4087 wrap filename in quotes as if it contains comma character Chrome can throw a multiple headers error

LDEV-3776: Remove $Id CVS keyword.

  1. … 782 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 1860 more files in changeset.
LDEV-3752 Gradebook .xlsx export to include time stamps for start and completion

  1. … 2 more files in changeset.
LDEV-3735, LDEV-3674: Rewrite LD import using JDK XML tools. Remove cglib library which does not seem to be used by XStream anymore. Remove Axis and wsdl4j libraries, and several Java classes made obsolete by Flash removal. Fix LD import in FLA and several Tools.

  1. … 38 more files in changeset.
LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc. Rename/rewrite methods for Flashless use.

  1. … 420 more files in changeset.
LDEV-3275: Make XStream use enhanced mode in which it can instantinate classes without no-arg constructors. This requires Oracle's JVM to be used, but it is a requirement of LAMS anyway. Otherwise multiple LAMS classes (mainly DTOs) would have to be given no-arg constructors or implement Serializable.

  1. … 11 more files in changeset.
LDEV-3275: Add missing dependencies. Update XStream to version 1.5.0, and its corresponding libraries. Reimplement LD attachment importing. Reimplement Content Repository credential check. Moja joda-time library to separate folder as it is not a part of XStream deployment anymore, but it is still needed in LAMS code.

  1. … 349 more files in changeset.
LDEV-3275: Upgrade Hibernate Core to version 4.3.5.

  1. … 1578 more files in changeset.
LDEV-2846: Use standard libraries to copy files instead of keeping own methods which do the same.

  1. … 2 more files in changeset.
LDEV-3083: updating media extensions