@@ -67,12 +67,12 @@ You can configure the number of items, the type of pagination (paginated, load m
6767 > Leveraging the pre-computed fields, we refactored the thumb selection to avoid queries when loading albums.
6868 > This should furthermore increase the loading speed of Lychee.
6969* ` fix ` #3927 : Fix unexpected password propagation behaviour by @ildyria .
70- > A small security fix. When entering a password for a shared album, it was being propagated to all other albuns .
70+ > A small security fix. When entering a password for a shared album, it was being propagated to all other albums .
7171 > In a multi-user context, this could lead to unexpected access rights. A CVE has been raised for this issue,
7272 > read more [ here] ( https://github.com/LycheeOrg/Lychee/security/advisories/GHSA-jj56-2c54-4f25 ) .
7373* ` new ` #3922 : Precompute album sizes. by @ildyria .
7474 > In addition to pre-computing the album thumb and min/max dates, we also pre-compute the album size.
75- > This improves speed when statistics of the album.
75+ > This improves speed when computing statistics of the album.
7676* ` fix ` #3928 : Fix Cache config not existing in the handling of cache events by @ildyria .
7777 > When running for the first time Lychee, the cache config was not existing yet, leading to errors when handling cache events.
7878* ` new ` #3930 : Add view albums as lines instead of thumbs. by @ildyria .
@@ -97,7 +97,7 @@ You can configure the number of items, the type of pagination (paginated, load m
9797 > To help users with low resource environments, we added support for max execution time and memory limit in the ` .env ` file.
9898* ` new ` #3954 : Alpine to Debian conversion by @ildyria .
9999 > To improve compatibility with various systems, we moved from an Alpine-based docker image to a Debian-based one.
100- > This should also improve the stability of php and avoid known issues betten PHP and Alpine's musl libc.
100+ > This should also improve the stability of php and avoid known issues between PHP and Alpine's musl libc.
101101* ` new ` #3953 : Fix: Drop privileges for PHP processes in Docker entrypoint by @m3nu .
102102 > Since version 7.0.0, Lychee's docker image runs PHP processes as root user, this is a security risk.
103103 > @m3nu contributed a fix to drop the privileges to the ` www-data ` user when running the PHP processes.
0 commit comments