☁️ Nextcloud server, a safe home for all your data
This report presents the forensic synthetic code analysis of nextcloud/server, a PHP project with 36,138 GitHub stars. SynthScan v2.0 examined 1,534,044 lines of code across 10493 source files, recording 4850 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 3.3 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 4850 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cypress/support/commonUtils.ts | 23 | export function getNextcloudUserMenuToggle() { | CODE |
| LOW | cypress/support/utils/deleteDownloadsFolder.ts | 9 | export function deleteDownloadsFolderBeforeEach() { | CODE |
| LOW | cypress/e2e/core-utils.ts | 18 | export function handlePasswordConfirmation(adminPassword = 'admin') { | CODE |
| LOW | cypress/e2e/settings/usersUtils.ts | 14 | export function assertNotExistOrNotVisible(element: JQuery<HTMLElement>) { | CODE |
| LOW | cypress/e2e/theming/themingUtils.ts | 65 | export function validateUserThemingDefaultCss(expectedColor = defaultPrimary, expectedBackground: string | null = defaul | CODE |
| LOW | cypress/e2e/files/FilesUtils.ts | 52 | export function getInlineActionEntryForFileId(fileid: number, actionId: string) { | CODE |
| LOW | cypress/e2e/files/FilesUtils.ts | 61 | export function getInlineActionEntryForFile(file: string, actionId: string) { | CODE |
| LOW | cypress/e2e/files/FilesUtils.ts | 102 | export function triggerInlineActionForFileId(fileid: number, actionId: string) { | CODE |
| LOW | cypress/e2e/files/FilesUtils.ts | 113 | export function triggerInlineActionForFile(filename: string, actionId: string) { | CODE |
| LOW | cypress/e2e/files_versions/filesVersionsUtils.ts | 86 | export function setupTestSharedFileFromUser(owner: User, randomFileName: string, shareOptions: Partial<ShareSetting>) { | CODE |
| LOW | core/Migrations/Version32000Date20250731062008.php | 41 | private function cleanupDuplicateCategories(IOutput $output): void { | CODE |
| LOW | core/Migrations/Version32000Date20250731062008.php | 110 | private function cleanupDuplicateAssignments(IOutput $output, int $categoryId, int $keepId): void { | CODE |
| LOW | core/Controller/CollaborationResourcesController.php | 205 | public function createCollectionOnResource(string $baseResourceType, string $baseResourceId, string $name): DataRespons | CODE |
| LOW | core/Controller/AppPasswordController.php | 209 | public function getAppPasswordWithOneTimePassword(): DataResponse { | CODE |
| LOW | core/Controller/LoginController.php | 209 | private function setPasswordResetInitialState(?string $username): void { | CODE |
| LOW | core/Controller/LoginController.php | 385 | private function createLoginFailedResponse( | CODE |
| LOW | core/Controller/TwoFactorChallengeController.php | 58 | private function splitProvidersAndBackupCodes(array $providers): array { | CODE |
| LOW | core/Controller/TaskProcessingApiController.php | 164 | private function handleScheduleTaskInternal( | CODE |
| LOW | core/Controller/TaskProcessingApiController.php | 810 | public function getNextScheduledTaskBatch(array $providerIds, array $taskTypeIds, int $numberOfTasks = 1): DataResponse | CODE |
| LOW | core/Controller/TaskProcessingApiController.php | 873 | private function intersectTaskTypesAndProviders(array $taskTypeIds, array $providerIds): array { | CODE |
| LOW | core/Controller/ClientFlowLoginController.php | 85 | private function stateTokenForbiddenResponse(): StandaloneTemplateResponse { | CODE |
| LOW | core/Controller/ClientFlowLoginV2Controller.php | 325 | private function stateTokenMissingResponse(): StandaloneTemplateResponse { | CODE |
| LOW | core/Controller/ClientFlowLoginV2Controller.php | 338 | private function stateTokenForbiddenResponse(): StandaloneTemplateResponse { | CODE |
| LOW | core/Controller/ClientFlowLoginV2Controller.php | 365 | private function loginTokenForbiddenResponse(): StandaloneTemplateResponse { | CODE |
| LOW | core/Controller/ClientFlowLoginV2Controller.php | 378 | private function loginTokenForbiddenClientResponse(): StandaloneTemplateResponse { | CODE |
| LOW | core/Command/Base.php | 98 | protected function writeStreamingTableInOutputFormat(InputInterface $input, OutputInterface $output, \Iterator $items, | CODE |
| LOW | core/Command/Encryption/EncryptAll.php | 37 | protected function forceMaintenanceAndTrashbin(): void { | CODE |
| LOW | core/Command/Encryption/EncryptAll.php | 46 | protected function resetMaintenanceAndTrashbin(): void { | CODE |
| LOW | core/Command/Encryption/DecryptAll.php | 38 | protected function forceMaintenanceAndTrashbin(): void { | CODE |
| LOW | core/Command/Encryption/DecryptAll.php | 48 | protected function resetMaintenanceAndTrashbin(): void { | CODE |
| LOW | core/Command/TwoFactorAuth/State.php | 64 | private function filterEnabledDisabledUnknownProviders(array $providerStates): array { | CODE |
| LOW | core/Command/User/AuthTokens/ListCommand.php | 73 | public function formatTokenForPlainOutput(array $token): array { | CODE |
| LOW | core/Command/Db/Migrations/GenerateMetadataCommand.php | 59 | private function extractMigrationMetadataFromCore(): array { | CODE |
| LOW | core/Command/Db/Migrations/GenerateMetadataCommand.php | 69 | private function extractMigrationMetadataFromApps(): array { | CODE |
| LOW | core/Command/Preview/Cleanup.php | 52 | private function deletePreviewFromPreviewTable(OutputInterface $output): int { | CODE |
| LOW | core/Command/Preview/Cleanup.php | 66 | private function deletePreviewFromFileCacheTable(OutputInterface $output): int { | CODE |
| LOW | core/Command/Maintenance/RepairShareOwnership.php | 120 | protected function getWrongShareOwnershipForUser(IUser $user): array { | CODE |
| LOW | core/AppInfo/Application.php | 115 | public function registerNavigationEntries( | CODE |
| LOW | tests/Core/Middleware/TwoFactorMiddlewareTest.php | 108 | public function testBeforeControllerNotLoggedIn(): void { | CODE |
| LOW | tests/Core/Middleware/TwoFactorMiddlewareTest.php | 122 | public function testBeforeSetupController(): void { | CODE |
| LOW | tests/Core/Middleware/TwoFactorMiddlewareTest.php | 136 | public function testBeforeControllerNoTwoFactorCheckNeeded(): void { | CODE |
| LOW | tests/Core/Middleware/TwoFactorMiddlewareTest.php | 156 | public function testBeforeControllerTwoFactorAuthRequired(): void { | CODE |
| LOW | tests/Core/Middleware/TwoFactorMiddlewareTest.php | 182 | public function testBeforeControllerUserAlreadyLoggedIn(): void { | CODE |
| LOW | tests/Core/Middleware/TwoFactorMiddlewareTest.php | 208 | public function testAfterExceptionTwoFactorAuthRequired(): void { | CODE |
| LOW | tests/Core/Listener/RestrictInteractionListenerTest.php | 60 | public function testShareActionApiDisabled(): void { | CODE |
| LOW | tests/Core/Listener/RestrictInteractionListenerTest.php | 71 | public function testShareActionDisabledForUser(): void { | CODE |
| LOW | tests/Core/Listener/RestrictInteractionListenerTest.php | 90 | public function testShareActionUserReceiverGroupMembersOnly(): void { | CODE |
| LOW | tests/Core/Listener/RestrictInteractionListenerTest.php | 111 | public function testShareActionUserReceiverGroupMembersOnlyExclude(): void { | CODE |
| LOW | tests/Core/Listener/RestrictInteractionListenerTest.php | 135 | public function testShareActionGroupReceiverGroupMembersOnly(): void { | CODE |
| LOW | tests/Core/Listener/RestrictInteractionListenerTest.php | 151 | public function testShareActionGroupReceiverGroupMembersOnlyExclude(): void { | CODE |
| LOW | tests/Core/Listener/RestrictInteractionListenerTest.php | 170 | public function testShareActionGroupReceiverGroupSharingDisabled(): void { | CODE |
| LOW | tests/Core/Listener/RestrictInteractionListenerTest.php | 187 | public function testShareActionLinkEmailReceiverLinkSharingDisabled(): void { | CODE |
| LOW | tests/Core/Controller/LostControllerTest.php | 168 | public function testResetFormTokenErrorWithDisabledLink(): void { | CODE |
| LOW | tests/Core/Controller/LostControllerTest.php | 323 | public function testEmailWithMailSuccessful(): void { | CODE |
| LOW | tests/Core/Controller/LostControllerTest.php | 385 | public function testEmailCantSendException(): void { | CODE |
| LOW | tests/Core/Controller/LostControllerTest.php | 445 | public function testSetPasswordUnsuccessful(): void { | CODE |
| LOW | tests/Core/Controller/LostControllerTest.php | 471 | public function testSetPasswordSuccessful(): void { | CODE |
| LOW | tests/Core/Controller/LostControllerTest.php | 506 | public function testSetPasswordExpiredToken(): void { | CODE |
| LOW | tests/Core/Controller/LostControllerTest.php | 525 | public function testSetPasswordInvalidDataInDb(): void { | CODE |
| LOW | tests/Core/Controller/LostControllerTest.php | 545 | public function testIsSetPasswordWithoutTokenFailing(): void { | CODE |
| 4435 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/components/UnifiedSearch/SearchResultPlaceholders.vue | 30 | <li v-for="placeholder in [1, 2, 3]" :key="placeholder"> | CODE |
| LOW | tests/Core/Controller/LostControllerTest.php | 573 | ->willReturn('random@example.org'); | CODE |
| LOW⚡ | tests/playwright/e2e/settings/personal-info.spec.ts | 240 | await page.getByRole('textbox', { name: 'Full name' }).fill('Jane Doe') | CODE |
| LOW⚡ | tests/playwright/e2e/settings/personal-info.spec.ts | 245 | await expect(page.getByRole('textbox', { name: 'Full name' })).toHaveValue('Jane Doe') | CODE |
| LOW⚡ | tests/playwright/e2e/settings/personal-info.spec.ts | 253 | await expect(page.getByRole('heading', { name: 'Jane Doe' })).toBeVisible() | CODE |
| LOW | tests/playwright/e2e/users/users.spec.ts | 44 | await dialog.getByLabel(/Email/).fill('john@example.org') | CODE |
| LOW | tests/playwright/e2e/users/users-modify.spec.ts | 22 | await displayNameInput.fill('John Doe') | CODE |
| LOW | tests/playwright/e2e/users/users-modify.spec.ts | 32 | expect(info?.display_name).toBe('John Doe') | CODE |
| LOW | tests/lib/ImageTest.php | 57 | $text = base64_encode('Lorem ipsum dolor sir amet …'); | CODE |
| LOW⚡ | tests/lib/Settings/DeclarativeManagerTest.php | 115 | 'placeholder' => 'Enter text setting', // placeholder | CODE |
| LOW⚡ | tests/lib/Settings/DeclarativeManagerTest.php | 123 | 'placeholder' => 'Enter email', | CODE |
| LOW⚡ | tests/lib/Settings/DeclarativeManagerTest.php | 131 | 'placeholder' => 'Enter your tel', | CODE |
| LOW⚡ | tests/lib/Settings/DeclarativeManagerTest.php | 139 | 'placeholder' => 'Enter url', | CODE |
| LOW⚡ | tests/lib/Settings/DeclarativeManagerTest.php | 147 | 'placeholder' => 'Enter number value', | CODE |
| LOW⚡ | tests/lib/Settings/DeclarativeManagerTest.php | 155 | 'placeholder' => 'Set secure value', | CODE |
| LOW⚡ | tests/lib/Settings/DeclarativeManagerTest.php | 164 | 'placeholder' => 'Select some option setting', | CODE |
| LOW⚡ | tests/lib/Settings/DeclarativeManagerTest.php | 228 | 'placeholder' => 'Set secure value', | CODE |
| LOW⚡ | tests/lib/Settings/DeclarativeManagerTest.php | 238 | 'placeholder' => 'Set secure value', | CODE |
| LOW⚡ | tests/lib/Settings/DeclarativeManagerTest.php | 248 | 'placeholder' => 'Set secure value', | CODE |
| LOW | tests/lib/Settings/DeclarativeManagerTest.php | 81 | 'placeholder' => 'Select some multiple options', // input placeholder | CODE |
| LOW | tests/lib/Settings/DeclarativeManagerTest.php | 89 | 'placeholder' => 'Select single option, test interval', | CODE |
| LOW | tests/lib/Settings/DeclarativeManagerTest.php | 386 | 'placeholder' => 'Select some multiple options', | CODE |
| LOW | tests/lib/Settings/DeclarativeManagerTest.php | 411 | 'placeholder' => 'Some invalid field placeholder', | CODE |
| LOW | tests/lib/Settings/DeclarativeManagerTest.php | 474 | 'placeholder' => 'Select some multiple options', | CODE |
| LOW | …s/lib/Collaboration/Collaborators/RemotePluginTest.php | 209 | 'FN' => 'John Doe', | CODE |
| LOW | …sts/lib/Collaboration/Collaborators/MailPluginTest.php | 453 | 'EMAIL' => ['test@example.org'], | CODE |
| LOW | …sts/lib/Collaboration/Collaborators/MailPluginTest.php | 491 | 'EMAIL' => ['test@example.org'], | CODE |
| LOW | …sts/lib/Collaboration/Collaborators/MailPluginTest.php | 787 | 'EMAIL' => ['test@example.org'], | CODE |
| LOW | …sts/lib/Collaboration/Collaborators/MailPluginTest.php | 827 | 'EMAIL' => ['test@example.org'], | CODE |
| LOW | tests/lib/Comments/CommentTest.php | 168 | ['type' => 'user', 'id' => 'foo@bar.com'], | CODE |
| LOW⚡ | …/lib/Install/Events/InstallationCompletedEventTest.php | 18 | $adminEmail = 'admin@example.com'; | CODE |
| LOW⚡ | …/lib/Install/Events/InstallationCompletedEventTest.php | 54 | $adminEmail = 'admin@example.com'; | CODE |
| LOW⚡ | …/lib/Install/Events/InstallationCompletedEventTest.php | 65 | $event = new InstallationCompletedEvent('/path/to/data', null, 'admin@example.com'); | CODE |
| LOW⚡ | …/lib/Install/Events/InstallationCompletedEventTest.php | 69 | $this->assertEquals('admin@example.com', $event->getAdminEmail()); | CODE |
| LOW⚡ | …/lib/Install/Events/InstallationCompletedEventTest.php | 81 | $email = 'admin@example.com'; | CODE |
| LOW | tests/lib/Config/UserConfigMigrationFallbackTest.php | 99 | ['appid' => 'settings', 'configkey' => 'email', 'configvalue' => 'user@example.com'], | CODE |
| LOW | tests/lib/Config/UserConfigMigrationFallbackTest.php | 114 | $this->assertSame('user@example.com', $value); | CODE |
| LOW | tests/lib/Config/UserConfigMigrationFallbackTest.php | 170 | $userConfig->setValueString('user1', 'settings', 'email', 'user@example.com'); | CODE |
| LOW⚡ | tests/lib/Security/CryptoTest.php | 20 | ['Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt.'], | CODE |
| LOW⚡ | tests/lib/Security/CryptoTest.php | 20 | ['Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt.'], | CODE |
| LOW⚡ | tests/lib/Security/CryptoTest.php | 45 | $stringToEncrypt = 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt.'; | CODE |
| LOW⚡ | tests/lib/Security/CryptoTest.php | 45 | $stringToEncrypt = 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt.'; | CODE |
| LOW⚡ | tests/lib/Security/CryptoTest.php | 51 | $stringToEncrypt = 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt.'; | CODE |
| LOW⚡ | tests/lib/Security/CryptoTest.php | 51 | $stringToEncrypt = 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt.'; | CODE |
| LOW⚡ | tests/lib/Security/CryptoTest.php | 94 | 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt.', | CODE |
| LOW⚡ | tests/lib/Security/CryptoTest.php | 94 | 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt.', | CODE |
| LOW | tests/lib/Mail/MailerTest.php | 131 | ->willReturn((new Email())->to('foo@bar.com')->from('bar@foo.com')->text('')); | CODE |
| LOW | tests/lib/Contacts/ContactsMenu/EntryTest.php | 38 | $this->entry->addEMailAddress('user@example.com'); | CODE |
| LOW | tests/lib/Contacts/ContactsMenu/EntryTest.php | 39 | $this->assertEquals(['user@example.com'], $this->entry->getEMailAddresses()); | CODE |
| LOW | tests/lib/Contacts/ContactsMenu/EntryTest.php | 87 | 'emailAddresses' => ['user@example.com'], | CODE |
| LOW | tests/lib/Contacts/ContactsMenu/EntryTest.php | 100 | $this->entry->addEMailAddress('user@example.com'); | CODE |
| LOW | tests/lib/Contacts/ContactsMenu/ActionFactoryTest.php | 39 | $href = 'user@example.com'; | CODE |
| LOW | tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php | 781 | 'FN' => 'John Doe', | CODE |
| LOW | tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php | 868 | 'FN' => 'John Doe', | CODE |
| LOW | …/Contacts/ContactsMenu/Providers/EMailproviderTest.php | 51 | 'user@example.com', | CODE |
| LOW | …/Contacts/ContactsMenu/Providers/EMailproviderTest.php | 55 | ->with($this->equalTo($iconUrl), $this->equalTo('user@example.com'), $this->equalTo('user@example.com')) | CODE |
| LOW | …s/lib/Contacts/ContactsMenu/Actions/LinkActionTest.php | 34 | $name = 'Jane Doe'; | CODE |
| LOW⚡ | tests/lib/User/UserTest.php | 607 | 'foo@bar.com' | CODE |
| LOW⚡ | tests/lib/User/UserTest.php | 611 | $user->setSystemEMailAddress('foo@bar.com'); | CODE |
| LOW | tests/lib/User/UserTest.php | 594 | $test->assertEquals('foo@bar.com', $value); | CODE |
| 194 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/playwright/support/sections/SettingsUsersPage.ts | 30 | // ── Sidebar navigation ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/support/sections/SettingsUsersPage.ts | 50 | // ── User list ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/support/sections/SettingsUsersPage.ts | 60 | // ── Dialogs ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 13 | // ── Visibility scope labels exactly as rendered in the UI ───────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 22 | // ── Helpers ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 45 | // ── Fixture ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 56 | // ── Spec ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 74 | // ── Profile ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 102 | // ── Language ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 118 | // ── Locale ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 133 | // ── Primary email ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 184 | // ── Additional emails ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tests/playwright/e2e/settings/personal-info.spec.ts | 234 | // ── Full name ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tests/playwright/e2e/settings/personal-info.spec.ts | 256 | // ── Phone number ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 321 | // ── Social media ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 345 | // ── Website ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 373 | // ── Generic properties (any value, all visibility levels) ───────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/settings/personal-info.spec.ts | 409 | // ── Non-federated properties (Local and Private only) ───────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/users/users-groups.spec.ts | 15 | // ── Create group ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/users/users-groups.spec.ts | 38 | // ── Assign user to group ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/users/users-groups.spec.ts | 82 | // ── Delete an empty group ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/users/users-groups.spec.ts | 120 | // ── Delete a non-empty group ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/playwright/e2e/users/users-groups.spec.ts | 160 | // ── Sort groups ─────────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | AGENTS.md | 91 | See [HowToApplyALicense.md](https://github.com/nextcloud/server/blob/master/contribute/HowToApplyALicense.md) for detail | CODE |
| HIGH | lib/public/SystemTag/ISystemTagObjectMapper.php | 86 | * Assign the "Generated by AI" tag to the given object. | COMMENT |
| HIGH | lib/public/SystemTag/ISystemTag.php | 43 | public const GENERATED_BY_AI = 'Generated by AI'; | CODE |
| HIGH⚡ | apps/theming/lib/Themes/DefaultTheme.php | 197 | // Assistant colors (marking AI generated content) | COMMENT |
| HIGH⚡ | apps/theming/lib/Themes/DefaultTheme.php | 198 | '--color-background-assistant' => '#F6F5FF', // Background for AI generated content | CODE |
| HIGH⚡ | apps/theming/lib/Themes/DefaultTheme.php | 198 | '--color-background-assistant' => '#F6F5FF', // Background for AI generated content | CODE |
| HIGH⚡ | apps/theming/lib/Themes/DefaultTheme.php | 199 | '--color-border-assistant' => 'linear-gradient(125deg, #7398FE 50%, #6104A4 125%)', // Border for AI generated conten | CODE |
| HIGH⚡ | apps/theming/lib/Themes/DefaultTheme.php | 199 | '--color-border-assistant' => 'linear-gradient(125deg, #7398FE 50%, #6104A4 125%)', // Border for AI generated conten | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …datenotification/src/components/UpdateNotification.vue | 434 | this.groups = response.data.ocs.data.groups.sort(function(a, b) { | CODE |
| CRITICAL | apps/files/src/store/sidebar.ts | 157 | window.OCP.Files.Router._router.afterEach((to, from) => { | CODE |
| CRITICAL | …kflowengine/src/components/Checks/RequestUserGroup.vue | 108 | response.data.ocs.data.groups.forEach((group) => { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | lib/private/RedisFactory.php | 157 | * We need to check if the current version supports extra connection parameters, otherwise the connect method will thro | COMMENT |
| LOW⚡ | lib/private/L10N/Factory.php | 186 | // Step 1: Forced language always has precedence over anything else | COMMENT |
| LOW⚡ | lib/private/L10N/Factory.php | 192 | // Step 2: Return cached language | COMMENT |
| LOW | lib/private/L10N/Factory.php | 222 | // Step 4: Check the request headers | COMMENT |
| LOW⚡ | lib/private/L10N/Factory.php | 238 | // Step 5: fall back to English | COMMENT |
| LOW⚡ | lib/private/L10N/Factory.php | 244 | // Step 1: Forced language always has precedence over anything else | COMMENT |
| LOW⚡ | lib/private/L10N/Factory.php | 250 | // Step 2: Check if we have a default language | COMMENT |
| LOW⚡ | lib/private/L10N/Factory.php | 256 | // Step 3: fall back to English | COMMENT |
| LOW | lib/private/Lock/DBLockingProvider.php | 186 | // since we only keep one shared lock in the db we need to check if we have more than one shared lock locally manuall | COMMENT |
| LOW | lib/private/legacy/OC_Helper.php | 113 | // We need to check if the program is in one of these dirs : | COMMENT |
| LOW⚡ | lib/private/Repair/RepairSanitizeSystemTags.php | 139 | // Step 1: Delete ALL mappings from duplicate tags that conflict with keepId | COMMENT |
| LOW⚡ | lib/private/Repair/RepairSanitizeSystemTags.php | 143 | // Step 2: Update all remaining mappings from duplicates to keepId | COMMENT |
| LOW⚡ | lib/private/Repair/RepairSanitizeSystemTags.php | 151 | // Step 3: Delete duplicate tags in bulk (safe now that mappings are gone) | COMMENT |
| LOW⚡ | lib/private/Repair/RepairSanitizeSystemTags.php | 157 | // Step 4: Sanitize the kept tag name if needed | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | autotest-external.sh | 241 | # | COMMENT |
| LOW | autotest-external.sh | 261 | # | COMMENT |
| LOW | autotest.sh | 421 | done | COMMENT |
| LOW | autotest.sh | 441 | # NOTES on pgsql: | COMMENT |
| LOW | core/Migrations/Version24000Date20220404230027.php | 21 | class Version24000Date20220404230027 extends SimpleMigrationStep { | COMMENT |
| LOW | core/Migrations/Version24000Date20220404230027.php | 41 | // ]); | COMMENT |
| LOW | core/Migrations/Version27000Date20230309104325.php | 61 | /** @var ISchemaWrapper $schema */ | COMMENT |
| LOW | core/Migrations/Version23000Date20210906132259.php | 21 | * @param array $options | COMMENT |
| LOW | core/Migrations/Version23000Date20210906132259.php | 41 | // ]); | COMMENT |
| LOW | core/Migrations/Version28000Date20231126110901.php | 41 | // if ($table->hasColumn('lazy')) { | COMMENT |
| LOW | core/Migrations/Version29000Date20231126110901.php | 41 | // // type=2 means value is typed as MIXED | COMMENT |
| LOW | core/Migrations/Version13000Date20170718121200.php | 881 | // $table = $schema->createTable('credentials'); | COMMENT |
| LOW | tests/lib/Encryption/ManagerTest.php | 201 | $this->assertTrue($this->manager->setDefaultEncryptionModule('ID1')); | COMMENT |
| LOW | tests/lib/Encryption/ManagerTest.php | 221 | // $m->registerEncryptionModule($em); | COMMENT |
| LOW | tests/lib/Encryption/ManagerTest.php | 241 | // * @expectedExceptionMessage Module with ID: unknown does not exist. | COMMENT |
| LOW | .devcontainer/entrypoint.sh | 1 | #!/bin/bash | COMMENT |
| LOW | lib/OC.php | 421 | // TODO: See https://github.com/nextcloud/server/issues/37277#issuecomment-1476366147 and the other comments | COMMENT |
| LOW | lib/private/DB/QueryBuilder/QueryBuilder.php | 181 | // likely an error during conversion of $value to string | COMMENT |
| LOW | apps/encryption/lib/Crypto/Encryption.php | 281 | // next write round, and added to the start of | COMMENT |
| LOW | apps/user_ldap/lib/Access.php | 1861 | // The format of a SID binary string is as follows: | COMMENT |
| LOW | …sting/lib/Migration/Version30000Date20240102030405.php | 21 | use OCP\Migration\IOutput; | COMMENT |
| LOW | apps/files/src/components/VirtualList.vue | 361 | let scrollTop = this.indexToScrollPos(Math.min(index, clampedIndex)) | COMMENT |
| LOW | apps/files/src/components/FileEntryMixin.ts | 481 | return | COMMENT |
| LOW | apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php | 41 | // (e.g. propfind for tags with string instead of int) | COMMENT |
| LOW | apps/dav/lib/CalDAV/Schedule/IMipService.php | 521 | // Relative: Every Month on the First Sunday, Saturday for the entire day | COMMENT |
| LOW | apps/dav/lib/CalDAV/Schedule/IMipService.php | 581 | $startTime = $this->l10n->l('time', $er->startDateTime(), ['width' => 'short']); | COMMENT |
| LOW | apps/dav/lib/CalDAV/Schedule/IMipService.php | 681 | // store following occurrence value | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | lib/private/L10N/Factory.php | 186 | // Step 1: Forced language always has precedence over anything else | COMMENT |
| LOW⚡ | lib/private/L10N/Factory.php | 192 | // Step 2: Return cached language | COMMENT |
| LOW | lib/private/L10N/Factory.php | 222 | // Step 4: Check the request headers | COMMENT |
| LOW⚡ | lib/private/L10N/Factory.php | 238 | // Step 5: fall back to English | COMMENT |
| LOW⚡ | lib/private/L10N/Factory.php | 244 | // Step 1: Forced language always has precedence over anything else | COMMENT |
| LOW⚡ | lib/private/L10N/Factory.php | 250 | // Step 2: Check if we have a default language | COMMENT |
| LOW⚡ | lib/private/L10N/Factory.php | 256 | // Step 3: fall back to English | COMMENT |
| LOW⚡ | lib/private/Repair/RepairSanitizeSystemTags.php | 139 | // Step 1: Delete ALL mappings from duplicate tags that conflict with keepId | COMMENT |
| LOW⚡ | lib/private/Repair/RepairSanitizeSystemTags.php | 143 | // Step 2: Update all remaining mappings from duplicates to keepId | COMMENT |
| LOW⚡ | lib/private/Repair/RepairSanitizeSystemTags.php | 151 | // Step 3: Delete duplicate tags in bulk (safe now that mappings are gone) | COMMENT |
| LOW⚡ | lib/private/Repair/RepairSanitizeSystemTags.php | 157 | // Step 4: Sanitize the kept tag name if needed | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | apps/files/src/utils/permissions.ts | 15 | * @return True if downloadable, false otherwise | COMMENT |
| HIGH | apps/files/src/utils/permissions.ts | 44 | * @return True if syncable, false otherwise | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/data/emails/new-account-email.html | 72 | <p style="Margin:0;Margin-bottom:10px;color:#777;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ox | CODE |
| MEDIUM | tests/data/emails/new-account-email-custom.html | 72 | <p style="Margin:0;Margin-bottom:10px;color:#777;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ox | CODE |
| MEDIUM | tests/data/emails/new-account-email-single-button.html | 72 | <p style="Margin:0;Margin-bottom:10px;color:#777;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ox | CODE |
| MEDIUM | apps/settings/tests/Mailer/NewUserMailHelperTest.php | 222 | <p style="Margin:0;Margin-bottom:10px;color:#777;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ox | CODE |
| MEDIUM | apps/settings/tests/Mailer/NewUserMailHelperTest.php | 476 | <p style="Margin:0;Margin-bottom:10px;color:#777;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ox | CODE |
| MEDIUM | apps/settings/tests/Mailer/NewUserMailHelperTest.php | 734 | <p style="Margin:0;Margin-bottom:10px;color:#777;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ox | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/update-min-supported-desktop.yml | 27 | # Create a temporary directory for the downloaded file | COMMENT |
| MEDIUM | .github/workflows/update-min-supported-desktop.yml | 74 | # Define the files to update | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/update-min-supported-desktop.yml | 78 | # Check if files exist | COMMENT |
| LOW | .github/workflows/update-min-supported-desktop.yml | 99 | # Check if any changes were made | COMMENT |
| LOW | .github/workflows/command-compile.yml | 159 | # Check if there are any changes after resolving conflicts | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | apps/dav/lib/CalDAV/CalDavBackend.php | 1602 | // TODO: implement custom event for federated calendars | COMMENT |
| LOW | apps/dav/lib/CalDAV/CalDavBackend.php | 1685 | // TODO: implement custom event for federated calendars | COMMENT |