Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

Β 

History

History
243 lines (203 loc) Β· 37.6 KB

CHANGELOG.md

File metadata and controls

243 lines (203 loc) Β· 37.6 KB

1.0.0 (2023-08-20)

✨ Features

πŸ› Bug Fixes

1.0.0-development.7 (2023-08-20)

πŸ› Bug Fixes

1.0.0-development.6 (2023-08-17)

πŸ› Bug Fixes

1.0.0-development.5 (2022-11-14)

✨ Features

1.0.0-development.4 (2022-11-12)

πŸ› Bug Fixes

  • docker: pass .env.local to the final stage of docker image building (5ca3c65)

1.0.0-development.3 (2022-11-07)

πŸ› Bug Fixes

  • component: fetching number of entries for topBlockedClientQueries and fetch polling (a7b1035)
  • component: offsetting content when drawer is visible (cef49fb)
  • component: set link address if ipAddress is not provided for TopBlockedClientsQueries (87d7f09)
  • page: load favicon when running NextJS in production mode (290ed3a)

✨ Features

1.0.0-development.2 (2022-09-13)

πŸ› Bug Fixes

  • api: fix error type for axios interceptor in '/api/auth/login' endpoint (06e4f3b)

✨ Features

  • api: add api endpoint '/api/auth/login' (b29d5fd)
  • api: add API endpoint '/api/auth/logout' (46a8488)
  • api: add API endpoint '/api/auth/session' (b0e765e)
  • api: create helper functions for 'iron-session' (bd840b7)
  • api: load 'port' from endpoint '/api/auth/login' (5839d5b)
  • api: send response based on axios error for api '/api/auth/login' (278fb68)
  • api: store authenticated credentials to an encrypted session cookie (30f452e)
  • component: add 'Logout' page link (f43a374)
  • component: add component 'LoginForm' (02fa2a3)
  • component: add component for rendering authenticated Drawer items (8158168)
  • component: display error message for LoginForm after HTTP request (551579f)
  • component: display loading when authenticating LoginForm (45a28e8)
  • component: display pi-hole ip address and port when authenticated (fc3e7d8)
  • component: go to page '/' after logging in (296803a)
  • component: provide Redux store to the entire app (331ac01)
  • component: render Authenticated drawer items when the user's logged in (6ccc90f)
  • lib: add helper functions to load protected page routes (08b8eeb)
  • page: add 'login' page (4c37c99)
  • page: redirect Home page to Login page IF not logged in (13cc049)
  • page: redirect login page to Home page if the user is logged in (ca0f03d)
  • redux: add API queries for AuthSession using Redux Toolkit Query (c942d60)
  • redux: create Redux store (c20f620)
  • redux: create Redux toolkit query API (f0d2d2b)
  • url: add API url for pi-hole API endpoints (607fe3e)

1.0.0-development.1 (2022-08-22)

✨ Features

  • component: add 'AppBar' component (64f7d9d)
  • component: add 'Drawer' component (e451b58)
  • component: add helper object to manage pages (eb60db1)
  • component: offset main content to right by drawer width (5c40ce2)
  • component: render 'AppBar' in the app (8d9afa0)