Personium Core Versions Save

Core module of Personium

v1.7.19

4 years ago

BUG FIXES:

  • DateTime properties are handled as text properties for range query. (#487)
  • 500 Error occurs at token endpoint API when the request body is empty. (#489)

v1.7.18b

4 years ago

1.7.18b

BUG FIXES:

  • Cell Owner URL being persisted without #fragment info. (#479)
  • 500 Error when Non-Cell URL (incl. Unit URL) is given in p_target param at TokenEndpoint. (#475)

v1.7.18

4 years ago

1.7.18

NEW FEATURES:

  • Each Cell's OAuth 2.0 token endpoint now accepts scope request.
    • Apps can request single or multiple Cell level privilege name(s) as scope request.
    • Issued tokens now carry assigned scope information.
    • Cell Level API Access is now limited to tokens with appropriate scope. (#445)
    • Added unit config keys for configuring default scopes for different grant type (#470)
    • Default configurations for all grant types are set to "root" for backward compatibility. (Change configuration to use your unit with more security)
  • URL scheme "personium-localunit" is extended and supports a syntax using two colons. (#284)

IMPROVEMENTS:

  • Base URL in ACL is now converted to one using "personium-localunit" scheme when internally pesisted. Unit FQDN change won't require data change.

SECURITY FIX:

  • Token refreshing between apps now disabled. (#463)

v1.7.17_es6.6.1

4 years ago

1.7.17

IMPROVEMENTS:

  • Add IO logging with IO time. (#446)

v1.7.8e_es6.6.1

4 years ago

1.7.8e

IMPROVEMENTS:

  • Add IO logging with IO time of reading a Metafile.

v1.7.8d_es6.6.1

4 years ago

1.7.8d

IMPROVEMENTS:

  • Add IO logging with IO time. (#446)

v1.7.16_es6.6.1

4 years ago

BUG FIXES:

  • Even if Depth:1 is specified in "Retrieve cell snapshot file setting" API, it is ignored. (#439)
  • If Accept request header contains extra values, 409 is returned (#435)

IMPROVEMENTS:

  • Fix crossdomain.xml error in Eclipse. (#448)

v1.7.8c_es6.6.1

4 years ago

BUG FIXES:

  • FIX: Close opened resources properly. (#436)

v1.7.15_es6.6.1

4 years ago

BUG FIXES:

  • Implementation of log file deletion API(#270)
  • Display of Box is incorrect when PROPFIND of Cell level is executed with Depth:1.(#366)
  • FIX: Close opened resources properly. (#436)

IMPROVEMENTS:

  • Add the REPORT method to the WebDAV based API.(#101)
  • Checkstyle and PMD fixes of lib-es-adapter.(#434)

v1.7.14_es6.6.1

4 years ago

BUG FIXES:

  • DavCmpFsImpl doesn't respect binaryData.fsync.enabled setting.(#394)

IMPROVEMENTS:

  • Support MERGE of the cell management object.(#351)