Skip to content

Latest commit

 

History

History
134 lines (69 loc) · 6.39 KB

CHANGELOG.md

File metadata and controls

134 lines (69 loc) · 6.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Compare with latest

Bug Fixes

  • CKAN v2.10 custom authenticators are not supported (0aaf26d by Sergey Motornyuk).

v0.2.4 - 2023-09-22

Compare with v0.2.3

Bug Fixes

  • include custom login into allowed login endpoints (6d1d028 by Sergey Motornyuk).

v0.2.3 - 2023-07-20

Compare with v0.2.2

Features

  • customize route after login (8cb0d64 by amorev).

v0.2.2 - 2023-06-13

Compare with v0.2.1

Bug Fixes

  • add perform_reset to password reset endpoints (85560ef by Sergey Motornyuk).

v0.2.1 - 2023-03-03

Compare with v0.2.0

Bug Fixes

  • add config declaration to manifest (5e01f32 by Sergey Motornyuk).

v0.2.0 - 2023-03-02

Compare with v0.1.2

Features

  • CKAN v2.10 support (818cb40 by Sergey Motornyuk).

v0.1.2 - 2023-02-15

Compare with v0.1.1

Features

  • add ckanext.vip_portal.free_access_by_default config option (1eb9b40 by Sergey Motornyuk).

v0.1.1 - 2022-12-03

Compare with v0.1.0

Bug Fixes

  • do not fail with other authenticators (1026a42 by Sergey Motornyuk).

v0.1.0 - 2022-11-29

Compare with v0.0.6

Features

  • run all the authenticators before checking the access (f73555b by Sergey Motornyuk).

v0.0.6 - 2022-10-27

Compare with v0.0.5

Features

  • 403 response for authenticated user (9402754 by Sergey Motornyuk).

Bug Fixes

  • handle missing endpoints (4af50e6 by Sergey Motornyuk).
  • remove dashboard from default allowed routes (c6ef41b by Sergey Motornyuk).

v0.0.5 - 2022-10-25

Compare with v0.0.4

Features

  • Configurable login endpoint (1653b63 by Sergey Motornyuk).

v0.0.4 - 2022-10-24

Compare with v0.0.3

Bug Fixes

  • do not ignore additional allowed endpoints (2df5bc5 by Sergey Motornyuk).

v0.0.3 - 2022-10-24

Compare with v0.0.2

Bug Fixes

  • allow/dissallow all API routes at once (d19b588 by Sergey Motornyuk).

v0.0.2 - 2022-10-24

Compare with v0.0.1

Bug Fixes

  • use default identifier only as a fallback option (5b7b394 by Sergey Motornyuk).

v0.0.1 - 2022-10-24

Compare with first commit

Features

  • Initial version (4f94acf by Sergey Motornyuk).