Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

3.2.13

Compare
Choose a tag to compare
@jamiesnape jamiesnape released this 09 Mar 14:44
· 1227 commits to master since this release

Michael Grauer (15):

  • Refactor to create helper method to list permissions. (2b0f454)
  • Added item.list.permissions and tests. (222c83e)
  • Added group.add.user, group.remove.user and tests. (63baf30)
  • Added two more test cases and cleaned up test style. (22f19ec)
  • Generalized invalid case testing; added group +/- and tests. (ea02275)
  • Created testing to fail on itemListPermissions bug. (2bb7f77)
  • Fix for itemListPermissions bug. (1a91935)
  • Added group.list.users and tests. (3683bae)
  • Added community.list.groups and tests. (59f7a16)
  • Changed group.list.users to return names rather than emails. (dbf75a0)
  • Further support upgrade process for 3.2.12. (a1fe64c)
  • Had mistakenly removed needed convertLegacy in previous commit. (ba276b5)
  • Updating legacy password in api call with password param. (9937d2f)
  • Added fix for pendingusers created pre-upgrade. (030e441)
  • Updated test to expect changing password will update scheme. (a4ee0d2)

Yuzheng Zhou (4):

  • Enhanced dicom uploader module with DICOM Query/Retreive services, and rename it as dicom server module. (8a23fce)
  • Added progress indicator and registration status for dicom image registration; other minor changes. (18f8049)
  • Added RESTful Web APIs. Added RESTful api documents sample using Swagger (19afa97)
  • Moved userapi and token models to core; moved authentication component to core. (d65efd4)

Zach Mullen (12):

  • Change models and controllers to use new password storage (73f3ff4)
  • Fix failing user-related tests (37ce159)
  • Cluster hashes table on each new write in pgsql (0c7822a)
  • Fix failing tests (5dd71f4)
  • ZipStream out of memory crash fix (810c633)
  • Change "large" file threshold for zipstreaming (cf8ddb3)
  • Use InnoDB as engine for password hash table (8e83c33)
  • Support upgrade process for 3.2.12 (990f53b)
  • Fix trailing whitespace (a1069b8)
  • Fix security vulnerability in web API upload method (cec93d1)
  • CMake script for creating a new skeleton module (d5dd11b)
  • Add dummy translation file (a29a645)