nextcloud/lib
nfebe 560779d1be refactor: Separate concerns in link sharing checks
Following https://github.com/nextcloud/server/pull/55811 split `shareApiAllowLinks()` into two dedicated methods to improve clarity
and separation of concerns:

- `isLinkSharingEnabled()`: Checks if link sharing is globally enabled
- `canUserCreateLinkShares()`: Checks if a user can create link shares
  (considers both global settings and group restrictions)

The original shareApiAllowLinks() is now deprecated and acts as a
wrapper to maintain backward compatibility.
2025-10-17 11:34:27 +02:00
..
composer Merge pull request #55646 from nextcloud/feat/taskprocessing/is-internal 2025-10-14 08:25:00 +02:00
l10n fix(l10n): Update translations from Transifex 2025-10-16 00:12:27 +00:00
private refactor: Separate concerns in link sharing checks 2025-10-17 11:34:27 +02:00
public refactor: Separate concerns in link sharing checks 2025-10-17 11:34:27 +02:00
unstable fix(lexicon): missing doc 2025-07-24 15:56:35 -01:00
base.php fix: Delete legacy OC_Response 2025-09-29 09:35:32 +02:00
versioncheck.php fix(PHP): Drop PHP 8.1 for Nextcloud 33 2025-10-02 11:04:07 +02:00