Skip to content

Latest commit

 

History

History
347 lines (162 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

347 lines (162 loc) · 14.7 KB

(2024-12-17)

Features

  • improve error state design for login page (0716c38)

Bug Fixes

  • OIDC client logo gets removed if other properties get updated (789d939)

(2024-12-13)

Bug Fixes

  • create-one-time-access-token.sh script not compatible with postgres (34e3519)
  • wrong date time datatype used for read operations with Postgres (bad901e)

(2024-12-12)

Features

  • add support for Postgres database provider (#79) (9d20a98)

(2024-11-29)

Features

  • geolite: add Tailscale IP detection with CGNAT range check (#77) (edce3d3)

(2024-11-28)

Features

  • add option to disable TLS for email sending (f9fa2c6)
  • allow empty user and password in SMTP configuration (a9f4dad)

Bug Fixes

  • email save toast shows two times (f2bfc73)

(2024-11-26)

⚠ BREAKING CHANGES

  • add option to specify the Max Mind license key for the Geolite2 db

Features

  • add option to specify the Max Mind license key for the Geolite2 db (fcf08a4)

Bug Fixes

  • don't try to create a new user if the Docker user is not root (#71) (0e95e9c)

(2024-11-24)

Features

  • add health check (058084e)
  • improve error message for invalid callback url (f637a89)

(2024-11-21)

Features

  • add option to skip TLS certificate check and ability to send test email (653d948)
  • add PKCE support (3613ac2)

Bug Fixes

  • mobile layout overflow on application configuration page (e784093)

(2024-11-11)

Features

  • add audit log event for one time access token sign in (aca2240)

Bug Fixes

  • overflow of pagination control on mobile (de45398)
  • time displayed incorrectly in audit log (3d3fb4d)

(2024-11-01)

Features

  • add list empty indicator (becfc00)

Bug Fixes

  • errors in middleware do not abort the request (376d747)
  • typo in Self-Account Editing description (5b9f4d7)

(2024-10-31)

Features

  • add ability to define expiration of one time link (2ccabf8)

(2024-10-28)

Features

  • add option to disable self-account editing (8304065)
  • add validation to custom claim input (7bfc3f4)
  • custom claims (#53) (c056089)

(2024-10-25)

Features

  • add email_verified claim (5565f60)

Bug Fixes

  • powered by link text color in light mode (18c5103)

(2024-10-23)

Features

  • add script for creating one time access token (a1985ce)
  • add version information to footer and update link if new update is available (70ad0b4)

Bug Fixes

  • cache version information for 3 hours (29d632c)
  • improve text for initial admin account setup (0a07344)
  • increase callback url count (f3f0e1d)
  • no DTO was returned from exchange one time access token endpoint (824c5cb)

(2024-10-18)

Features

  • add environment variable to change the caddy port in Docker (ff06bf0)
  • use improve table for users and audit logs (11ed661)

Bug Fixes

  • allow copy to clipboard for client secret (29748cc)

(2024-10-11)

Bug Fixes

(2024-10-04)

Features

  • add location based on ip to the audit log (025378d)

(2024-10-03)

Bug Fixes

  • initials don't get displayed if Gravatar avatar doesn't exist (e095628)

(2024-10-03)

⚠ BREAKING CHANGES

  • add ability to set light and dark mode logo

Features

  • add ability to set light and dark mode logo (be45eed)

(2024-10-02)

Features

  • add copy to clipboard option for OIDC client information (f82020c)
  • add gravatar profile picture integration (365734e)
  • add user groups (24c948e)

Bug Fixes

  • only return user groups if it is explicitly requested (a4a90a1)

(2024-09-26)

Bug Fixes

  • add space to "Firstname" and "Lastname" label (#31) (d6a9bb4)
  • port environment variables get ignored in caddyfile (3c67765)

(2024-09-19)

Bug Fixes

  • updated application name doesn't apply to webauthn credential (924bb14)

(2024-09-16)

Features

Bug Fixes

  • debounce oidc client and user search (9c2848d)

(2024-09-09)

Features

  • add audit log with email notification (#26) (9121239)

(2024-09-06)

Features

  • add name claim to userinfo endpoint and id token (4e7574a)

Bug Fixes

  • limit width of content on large screens (c6f83a5)
  • show error message if error occurs while authorizing new client (8038a11)

(2024-09-03)

Features

  • add setup details to oidc client details (fd21ce5)
  • add support for more username formats (903b0b3)

Bug Fixes

  • non pointer passed to create user (e7861df)
  • oidc client logo not displayed on authorize page (28ed064)
  • typo in hasLogo property of oidc dto (2b9413c)

(2024-08-24)

Bug Fixes

  • empty lists don't get returned correctly from the api (97f7fc4)

(2024-08-23)

Features

  • add support for multiple callback urls (8166e2e)

Bug Fixes

  • db migration for multiple callback urls (552d7cc)

(2024-08-19)

Bug Fixes

  • session duration can't be updated (4780548)

(2024-08-19)

Features

  • add INTERNAL_BACKEND_URL env variable (0595d73)
  • add user info endpoint to support more oidc clients (fdc1921)
  • change default logo (9eec7a3)

(2024-08-13)

Bug Fixes

  • add missing passkey flags to make icloud passkeys work (cc407e1)
  • logo not white in dark mode (5749d05)

(2024-08-13)

Features

  • add option to change session duration (475b932)

Bug Fixes

  • a non admin user was able to make himself an admin (df0cd38)
  • background image not loading (7b44189)
  • background image on mobile (4a808c8)
  • disable search engine indexing (8395492)

(2024-08-12)

Features

  • add rounded corners to logo (bec908f)

Bug Fixes

  • one time link not displayed correctly (486771f)

(2024-08-12)