nextcloud-server/tests
nfebe 6bccaf778a fix(sharing): Allow public share access for everyone
When a logged-in user accesses a public share link in the same browser,
the system was incorrectly checking if that user's groups were excluded
from creating link shares. This caused share not found errors for users
in excluded groups, even though public shares should be accessible to anyone
with the link.

The group exclusion setting (`shareapi_allow_links_exclude_groups`) is
intended to restrict share creation, not share access. Public shares
are meant to be anonymous and accessible regardless of the viewer identity
or group membership.

We now check the exclusion for the share creator and not the viewer.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-12-02 09:45:18 +07:00
..
Core feat(login): Add rememberme checkbox 2025-11-13 13:25:59 +07:00
apps
blueprints
data
docker
lib fix(sharing): Allow public share access for everyone 2025-12-02 09:45:18 +07:00
objectstore
autoload.php
bootstrap.php
databases-all-config.php
drone-run-integration-tests.sh
drone-run-php-tests.sh
drone-wait-objectstore.sh
enable_all.php
phpunit-autotest-external.xml
phpunit-autotest.xml
preseed-config.php
redis-cluster.config.php
redis.config.php
startsessionlistener.php