2022-08-14 21:40:57 +00:00
|
|
|
{{define "title"}}Admin Dashboard{{end}}
|
2022-08-13 22:39:31 +00:00
|
|
|
{{define "content"}}
|
|
|
|
<div class="container">
|
|
|
|
<section class="hero is-danger is-bold">
|
|
|
|
<div class="hero-body">
|
|
|
|
<div class="container">
|
|
|
|
<h1 class="title">Admin Dashboard</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<div class="block p-4">
|
|
|
|
<div class="columns">
|
2022-12-25 07:00:59 +00:00
|
|
|
|
|
|
|
<div class="column">
|
|
|
|
<div class="card">
|
|
|
|
<header class="card-header has-background-warning">
|
|
|
|
<p class="card-header-title has-text-dark-dark">
|
|
|
|
<i class="fa fa-book mr-2"></i>
|
|
|
|
Admin Guidelines <span class="tag is-success ml-3">NEW!</span>
|
|
|
|
</p>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="card-content content">
|
|
|
|
<h2>Respect the privacy of our users</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
We do not snoop on our users' Direct Messages unless they <strong>report</strong> a conversation
|
|
|
|
for us to check out. The only way to access DMs is to <a href="#impersonate">impersonate</a> a
|
|
|
|
user, which can't be done in secret.
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
We treat the Certification Photos as sensitive information. Go there only when a certification
|
|
|
|
photo is pending approval (red notification badges will guide the way). Do not download or leak
|
|
|
|
these images; be respectful.
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>What we moderate</h2>
|
|
|
|
|
|
|
|
Admin users are only expected to help moderate the following areas of the site:
|
|
|
|
|
|
|
|
<h3>1. User profile photos</h3>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Every picture uploaded to a user's profile page can be seen by admin users. The
|
|
|
|
<a href="/photo/gallery?admin_view=true">admin gallery view</a> can find <strong>all</strong>
|
|
|
|
user photos, whether private or friends-only, whether opted-in for the Site Gallery or not.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<strong>Be careful</strong> not to "Like" or comment on a picture if the user marked it
|
|
|
|
"Friends only" or "Private" and they wouldn't expect you to have been able to see it. "Like"
|
|
|
|
and "Comment" buttons are hidden in the admin gallery view to reduce accidents but they are
|
|
|
|
functional on the user's own gallery page.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3>2. The Forums</h3>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Keep up with the <a href="/forum/newest">newest</a> forum posts and generally make sure
|
|
|
|
people aren't fighting or uploading inappropriate photos to one of the few photo boards.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3>3. Reported DMs only</h3>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
If a user reports a Direct Message conversation
|
|
|
|
they're having, a link to view that chat thread will be available from the report.
|
|
|
|
This will <a href="#impersonate">impersonate</a> the reporter and will be logged
|
|
|
|
- see "Impersonating users," below.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
DMs are text-based only, so users won't be sending any image attachments that need
|
|
|
|
moderating and their privacy is to be respected. A user may report a problematic
|
|
|
|
conversation for us to take a look at.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
2022-12-25 07:07:00 +00:00
|
|
|
<h2 id="impersonate">Impersonating users</h2>
|
2022-12-25 07:00:59 +00:00
|
|
|
|
|
|
|
<p>
|
|
|
|
From a user's profile page you can "impersonate," or log in as them. You should almost
|
|
|
|
never need to do this, and only to diagnose a reported issue from their account or
|
|
|
|
something like that.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
You will need to write a <strong>reason</strong> for impersonating a user. The event is
|
|
|
|
logged and will be e-mailed to the admin team along with your reason. The admin team is
|
|
|
|
alerted any time an Impersonate action is performed.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Note: when you impersonate, their "Last logged in at" time is not updated by your actions.
|
|
|
|
So if a user were last seen a month ago, they will still appear last seen a month ago.
|
|
|
|
But other interactions you make as their account (e.g. marking notifications read, reading
|
|
|
|
their unread DMs) will work and may be noticed.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2022-08-13 22:39:31 +00:00
|
|
|
<div class="column">
|
|
|
|
<div class="card block">
|
|
|
|
<header class="card-header has-background-link">
|
|
|
|
<p class="card-header-title has-text-light">
|
2023-08-30 07:08:20 +00:00
|
|
|
<i class="fa fa-peace mr-2"></i>
|
2022-12-25 07:00:59 +00:00
|
|
|
Admin Menu
|
2022-08-13 22:39:31 +00:00
|
|
|
</p>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="card-content">
|
|
|
|
<ul class="menu-list">
|
|
|
|
<li>
|
|
|
|
<a href="/admin/photo/certification">
|
2022-12-25 07:00:59 +00:00
|
|
|
<i class="fa fa-certificate mr-2"></i>
|
2022-08-13 22:39:31 +00:00
|
|
|
Certification Photos
|
2022-08-14 23:27:57 +00:00
|
|
|
{{if .NavCertificationPhotos}}<span class="tag is-danger ml-1">{{.NavCertificationPhotos}}</span>{{end}}
|
2022-08-13 22:39:31 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
2022-08-21 21:05:08 +00:00
|
|
|
<li>
|
|
|
|
<a href="/admin/feedback">
|
2022-12-25 07:00:59 +00:00
|
|
|
<i class="fa fa-message mr-2"></i>
|
2022-08-21 21:05:08 +00:00
|
|
|
Feedback & User Reports
|
|
|
|
{{if .NavAdminFeedback}}<span class="tag is-danger ml-1">{{.NavAdminFeedback}}</span>{{end}}
|
|
|
|
</a>
|
|
|
|
</li>
|
2022-12-25 07:00:59 +00:00
|
|
|
<li>
|
|
|
|
<a href="/photo/gallery?admin_view=true">
|
|
|
|
<i class="fa fa-image mr-2"></i>
|
|
|
|
Gallery: Admin View
|
|
|
|
</a>
|
|
|
|
</li>
|
2023-08-02 03:39:48 +00:00
|
|
|
<li>
|
|
|
|
<a href="/admin/scopes">
|
|
|
|
<i class="fa fa-gavel mr-2"></i>
|
|
|
|
Admin Permissions Management
|
|
|
|
</a>
|
|
|
|
</li>
|
2023-08-17 05:09:04 +00:00
|
|
|
<li>
|
|
|
|
<a href="/admin/maintenance">
|
|
|
|
<i class="fa fa-wrench mr-2"></i>
|
|
|
|
Maintenance Mode
|
|
|
|
</a>
|
|
|
|
</li>
|
2022-08-13 22:39:31 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-08-02 03:39:48 +00:00
|
|
|
{{end}}
|