:cloud: ownCloud web server core (Files, DAV, etc.)
This report presents the forensic synthetic code analysis of owncloud/core, a PHP project with 8,809 GitHub stars. SynthScan v2.0 examined 794,971 lines of code across 5927 source files, recording 4509 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 5.5 places this repository in the Low AI signal 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 4509 distinct pattern matches across 8 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 | settings/Panels/Helper.php | 37 | public function shareWithGroupMembersOnly() { | CODE |
| LOW | settings/Controller/GroupsController.php | 169 | public function getAssignableAndRemovableGroups() { | CODE |
| LOW | settings/Controller/UsersController.php | 1334 | private function buildUnprocessableEntityResponse(string $message): DataResponse { | CODE |
| LOW | settings/Controller/CertificateController.php | 78 | public function addPersonalRootCertificate() { | CODE |
| LOW | settings/Controller/CertificateController.php | 134 | public function removePersonalRootCertificate($certificateIdentifier) { | CODE |
| LOW | settings/Controller/CertificateController.php | 148 | protected function isCertificateImportAllowed() { | CODE |
| LOW | settings/Controller/CertificateController.php | 175 | public function removeSystemRootCertificate($certificateIdentifier) { | CODE |
| LOW | settings/Controller/AuthSettingsController.php | 151 | private function getServiceNotAvailableResponse() { | CODE |
| LOW | settings/Controller/AuthSettingsController.php | 164 | private function generateRandomDeviceToken() { | CODE |
| LOW | settings/Controller/CheckSetupController.php | 80 | private function isInternetConnectionWorking(): bool { | CODE |
| LOW | settings/Controller/CheckSetupController.php | 198 | private function forwardedForHeadersWorking(): bool { | CODE |
| LOW | settings/Controller/CheckSetupController.php | 214 | private function isCorrectMemcachedPHPModuleInstalled(): bool { | CODE |
| LOW | settings/Controller/CheckSetupController.php | 228 | public function rescanFailedIntegrityCheck(): RedirectResponse { | CODE |
| LOW | settings/Controller/CheckSetupController.php | 238 | public function getFailedIntegrityCheckFiles(): DataDisplayResponse { | CODE |
| LOW | core/js/oc-backbone-webdav.js | 138 | function convertModelAttributesToDavProperties(attrs, davProperties) { | CODE |
| LOW | core/js/tests/specs/shareitemmodelSpec.js | 670 | function createRegisteredAttribute() { | CODE |
| LOW | core/js/tests/specs/shareitemmodelSpec.js | 692 | function parseLastRequestPermissions(){ | CODE |
| LOW | core/js/tests/specs/shareitemmodelSpec.js | 703 | function parseLastRequestAttributes() { | CODE |
| LOW | core/js/tests/specs/shareitemmodelSpec.js | 716 | function testAddShareWithAttributes(permissionsToSet, attributesV1ToRegister, sharePropertiesToAdd) { | CODE |
| LOW | core/js/tests/specs/shareitemmodelSpec.js | 740 | function testUpdateShareWithAttributes(permissionsToSet, attributesV1ToRegister, sharePropertiesToUpdate) { | CODE |
| LOW | core/js/tests/specs/files/clientSpec.js | 614 | function getFileInfoWithPermission(webdavPerm, isFile) { | CODE |
| LOW | core/Command/Encryption/EncryptAll.php | 76 | protected function forceSingleUserAndTrashbin() { | CODE |
| LOW | core/Command/Encryption/EncryptAll.php | 86 | protected function resetSingleUserAndTrashbin() { | CODE |
| LOW | core/Command/Encryption/DecryptAll.php | 87 | protected function forceSingleUserAndTrashbin() { | CODE |
| LOW | core/Command/Encryption/DecryptAll.php | 97 | protected function resetSingleUserAndTrashbin() { | CODE |
| LOW | core/Command/Maintenance/Mimetype/UpdateJS.php | 172 | private function generateMimeTypeListContent($aliases, $files, $themes) { | CODE |
| LOW | tests/Settings/Middleware/SubadminMiddlewareTest.php | 47 | public function testBeforeControllerAsUserWithExemption() { | CODE |
| LOW⚡ | tests/Settings/Middleware/SubadminMiddlewareTest.php | 58 | public function testBeforeControllerAsUserWithoutExemption() { | CODE |
| LOW⚡ | tests/Settings/Middleware/SubadminMiddlewareTest.php | 67 | public function testBeforeControllerAsSubAdminWithoutExemption() { | CODE |
| LOW⚡ | tests/Settings/Middleware/SubadminMiddlewareTest.php | 76 | public function testBeforeControllerAsSubAdminWithExemption() { | CODE |
| LOW⚡ | tests/Settings/Middleware/SubadminMiddlewareTest.php | 85 | public function testAfterNotAdminException() { | CODE |
| LOW⚡ | tests/Settings/Middleware/SubadminMiddlewareTest.php | 93 | public function testAfterRegularException() { | CODE |
| LOW | tests/Settings/Panels/Admin/LoggingTest.php | 49 | public function testGetPanelWithNoLogFile() { | CODE |
| LOW | …sts/Settings/Controller/AuthSettingsControllerTest.php | 145 | public function testCreateSessionNotAvailable() { | CODE |
| LOW | tests/Settings/Controller/GroupsControllerTest.php | 246 | public function testCreateWithExistingGroup() { | CODE |
| LOW | tests/Settings/Controller/GroupsControllerTest.php | 369 | public function testGetAssignableAndRemovableGroups() { | CODE |
| LOW | tests/Settings/Controller/GroupsControllerTest.php | 495 | public function testGetAssignableAndRemovableGroupsBackendNoActions() { | CODE |
| LOW | tests/Settings/Controller/GroupsControllerTest.php | 544 | public function testGetAssignableAndRemovableGroupsSubadmin() { | CODE |
| LOW | tests/Settings/Controller/CorsControllerTest.php | 159 | public function testAddInvalidDomainWithPaths() { | CODE |
| LOW | tests/Settings/Controller/CorsControllerTest.php | 183 | public function testAddInvalidDomainWithQueryParams() { | CODE |
| LOW | tests/Settings/Controller/AppConfigControllerTest.php | 172 | public function testGetValueRequiresAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 909 | public function testIndexWithBackendNoUser(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 927 | public function testCreateSuccessfulWithoutGroupAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 986 | public function testCreateSuccessfulWithoutGroupSubAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1087 | public function testCreateSuccessfulWithGroupAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1183 | public function testCreateSuccessfulWithGroupSubAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1287 | public function testCreateUnsuccessfulAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1304 | public function testCreateUnsuccessfulSubAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1493 | public function testDestroyUnsuccessfulAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1529 | public function testDestroyUnsuccessfulSubAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1579 | public function testDestroyNotAccessibleToSubAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1629 | public function testCreateUnsuccessfulWithInvalidEmailAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1645 | public function testCreateSuccessfulWithValidEmailAdmin(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1788 | public function testRestorePossibleWithoutEncryption(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1810 | public function testRestorePossibleWithAdminAndUserRestore(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1867 | public function testRestoreNotPossibleWithoutAdminRestore(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 1898 | public function testRestoreNotPossibleWithoutUserRestore(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 2087 | public function testSetEmailAddressSendEmail($id, $mailaddress): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 2284 | public function testSetMailAddressSubadminSendsEmailToTargetNotCaller(): void { | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 2590 | public function testDifferentLoggedUserAndRequestUser(): void { | CODE |
| 4193 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL⚡ | core/js/sharedialogview.js | 210 | var users = result.ocs.data.exact.users.concat(result.ocs.data.users); | CODE |
| CRITICAL⚡ | core/js/sharedialogview.js | 211 | var groups = result.ocs.data.exact.groups.concat(result.ocs.data.groups); | CODE |
| CRITICAL⚡ | core/js/sharedialogview.js | 212 | var remotes = result.ocs.data.exact.remotes.concat(result.ocs.data.remotes); | CODE |
| CRITICAL | core/js/systemtags/systemtagscollection.js | 43 | return OC.Backbone.Collection.prototype.reset.apply(this, arguments); | CODE |
| CRITICAL | core/js/systemtags/systemtagscollection.js | 77 | return OC.Backbone.Collection.prototype.fetch.call(this, options); | CODE |
| CRITICAL | apps/comments/js/commentstabview.js | 81 | OCA.Files.DetailTabView.prototype.initialize.apply(this, arguments); | CODE |
| CRITICAL | apps/comments/js/commentcollection.js | 88 | return OC.Backbone.Collection.prototype.reset.apply(this, arguments); | CODE |
| CRITICAL | apps/files_trashbin/js/filelist.js | 50 | var result = OCA.Files.FileList.prototype.initialize.apply(this, arguments); | CODE |
| CRITICAL | apps/files_trashbin/js/filelist.js | 60 | var parts = OCA.Files.BreadCrumb.prototype._makeCrumbs.apply(this, arguments); | CODE |
| CRITICAL | apps/files_trashbin/js/filelist.js | 79 | OCA.Files.FileList.prototype._setCurrentDir.apply(this, arguments); | CODE |
| CRITICAL | apps/files_trashbin/js/filelist.js | 89 | var tr = OCA.Files.FileList.prototype._createRow.apply(this, arguments); | CODE |
| CRITICAL | apps/files_trashbin/js/filelist.js | 108 | return OCA.Files.FileList.prototype._renderRow.call(this, fileData, options); | CODE |
| CRITICAL | apps/files_trashbin/js/filelist.js | 179 | OCA.Files.FileList.prototype._onClickSelectAll.call(this, e, trashbinFiles); | CODE |
| CRITICAL | apps/files_external/js/statusmanager.js | 579 | OCA.Files.App.fileList.fileActions.display(link.parent(), true, OCA.Files.App.fileList); | CODE |
| CRITICAL | apps/files_external/js/mountsfilelist.js | 37 | OCA.Files.FileList.prototype.initialize.apply(this, arguments); | CODE |
| CRITICAL | apps/files_external/js/mountsfilelist.js | 48 | var $tr = OCA.Files.FileList.prototype._createRow.apply(this, arguments); | CODE |
| CRITICAL | apps/files_external/js/mountsfilelist.js | 71 | OCA.Files.FileList.prototype.updateEmptyContent.apply(this, arguments); | CODE |
| CRITICAL | apps/systemtags/js/systemtagsfilelist.js | 48 | OCA.Files.FileList.prototype.initialize.apply(this, arguments); | CODE |
| CRITICAL | apps/systemtags/js/systemtagsfilelist.js | 67 | OCA.Files.FileList.prototype.destroy.apply(this, arguments); | CODE |
| CRITICAL | apps/systemtags/js/systemtagsfilelist.js | 187 | OCA.Files.FileList.prototype.updateEmptyContent.apply(this, arguments); | CODE |
| CRITICAL | apps/systemtags/js/systemtagsfilelist.js | 238 | return OCA.Files.FileList.prototype.reloadCallback.call(this, status, result); | CODE |
| CRITICAL | apps/systemtags/js/systemtagstabview.js | 53 | OCA.Files.DetailTabView.prototype.initialize.apply(this, arguments); | CODE |
| CRITICAL | apps/files/js/fileactions.js | 852 | OCA.Files.FileActions.prototype.register.call( | CODE |
| CRITICAL | apps/files/js/fileactions.js | 859 | OCA.Files.FileActions.prototype.display.call(window.FileActions, parent, triggerEvent, fileList); | CODE |
| CRITICAL | apps/files/js/favoritesfilelist.js | 40 | OCA.Files.FileList.prototype.initialize.apply(this, arguments); | CODE |
| CRITICAL | apps/files/js/favoritesfilelist.js | 55 | OCA.Files.FileList.prototype.updateEmptyContent.apply(this, arguments); | CODE |
| CRITICAL | apps/files/js/favoritesfilelist.js | 106 | return OCA.Files.FileList.prototype.reloadCallback.call(this, status, result); | CODE |
| CRITICAL | apps/files_versions/js/versionstabview.js | 109 | OCA.Files.DetailTabView.prototype.initialize.apply(this, arguments); | CODE |
| CRITICAL | apps/files_sharing/js/public.js | 238 | OCA.Files.FileList.prototype.updateEmptyContent.apply(this, arguments); | CODE |
| CRITICAL | apps/files_sharing/js/sharedfilelist.js | 49 | OCA.Files.FileList.prototype.initialize.apply(this, arguments); | CODE |
| CRITICAL | apps/files_sharing/js/sharedfilelist.js | 77 | return OCA.Files.FileList.prototype._renderRow.apply(this, arguments); | CODE |
| CRITICAL | apps/files_sharing/js/sharedfilelist.js | 82 | var $tr = OCA.Files.FileList.prototype._createRow.apply(this, arguments); | CODE |
| CRITICAL | apps/files_sharing/js/sharedfilelist.js | 191 | return OCA.Files.FileList.prototype._updateDetailsView.call(this, fileName, show); | CODE |
| CRITICAL | apps/files_sharing/js/sharedfilelist.js | 211 | OCA.Files.FileList.prototype.updateEmptyContent.apply(this, arguments); | CODE |
| CRITICAL | apps/files_sharing/js/sharedfilelist.js | 309 | var fileInfo = OCA.Files.FileList.prototype.elementToFile.apply(this, arguments); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | settings/js/panels/profile.js | 172 | && !(isIE8or9 && $('#pass2').val() === $('#pass2').attr('placeholder'))) { | CODE |
| LOW | settings/js/users/users.js | 53 | * 'email': 'username@example.org' | COMMENT |
| LOW | settings/js/users/filter.js | 58 | if (isIE8or9 && input == this.filterInput.attr('placeholder')) { | CODE |
| LOW | core/js/sharedialoglinkshareview.js | 354 | .attr('placeholder', PASSWORD_PLACEHOLDER_MESSAGE); | CODE |
| LOW | core/js/jquery-showpassword.js | 42 | if($element.attr('placeholder') !== undefined) { | CODE |
| LOW | core/js/jquery-showpassword.js | 43 | $clone.attr('placeholder', $element.attr('placeholder')); | CODE |
| LOW | core/js/tests/specs/sharedialogviewSpec.js | 735 | shareWithAdditionalInfo: 'user@example.com' | CODE |
| LOW | core/js/tests/specs/sharedialoglinkshareviewSpec.js | 275 | expect(view.$('.linkPassText').attr('placeholder')).toEqual(PASSWORD_PLACEHOLDER_MESSAGE); | CODE |
| LOW | core/js/tests/specs/sharedialoglinkshareviewSpec.js | 281 | expect(view.$('.linkPassText').attr('placeholder')).toEqual(PASSWORD_PLACEHOLDER_STARS); | CODE |
| LOW | core/js/tests/specs/sharedialogmailviewSpec.js | 53 | email: 'someuser@example.org' | CODE |
| LOW | core/js/tests/specs/sharedialogmailviewSpec.js | 176 | recipients: ["glados@aperture.com","someuser@example.org"], | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 143 | ->willReturn('foo@bar.com'); | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 303 | 'email' => 'foo@bar.com', | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 383 | ->willReturn('foo@bar.com'); | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 573 | 'email' => 'foo@bar.com', | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 627 | ->willReturn('foo@bar.com'); | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 766 | 'email' => 'foo@bar.com', | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 3185 | ->willReturn('foo@bar.com'); | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 3241 | ->willReturn('foo@bar.com'); | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 3325 | ->willReturn('foo@bar.com'); | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 3579 | ->willReturn('foo@bar.com'); | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 3627 | $this->assertNotEquals('foo@bar.com', $fromMailAddress); | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 3691 | ->willReturn('foo@bar.com'); | CODE |
| LOW | tests/Settings/Controller/UsersControllerTest.php | 3826 | $secondCreateResult = $this->container['UsersController']->create('foo', null, [], 'foo@bar.com'); | CODE |
| LOW | tests/Core/Command/User/ModifyTest.php | 139 | ['foo', 'email', 'foo@bar.com'], | CODE |
| LOW | tests/Core/Command/User/AddTest.php | 81 | [['uid' => 'user2', '--display-name' => 'John Doe'], ['p@ssw0rd', 'p@ssw0rd'], 'Display name set to '], | CODE |
| LOW | tests/Core/Command/User/ResetPasswordTest.php | 157 | ->willReturn('foo@bar.com'); | CODE |
| LOW⚡ | tests/acceptance/usernames.json | 5 | "email": "aliice-email@example.org", | CODE |
| LOW⚡ | tests/acceptance/usernames.json | 11 | "email": "briaan-email@example.org", | CODE |
| LOW⚡ | tests/acceptance/usernames.json | 17 | "email": "carol-email@example.org", | CODE |
| LOW⚡ | tests/acceptance/usernames.json | 23 | "email": "david-email@example.org", | CODE |
| LOW⚡ | tests/acceptance/features/bootstrap/FeatureContext.php | 2220 | return 'regularuser@example.org'; | CODE |
| LOW⚡ | tests/acceptance/features/bootstrap/FeatureContext.php | 2222 | return 'alice@example.org'; | CODE |
| LOW⚡ | tests/acceptance/features/bootstrap/FeatureContext.php | 2224 | return 'brian@example.org'; | CODE |
| LOW⚡ | tests/acceptance/features/bootstrap/FeatureContext.php | 2226 | return 'carol@example.org'; | CODE |
| LOW⚡ | tests/acceptance/features/bootstrap/FeatureContext.php | 2228 | return 'david@example.org'; | CODE |
| LOW⚡ | tests/acceptance/features/bootstrap/FeatureContext.php | 2230 | return 'emily@example.org'; | CODE |
| LOW⚡ | tests/acceptance/features/bootstrap/FeatureContext.php | 2232 | return 'usergrp@example.org'; | CODE |
| LOW⚡ | tests/acceptance/features/bootstrap/FeatureContext.php | 2234 | return 'sharee1@example.org'; | CODE |
| LOW | …e/filesForUpload/strängé filename (duplicate #2 &).txt | 7 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW | …e/filesForUpload/strängé filename (duplicate #2 &).txt | 7 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW | …ce/filesForUpload/zzzz-must-be-last-file-in-folder.txt | 9 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW | …ce/filesForUpload/zzzz-must-be-last-file-in-folder.txt | 9 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 7 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 7 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 14 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 14 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 21 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 21 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 28 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 28 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 35 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 35 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 42 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 42 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 49 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 49 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 56 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 56 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| LOW⚡ | tests/acceptance/filesForUpload/new-lorem-big.txt | 63 | qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora | CODE |
| 119 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | core/Controller/LoginController.php | 121 | */ | COMMENT |
| LOW | .phan/config.php | 41 | 'apps/updatenotification/appinfo/routes.php', | COMMENT |
| LOW | .phan/config.php | 61 | COMMENT | |
| LOW | .phan/config.php | 81 | // Backwards Compatibility Checking. This is slow | COMMENT |
| LOW | config/config.apps.sample.php | 441 | // sets a claim which is defined at the IDP. | COMMENT |
| LOW | tests/karma.config.js | 301 | // Start these browsers, currently available: | COMMENT |
| LOW | tests/TestHelpers/WebDavHelper.php | 501 | // We expect to have a string with 2 parts separated by the exclamation mark. | COMMENT |
| LOW | tests/acceptance/run.sh | 41 | COLORS_OPTION="--colors" | COMMENT |
| LOW | tests/acceptance/run.sh | 101 | # test type is deduced from the suite name, and this environment variable | COMMENT |
| LOW | tests/acceptance/run.sh | 381 | remote_occ ${ADMIN_AUTH} ${OCC_URL} "config:app:set testing enable_alt_user_backend --value yes" | COMMENT |
| LOW | tests/acceptance/run.sh | 441 | SCENARIOS_THAT_PASSED=$((SCENARIOS_THAT_PASSED + BASH_REMATCH[1])) | COMMENT |
| LOW | tests/acceptance/run.sh | 621 | # If something else went wrong, and there were no failed scenarios, | COMMENT |
| LOW | tests/lib/Encryption/ManagerTest.php | 181 | $this->assertTrue($this->manager->setDefaultEncryptionModule('ID1')); | COMMENT |
| LOW | tests/lib/Encryption/ManagerTest.php | 201 | // $m->registerEncryptionModule($em); | COMMENT |
| LOW | tests/lib/Encryption/ManagerTest.php | 221 | // * @expectedExceptionMessage Module with id: unknown does not exist. | COMMENT |
| LOW | tests/lib/AppFramework/Routing/RoutingTest.php | 221 | } | COMMENT |
| LOW | tests/litmus/run.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | .github/lock.yml | 21 | COMMENT | |
| LOW | lib/private/PreviewCleanup.php | 121 | COMMENT | |
| LOW | apps/files/js/jquery.fileupload.js | 81 | // In addition to the default jQuery Widget methods, the fileupload widget | COMMENT |
| LOW | apps/files/js/jquery.fileupload.js | 101 | // By default, the file input field is replaced with a clone after | COMMENT |
| LOW | apps/files/js/jquery.fileupload.js | 121 | limitMultiFileUploadSize: undefined, | COMMENT |
| LOW | apps/files/js/jquery.fileupload.js | 141 | // to enable postMessage transport uploads: | COMMENT |
| LOW | apps/files/js/jquery.fileupload.js | 161 | recalculateProgress: true, | COMMENT |
| LOW | apps/files/js/jquery.fileupload.js | 201 | return form.serializeArray(); | COMMENT |
| LOW | apps/files/js/jquery.fileupload.js | 241 | // done: function (e, data) {}, // .bind('fileuploaddone', func); | COMMENT |
| LOW | apps/files/js/jquery.fileupload.js | 261 | // Callback for change events of the fileInput(s): | COMMENT |
| LOW | apps/files/js/file-upload.js | 1061 | add: function(e, data) { | COMMENT |
| LOW | apps/files/lib/Command/TransferOwnership.php | 341 | } | COMMENT |
| LOW | apps/dav/tests/unit/Files/FileLocksBackendTest.php | 221 | // "public" is locked and is a parent of the link share path | COMMENT |
| LOW | apps/dav/lib/Files/PublicFiles/PublicFilesPlugin.php | 161 | // And we want the path of 'meme.jpg' we expect the resource | COMMENT |
| LOW | apps/files_sharing/js/PublicUploadView.js | 81 | // We can skip this "file" by setting a target folder outside the share. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | lib/private/Preview.php | 714 | // share owner, but not its sharees. Therefore we need to check if the | COMMENT |
| LOW | lib/private/RedisFactory.php | 163 | * We need to check if the current version supports extra connection parameters, otherwise the connect method will thro | COMMENT |
| LOW | lib/private/Lock/DBLockingProvider.php | 250 | // since we only keep one shared lock in the db we need to check if we have more then one shared lock locally manuall | COMMENT |
| LOW | lib/private/legacy/helper.php | 270 | // We need to check if the program is in one of these dirs : | COMMENT |
| LOW | lib/private/Repair/RepairMismatchFileCachePath.php | 544 | * The purpose of this function is to let execute the run method | COMMENT |
| LOW | apps/files_versions/lib/Storage.php | 987 | // we need to check if we have to remove any empty folder based on the | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/acceptance/run.sh | 389 | # -------------------- | COMMENT |
| MEDIUM | tests/acceptance/run.sh | 405 | # --------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/acceptance/run.sh | 996 | # Check if we can rely on a local ./occ command or if we are testing | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | apps/dav/lib/Connector/Sabre/FilesReportPlugin.php | 185 | // TODO: implement this at some point... | COMMENT |