Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 356,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 40006,
"JavaScript": 6207,
"TypeScript": 2202
},
"pushed_at": "2026-07-31T23:40:21Z",
"created_at": "2020-11-24T08:31:18Z",
"owner_type": "Organization",
"updated_at": "2026-07-31T23:41:24Z",
"description": "[READ ONLY] Subtree split of Flarum nicknames extension.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "2.x",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP",
"JavaScript"
]
},
"owner": {
"blog": "http://flarum.org",
"name": "Flarum",
"type": "Organization",
"login": "flarum",
"company": null,
"location": null,
"followers": 798,
"avatar_url": "https://avatars.githubusercontent.com/u/5549034?v=4",
"created_at": "2013-09-26T11:15:45Z",
"is_verified": null,
"public_repos": 53,
"account_age_days": 4691
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.0-rc.5",
"kind": "prerelease",
"published_at": "2026-07-08T15:54:52Z"
},
{
"tag": "v2.0.0-rc.4",
"kind": "prerelease",
"published_at": "2026-06-18T11:59:42Z"
},
{
"tag": "v2.0.0-rc.3",
"kind": "prerelease",
"published_at": "2026-06-09T18:53:55Z"
},
{
"tag": "v2.0.0-rc.2",
"kind": "prerelease",
"published_at": "2026-06-01T18:17:53Z"
},
{
"tag": "v2.0.0-rc.1",
"kind": "prerelease",
"published_at": "2026-04-20T10:22:44Z"
},
{
"tag": "v1.8.3",
"kind": "patch",
"published_at": "2026-03-09T08:07:45Z"
},
{
"tag": "v2.0.0-beta.7",
"kind": "prerelease",
"published_at": "2026-02-22T17:16:11Z"
},
{
"tag": "v2.0.0-beta.6",
"kind": "prerelease",
"published_at": "2026-01-30T09:23:30Z"
},
{
"tag": "v2.0.0-beta.5",
"kind": "prerelease",
"published_at": "2025-12-20T22:41:24Z"
},
{
"tag": "v2.0.0-beta.4",
"kind": "prerelease",
"published_at": "2025-11-25T18:02:43Z"
},
{
"tag": "v2.0.0-beta.3",
"kind": "prerelease",
"published_at": "2025-05-02T08:25:30Z"
},
{
"tag": "v2.0.0-beta.2",
"kind": "prerelease",
"published_at": "2025-01-17T09:12:52Z"
},
{
"tag": "v2.0.0-beta.1",
"kind": "prerelease",
"published_at": "2024-12-11T17:03:30Z"
},
{
"tag": "v1.8.2",
"kind": "patch",
"published_at": "2024-11-20T20:07:52Z"
},
{
"tag": "v1.8.1",
"kind": "patch",
"published_at": "2024-10-08T07:09:15Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2023-05-20T17:35:25Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2023-03-10T13:25:38Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2022-11-16T11:13:29Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2022-11-15T11:38:22Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2022-09-13T09:23:18Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2022-07-13T12:24:06Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2022-05-22T21:29:50Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2022-05-12T10:31:58Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2022-01-20T11:10:34Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2021-10-13T00:45:53Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2021-05-27T08:17:57Z"
},
{
"tag": "0.1.0-beta.16.1",
"kind": "prerelease",
"published_at": "2021-04-06T22:21:01Z"
},
{
"tag": "v0.1.0-beta.16",
"kind": "prerelease",
"published_at": "2021-03-15T15:43:42Z"
},
{
"tag": "v0.1.0-beta.15",
"kind": "prerelease",
"published_at": "2020-12-18T14:46:10Z"
}
],
"recent_commits": [
{
"oid": "f2f1366f5e099e04d76e498e3cc7e74b5294bb2a",
"body": "…first one it found) (#4871)\n\n* feat: fail integration tests that run N+1 queries\n\nEvery request sent through the integration TestCase is now inspected for\nN+1 query patterns, and the test fails when it finds one. Extension\nauthors get the feedback while writing the feature rather than when a\nforum \n[…]\ntest is a separate process and a static flag cannot track 'first'. A\nmarker file keyed to the project and the hour serves as the shared\nsignal.\n\n---------\n\nCo-authored-by: StyleCI Bot <bot@styleci.io>",
"is_bot": false,
"headline": "[2.x] feat: fail integration tests that run N+1 queries (and fix the …",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-07-31T21:00:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f85ddb478621509d6c5668d34997c527f62abdb5",
"body": "* docs: add changelog for 2.0.0-rc.5\n\n* docs: add #4806 to rc.5 changelog\n\n* docs: add #4807 to rc.5 changelog\n\n* chore: bump version and dependency constraints to 2.0.0-rc.5",
"is_bot": false,
"headline": "[2.x] chore: prepare 2.0.0-rc.5 (#4805)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-07-08T15:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cba453978da024e122181a5fe68ab41ff4642f7",
"body": null,
"is_bot": false,
"headline": "chore: prep 2.0.0-rc.4 (#4741)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-06-16T10:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f95647a8da8cca487bb96f377bc57c3439a56e5",
"body": "When flarum-audit and flarum-nicknames are both enabled, creating a user\nwith a nickname — e.g. registering when set_on_registration is on, or an\nadmin creating a user — threw 'Cannot assign null to property\nAuditIntegration::$originalNickname of type string|false', returning a\n500 and blocking the \n[…]\nile null is a real prior value (no nickname yet), so setting a nickname\non creation is logged with old_nickname null instead of crashing.\n\nAdds a regression test covering registration with a nickname.",
"is_bot": false,
"headline": "Fix TypeError when a user with a nickname is created (#4734)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-06-15T07:07:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4216e91db368e4e965c42a37f2e3d406199bbac2",
"body": "… coverage (#4711)\n\n* [1.x] Add first-party Audit extension (#4704)\n\n* [1.x] Add first-party Audit extension\n\nAdds flarum/audit, a first-party audit log extension, to the monorepo.\n\nIt records moderation and administration actions (user, discussion, post,\nsetting, permission, extension lifecycle and\n[…]\nons_first_post_id_foreign during the approve flow (MySQL/SQLite tolerated it). Point it at the seeded post.\n\n* chore: add composer link to docs\n\n---------\n\nCo-authored-by: StyleCI Bot <bot@styleci.io>",
"is_bot": false,
"headline": "[2.x] Audit extension 2.x migration, integration split, and GDPR/core…",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-06-12T01:16:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8864d237eec01b2b4710c2b3e52c40a26bc531c2",
"body": "* chore: prep rc.3\n\n* chore: bump composer reqs",
"is_bot": false,
"headline": "chore: prep `2.0.0-rc.3` (#4698)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-06-09T12:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61a971ee97ea1baa8244168e934ce494a3683c5b",
"body": null,
"is_bot": false,
"headline": "chore: prep rc2 (#4676)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-05-30T22:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c3cefece459ab1840d075ed111fee94fff0d47c",
"body": "…Schema\\Str (#4599)\n\n* test(nicknames): reproduce TypeError when min/max settings are empty strings\n\nUserResourceFields passes the raw settings value to Schema\\Str::minLength(int)\nand maxLength(int). Numeric strings ('3', '150') coerce silently under PHP's\ndefault weak typing, but an empty string — \n[…]\nReveals a gap in Schema\\Str: the int-only signature offers no way to\n\"disable\" a length constraint via the condition argument without a\nguard at the call site. Keeping the guard local for this RC fix.",
"is_bot": false,
"headline": "[2.x] fix(nicknames): cast min/max settings to int before passing to …",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-04-21T07:17:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "55600662c2110a1bc6da05eb25fbf8b927fabf9a",
"body": null,
"is_bot": false,
"headline": "chore: prep rc.1 (#4581)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-04-17T12:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ea698eccef8cdff2c492c79b837ebafb9c53f3f",
"body": "* prep for beta.8\n\n* chore: update changelog for beta.8 (#4480, #4481)",
"is_bot": false,
"headline": "[2.x] prep for beta.8 (#4478)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-03-21T22:45:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3198a98e7000f81338b277b4d700232984b55380",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 60d72060c59b1e60c5cc596ee66e771928dbccb6",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2026-03-21T08:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea5143fccf918f21a0494a9bf7f9393dc34a1d03",
"body": "…ensions (#4475)\n\n* chore: add build-typings scripts and TS deps to all bundled extensions\n\nEight extensions (approval, emoji, markdown, mentions, nicknames, sticky,\nsubscriptions, suspend) had declarationDir configured in tsconfig.json but\nwere missing the build-typings/check-typings scripts and ty\n[…]\norum/helpers/getEmojiIconCode.js → .ts\n- forum/fragments/AutocompleteDropdown.js → .tsx\n- forum/addComposerAutocomplete.js → .tsx (with EmojiTextEditor interface)\n\nCoverage goes from 70.07% to 96.22%.",
"is_bot": false,
"headline": "[2.x] chore: add build-typings scripts and TS deps to all bundled ext…",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-03-21T08:16:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "00e4c047e002e80791653699b6396fe2acb14d5e",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 928cf3ac2213e7afc51343f5a79d8bdf7ee20657",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2026-03-15T21:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e277eac9ac091ce3974ac60bad71f5529874aef7",
"body": "…(#4461)\n\n* feat(core): rewrite ResponseFactory for redirect-only OAuth flow\n\nReplace the HtmlResponse popup approach with a proper RedirectResponse\nflow throughout Forum\\Auth\\ResponseFactory:\n\n- Logged-in users: redirect to returnTo with remember-me cookie set.\n- Email-match users: auto-link provid\n[…]\n.\n\nAdds regression test asserting returning users do not get _flarum_linked appended.\n\n---------\n\nCo-authored-by: StyleCI Bot <bot@styleci.io>\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "[2.x] feat(core): redirect-only OAuth flow — rewrite ResponseFactory …",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-03-15T21:33:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "042dc33b6a46dcec13ae7103ca4d64f804f1ca6c",
"body": "…HTML notification emails (#4454)\n\n* [2.x] fix(nicknames): sanitize display names to prevent injection in HTML notification emails\n\nStrip markdown/HTML link syntax characters ([, ], (, ), <, >) from display\nnames returned by NicknameDriver, and insert a zero-width space after dots\nto break domain au\n[…]\n for 2.x, which additionally renders display names through a markdown\nformatter before output in HTML email bodies.\n\n* Apply fixes from StyleCI\n\n---------\n\nCo-authored-by: StyleCI Bot <bot@styleci.io>",
"is_bot": false,
"headline": "[2.x] fix(nicknames): sanitize display names to prevent injection in …",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-03-15T08:30:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fdd8555be3b5c8ef915414c6d01b25a0b3d931ea",
"body": "… 3-section sidebar (#4446)\n\n* revert(admin): remove collapsible extension categories, restore 3-section sidebar\n\nThe collapsible category groups introduced in #4392 added too much\nfriction — everything collapsed by default, count badges read like\nnotification counts, and single-item categories (Inf\n[…]\nrestoring\n\"feature\" keeps the data consistent with the rendering logic.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "[2.x] revert(admin): remove collapsible extension categories, restore…",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-03-14T22:59:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "55d133749147e3783661617896dba102274fab40",
"body": "…abandoned package support (#4392)\n\n* feat(admin): collapsible extension categories, health widget, abandoned package support\n\n- AdminNav: replace static category headers with collapsible groups; each group\n shows a count badge, category icon, and expand/collapse chevron. Categories\n default to co\n[…]\ning directly to an\nextension URL (e.g. /admin#/extension/flarum-flags).\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "[2.x] feat(admin): collapsible extension categories, health widget & …",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-03-02T06:56:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "61856630b46d0a84641b62fd1f56077aacc414c3",
"body": null,
"is_bot": false,
"headline": "chore: prep for beta.7 (#4377)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-02-21T13:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bb679e7c16e0429725ae891e0aa35b6b71e1643",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 6402e639bb64b06ecdc92ea69e6dacb3655504f7",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2026-02-15T21:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45c9fa5f2445f8a334034614b4c5dc5305e4d5e0",
"body": "Bumps [webpack](https://github.com/webpack/webpack) from 5.95.0 to 5.104.1.\n- [Release notes](https://github.com/webpack/webpack/releases)\n- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/webpack/webpack/compare/v5.95.0...v5.104.1)\n\n---\nupdated-\n[…]\ndency-version: 5.104.1\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump webpack from 5.95.0 to 5.104.1 (#4354)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-15T21:42:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9bb0cfb260cf60e0dc0bce3e5e5f97b8c219b2b",
"body": null,
"is_bot": false,
"headline": "chore: prep for beta.6 (#4343)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-01-24T08:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68d7658351ddfd3e802f295cedb1839b5efee35d",
"body": null,
"is_bot": false,
"headline": "chore: prep for beta.5 (#4313)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2025-12-20T10:31:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf2a610b55bc7873333442df4b31feec8ecbd10f",
"body": null,
"is_bot": false,
"headline": "chore: prep beta.4 (#4291)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2025-11-25T08:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbd36d43f90e0aa52093f117f927f42a8e2ef38c",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit a37a3b232efa22d6543bbd9ac3eb9c2cbdab9471",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2025-11-23T12:57:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aad71a3db8d4daf2617fb6f5efe46b1b5319329",
"body": "* fix: randomized username fails validation\n\n* Apply fixes from StyleCI\n\n* chore: remove debug code\n\n---------\n\nCo-authored-by: StyleCI Bot <bot@styleci.io>",
"is_bot": false,
"headline": "[2.x] fix: randomized username fails validation (#4283)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2025-11-23T12:54:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c85eb7b80a3a5b84e1bb1d4d7a5ba9dc9d81e22",
"body": null,
"is_bot": false,
"headline": "chore: prepare 2.0.0-beta.3",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2025-04-25T09:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97e1f1212dfd560d42cc637ef72dcba65b0948d2",
"body": null,
"is_bot": false,
"headline": "chore: v2.0.0-beta.2",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2025-01-17T08:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c9b03f538f3200e7e4f6cb4b257a400c6d99d5",
"body": null,
"is_bot": false,
"headline": "chore: prepare `2.0.0-beta.1`",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-12-07T08:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c94c8100417ee2d0ab9648eb21ecf03c6ca296bc",
"body": "* test: php 8.4\r\n\r\n* fix: php 8.4 deprecations\r\n\r\n* fix: make argument required\r\n\r\n* chore: review changes",
"is_bot": false,
"headline": "test: php 8.4 (#4103)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-11-08T16:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecf1bbb5ab49e605b22ec9a3a6d20616ad64af7d",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 6a3be3301ef9baa4ddc02684084fe792d9bec319",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2024-10-22T12:56:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbd43056826e1c362e2f551575a756fe4178392a",
"body": null,
"is_bot": false,
"headline": "feat(nicknames): allow OAuth to provide a nickname (#4004)",
"author_name": "Daniel",
"author_login": "blt950",
"committed_at": "2024-10-22T12:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd75d162e5c7b90f0860e04982549cdd7cc0d01b",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 257be2b9db6f5365faa017bd9cc4a0e870efb449",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2024-09-28T14:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5afdfc9b5e705a0cf2da6717deb95afdea083b3",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 5cea3d3b9bc4c5c6ae751bc4920a37bf032931af",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2024-09-28T08:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d355e843047dc6136ec25fab60cd361feb9adb0",
"body": null,
"is_bot": false,
"headline": "feat: admin search UI (#4022)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-09-28T08:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "827c3203220621e863322454025f47ffa4b80ee5",
"body": "* chore: phpunit 10\r\n\r\n* chore: config\r\n\r\n* Apply fixes from StyleCI\r\n\r\n* chore: phpunit 11 (php 8.2 minimum requirement)\r\n\r\n* feat: laravel 11\r\n\r\n* Apply fixes from StyleCI\r\n\r\n* feat: carbon v3\r\n\r\n* fixes",
"is_bot": false,
"headline": "chore: update dependencies (#4012)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-08-06T15:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee2a907a9a422cf999e2fb10cc77f17439f33afb",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 770f9370af178e08da4e8ca2ebb9407f184e7de2",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2024-08-02T11:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee528e11775cc316e04b88fd1de9930358539b92",
"body": null,
"is_bot": false,
"headline": "fix: 2.0 bugs (#4011)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-08-02T11:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95cd64e945b165593287503aada3aba248f46b7a",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit c8dc8f692223a7a6e0f50b57c13096a9dd5b07e0",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2024-06-22T09:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0f492eaf1d4a6c57cd42d91269a16c1da7e3d2",
"body": "* refactor: use consistent naming for frontend initializers\r\n\r\n* refactor: use arrow functions for frontend initializers",
"is_bot": false,
"headline": "refactor: unify frontend initializers naming (#4003)",
"author_name": "Davide Iadeluca",
"author_login": "DavideIadeluca",
"committed_at": "2024-06-22T09:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "741f2e28341a6156a0ec239c4f67fff9356a7641",
"body": "* refactor: json:api refactor iteration 1\r\n* chore: delete dead code\r\n* fix: regressions\r\n* chore: move additions/changes to package\r\n* feat: AccessTokenResource\r\n* feat: allow dependency injection in resources\r\n* feat: `ApiResource` extender\r\n* feat: improve\r\n* feat: refactor tags extension\r\n* feat\n[…]\nt\r\n* feat: eager loading\r\n* test: adapt\r\n* test: phpstan\r\n* test: adapt\r\n* fix: typing\r\n* fix: approving content\r\n* tet: adapt frontend tests\r\n* chore: typings\r\n* chore: review\r\n* fix: breaking change",
"is_bot": false,
"headline": "refactor: JSON:API (#3971)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-06-21T08:36:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "345b07cdb67d1c96be464921acf81308ec0be618",
"body": null,
"is_bot": false,
"headline": "feat: eloquent factories (primarily for tests) (#3982)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-05-03T08:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e024b0a004c3dff30d8b83da6487190f565fbcb",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 4b126d9f4c654bbba8721a048e04eefeca14a35a",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-11-11T18:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f14506e712a2c2329719b81cd9c4f81d72255c1f",
"body": "* refactor: move gambits to frontend (#3885)\r\n* refactor: move gambits to frontend\r\n* test: GambitManager\r\n* refactor: merge filterer and searcher concepts (#3892)\r\n* chore: drop remaining backend regex gambits\r\n* refactor: merge filterer & searcher concept\r\n* refactor: adapt extenders\r\n* refactor: \n[…]\nlized driver settings (#3905)\r\n* feat: allow getting total search results and replacing filters (#3906)\r\n* feat: allow accessing total search results\r\n* feat: allow replacing filters\r\n* chore: phpstan",
"is_bot": false,
"headline": "feat: revamp search (#3893)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-11-11T18:43:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e893e6f836f4c40b3bd4bca1adaf19d40e57cb4c",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit eaabeab8c922fe468209bd68a46ee5e72edd4b54",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-11-10T22:04:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b10f4580156b5237f51e7022d2de2215273e481",
"body": null,
"is_bot": false,
"headline": "chore: extract `FormModal` from `Modal` (#3922)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-11-10T21:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f7b7c45bc8db0c64343a6cce03043cd7f289e9a",
"body": "* chore: drop deprecated `post_number_index` column\r\n\r\n* chore: remove deprecated `FlagsWillBeDeleted` event\r\n\r\n* chore: `Migration::addSettings` can still be needed\r\n\r\n* chore: `settings->get` default can still be needed\r\n\r\n* chore: deprecated `$default` in `Settings::serializeToForum` extender\r\n\r\n\n[…]\nal` deprecations\r\n\r\n* chore\r\n\r\n* chore: deprecated `less` mixins\r\n\r\n* Apply fixes from StyleCI\r\n\r\n* fix\r\n\r\n* fix: phpstan\r\n\r\n* fix\r\n\r\n* fix\r\n\r\n---------\r\n\r\nCo-authored-by: StyleCI Bot <bot@styleci.io>",
"is_bot": false,
"headline": "chore: handle deprecations from 1.x (#3909)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-11-10T21:20:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a93f3492238e8e6b397c6743a47fb5b9566d70bc",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 5ab5257ff521bede446613c1dcd61effdac99090",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-10-10T20:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88974e27bc77b5dbb314ccecbfc899d24281e86a",
"body": "* feat: make page structure customizable across different pages (#3867)\r\n\r\n* feat: create `PageStructure` component\r\n* feat: apply to `DiscussionPage`\r\n* feat: apply to `UserPage`\r\n* feat: apply to `TagsPage`\r\n* fix: adapt subscriptions ext\r\n* chore: cleanup\r\n\r\n* chore: use grid & flexbox for the di\n[…]\nnvert `UploadImageButton` to tsx\r\n* feat: reusable `UploadImageButton` component\r\n* feat: add `image-upload` setting type\r\n\r\n* feat: extensible default footer component (#3883)\r\n\r\n* chore: yarn format",
"is_bot": false,
"headline": "feat: theming and extensibility improvements (#3876)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-10-10T20:36:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e1ec83b333768a7376ca7dc7ded4f346ba090ad",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 229a7affa5cb0652da0cc4fd8b420900992c6f96",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-08-02T17:04:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d88c7fd7e2c03c47cfe45adccaba174a0d5e7a11",
"body": "* feat: configure webpack to allow splitting chunks\r\n* feat: `JsDirectoryCompiler` and expose js assets URL\r\n* chore: support es2020 dynamic importing\r\n* feat: control which URL to fetch chunks from\r\n* feat: allow showing async modals & split 'LogInModal'\r\n* feat: split `SignUpModal`\r\n* feat: allow \n[…]\nchore(infra): bundlewatch\r\n* chore(infra): bundlewatch split chunks\r\n* feat: split text editor\r\n* chore: tag typings\r\n* chore: bundlewatch\r\n* fix: windows paths\r\n* fix: wrong planned ext import format",
"is_bot": false,
"headline": "feat: Code Splitting (#3860)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-08-02T16:57:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "deccbca9d758365284ed8f0bf56b370288beb585",
"body": "* chore: simplify if else conditions\r\n\r\n* use nullsafe\r\n\r\nCo-authored-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n---------\r\n\r\nCo-authored-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "chore: simplify if else conditions (#3843)",
"author_name": "Ngô Quốc Đạt",
"author_login": "datlechin",
"committed_at": "2023-07-27T10:31:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bb2ae2a654a84d2ec6ee169822f7ba7597d26d7",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 016503d8c37eab107b36830b6fbcb5468bcb1226",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-06-29T18:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7397efbecd0338284c1eb6a1e92bd0eceb790d21",
"body": "* feat: registry first iteration\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n* feat: improve webpack auto export loader\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n* chore: remove `compat` API\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n* chore: cleanup\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "feat: export registry (#3842)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-06-29T17:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b770e8e964653fab18dab7356ef3e64bd99aed37",
"body": "* chore: increase phpstan level to 6\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n* Apply fixes from StyleCI\r\n\r\n---------\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\nCo-authored-by: StyleCI Bot <bot@styleci.io>",
"is_bot": false,
"headline": "chore: increase phpstan level to 6 (#3836)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-06-21T13:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3fa3f1701a3843b3c162988d4d2510382376170",
"body": "Allows running tests without constantly running `composer install` on each extension.",
"is_bot": false,
"headline": "chore: improve test suite (#3814)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-06-15T12:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "221016100dfda2cd3f3441db0a351354c8cbf21c",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit f67ca5782a0b22d194526b6b11a2086443863921",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-06-07T10:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63abb05a4d240667a50e305f1c5a8d30ff60c88e",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "fix(regression): require `flarum/testing:2.0`",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-31T08:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af67b5d3f3105d3c80a0daf1b24264eb77943dff",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "fix(regression): caught errors",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-31T08:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91250e23b66150327bf131bb2206c999663d567e",
"body": "This reverts commit c94c1404843033a407c306895ed0a64333f55bf9.",
"is_bot": false,
"headline": "Revert \"fix(regression): caught errors\"",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-31T08:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d816c1e18409f35aeb3fa1b1caccb4520cbcfd4",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "fix(regression): caught errors",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-31T08:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "204b614830bd7d679f62103f6c63404d43561e70",
"body": "* chore: set minimum php version to 8.1\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n* chore: update codebase to php8.1\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n* Apply fixes from StyleCI\r\n\r\n* chore: update workflow php version\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@g\n[…]\nail.com>\r\n\r\n* fix: one last error\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\nCo-authored-by: StyleCI Bot <bot@styleci.io>",
"is_bot": false,
"headline": "chore: update codebase to php8.1 (#3827)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-30T10:36:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0821e5c982dd16d26c5260879b866eb416e8bb86",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "chore: v1.8 preparations",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-20T15:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11d83e94336bbc20551f94c7ab07dd666cfb9904",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit e63e161be6d62d7a29998bf0cacbf5641e7a8a4f",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-05-07T16:49:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49301832e2433826487219db5b18814d0c01208e",
"body": null,
"is_bot": false,
"headline": "chore: major frontend JS cleanup (#3609)",
"author_name": "David Wheatley",
"author_login": "davwheat",
"committed_at": "2023-05-07T16:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e2de2c19f8ec3ec34636ed825aeb14a5e2cbb32",
"body": "Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.\r\n- [Release notes](https://github.com/webpack/webpack/releases)\r\n- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: webpack\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump webpack from 5.75.0 to 5.76.0 (#3761)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-04-19T06:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de95bf60f045c8fba13a6007d75fee6551e7fba",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "chore(release): preparations",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-03-09T18:00:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f66a2a61b545125f31fc218c40303dee8e8ec9",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 47b670aa2918b4fe026e3de8b5e78bbc7d99ce18",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-02-08T20:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e56abc12b1889725a4d1e4a6c453c6f23feef8ee",
"body": "* feat: reintroduce frontend extenders\r\n* chore: used `Routes` extender in bundled extensions\r\n* chore: used `PostTypes` extender in bundled extensions\r\n* chore: `yarn format`\r\n* feat: `Model` frontend extender\r\n* chore: naming\r\n* chore(review): attributes can be nullable or undefined\r\n* chore(revie\n[…]\nheck\r\n* chore(review): stay consistent\r\n* chore: merge conflicts\r\n* chore: unused import\r\n* chore: multiline extenders\r\n* feat: add Store extender\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "feat: frontend `Model` extender (#3646)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-02-08T20:13:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "907dd70e5332af80a4d9cfb75d1ef59800d24207",
"body": "* feat(phpstan): pick up extended model relations typings\r\n* feat(phpstan): pick up extended model date attributes\r\n* feat(core): introduce `castAttribute` extender\r\nStops using `dates` as it's deprecated in laravel 8\r\n* feat(phpstan): pick up extended model attributes through casts\r\n* fix: extender\n[…]\n\r\n* chore: enable phpstan in bundled extensions\r\n* chore: rebasing conflicts\r\n* chore: rebasing conflicts\r\n* chore: typings for latest 1.7 changes\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "chore(phpstan): enable phpstan in bundled extensions (#3667)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-01-19T20:49:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5967b210220b9df31fe89db06f5c2eea05c81457",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 64fa35f2f350f98d213b87da6fcd72d465823b18",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-11-25T17:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20fba6426b437162251db604f7a9d287ca187dd5",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 18bdd48835a6783a3cea8f400932e87d7582fc7d",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-11-16T10:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15dd980dedfc0d250a93ca2d07352a2a4313c193",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 259db92b9a8da063116e38c4034fe6c1bef42cbf",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-11-10T23:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6d2b025f53bba53ac073cca6ff98299a20daa2d",
"body": null,
"is_bot": false,
"headline": "chore: dependency on core updated for extensions",
"author_name": "Daniël Klabbers",
"author_login": "luceos",
"committed_at": "2022-11-10T12:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81cfbea4c4a0f76d2e737a1011b8b179b705fc4f",
"body": null,
"is_bot": false,
"headline": "chore: v1.5.0 preparations",
"author_name": "Daniël Klabbers",
"author_login": "luceos",
"committed_at": "2022-09-13T08:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5beed98195fab6b4987844c3d6dc8f7cd310802",
"body": "Includes transpiled JS/TS.\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 70e483d1b185332910be9513fd06cc6342830d49",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-07-30T22:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34d0cf7d7513e75863fc16aaa8e51046fcd34898",
"body": "* chore: centralize editorconfig\r\n* chore: tweak tsconfigs for local development\r\n* revert src path change\r\n* fix: akismet type checking requires flag ext `@types`\r\n* fix: make tags route optional to avoid typescript typing error",
"is_bot": false,
"headline": "chore: monorepo local development improvements (#3523)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-07-18T14:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b8030de1940ae6ade1d4bbb54f63307ebd9ca8b",
"body": null,
"is_bot": false,
"headline": "chore: update v1.4 constraints and update issues url",
"author_name": "Daniël Klabbers",
"author_login": "luceos",
"committed_at": "2022-07-12T21:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ed9bf6822060f8f688463b55103065555707e2a",
"body": "…513)\n\nSigned-off-by: Sami Mazouz <ilyasmazouz@gmail.com>",
"is_bot": false,
"headline": "chore: add `.gitattributes` to extensions to export-ignore files. (#3…",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-07-08T19:38:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86c53ba1e5d3885ec988ba238f044e5a684b63ac",
"body": "* chore: yarn workspaces means we only need a single `yarn.lock`\r\n* fix: add a `cache_dependency_path` workflow input\r\n* fix: re-introduce `env.cache_dependency_path`",
"is_bot": false,
"headline": "chore: with yarn workspaces we only need a single `yarn.lock` (#3464)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-06-19T18:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07403454e3d1c83cb95779938bd3617a0fdb2963",
"body": "* test: regex validation for nickname on registration\r\n* fix: nickname regex validation not working\r\n* test: regex validation works with valid inputs",
"is_bot": false,
"headline": "fix: nickname regex validation not working (#3430)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-05-20T13:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d427fd306b5903e3be4fbf4db848c4674968776",
"body": null,
"is_bot": false,
"headline": "update constraint to v1.3",
"author_name": "Daniël Klabbers",
"author_login": "luceos",
"committed_at": "2022-05-10T14:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5c256d1cec73756e534d5797ee73473d27f040c",
"body": "Includes transpiled JS/TS.\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 542cc42538d8f75f58442f0d4b45a0dcbda5ad4b",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-04-13T15:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f103ec3fbd37982dd0ea4398c37e161249f89470",
"body": "With all the commits below, we resolve all outstanding typing issues in the repo, and CI jobs run green.\r\n\r\n* fix: Convert DashboardPage and DashboardWidget to TypeScript\r\n\r\n* fix: fix type errors in package manager ext\r\n\r\n* fix: Convert Post component to TypeScript\r\n\r\n* fix: avatar typings should a\n[…]\nlarum-cli audit infra --monorepo --fix\r\n\r\n* feat: make `app.data` typings extensible\r\n\r\n* chore(core): format\r\n\r\n* chore: boost tags TypeScript coverage\r\n\r\n* fix(tags): further increase type coverage.",
"is_bot": false,
"headline": "fix: Assorted Typing Fixes (#3348)",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2022-03-23T15:43:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "344e8e7aeb9babae79fe40cf79bc3e95e1b3508c",
"body": "…i/js (#3345)\n\n* chore(deps): bump glob-parent in /extensions/emoji/js\r\n\r\nBumps [glob-parent](https://github.com/gulpjs/glob-parent) from 3.1.0 to 5.1.2.\r\n- [Release notes](https://github.com/gulpjs/glob-parent/releases)\r\n- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)\r\n-\n[…]\nrt@github.com>\r\n\r\n* Apply fixes from StyleCI\r\n\r\n[ci skip] [skip ci]\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: StyleCI Bot <bot@styleci.io>",
"is_bot": true,
"headline": "chore(deps): bump glob-parent from 3.1.0 to 5.1.2 in /extensions/emoj…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-03-11T23:11:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "715a679d35ab0350572e90f2e584bc509b899b7b",
"body": null,
"is_bot": false,
"headline": "chore: flarum-cli audit infra --fix",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2022-03-11T23:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c46dadbdcfaa581db1619b9c5d36da05d2ab4d7",
"body": null,
"is_bot": false,
"headline": "chore: set up composer path repos",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2022-03-11T23:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54e88fc18698178a6a9ee80e51769e929a2e7a76",
"body": "- Remove .github conf folder from Flarum packages\n\n- Remove styleci config from all packages",
"is_bot": false,
"headline": "chore: remove centralizable repo config",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2022-03-11T23:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ccefba5496f18519e885c99df59cacc5702b04",
"body": "Includes transpiled JS/TS.\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 05e936bbe4220e46789a21f40897a0a89fe3da7a",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-02-22T15:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5dca91e1b6507cfef6359b80d41dc28bdd750e",
"body": "Hide nickname from edit modal if user cannot edit",
"is_bot": false,
"headline": "Make frontend use gate output instead of hard-coded logic",
"author_name": "Clark Winkelmann",
"author_login": "clarkwinkelmann",
"committed_at": "2022-02-22T15:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d96497895716550ade68ae013d284c791dc40d6",
"body": null,
"is_bot": false,
"headline": "Release v1.2",
"author_name": "Daniel Klabbers",
"author_login": "luceos",
"committed_at": "2022-01-20T11:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23ca69801a056d377decf8f06247e84724a338cf",
"body": "Includes transpiled JS/TS.\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 5f43267a400effede244aa7ceeae5d643773c0c1",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-01-20T08:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c81bbf188defb326cef52ce53b50931388051cf2",
"body": null,
"is_bot": false,
"headline": "chore: flarum-cli audit infra --fix",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2022-01-20T08:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fdeb884a51a93b6bd72bfbfa55caf4eae4cda8",
"body": "Includes transpiled JS/TS.\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit d593d3ca159278bfea6721589ead09369d0f2fca",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-01-11T10:38:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "897a25eded642ee7be8c7c9973718cd891a42fa3",
"body": "* Bump deps\r\n\r\n* Update imports\r\n\r\n* Format",
"is_bot": false,
"headline": "chore: repo maintenance (#5)",
"author_name": "Ian Morland",
"author_login": "imorland",
"committed_at": "2022-01-11T10:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c72565acf836dd082000c5674f63dfd74144351f",
"body": "Includes transpiled JS/TS.\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 3c5229610fb71cb87e527492feb2083c8e9ffd2a",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2021-11-17T16:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a258018404645d2c5bdadb2075ceefbe277f35ac",
"body": "Allow users to set a nickname while registering, controlled by settings. Also, add a setting to hide the username input entirely and randomly generate the username.\r\n\r\nCo-authored-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "Prompt for nickname on registration (#4)",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2021-11-17T16:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54992e3a09711307338ded7359e8fe415c4a1f03",
"body": null,
"is_bot": false,
"headline": "chore: bump bundled extension constraint to core 1.1",
"author_name": "David Wheatley",
"author_login": "davwheat",
"committed_at": "2021-10-13T07:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "944e2a845ba6794e77e38400ec1018d03c002183",
"body": null,
"is_bot": false,
"headline": "Release v1.1.0",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2021-10-12T01:13:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "808811c7ac7f1ced5c72d20c50525b70c45182f7",
"body": null,
"is_bot": false,
"headline": "fix branch alias",
"author_name": "Daniel Klabbers",
"author_login": "luceos",
"committed_at": "2021-05-25T20:52:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b70658cf0c3d385948f9806e5e3e747d886c6a7",
"body": null,
"is_bot": false,
"headline": "changes for stable",
"author_name": "Daniel Klabbers",
"author_login": "luceos",
"committed_at": "2021-05-25T14:29:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 29,
"commits_last_year": 24,
"latest_release_at": "2026-07-08T15:54:52Z",
"latest_release_tag": "v2.0.0-rc.5",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 13,
"days_since_latest_release": 23,
"mean_days_between_releases": 25
},
"community": {
"has_readme": false,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "flarum/nicknames",
"exists": true,
"license": "MIT",
"keywords": [
"nicknames"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/flarum/nicknames",
"is_deprecated": false,
"latest_version": "v2.0.0-rc.5",
"repository_url": "https://github.com/flarum/nicknames",
"versions_count": 30,
"total_downloads": 322522,
"dependents_count": 9,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 7945,
"first_published_at": null,
"latest_published_at": "2026-07-08T15:08:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 23
}
]
},
"popularity": {
"forks": 7,
"stars": 11,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2021-04-04",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2024-01-14",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2025-06-07",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"js/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 7265,
"source_files_sampled": 30,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json",
"js/package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm",
"packagist"
],
"dependencies": [
{
"name": "flarum/core",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^2.0.0-rc.5"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 5
},
"bus_factor": 3,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "flarum-bot",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/39334649?v=4"
},
{
"type": "User",
"login": "SychO9",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/20267363?v=4"
},
{
"type": "User",
"login": "askvortsov1",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/38059171?v=4"
},
{
"type": "User",
"login": "imorland",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/16573496?v=4"
},
{
"type": "User",
"login": "luceos",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/504687?v=4"
},
{
"type": "User",
"login": "tankerkiller125",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/3457368?v=4"
},
{
"type": "User",
"login": "davwheat",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/7406822?v=4"
},
{
"type": "User",
"login": "rob006",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5972388?v=4"
},
{
"type": "User",
"login": "clarkwinkelmann",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5264300?v=4"
},
{
"type": "User",
"login": "blt950",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2505044?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.246
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 15 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f2f1366f5e099e04d76e498e3cc7e74b5294bb2a",
"ran_at": "2026-07-31T23:46:17Z",
"aggregate_score": 5.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-31T23:40:22Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2022-02-22T15:28:36Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/flarum/nicknames",
"host": "github.com",
"name": "nicknames",
"owner": "flarum"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 54,
"vitality": 78,
"community": 43,
"governance": 72,
"engineering": 22
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 24,
"human_commit_share": 0.97,
"days_since_last_push": 0,
"active_weeks_last_year": 13
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "24 commits in the last year",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 24
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 29,
"latest_release_tag": "v2.0.0-rc.5",
"releases_from_tags": false,
"days_since_latest_release": 23,
"mean_days_between_releases": 25
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "29 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 29
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 23 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 23
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~25 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 25
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 7,
"stars": 11,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "11 stars",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 11
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_readme": false,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"packages": [
"flarum/nicknames"
],
"dependents": 9,
"ecosystems": "packagist",
"total_downloads": 322522,
"monthly_downloads": 7945
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "7,945 downloads/month across packagist",
"points": 52,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 7945,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "9 packages depend on it",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 9
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 72,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 12,
"top_contributor_share": 0.246
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 25% of commits",
"points": 17,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 25
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/11 decided PRs merged",
"points": 20.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 798,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "flarum",
"public_repos": 53,
"account_age_days": 4691
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "798 followers of flarum",
"points": 20.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 798,
"login": "flarum"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "53 public repos, account ~12 yr old",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 53
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"flarum/nicknames"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 23
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 23 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 23
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "30 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 30
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 22,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 5.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 23
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.866,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "84 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 84,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"js/tsconfig.json"
],
"agent_commit_share": 0.03,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.03
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "js/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "js/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 7265,
"source_files_sampled": 30,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP with type-check config (js/tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "js/tsconfig.json",
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/30 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 30,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.14.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-31T23:46:26.854779Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/flarum/nicknames.svg",
"full_name": "flarum/nicknames",
"license_state": "standard",
"license_spdx": "MIT"
}