HumHub is an Open Source Enterprise Social Network. Easy to install, intuitive to use and extendable with countless freely available modules.
This report presents the forensic synthetic code analysis of humhub/humhub, a PHP project with 6,705 GitHub stars. SynthScan v2.0 examined 372,685 lines of code across 6273 source files, recording 942 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 3.0 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 942 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 | …umhub/tests/codeception/unit/LogAssertionsSelfTest.php | 119 | public function testInitializationRequired() | CODE |
| LOW | …umhub/tests/codeception/unit/LogAssertionsSelfTest.php | 130 | public function testAssertingDebugMessage() | CODE |
| LOW⚡ | …d/humhub/tests/codeception/unit/models/SettingTest.php | 53 | public function testDeprecatedGetValidSetting() | CODE |
| LOW⚡ | …d/humhub/tests/codeception/unit/models/SettingTest.php | 58 | public function testDeprecatedGetSettingFromInvalidModule() | CODE |
| LOW⚡ | …d/humhub/tests/codeception/unit/models/SettingTest.php | 66 | public function testDeprecatedGetInvalidSetting() | CODE |
| LOW | …tected/humhub/tests/codeception/unit/libs/UUIDTest.php | 169 | public function testUUIDValidatorConfigAutofill() | CODE |
| LOW | …tected/humhub/tests/codeception/unit/libs/UUIDTest.php | 198 | public function testUUIDValidatorConfigAutofillNull() | CODE |
| LOW⚡ | …tected/humhub/tests/codeception/unit/libs/UUIDTest.php | 209 | public function testUUIDValidatorConfigAutofillEmptyString() | CODE |
| LOW⚡ | …tected/humhub/tests/codeception/unit/libs/UUIDTest.php | 217 | public function testUUIDValidatorConfigAutofillInvalidString() | CODE |
| LOW⚡ | …tected/humhub/tests/codeception/unit/libs/UUIDTest.php | 225 | public function testUUIDValidatorConfigAutofillNumber() | CODE |
| LOW⚡ | …tected/humhub/tests/codeception/unit/libs/UUIDTest.php | 233 | public function testUUIDValidatorConfigAutofillArray() | CODE |
| LOW⚡ | …tected/humhub/tests/codeception/unit/libs/UUIDTest.php | 241 | public function testUUIDValidatorConfigAutofillObject() | CODE |
| LOW | …tected/humhub/tests/codeception/unit/libs/UUIDTest.php | 265 | public function testUUIDValidatorValidation() | CODE |
| LOW | …/humhub/tests/codeception/unit/libs/MimeHelperTest.php | 33 | public function testValidExtensionFileObject($expected, $actual) | CODE |
| LOW | …/humhub/tests/codeception/unit/libs/MimeHelperTest.php | 70 | public function testUnknownExtensionFileObject() | CODE |
| LOW | …ub/tests/codeception/unit/libs/DBDateValidatorTest.php | 51 | public function testParseDateWithoutTimeValueFormatUS() | CODE |
| LOW | …ub/tests/codeception/unit/libs/DBDateValidatorTest.php | 61 | public function testParseDateWithoutTimeValueFormatDe() | CODE |
| LOW | …ub/tests/codeception/unit/libs/DBDateValidatorTest.php | 73 | public function testParseDateWithTimeValueFormatUS() | CODE |
| LOW | …ub/tests/codeception/unit/libs/DBDateValidatorTest.php | 84 | public function testParseDateWithTimeValueFormatDE() | CODE |
| LOW | …ub/tests/codeception/unit/libs/DBDateValidatorTest.php | 106 | public function testValidateWithUnsetTimeAttribute() | CODE |
| LOW | …ed/humhub/tests/codeception/unit/libs/StdClassTest.php | 22 | public function testInstantiationStdClass() | CODE |
| LOW⚡ | …ed/humhub/tests/codeception/unit/libs/StdClassTest.php | 75 | public function testInvalidInstantiationStdClassWithTrue() | CODE |
| LOW⚡ | …ed/humhub/tests/codeception/unit/libs/StdClassTest.php | 83 | public function testInvalidInstantiationStdClassWithFalse() | CODE |
| LOW⚡ | …ed/humhub/tests/codeception/unit/libs/StdClassTest.php | 91 | public function testInstantiationStdClassConfigurable() | CODE |
| LOW | …ts/codeception/unit/components/SettingsManagerTest.php | 33 | public function testCreateWithoutModuleId() | CODE |
| LOW | …ts/codeception/unit/components/SettingsManagerTest.php | 41 | public function testCreateWithEmptyModuleId() | CODE |
| LOW | …ts/codeception/unit/components/SettingsManagerTest.php | 57 | public function testCreateForNonExistentModule() | CODE |
| LOW | …ts/codeception/unit/components/SettingsManagerTest.php | 64 | public function testGetValuesForBaseModule() | CODE |
| LOW⚡ | …ests/codeception/unit/components/ModuleManagerTest.php | 310 | public function testInvalidEventConfigEmpty() | CODE |
| LOW⚡ | …ests/codeception/unit/components/ModuleManagerTest.php | 317 | public function testInvalidEventConfigAsString() | CODE |
| LOW⚡ | …ests/codeception/unit/components/ModuleManagerTest.php | 322 | public function testInvalidEventConfigNotArrayAccess() | CODE |
| LOW⚡ | …ests/codeception/unit/components/ModuleManagerTest.php | 329 | public function testInvalidEventConfigMissingClass() | CODE |
| LOW⚡ | …ests/codeception/unit/components/ModuleManagerTest.php | 338 | public function testInvalidEventConfigMissingEvent() | CODE |
| LOW⚡ | …ests/codeception/unit/components/ModuleManagerTest.php | 347 | public function testInvalidEventConfigMissingCallback() | CODE |
| LOW⚡ | …ests/codeception/unit/components/ModuleManagerTest.php | 357 | public function testInvalidEventConfigInvalidCallbackAsClosure() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 160 | public function testRegisterNonExistingModulePath() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 172 | public function testRegisterInvalidModuleConfig() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 184 | public function testRegisterInvalidModuleConfigFromPath() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 196 | public function testRegisterInvalidModuleConfigFromPathWithProvidedInvalidConfig() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 212 | public function testRegisterValidModuleConfig() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 233 | public function testRegisterValidModuleConfigFromPath() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 244 | public function testRegisterEnabledModuleConfig() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 257 | public function testRegisterIncompatibleEnabledModuleConfig() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 270 | public function testRegisterInstallerModuleWhenInstalled() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 285 | public function testRegisterInstallerModuleWhenNotInstalled() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 369 | public function testInvalidEventConfigInvalidCallbackWithEmptyClass() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 380 | public function testInvalidEventConfigInvalidCallbackWithNonExistingClass() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 391 | public function testInvalidEventConfigInvalidCallbackWithNonExistingMethod() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 527 | public function testEnableAndDisableModules() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 682 | public function testEnableModulesWithMigration() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 739 | public function testEnableModulesWithRequirements() | CODE |
| LOW | …ests/codeception/unit/components/ModuleManagerTest.php | 1156 | public function skipIfMarketplaceNotEnabled(): void | CODE |
| LOW | …eption/unit/components/access/TestControllerAccess.php | 22 | public function testLoggedInOnlyValidator() | CODE |
| LOW | …eption/unit/components/access/TestControllerAccess.php | 119 | public function testInactiveUserValidator() | CODE |
| LOW | …eption/unit/components/access/TestControllerAccess.php | 207 | public function testPermissionRuleValidator() | CODE |
| LOW | …ion/unit/components/rendering/ViewPathRendererTest.php | 14 | public function testSimpleViewPathRenderer() | CODE |
| LOW | …ion/unit/components/rendering/ViewPathRendererTest.php | 21 | public function testViewPathRendererSuffix() | CODE |
| LOW | …ion/unit/components/rendering/ViewPathRendererTest.php | 35 | public function testParentSettingViewPath() | CODE |
| LOW | …ion/unit/components/rendering/ViewPathRendererTest.php | 42 | public function testSubPathSettingViewPath() | CODE |
| LOW | …n/unit/components/rendering/MailLayoutRendererTest.php | 29 | public function testNonExistingTextLayout() | CODE |
| 737 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | protected/humhub/messages/sk/archive.json | 1 | {"Add image/file":["사진/파일 추가"],"Add link":["Pridať odkaz"],"Bold":["Hrubé"],"Close":["Zavrieť"],"Code":["Kód"],"Enter a | CODE |
| MEDIUM⚡ | protected/humhub/messages/sk/archive.json | 1 | {"Add image/file":["사진/파일 추가"],"Add link":["Pridať odkaz"],"Bold":["Hrubé"],"Close":["Zavrieť"],"Code":["Kód"],"Enter a | CODE |
| MEDIUM | protected/humhub/messages/pl/archive.json | 1 | {"Could not find requested module!":["Nie można znaleźć żądanego modułu."],"Invalid request.":["Błędne żądanie."],"Keywo | CODE |
| MEDIUM | protected/humhub/messages/vi/archive.json | 1 | {"Invalid request.":["Yêu cầu không hợp lệ."],"Keyword:":["Từ khóa:"],"Results":["Kết quả"],"Show more results":["Xem th | CODE |
| MEDIUM⚡ | protected/humhub/messages/sv/archive.json | 1 | {"Could not find requested module!":["Kunde inte hitta begärda modulen!"],"Invalid request.":["Ogiltig förfrågan"],"Keyw | CODE |
| MEDIUM⚡ | protected/humhub/messages/sv/archive.json | 1 | {"Could not find requested module!":["Kunde inte hitta begärda modulen!"],"Invalid request.":["Ogiltig förfrågan"],"Keyw | CODE |
| MEDIUM | protected/humhub/messages/da/archive.json | 1 | {"Could not find requested module!":["Kunne ikke finde det ønskede modul!"],"Invalid request.":["Ugyldig anmodning."],"K | CODE |
| MEDIUM⚡ | protected/humhub/messages/ja/archive.json | 1 | {"Could not find requested module!":["要求されたモジュールが見つかりませんでした。"],"Invalid request.":["無効なリクエスト。"],"Keyword:":["キーワード:"],"N | CODE |
| MEDIUM⚡ | protected/humhub/messages/ja/archive.json | 1 | {"Could not find requested module!":["要求されたモジュールが見つかりませんでした。"],"Invalid request.":["無効なリクエスト。"],"Keyword:":["キーワード:"],"N | CODE |
| MEDIUM⚡ | protected/humhub/messages/it/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Ultimi</strong> aggiornamenti"],"<strong>Search</strong>":["<strong>Cerca</ | CODE |
| MEDIUM⚡ | protected/humhub/messages/it/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Ultimi</strong> aggiornamenti"],"<strong>Search</strong>":["<strong>Cerca</ | CODE |
| MEDIUM | protected/humhub/messages/cs/archive.json | 1 | {"Could not find requested module!":["Požadovaný modul nebyl nalezen!"],"Invalid request.":["Neplatný požadavek."],"Keyw | CODE |
| MEDIUM | protected/humhub/messages/ru/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Последние обновления</strong>"],"<strong>Search</strong>":["<strong>Поиск</ | CODE |
| MEDIUM | protected/humhub/messages/pt/archive.json | 1 | {"Could not find requested module!":["Não foi possível encontrar os módulos solicitados!"],"Invalid request.":["Requisiç | CODE |
| MEDIUM | protected/humhub/messages/sr/archive.json | 1 | {"Invalid content id given!":["Navedeni ID sadržaj nije validan!"],"<strong>Confirm</strong> Action":["<strong>Potvrdi</ | CODE |
| MEDIUM | protected/humhub/messages/nb-NO/archive.json | 1 | {"Could not find requested module!":["Fant ikke forespurt modul!"],"Invalid request.":["Ugyldig forespørsel."],"Keyword: | CODE |
| MEDIUM | protected/humhub/messages/hr/archive.json | 1 | {"Invalid content id given!":["Navedeni ID sadržaj nije valjan!"],"<strong>Confirm</strong> Action":["<strong>Potvrdi</s | CODE |
| MEDIUM⚡ | protected/humhub/messages/pt-BR/archive.json | 1 | {"<strong>Confirm</strong> Action":["<strong>Confirmar</strong> Ação"],"<strong>Latest</strong> updates":["<strong>Últim | CODE |
| MEDIUM⚡ | protected/humhub/messages/pt-BR/archive.json | 1 | {"<strong>Confirm</strong> Action":["<strong>Confirmar</strong> Ação"],"<strong>Latest</strong> updates":["<strong>Últim | CODE |
| MEDIUM⚡ | protected/humhub/messages/hu/archive.json | 1 | {"Invalid request.":["Érvénytelen kérelem."],"Keyword:":["Kulcsszó:"],"Account settings":["Fiók beállítások"],"Administr | CODE |
| MEDIUM⚡ | protected/humhub/messages/hu/archive.json | 1 | {"Invalid request.":["Érvénytelen kérelem."],"Keyword:":["Kulcsszó:"],"Account settings":["Fiók beállítások"],"Administr | CODE |
| MEDIUM⚡ | protected/humhub/messages/nl/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Laatste</strong> updates"],"<strong>Search</strong>":["<strong>Zoeken</stro | CODE |
| MEDIUM⚡ | protected/humhub/messages/nl/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Laatste</strong> updates"],"<strong>Search</strong>":["<strong>Zoeken</stro | CODE |
| MEDIUM | protected/humhub/messages/bg/archive.json | 1 | {"Invalid request.":["Грешна заявка."],"Results":["Резултати"],"Show more results":["Покажи още резултати"],"Sorry, noth | CODE |
| MEDIUM⚡ | protected/humhub/messages/de/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Letzte</strong> Aktualisierungen"],"<strong>Search</strong>":["<strong>Such | CODE |
| MEDIUM⚡ | protected/humhub/messages/de/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Letzte</strong> Aktualisierungen"],"<strong>Search</strong>":["<strong>Such | CODE |
| MEDIUM⚡ | protected/humhub/messages/fr/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Dernières</strong> mises à jour"],"<strong>Search</strong>":["<strong>Reche | CODE |
| MEDIUM⚡ | protected/humhub/messages/fr/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Dernières</strong> mises à jour"],"<strong>Search</strong>":["<strong>Reche | CODE |
| MEDIUM⚡ | protected/humhub/messages/es/archive.json | 1 | {"Could not find requested module!":["¡No se pudo encontrar el módulo solicitado!"],"Invalid request.":["Solicitud no vá | CODE |
| MEDIUM⚡ | protected/humhub/messages/es/archive.json | 1 | {"Could not find requested module!":["¡No se pudo encontrar el módulo solicitado!"],"Invalid request.":["Solicitud no vá | CODE |
| MEDIUM | protected/humhub/messages/th/archive.json | 1 | {"Invalid request.":["การดำเนินการไม่ถูกต้อง"],"Keyword:":["คำค้นหา:"],"Nothing found with your input.":["ไม่พบในสิ่งที่ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | protected/humhub/messages/sk/archive.json | 1 | {"Add image/file":["사진/파일 추가"],"Add link":["Pridať odkaz"],"Bold":["Hrubé"],"Close":["Zavrieť"],"Code":["Kód"],"Enter a | CODE |
| MEDIUM | protected/humhub/messages/pl/archive.json | 1 | {"Could not find requested module!":["Nie można znaleźć żądanego modułu."],"Invalid request.":["Błędne żądanie."],"Keywo | CODE |
| MEDIUM | protected/humhub/messages/vi/archive.json | 1 | {"Invalid request.":["Yêu cầu không hợp lệ."],"Keyword:":["Từ khóa:"],"Results":["Kết quả"],"Show more results":["Xem th | CODE |
| MEDIUM⚡ | protected/humhub/messages/sv/archive.json | 1 | {"Could not find requested module!":["Kunde inte hitta begärda modulen!"],"Invalid request.":["Ogiltig förfrågan"],"Keyw | CODE |
| MEDIUM | protected/humhub/messages/he/archive.json | 1 | {"<strong>Confirm</strong> Action":["<strong>אשר</strong> פעולה"],"<strong>Latest</strong> updates":["עדכונים <strong>אח | CODE |
| MEDIUM | protected/humhub/messages/da/archive.json | 1 | {"Could not find requested module!":["Kunne ikke finde det ønskede modul!"],"Invalid request.":["Ugyldig anmodning."],"K | CODE |
| MEDIUM⚡ | protected/humhub/messages/ja/archive.json | 1 | {"Could not find requested module!":["要求されたモジュールが見つかりませんでした。"],"Invalid request.":["無効なリクエスト。"],"Keyword:":["キーワード:"],"N | CODE |
| MEDIUM | protected/humhub/messages/el/archive.json | 1 | {"Invalid request.":["Λάθος εντολή"],"Keyword:":["Λέξη κλειδί"],"Nothing found with your input.":["Δεν βρέθηκε τίποτα με | CODE |
| MEDIUM | protected/humhub/messages/lv/archive.json | 1 | {"Invalid content id given!":["Norādīts kļūdains satura id!"],"<strong>Confirm</strong> Action":["<strong>Apstiprināt</s | CODE |
| MEDIUM⚡ | protected/humhub/messages/it/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Ultimi</strong> aggiornamenti"],"<strong>Search</strong>":["<strong>Cerca</ | CODE |
| MEDIUM | protected/humhub/messages/ca/archive.json | 1 | {"Could not find requested module!":["No s'ha pogut trobar el mòdul sol·licitat!"],"Invalid request.":["Petició invàlida | CODE |
| MEDIUM | protected/humhub/messages/cs/archive.json | 1 | {"Could not find requested module!":["Požadovaný modul nebyl nalezen!"],"Invalid request.":["Neplatný požadavek."],"Keyw | CODE |
| MEDIUM | protected/humhub/messages/ru/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Последние обновления</strong>"],"<strong>Search</strong>":["<strong>Поиск</ | CODE |
| MEDIUM | protected/humhub/messages/ro/archive.json | 1 | {"Could not find requested module!":["요청하신 모듈을 찾지 못했습니다!"],"Invalid request.":["Cerere invalidă."],"Keyword:":["Cuvânt c | CODE |
| MEDIUM | protected/humhub/messages/zh-CN/archive.json | 1 | {"Could not find requested module!":["找不到请求的模块"],"Invalid request.":["无效的请求"],"Keyword:":["关键词"],"Show more results":["展 | CODE |
| MEDIUM | protected/humhub/messages/pt/archive.json | 1 | {"Could not find requested module!":["Não foi possível encontrar os módulos solicitados!"],"Invalid request.":["Requisiç | CODE |
| MEDIUM | protected/humhub/messages/sr/archive.json | 1 | {"Invalid content id given!":["Navedeni ID sadržaj nije validan!"],"<strong>Confirm</strong> Action":["<strong>Potvrdi</ | CODE |
| MEDIUM | protected/humhub/messages/ar/archive.json | 1 | {"Could not find requested module!":["لم يتم ايجاد الموديول المطلوب!"],"Invalid request.":["طلب خاطيء."],"Keyword:":["كل | CODE |
| MEDIUM | protected/humhub/messages/nb-NO/archive.json | 1 | {"Could not find requested module!":["Fant ikke forespurt modul!"],"Invalid request.":["Ugyldig forespørsel."],"Keyword: | CODE |
| MEDIUM | protected/humhub/messages/hr/archive.json | 1 | {"Invalid content id given!":["Navedeni ID sadržaj nije valjan!"],"<strong>Confirm</strong> Action":["<strong>Potvrdi</s | CODE |
| MEDIUM⚡ | protected/humhub/messages/pt-BR/archive.json | 1 | {"<strong>Confirm</strong> Action":["<strong>Confirmar</strong> Ação"],"<strong>Latest</strong> updates":["<strong>Últim | CODE |
| MEDIUM⚡ | protected/humhub/messages/hu/archive.json | 1 | {"Invalid request.":["Érvénytelen kérelem."],"Keyword:":["Kulcsszó:"],"Account settings":["Fiók beállítások"],"Administr | CODE |
| MEDIUM⚡ | protected/humhub/messages/nl/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Laatste</strong> updates"],"<strong>Search</strong>":["<strong>Zoeken</stro | CODE |
| MEDIUM | protected/humhub/messages/bg/archive.json | 1 | {"Invalid request.":["Грешна заявка."],"Results":["Резултати"],"Show more results":["Покажи още резултати"],"Sorry, noth | CODE |
| MEDIUM⚡ | protected/humhub/messages/de/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Letzte</strong> Aktualisierungen"],"<strong>Search</strong>":["<strong>Such | CODE |
| MEDIUM | protected/humhub/messages/fi/archive.json | 1 | {"<strong>E-Mail</strong> Summaries":["<strong>Ilmoitukset</strong>"],"Activities":["Toiminta"],"Daily":["Päivittäin"]," | CODE |
| MEDIUM⚡ | protected/humhub/messages/fr/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Dernières</strong> mises à jour"],"<strong>Search</strong>":["<strong>Reche | CODE |
| MEDIUM⚡ | protected/humhub/messages/es/archive.json | 1 | {"Could not find requested module!":["¡No se pudo encontrar el módulo solicitado!"],"Invalid request.":["Solicitud no vá | CODE |
| MEDIUM | protected/humhub/messages/eu/archive.json | 1 | {"<strong>Confirm</strong> Action":["Ekintza <strong>berretsi</strong>"],"<strong>Latest</strong> updates":["<strong>Azk | CODE |
| MEDIUM | protected/humhub/messages/th/archive.json | 1 | {"Invalid request.":["การดำเนินการไม่ถูกต้อง"],"Keyword:":["คำค้นหา:"],"Nothing found with your input.":["ไม่พบในสิ่งที่ | CODE |
| MEDIUM | protected/humhub/messages/tr/archive.json | 1 | {"Could not find requested module!":["İstenen modül bulunamadı!"],"Invalid request.":["Geçersiz istek."],"Keyword:":["An | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | static/js/select2-searchInputPlaceholder.min.js | 1 | (function($){var Defaults=$.fn.select2.amd.require("select2/defaults");$.extend(Defaults.defaults,{searchInputPlaceholde | CODE |
| LOW | static/js/select2-searchInputPlaceholder.js | 18 | this.$search.attr('placeholder', this.options.get('searchInputPlaceholder')); | CODE |
| LOW⚡ | static/js/humhub/humhub.ui.picker.js | 203 | input.attr('placeholder', null).attr('title', null); | CODE |
| LOW⚡ | static/js/humhub/humhub.ui.picker.js | 205 | input.attr('placeholder', this.options.placeholderMore).attr('title', this.options.placeholderMore); | CODE |
| LOW⚡ | static/js/humhub/humhub.ui.picker.js | 207 | input.attr('placeholder', this.options.placeholder).attr('title', this.options.placeholderMore); | CODE |
| LOW⚡ | static/js/humhub/humhub.ui.picker.js | 210 | var placeholder = input.attr('placeholder'); | CODE |
| LOW | static/resources/user/userpicker.js | 64 | $('#' + uniqueID + '_tag_input_field').attr('placeholder', options.placeholderText); | CODE |
| LOW | static/resources/search/jquery.highlight.js | 21 | * $('#content').highlight('lorem ipsum'); | COMMENT |
| LOW | protected/humhub/components/captcha/YiiCaptchaInput.php | 29 | $this->options['placeholder'] = Yii::t('base', 'Enter security code above'); | CODE |
| LOW | protected/humhub/modules/ui/form/widgets/BasePicker.php | 417 | 'placeholder' => $placeholder, | CODE |
| LOW | protected/humhub/modules/ui/form/widgets/IconPicker.php | 42 | $this->options['placeholder'] = Yii::t('UiModule.form', 'Select icon'); | CODE |
| LOW | …ub/modules/ui/filter/widgets/DatePickerFilterInput.php | 41 | if (!isset($this->options['placeholder'])) { | CODE |
| LOW | …ub/modules/ui/filter/widgets/DatePickerFilterInput.php | 42 | $this->options['placeholder'] = Yii::$app->formatter->asDate(new DateTime(), Yii::$app->formatter->dateInput | CODE |
| LOW | …otected/humhub/modules/ui/widgets/DirectoryFilters.php | 234 | if (isset($data['placeholder'])) { | CODE |
| LOW | …otected/humhub/modules/ui/widgets/DirectoryFilters.php | 235 | $inputOptions['placeholder'] = $data['placeholder']; | CODE |
| LOW | protected/humhub/modules/post/views/post/edit.php | 28 | 'placeholder' => Yii::t('PostModule.base', 'Edit your post...'), | CODE |
| LOW | protected/humhub/modules/post/widgets/views/form.php | 20 | 'placeholder' => Yii::t("PostModule.base", "What's on your mind?"), | CODE |
| LOW | protected/humhub/modules/comment/views/comment/edit.php | 35 | 'placeholder' => Yii::t('CommentModule.base', 'Edit your comment...'), | CODE |
| LOW | protected/humhub/modules/comment/widgets/views/form.php | 55 | 'placeholder' => $placeholder, | CODE |
| LOW | …ted/humhub/modules/marketplace/views/purchase/list.php | 31 | <?= Html::textInput('licenceKey', $licenceKey, ['class' => 'form-control form-search', 'placeholder' => | CODE |
| LOW | …d/humhub/modules/marketplace/widgets/ModuleFilters.php | 45 | 'placeholder' => Yii::t('MarketplaceModule.base', 'Description, Name, Keywords...'), | CODE |
| LOW | protected/humhub/modules/admin/views/group/members.php | 46 | 'placeholder' => Yii::t('AdminModule.user', 'Add new members...'), | CODE |
| LOW | protected/humhub/modules/admin/views/group/members.php | 58 | <?= Html::activeTextInput($searchModel, 'freeText', ['class' => 'form-control', 'placeholder' => Yii | CODE |
| LOW | protected/humhub/modules/admin/views/user/list.php | 41 | <?= Html::activeTextInput($searchModel, 'freeText', ['class' => 'form-control', 'placeholder' => Yii | CODE |
| LOW | protected/humhub/modules/admin/views/setting/topics.php | 46 | 'placeholder' => Yii::t('AdminModule.settings', 'Add Topic'), | CODE |
| LOW | protected/humhub/modules/admin/views/setting/basic.php | 51 | <?= $form->field($model, 'maintenanceModeInfo')->textInput(['placeholder' => Yii::t('AdminModule.settings', 'Add ind | CODE |
| LOW | protected/humhub/modules/admin/views/space/index.php | 37 | <?= Html::activeTextInput($searchModel, 'freeText', ['class' => 'form-control', 'placeholder' => Yii::t( | CODE |
| LOW | protected/humhub/modules/admin/views/logging/index.php | 55 | 'placeholder' => Yii::t('AdminModule.information', 'Search term...'), | CODE |
| LOW | protected/humhub/modules/admin/views/logging/index.php | 63 | 'options' => ['placeholder' => Yii::t('AdminModule.information', 'Select day')], | CODE |
| LOW | …ected/humhub/modules/content/widgets/SearchFilters.php | 39 | 'placeholder' => Yii::t('ContentModule.search', 'Contents, Comments, Tags...'), | CODE |
| LOW | …es/content/widgets/richtext/AbstractRichTextEditor.php | 286 | $result['placeholder'] = $this->placeholder; | CODE |
| LOW | …/content/widgets/views/wallCreateContentFormFooter.php | 41 | 'placeholder' => Yii::t('ContentModule.base', 'Add a member to notify'), | CODE |
| LOW | …es/user/tests/codeception/unit/models/UsernameTest.php | 27 | $user->username = 'user@example.com'; | CODE |
| LOW | …cted/humhub/modules/user/views/registration/byLink.php | 40 | <?= $form->field($invite, 'email')->input('email', ['id' => 'register-email', 'placeholder' => $invite-> | CODE |
| LOW | protected/humhub/modules/user/views/auth/login.php | 53 | <?= $form->field($model, 'username')->textInput(['id' => 'login_username', 'placeholder' => $model-> | CODE |
| LOW | protected/humhub/modules/user/views/auth/login.php | 55 | ->passwordInput(['id' => 'login_password', 'placeholder' => $model->getAttributeLabel('password' | CODE |
| LOW | protected/humhub/modules/user/views/auth/login.php | 103 | <?= $form->field($invite, 'email')->input('email', ['id' => 'register-email', 'placeholder' => $invite-> | CODE |
| LOW | …otected/humhub/modules/user/views/auth/login_modal.php | 69 | <?= $form->field($model, 'username')->textInput(['id' => 'login_username', 'placeholder' => $model->getA | CODE |
| LOW | …otected/humhub/modules/user/views/auth/login_modal.php | 70 | <?= $form->field($model, 'password')->passwordInput(['id' => 'login_password', 'placeholder' => $model-> | CODE |
| LOW | …otected/humhub/modules/user/views/auth/login_modal.php | 114 | <?= $form->field($invite, 'email')->input('email', ['id' => 'register-email', 'placeholder' => $invite-> | CODE |
| LOW | protected/humhub/modules/user/views/invite/index.php | 47 | <?= $form->field($model, 'emails')->textarea(['rows' => '3', 'placeholder' => Yii::t('UserModule.invite' | CODE |
| LOW | protected/humhub/modules/user/views/account/delete.php | 18 | <?= $form->field($model, 'currentPassword')->passwordInput(['maxlength' => 45, 'placeholder' => Yii::t('UserModule.a | CODE |
| LOW | …/humhub/modules/user/views/password-recovery/index.php | 32 | <?= $form->field($model, 'email')->textInput(['class' => 'form-control', 'id' => 'email_txt', 'placeholder' | CODE |
| LOW | …b/modules/user/views/password-recovery/index_modal.php | 23 | <?= $form->field($model, 'email')->textInput(['id' => 'email_txt', 'placeholder' => Yii::t('UserModule.auth', 'Your | CODE |
| LOW | …tected/humhub/modules/user/widgets/UserPickerField.php | 54 | $result['placeholder'] = ($this->placeholder != null) | CODE |
| LOW | protected/humhub/modules/user/widgets/PeopleFilters.php | 56 | 'placeholder' => Yii::t('UserModule.base', 'Description, Name, Tags...'), | CODE |
| LOW | …ted/humhub/modules/user/widgets/PeopleFilterPicker.php | 170 | $result['placeholder'] = Yii::t('UiModule.base', 'Select'); | CODE |
| LOW | …otected/humhub/modules/topic/views/manage/overview.php | 49 | <?= Html::activeTextInput($addModel, 'name', ['class' => 'form-control', 'placeholder' => Yii::t('To | CODE |
| LOW | protected/humhub/modules/topic/widgets/TopicPicker.php | 134 | $result['placeholder'] = Yii::t('TopicModule.widgets_TopicPicker', 'Select {n,plural,=1{topic} other{topics}}', | CODE |
| LOW⚡ | protected/humhub/modules/tour/views/tour/welcome.php | 70 | <?php echo $form->field($user->profile, 'firstname')->textInput(['placeholder' => Yii::t('TourModule | CODE |
| LOW⚡ | protected/humhub/modules/tour/views/tour/welcome.php | 73 | <?php echo $form->field($user->profile, 'lastname')->textInput(['placeholder' => Yii::t('TourModule. | CODE |
| LOW⚡ | protected/humhub/modules/tour/views/tour/welcome.php | 79 | <?php echo $form->field($user->profile, 'title')->textInput(['placeholder' => Yii::t('TourModule.bas | CODE |
| LOW | protected/humhub/modules/tour/views/tour/welcome.php | 107 | <?php echo $form->field($user->profile, 'phone_work')->textInput(['placeholder' => Yii::t('TourModul | CODE |
| LOW | protected/humhub/modules/tour/views/tour/welcome.php | 110 | <?php echo $form->field($user->profile, 'mobile')->textInput(['placeholder' => Yii::t('TourModule.ba | CODE |
| LOW | …ub/modules/space/modules/manage/views/member/index.php | 30 | <?= Html::activeTextInput($searchModel, 'freeText', ['class' => 'form-control', 'placeholder' => Yii | CODE |
| LOW | …b/modules/space/views/membership/requestMembership.php | 37 | 'placeholder' => Yii::t('SpaceModule.base', 'I want to become a member because...'), | CODE |
| LOW | …cted/humhub/modules/space/widgets/SpacePickerField.php | 37 | $result['placeholder'] = Yii::t('SpaceModule.chooser', 'Select {n,plural,=1{space} other{spaces}}', ['n' => ($al | CODE |
| LOW | …humhub/modules/space/widgets/SpaceDirectoryFilters.php | 32 | 'placeholder' => Yii::t('SpaceModule.base', 'Description, Name, Tags...'), | CODE |
| LOW | …ted/humhub/modules/space/widgets/views/inviteModal.php | 120 | 'placeholder' => Yii::t('SpaceModule.base', 'Email addresses'), | CODE |
| LOW | …ub/modules/space/widgets/views/spaceNameColorInput.php | 26 | 'placeholder' => Yii::t('SpaceModule.manage', 'Space name'), | CODE |
| 1 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | CHANGELOG.md | 2650 | - Enh: added `humhub.modules.ui.picker.Picker.disable()` in order to disable/enable userpicker fields | CODE |
| CRITICAL | …tected/humhub/modules/tour/widgets/views/dashboard.php | 70 | humhub.modules.ui.modal.global.load("<?= Url::to(['/tour/tour/welcome']) ?>"); | CODE |
| CRITICAL | protected/humhub/widgets/modal/views/modalClose.php | 39 | humhub.modules.ui.modal.global.close(); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | protected/humhub/messages/nl/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Laatste</strong> updates"],"<strong>Search</strong>":["<strong>Zoeken</stro | CODE |
| HIGH⚡ | protected/humhub/messages/nl/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Laatste</strong> updates"],"<strong>Search</strong>":["<strong>Zoeken</stro | CODE |
| HIGH⚡ | protected/humhub/messages/de/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Letzte</strong> Aktualisierungen"],"<strong>Search</strong>":["<strong>Such | CODE |
| HIGH⚡ | protected/humhub/messages/de/archive.json | 1 | {"<strong>Latest</strong> updates":["<strong>Letzte</strong> Aktualisierungen"],"<strong>Search</strong>":["<strong>Such | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | static/js/jquery.pjax.modified.js | 41 | // Exported as $.fn.pjax | COMMENT |
| LOW | static/js/jquery.pjax.modified.js | 81 | // | COMMENT |
| LOW | static/js/jquery.pjax.modified.js | 141 | event.preventDefault() | COMMENT |
| LOW | static/js/jquery.pjax.modified.js | 201 | // Accepts these extra keys: | COMMENT |
| LOW | static/js/jquery.pjax.modified.js | 661 | // | COMMENT |
| LOW | static/js/jquery.pjax.modified.js | 701 | // elems - jQuery object of Elements | COMMENT |
| LOW | static/js/jquery.pjax.modified.js | 921 | scrollTo: 0, | COMMENT |
| LOW | static/scss/variables.scss | 101 | COMMENT | |
| LOW | .github/workflows/php-test.yml | 61 | COMMENT | |
| LOW | protected/humhub/config/i18n.php | 61 | 'vi', | COMMENT |
| LOW | protected/humhub/config/common.php | 261 | // LDAP date field formats | COMMENT |
| LOW | protected/humhub/tests/c3.php | 341 | if (!file_exists(dirname($currentReport))) { // verify directory exists | COMMENT |
| LOW | protected/humhub/modules/activity/tests/c3.php | 341 | function () use ($codeCoverage, $currentReport): void { | COMMENT |
| LOW | protected/humhub/modules/content/tests/codeception.yml | 1 | actor: Tester | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | protected/humhub/modules/content/models/ContentType.php | 26 | * ## Usage: | COMMENT |