Skip to main content Skip to navigation

Files.Warwick 3.0.79 - Monday 29th April 2013

Files.Warwick 3.0.79 was released on Monday 29th April 2013. Highlights from this release include:

General Improvements and fixes

  • The share dialog now correctly shows contained files/folders
  • Files uploaded via the Atom API are now virus scanned
  • The Atom API now reports a number of Files.Warwick-specific properties (such as virus scan status)
  • A number of fixes to the Atom API for stability and bug fixes
  • A bug that sometimes meant Files.Warwick reported a file already existed in a folder when it didn't has been fixed

Bug

  • [FLE-967] - It's possible to send a file to an account which has been closed
  • [FLE-1080] - Share dialog displays contained files/folders incorrectly
  • [FLE-1102] - Doesn't support JDK 1.7
  • [FLE-1104] - Files uploaded via the Atom API are not being virus scanned
  • [FLE-1107] - FileDAO.exists() is dumb - so files with underscores in match ones that shouldn't
  • [FLE-1108] - When trying to upload multiple files, only the first is considered

Improvement

  • [FLE-1105] - Add virus check status to Atom API
  • [FLE-1106] - SQL sum(file_size) on table FILES cost lots of CPU

Task

  • [FLE-1101] - Increase max heap size
  • [FLE-1103] - Upgrade to Spring 3.2 and Hibernate 3.6.0.Final