nextcloud/apps/files_sharing/lib
Benjamin Gaussorgues 2b7415ef4d
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, main, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, guests_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Psalm static code analysis / changes (push) Waiting to run
Psalm static code analysis / static-code-analysis (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-security (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-ocp (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-ncu (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-strict (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-summary (push) Blocked by required conditions
Merge pull request #60960 from nextcloud/carl/querybuilder-magic-number
refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS
2026-06-10 23:09:30 +02:00
..
Activity chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
AppInfo chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
BackgroundJob chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Collaboration chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Command Merge pull request #59813 from nextcloud/fix/noid/fix-owncloud-group-share-rename 2026-06-02 11:14:13 +02:00
Config chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Controller chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Event chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Exceptions chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
External test: mock ocm discovery in external share test 2026-06-08 15:35:07 +02:00
Listener chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Middleware chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Migration chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Notification chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
OpenMetrics feat(files_sharing): add basic OpenMetrics exporter for files shares 2026-01-07 09:38:13 +01:00
Repair perf: only load a single mount at a time when checking for share conflicts 2026-04-24 18:17:43 +02:00
Settings chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Cache.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Capabilities.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DefaultPublicShareTemplateProvider.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DeleteOrphanedSharesJob.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ExpireSharesJob.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Helper.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Hooks.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ISharedMountPoint.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00
ISharedStorage.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MountProvider.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
OrphanHelper.php Merge pull request #55252 from nextcloud/chore/chunked_orphan_delete 2026-01-08 09:50:09 +01:00
ResponseDefinitions.php chore: psalm fixes 2026-04-21 18:18:50 +02:00
Scanner.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
SharedMount.php fix(sharing): restore STATUS_ACCEPTED for OC-migrated group share subshares 2026-05-26 17:28:39 +02:00
SharedStorage.php chore: Suppress last known impure static properties 2026-06-02 09:46:20 +02:00
ShareRecipientUpdater.php fix: avoid checking share validity during mount updates 2026-04-24 18:17:45 +02:00
SharesReminderJob.php refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS 2026-06-03 13:45:29 +02:00
ShareTargetValidator.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Updater.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ViewOnly.php fix(files_sharing): Switch back event path to be relative to user folder 2026-01-19 11:22:17 +01:00