From 02583ecd7fa49f2fb8e89ac17125ca3881c7222c Mon Sep 17 00:00:00 2001 From: ildyria Date: Thu, 7 Aug 2025 00:42:30 +0200 Subject: [PATCH 1/3] version 6.7.2 --- docs/releases.md | 29 +++++++++++++++++++++++ src/components/widgets/Announcement.astro | 4 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 01ca97b2..e97e9933 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -30,6 +30,35 @@ ## Version 6 +### v6.7.2 + +Released on Aug 7, 2025 + +#### Login options and fixes + +A simple release, we added the ability to disable some login options in order to allow enforcing e.g. Single Sign On (SSO). +We also fixed a few bugs that were reported by our users. + +* `new` #3539 : Add throttling to login api: 10 tentative per hour by @ildyria. + > This is a security measure to avoid brute-force attacks. +* `new` #3382 : Add .env variable to disable basic login and WebAuthn login by @ildyria. +* `new` #3521 : feat: Add a small module for links by @ildyria. +* `fix` #3567 : fix "command" or "a" independently selecting all items by @cdzombak. + > This fixes an issue where pressing "command" on mac would select all items in the album view. +* `fix` #3575 : Mark placeholder as NOT downloadable by @ildyria. + > Placeholder photos are base64 encoded images in the database. They are not meant to be downloaded. +* `fix` #3573 : On small screen, remove padding on left & right padding by @ildyria. + > Small QoL change to remove the padding on the left and right on the photo view. +* `fix` #3574 : Fix icon showing up in details even when taken-at is null by @ildyria. +* `fix` #3581 : fix header on album view when search is active by @ildyria. + > Weird padding appearing when search made available in album view. +* `fix` #3533 : While processing in CLI, do not crash on large photos by @ildyria. + > Large photos could crash the processing because going over the memory limits of Imagick. + > We gracefully handle this case now and do not crash the CLI. +* `fix` #3597 : Fix: access rights failing due to relationship missing by @ildyria. + > When moving a photo not as the owner of the photo, the access right check would crash + > because the albums relationship was not loaded. + ### v6.7.1 Released on Jul 25, 2025 diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro index e42d8738..e7e6a3dd 100644 --- a/src/components/widgets/Announcement.astro +++ b/src/components/widgets/Announcement.astro @@ -14,8 +14,8 @@ class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.14 is now available! » --> CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible! Lychee v6.7.1 is now available! »CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible! Lychee v6.7.2 is now available! » Date: Thu, 7 Aug 2025 11:29:14 +0200 Subject: [PATCH 2/3] Update docs/releases.md Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com> --- docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index e97e9933..3ca0914a 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -53,7 +53,7 @@ We also fixed a few bugs that were reported by our users. * `fix` #3581 : fix header on album view when search is active by @ildyria. > Weird padding appearing when search made available in album view. * `fix` #3533 : While processing in CLI, do not crash on large photos by @ildyria. - > Large photos could crash the processing because going over the memory limits of Imagick. + > Large photos could crash the processing by exceeding the memory limits of Imagick. > We gracefully handle this case now and do not crash the CLI. * `fix` #3597 : Fix: access rights failing due to relationship missing by @ildyria. > When moving a photo not as the owner of the photo, the access right check would crash From 1365af908fee720a3d37b248de48f1f8dfc4634d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Thu, 7 Aug 2025 11:29:19 +0200 Subject: [PATCH 3/3] Update docs/releases.md Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com> --- docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index 3ca0914a..2550bca3 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -56,7 +56,7 @@ We also fixed a few bugs that were reported by our users. > Large photos could crash the processing by exceeding the memory limits of Imagick. > We gracefully handle this case now and do not crash the CLI. * `fix` #3597 : Fix: access rights failing due to relationship missing by @ildyria. - > When moving a photo not as the owner of the photo, the access right check would crash + > When moving a photo not as the owner of the photo, the access rights check would crash > because the albums relationship was not loaded. ### v6.7.1