- don't return error page if version info fetching failed (d06257e)
- allow LDAP users and groups to be deleted if LDAP gets disabled (9ab1787)
- map allowed groups to OIDC clients (#202) (13b02a0)
- caddy: trusted_proxies for IPv6 enabled hosts (#189) (37a835b)
- missing user service dependency (61e71ad)
- non LDAP user group can't be updated after update (ecd74b7)
- use cursor pointer on clickable elements (7798580)
- add
__HOST
prefix to cookies (#175) (164ce6a) - send hostname derived from
PUBLIC_APP_URL
with SMTP EHLO command (397544c) - use OS hostname for SMTP EHLO message (47c39f6)
- add save changes dialog before sending test email (#165) (d02f475)
- ensure the downloaded GeoLite2 DB is not corrupted & prevent RW race condition (#138) (f7710f2)
- support wildcard callback URLs (8a1db0c)
- non LDAP users get created with a empty LDAP ID string (3f02d08)
- disable account details inputs if user is imported from LDAP (a8b9d60)
- add LDAP sync (#106) (5101b14)
- allow sign in with email (#100) (06b90ed)
- automatically authorize client if signed in (d5dd118)
- always set secure on cookie (#130) (fda08ac)
- don't panic if LDAP sync fails on startup (e284e35)
- improve spacing of checkboxes on application configuration page (090eca2)
- search input not displayed if response hasn't any items (05a98eb)
- session duration ignored in cookie expiration (bc8f454)
- audit log table overflow if row data is long (4d337a2)
- optional arguments not working with
create-one-time-access-token.sh
(8885571) - remove restrictive validation for group names (be6e25a)
- add sorting for tables (fd69830)
- pkce state not correctly reflected in oidc client info (61d18a9)
- send test email to the user that has requested it (a649c4b)
- add PKCE for non public clients (adcf3dd)
- use same table component for OIDC client list as all other lists (2d31fc2)
- add warning if passkeys missing (2d0bd8d)
- allow first and last name of user to be between 1 and 50 characters (1ff20ca)
- hash in callback url is incorrectly appended (f6f2736)
- make user validation consistent between pages (333a1a1)
- passkey can't be added if
PUBLIC_APP_URL
includes a port (0729ce9)
- improve error state design for login page (0716c38)
- OIDC client logo gets removed if other properties get updated (789d939)
create-one-time-access-token.sh
script not compatible with postgres (34e3519)- wrong date time datatype used for read operations with Postgres (bad901e)
- add option to disable TLS for email sending (f9fa2c6)
- allow empty user and password in SMTP configuration (a9f4dad)
- email save toast shows two times (f2bfc73)
- add option to specify the Max Mind license key for the Geolite2 db
- add option to specify the Max Mind license key for the Geolite2 db (fcf08a4)
- add option to skip TLS certificate check and ability to send test email (653d948)
- add PKCE support (3613ac2)
- mobile layout overflow on application configuration page (e784093)
- add audit log event for one time access token sign in (aca2240)
- overflow of pagination control on mobile (de45398)
- time displayed incorrectly in audit log (3d3fb4d)
- add list empty indicator (becfc00)
- errors in middleware do not abort the request (376d747)
- typo in Self-Account Editing description (5b9f4d7)
- add ability to define expiration of one time link (2ccabf8)
- add option to disable self-account editing (8304065)
- add validation to custom claim input (7bfc3f4)
- custom claims (#53) (c056089)
- add
email_verified
claim (5565f60)
- powered by link text color in light mode (18c5103)
- add script for creating one time access token (a1985ce)
- add version information to footer and update link if new update is available (70ad0b4)
- 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)
- add environment variable to change the caddy port in Docker (ff06bf0)
- use improve table for users and audit logs (11ed661)
- allow copy to clipboard for client secret (29748cc)
- add key id to JWK (282ff82)
- add location based on ip to the audit log (025378d)
- initials don't get displayed if Gravatar avatar doesn't exist (e095628)
- add ability to set light and dark mode logo
- add ability to set light and dark mode logo (be45eed)
- add copy to clipboard option for OIDC client information (f82020c)
- add gravatar profile picture integration (365734e)
- add user groups (24c948e)
- only return user groups if it is explicitly requested (a4a90a1)
- add space to "Firstname" and "Lastname" label (#31) (d6a9bb4)
- port environment variables get ignored in caddyfile (3c67765)
- updated application name doesn't apply to webauthn credential (924bb14)
- debounce oidc client and user search (9c2848d)
- add name claim to userinfo endpoint and id token (4e7574a)
- limit width of content on large screens (c6f83a5)
- show error message if error occurs while authorizing new client (8038a11)
- non pointer passed to create user (e7861df)
- oidc client logo not displayed on authorize page (28ed064)
- typo in hasLogo property of oidc dto (2b9413c)
- empty lists don't get returned correctly from the api (97f7fc4)
- add support for multiple callback urls (8166e2e)
- db migration for multiple callback urls (552d7cc)
- session duration can't be updated (4780548)
- add
INTERNAL_BACKEND_URL
env variable (0595d73) - add user info endpoint to support more oidc clients (fdc1921)
- change default logo (9eec7a3)
- add missing passkey flags to make icloud passkeys work (cc407e1)
- logo not white in dark mode (5749d05)
- add option to change session duration (475b932)
- 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)
- add rounded corners to logo (bec908f)
- one time link not displayed correctly (486771f)