Skip to content

Releases: TomaszKandula/TokanPages

v0.27.1

31 Oct 12:28
Compare
Choose a tag to compare

0.27.1 (2021-10-31)

Bug Fixes

v0.27.0

31 Oct 11:53
Compare
Choose a tag to compare

0.27.0 (2021-10-31)

Bug Fixes

  • remove ETag filter to solve retrieval issues (188fbf1)

Features

  • move article asset endpoint to assets controller (f492536)

v0.26.0

31 Oct 10:30
Compare
Choose a tag to compare

0.26.0 (2021-10-31)

Features

  • add custom cache control middleware (b76f886)

v0.25.0

30 Oct 17:04
Compare
Choose a tag to compare

0.25.0 (2021-10-30)

Bug Fixes

  • add missing casting (00332bb)
  • add missing HTTP attribute (754c1ee)
  • add missing key for div element in array (e5e535c)
  • add missing key for div element in array (4786a19)
  • aligning default export name and file name (a9f69f6)
  • change error code (83b4409)
  • correct date and time implementation (7eb29c2)
  • correct implementation using base url, update tests and related code (76b788f)
  • refactor common code so it can be reused (36dc56e)
  • remove unnecessary semicolon (f70ff57)
  • removed unnecessary React import (c8c02fb)
  • resolve merge issues (2fb473d)
  • use interfaces not implementations to create mock object (7418f00)

Features

  • add command column to user tokens table (f95a5d9)
  • add command name when saving new user token (7654226)
  • add database context and logger to template handler (b8d4703)
  • add error code for empty email template (644c9d0)
  • add new error codes (34f707b)
  • add new property for current date time relative to UTC (3809d97)
  • add table to store all article read counts (0312db2)
  • add user tokens to database (34ea0b9)
  • extend error codes by adding COMPONENT_NOT_FOUND (3c5f266)
  • improve GetDataFromStorage implementation (79d95e8)
  • improve implementation with new Azure Storage Blob SDK v12 (6e81b53)
  • improve implementation, add exceptions (e91b937)
  • improve SetCookie implementation (ea0b3cf)
  • save generated user token on (re)authentication to database (b8ad533)
  • save individual read count for logged user for viewed article (58af7ed)

v0.24.0

03 Oct 19:43
Compare
Choose a tag to compare

0.24.0 (2021-10-03)

Features

  • add article text to 'get article' response (56ba933)
  • add custom http client (7eafdc9)
  • add GetContent functionality to retrieve data from Azure Storage (supports multi-language) (2e6c886)
  • add JSON serializer/deserializer/token parser based on Newtonsoft implementation (3d37f82)
  • add new base controller for proxy controllers (d1ad7d7)
  • add new methods to map object(s) from json token (eb5f9c6)
  • add new proxy controller for getting article main image (600c4b8)
  • add new proxy endpoint for getting assets from storage (08282ae)

v0.23.0

26 Sep 18:38
Compare
Choose a tag to compare

0.23.0 (2021-09-26)

Bug Fixes

  • add missing roles, permissions and last logged (aa9a511)
  • add missing type (c84bf21)
  • add missing update DateTime (7841114)
  • add missing update last logged date time (8bef435)
  • correct import path (b5d70f5)

Features

  • add action call to bring UserInfo window (b8b6a01)
  • add new helper methods with tests (6b13a15)
  • add user info dialog box (4f78b7c)
  • add user roles and permissions capabilities for UI (36978ff)
  • restore data after page refresh (16219bd)

v0.22.0

25 Sep 13:28
Compare
Choose a tag to compare

0.22.0 (2021-09-25)

Bug Fixes

Features

  • add account activation capabilities (b96bfcf)
  • add activate user capability (5ea5eb2)
  • add activation feature to account registration (7a920a7)
  • add new email template (ffc9283)
  • add new error codes to resources (7f25db9)
  • add new property for activation feature (a6eb364)
  • add progress on scroll feature (a53214a)
  • add revoke refresh token capability (1fe9448)

v0.21.0

16 Sep 21:10
Compare
Choose a tag to compare

0.21.0 (2021-09-16)

Bug Fixes

  • add missing password mask (c0c2cf8)
  • resolve dependencies issues within callbacks (3678709)
  • resolve inappropriate condition (330e5aa)

Features

v0.20.0

13 Sep 20:04
Compare
Choose a tag to compare

0.20.0 (2021-09-13)

Bug Fixes

  • add missing action for resetting signed user status (1f17ae1)
  • add missing reset id (ea30110)
  • add missing sign-up state reset (8181cf7)
  • add missing state reset (8d5f6ff)
  • check prop value (59693b7)
  • correct component name (ae89ad7)
  • resolve incorrect condition issue (0dadcc5)
  • resolve issues with tests (0a0c6c7)
  • resolve required roles issue (0f0a315)
  • update dependencies (9445fc0)

Features

  • add account activation check (fcf96fa)
  • add action 'API call' to execute user signin (5e8f688)
  • add API call for user sing-up (d8d1b7f)
  • add constants for Signin, Signup and Reset forms (81aef3d)
  • add models for login functionality (0187eec)
  • add new action for update/reset password (783a346)
  • add new API urls for authentication functionality (efdfdaf)
  • add new constants for (6b10e9c)
  • add new controller for updating user password (5658fa4)
  • add new DTOs for update/reset password actions (55e10c1)
  • add new endpoints and message for update/reset password action (b3e6c0b)
  • add new error code (5f8d41e)
  • add new exports for login functionality (6359f3d)
  • add new validation rule (c9d8cf7)
  • add new validation rules for Signin functionality (724ce59)
  • add new validation rules for update password form (e562ca9)
  • add redux action and reducer for login functionality (incl. state, default values) (410de99)
  • add reset password handler and controller (9125041)
  • add reset password UI (b2a9c59)
  • add separate contact page (210daa8)
  • add signin basic logic and keep it in separate file (split view from logic) (f022e86)
  • add signup implementation (4ae9e5a)
  • add update password functionality (f83a960)
  • implement command, handler and validator for updating user password functionality (0057445)

v0.19.1

17 Jul 22:28
Compare
Choose a tag to compare

0.19.1 (2021-07-17)

Bug Fixes

  • add missing Secure property for CookieOptions (baadf2b)