23 Commits
Author SHA1 Message Date
Cadence Ember 49aa4a1d5d Update dependencies 2021-03-12 00:38:03 +13:00
Cadence Ember 078acbb0e3 Update dependencies
Should fix the recent pug vulnerability (which wasn't exploitable in
Bibliogram anyway, though)
2021-03-04 23:05:25 +13:00
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
Cadence Ember 8928ab1edf Use GraphicsMagick instead of sharp 2021-03-04 22:24:40 +13:00
Cadence Ember c7b83f9e75 Update dependencies
For semver breaking changes, changelogs were checked. There were no
breaking changes that interfere with Bibliogram.
2021-02-18 23:32:03 +13:00
Cadence Ember 5ed035a432 Preserve history error kind 2021-01-30 19:40:20 +13:00
Cadence Ember 2419fbf08b Change self_blocked_status to include timeline
Disabled by default, enable in the usual way.
2021-01-30 19:29:24 +13:00
Cadence Ember e1883b2d9e Set default Invidious instance to invidious.io 2021-01-23 21:59:23 +13:00
Cadence Ember 81ea52bab8 Fix; use correct map key 2021-01-20 16:12:21 +13:00
Cadence Ember 508236fb9c Use theme colors for timeline error fragments 2021-01-20 15:49:12 +13:00
Cadence Ember 20b4e448eb Alter follower count text/number order 2021-01-19 02:36:50 +13:00
Cadence Ember aa5d6966a3 State whether images or videos in /p/ link preview 2021-01-19 02:28:02 +13:00
Cadence Ember 5f036124d9 Fix IGTV loading and post count 2021-01-19 02:23:25 +13:00
Cadence Ember f94de3b0a4 Support new block message for posts too 2021-01-19 01:57:19 +13:00
Cadence Ember 934e6baf06 Tor check bug fixes; recognise december blocking 2021-01-19 01:50:35 +13:00
Cadence Ember 544a825b2b Add "experiencing problems" notice 2020-12-18 02:02:56 +13:00
Cadence Ember 6ec4b0f0b2 Update dependencies
Package `ini` is updated to 1.3.6, fixing a prototype pollution
vulnerability. https://npmjs.com/advisories/1589
2020-12-15 01:13:55 +13:00
Cadence Ember 3af4b2f237 Change settings save buttons back to real buttons 2020-11-21 01:49:00 +13:00
Cadence Ember 494232849e Fix language reference in settings for "Hide" 2020-11-21 01:05:47 +13:00
Cadence Ember 72ee788799 Emergency jank: Route through Tor 2020-11-17 18:30:18 +13:00
Cadence Ember 0e320c16d2 Sync with docs readme 2020-11-15 02:30:57 +13:00
Cadence Ember e5c0c7707c Tweaks to submitted language files 2020-11-06 03:04:07 +13:00
Cadence Ember eabcfc01cf Add code of conduct 2020-10-03 22:59:17 +13:00