-
released this
2026-01-11 17:46:36 +03:00 | 17 commits to main since this release📅 Originally published on GitHub: Sun, 11 Jan 2026 15:01:07 GMT
🏷️ Git tag created: Sun, 11 Jan 2026 14:46:36 GMTBug Fixes
- allow changing "require email address" if no SMTP credentials present (8c68b08 by @stonith404)
- data import from sqlite to postgres fails because of wrong datatype (1a032a8 by @stonith404)
- user can't update account if email is empty (5828fa5 by @stonith404)
- login codes sent by an admin incorrectly requires a device token (03f9be0 by @stonith404)
- allow exchanging logic code if already authenticated (0e2cdc3 by @stonith404)
- db version downgrades don't downgrade db schema (4df4bcb by @stonith404)
Features
- add CLI command for encryption key rotation (#1209 by @stonith404)
- improve passkey error messages (2f25861 by @stonith404)
- make home page URL configurable (#1215 by @stonith404)
- add option to renew API key (#1214 by @stonith404)
- add support for email verification (#1223 by @stonith404)
- add environment variable to disable built-in rate limiting (9ca3d33 by @stonith404)
- add static api key env variable (#1229 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v2.1.0...v2.2.0
Downloads
-
released this
2026-01-04 23:18:24 +03:00 | 35 commits to main since this release📅 Originally published on GitHub: Sun, 04 Jan 2026 20:32:58 GMT
🏷️ Git tag created: Sun, 04 Jan 2026 20:18:24 GMTBug Fixes
- invalid cookie name for email login code device token (d6a7b50 by @stonith404)
Features
- add issuer url to oidc client details list (#1197 by @kmendell)
- process nonce within device authorization flow (#1185 by @justincmoy)
Other
- run SCIM jobs in context of gocron instead of custom implementation (4881130 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v2.0.2...v2.1.0
Downloads
-
released this
2026-01-03 17:16:46 +03:00 | 41 commits to main since this release📅 Originally published on GitHub: Sat, 03 Jan 2026 14:31:18 GMT
🏷️ Git tag created: Sat, 03 Jan 2026 14:16:46 GMTBug Fixes
- migration fails if users exist with no email address (2f651ad by @stonith404)
- allow version downgrade if database is dirty (ba00f40 by @stonith404)
- localhost callback URLs with port don't match correctly (7c34501 by @stonith404)
Other
- add no-op migration to postgres (a24b2af by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v2.0.1...v2.0.2
Downloads
-
released this
2026-01-03 01:50:35 +03:00 | 46 commits to main since this release📅 Originally published on GitHub: Fri, 02 Jan 2026 23:08:40 GMT
🏷️ Git tag created: Fri, 02 Jan 2026 22:50:35 GMTBug Fixes
- admins imported from LDAP lose admin privileges (2cce200 by @stonith404)
- restore old input input field size (2341da9 by @stonith404)
Other
- bump image tag to
v2(cd2e9f3 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v2.0.0...v2.0.1
Downloads
-
released this
2026-01-02 21:07:32 +03:00 | 50 commits to main since this release📅 Originally published on GitHub: Fri, 02 Jan 2026 18:22:03 GMT
🏷️ Git tag created: Fri, 02 Jan 2026 18:07:32 GMTWarning
This is a major release which includes some breaking changes, please follow the migration guide to upgrade to
v2.Features
- add support for SCIM provisioning (#1182 by @stonith404)
- add CLI command for importing and exporting Pocket ID data (3420a00 by @stonith404)
- add HTTP
HEADmethod support (#1135 by @stonith404) - add email logo customization (#1150 by @MelvinSnijders)
- add ability define user groups for sign up tokens (#1155 by @stonith404)
- minor redesign of auth pages (08e4ffe by @stonith404)
- allow audit log retention to be controlled by env variable (#1158 by @jenic)
- restrict oidc clients by user groups per default (#1164 by @stonith404)
- add "restricted" column to oidc client table (1bc9f5f by @stonith404)
- drop support for storing JWK on the filesystem (f014458 by @stonith404)
- remove DbProvider env variable and calculate it dynamically (ba2f0f1 by @kmendell)
Bug Fixes
- update image format message to include WEBP (#1133 by @sebdanielsson)
- add Japanese locale to inlang settings (#1142 by @tai-ga)
- restrict email one time sign in token to same browser (#1144 by @stonith404)
- rename
LDAP_ATTRIBUTE_ADMIN_GROUPenv variable toLDAP_ADMIN_GROUP_NAME(e1c5021 by @stonith404) - make wildcard matching in callback URLs more stricter (078152d by @stonith404)
- remove ambiguous characters from login code (d9e7bf9 by @stonith404)
- add missing translations to date picker (894eaf3 by @stonith404)
Other
- update AAGUIDs (#1128 by @github-actions[bot])
- fix api key e2e test (25f67bd by @stonith404)
- update AAGUIDs (#1140 by @github-actions[bot])
- upgrade dependencies (90f555f by @stonith404)
- fix type error after version bump (edb32d8 by @stonith404)
- remove
breaking/**push trigger from actions (461293b by @stonith404) - update AAGUIDs (#1177 by @github-actions[bot])
- preparation for merge into main branch (#1113 by @stonith404)
- bump pnpm to version 10.27.0 (#1183 by @kmendell)
- update forms and other areas to use new shadcn components (#1115 by @kmendell)
- run formatter (e4a8ca4 by @stonith404)
- upgrade dependencies (4776b70 by @stonith404)
- change translation string in e2e tests (ffb2ef9 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v1.16.0...v2.0.0
Downloads
-
released this
2025-11-30 20:30:29 +03:00 | 87 commits to main since this release📅 Originally published on GitHub: Sun, 30 Nov 2025 17:44:44 GMT
🏷️ Git tag created: Sun, 30 Nov 2025 17:30:29 GMTBug Fixes
- use
quoted-printableencoding for mails to prevent line limitation (5cf73e9 by @stonith404) - automatically create parent directory of Sqlite db (cfc9e46 by @stonith404)
- global audit log user filter not working (d98c0a3 by @stonith404)
- theme mode not correctly applied if selected manually (a1cd325 by @stonith404)
- hide theme switcher on auth pages because of dynamic background (5d6a7fd by @stonith404)
Documentation
- add
ENCRYPTION_KEYto.env.examplefor breaking change preparation (4eeb06f by @stonith404)
Features
- light/dark/system mode switcher (#1081 by @kmendell)
- add support for S3 storage backend (#1080 by @stonith404)
- add support for WEBP profile pictures (#1090 by @stonith404)
- add database storage backend (#1091 by @ItalyPaleAle)
- adding/removing passkeys creates an entry in audit logs (#1099 by @ItalyPaleAle)
- add option to disable S3 integrity check (a3c9687 by @stonith404)
- add
Cache-Control: private, no-storeto all API routes per default (#1126 by @stonith404)
Other
- update pnpm to 10.20 (#1082 by @kmendell)
- run checks on PR to
breaking/**branches (ab9c0f9 by @stonith404) - use constants for AppEnv values (#1098 by @ItalyPaleAle)
- bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /backend in the go_modules group across 1 directory (#1107 by @dependabot[bot])
- add Finish files (ca888b3 by @stonith404)
- upgrade dependencies (4bde271 by @stonith404)
- fix Dutch validation message (f523f39 by @stonith404)
- fix package vulnerabilities (3d46bad by @stonith404)
- update vscode launch.json (#1117 by @mnestor)
- rename file backend value
fstofilesystem(8d30346 by @stonith404) - fix wrong storage value (b2c718d by @stonith404)
- run formatter (14c7471 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v1.15.0...v1.16.0
Downloads
- use
-
released this
2025-11-06 17:49:39 +03:00 | 117 commits to main since this release📅 Originally published on GitHub: Thu, 06 Nov 2025 15:03:22 GMT
🏷️ Git tag created: Thu, 06 Nov 2025 14:49:39 GMTBug Fixes
- sorting by PKCE and re-auth of OIDC clients (e03270e by @stonith404)
- replace %lang% placeholder in html lang (#1071 by @daimond113)
- disabled property gets ignored when creating an user (76e0192 by @stonith404)
- remove redundant indexes in Postgres (6a038fc by @stonith404)
Features
- open edit page on table row click (f184120 by @stonith404)
- add ability to set default profile picture (#1061 by @stonith404)
Other
- add support for OpenBSD binaries (d683d18 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v1.14.2...v1.15.0
Downloads
-
released this
2025-10-29 11:25:28 +03:00 | 126 commits to main since this release📅 Originally published on GitHub: Wed, 29 Oct 2025 08:37:03 GMT
🏷️ Git tag created: Wed, 29 Oct 2025 08:25:28 GMTBug Fixes
- dark oidc client icons not saved on client creation (#1057 by @mufeedali)
Other
- add Turkish language files (a190529 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v1.14.1...v1.14.2
Downloads
-
released this
2025-10-27 16:07:34 +03:00 | 129 commits to main since this release📅 Originally published on GitHub: Mon, 27 Oct 2025 13:19:13 GMT
🏷️ Git tag created: Mon, 27 Oct 2025 13:07:34 GMTBug Fixes
- Prevent blinding FOUC in dark mode (#1054 by @mufeedali)
- use credProps to save passkey on firefox android (#1055 by @lhoursquentin)
- ignore trailing slashes in
APP_URL(65616f6 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v1.14.0...v1.14.1
Downloads
-
released this
2025-10-24 14:47:58 +03:00 | 134 commits to main since this release📅 Originally published on GitHub: Fri, 24 Oct 2025 11:59:09 GMT
🏷️ Git tag created: Fri, 24 Oct 2025 11:47:58 GMTBug Fixes
- ignore trailing slash in URL (9f0aa55 by @stonith404)
- use constant time comparisons when validating PKCE challenges (#1047 by @ItalyPaleAle)
- only animate login background on initial page load (b356cef by @stonith404)
- make pkce requirement visible in the oidc form if client is public (47927d1 by @stonith404)
- prevent page flickering on redirection based on auth state (10d6403 by @stonith404)
Features
- add various improvements to the table component (#961 by @stonith404)
- add support for dark mode oidc client icons (#1039 by @kmendell)
Other
- add Japanese files (068fcc6 by @kmendell)
- bump sveltekit-superforms from 2.27.1 to 2.27.4 in the npm_and_yarn group across 1 directory (#1031 by @dependabot[bot])
- update AAGUIDs (#1041 by @github-actions[bot])
- bump vite from 7.0.7 to 7.0.8 in the npm_and_yarn group across 1 directory (#1042 by @dependabot[bot])
- upgrade dependencies (6362ff9 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v1.13.1...v1.14.0
Downloads
mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00