bibliogram/src/site
Cadence Ember d576b3ef76
Remove unblocker
It does not work.

It was created for an older era when the user page was most heavily
restricted, and graphql timeline was free. So the visitor would look
up the username-userID relationship on the instance's behalf, and
submit that for the instance to check, and then that profile would be
unblocked forever because the user page is not needed after that
point.

Now, the user page is free, and graphql timeline can be impossible.
(Still haven't worked that out yet.) So the unblocker would only be
fetching information that the instance could already get. Even if the
instance was somehow blocked from the user page, the unblocker would
not help, since it only fetches the username-userID relationship for
use with graphql timeline, and graphql timeline is currently blocked
on the instance too.

Keeping this in Bibliogram is misleading to visitors and the backing
code is now useless.

The correct way to view profiles is to run your own Bibliogram.
2021-03-04 22:26:52 +13:00
..
api Remove unblocker 2021-03-04 22:26:52 +13:00
assistant_api Add request quota system 2020-07-23 00:58:21 +12:00
html Cache enhancements: 2020-07-29 21:51:41 +12:00
pug Add Turkish language 2021-02-24 23:08:24 +13:00
sass Fix; use correct map key 2021-01-20 16:12:21 +13:00
assistant.js Hopefully support Heroku 2020-04-15 02:03:38 +12:00
passthrough.js First release 2020-01-13 01:50:21 +13:00
repl.js Properly wait for first compile 2020-06-02 02:55:19 +12:00
server.js Create initial language support 2020-07-20 01:40:27 +12:00