Open
Description
E.g.
https://jsperf.com/manny0899231
https://jsperf.com/https-imgur-com-gallery-bb4dz
Any ideas?
It would be nice if we could whitelist admin accounts (i.e. our own + some trusted folks) who could then access e.g. https://jsperf.com/some-test-case/spam
to mark https://jsperf.com/some-test-case
as spam, i.e. delete the test + blacklist the GitHub account that was used to create this test.
This same whitelist could be used to unlock /delete
functionality on tests and comments.
- map pages to GitHub accounts in the database, i.e. add
authorGitHub
field topages
table (which contains the user’s GitHub identifier) (Cannot edit own test #153 needs this too) - implement admin safelist (of GitHub identifiers)
- use admin safelist to enable
/spam
and/delete
features