mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:53:37 +08:00
d9a02d1336
This reverts commit20780a1eee
. * SECURITY: re-adds accidentally reverted commit: 03d26cd6: ensure embed_url contains valid http(s) uri * when the merge commite62a85cf
was reverted, git chose the2660c2e2
parent to land on instead of the03d26cd6
parent (which contains security fixes)
88 lines
2.4 KiB
JavaScript
88 lines
2.4 KiB
JavaScript
export default {
|
|
"about.json": {
|
|
about: {
|
|
can_see_about_stats: true,
|
|
stats: {
|
|
topic_count: 27480,
|
|
post_count: 490358,
|
|
user_count: 41719,
|
|
topics_7_days: 169,
|
|
topics_30_days: 517,
|
|
posts_7_days: 3128,
|
|
posts_30_days: 10660,
|
|
users_7_days: 237,
|
|
users_30_days: 866,
|
|
active_users_7_days: 1004,
|
|
active_users_30_days: 2026,
|
|
like_count: 499135,
|
|
likes_7_days: 3449,
|
|
likes_30_days: 12313
|
|
},
|
|
description:
|
|
"Discussion about the next-generation open source Discourse forum software",
|
|
title: "QUnit Discourse Tests",
|
|
locale: "en_US",
|
|
version: "2.2.0.beta8",
|
|
https: true,
|
|
admins: [
|
|
{
|
|
id: 1,
|
|
username: "sam",
|
|
name: "Sam Saffron",
|
|
avatar_template:
|
|
"/user_avatar/meta.discourse.org/sam/{size}/102149_2.png",
|
|
title: "co-founder",
|
|
last_seen_at: "2030-01-15T13:30:43.272Z"
|
|
},
|
|
{
|
|
id: 32,
|
|
username: "codinghorror",
|
|
name: "Jeff Atwood",
|
|
avatar_template:
|
|
"/user_avatar/meta.discourse.org/codinghorror/{size}/110067_2.png",
|
|
title: "co-founder",
|
|
last_seen_at: "2030-01-15T13:21:56.592Z"
|
|
},
|
|
{
|
|
id: 19,
|
|
username: "eviltrout",
|
|
name: "Robin Ward",
|
|
avatar_template:
|
|
"/user_avatar/meta.discourse.org/eviltrout/{size}/5275_2.png",
|
|
title: "co-founder",
|
|
last_seen_at: "2030-01-14T18:03:08.232Z"
|
|
}
|
|
],
|
|
moderators: [
|
|
{
|
|
id: 1,
|
|
username: "sam",
|
|
name: "Sam Saffron",
|
|
avatar_template:
|
|
"/user_avatar/meta.discourse.org/sam/{size}/102149_2.png",
|
|
title: "co-founder",
|
|
last_seen_at: "2030-01-15T13:30:43.272Z"
|
|
},
|
|
{
|
|
id: 32,
|
|
username: "codinghorror",
|
|
name: "Jeff Atwood",
|
|
avatar_template:
|
|
"/user_avatar/meta.discourse.org/codinghorror/{size}/110067_2.png",
|
|
title: "co-founder",
|
|
last_seen_at: "2030-01-15T13:21:56.592Z"
|
|
},
|
|
{
|
|
id: 19,
|
|
username: "eviltrout",
|
|
name: "Robin Ward",
|
|
avatar_template:
|
|
"/user_avatar/meta.discourse.org/eviltrout/{size}/5275_2.png",
|
|
title: "co-founder",
|
|
last_seen_at: "2030-01-14T18:03:08.232Z"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
};
|