JordanPlayz158
5285af978a
Added logging for debugging issues with iWeb extractor
7 months ago
JordanPlayz158
dd111b1e2e
Due to request 2 in https://cadence.moe/blog/2022-09-01-discontinuing-bibliogram I have changed all the links pertaining to cadence's repositories and cadence changed over to my repositories and my contact
7 months ago
JordanPlayz158
c9a04455fc
Added iWeb extractor support
7 months ago
Cadence Ember
fd65ef6646
Feeble attempt to support the new multi-format
...
This doesn't work, but it's a start. Somebody else can continue the effort.
7 months ago
Cadence Ember
39c8d7102f
Always use Cantarell font
8 months ago
Cadence Ember
c2df6d696b
Only build new circuits when really needed
8 months ago
Cadence Ember
1872391a8e
Save videos with .mp4 extension
...
Fixes https://todo.sr.ht/~cadence/bibliogram-issues/68
8 months ago
Cadence Ember
ab58306cee
Restore HTML request method with preload extractor
8 months ago
Cadence Ember
48c6e4a8a6
Save proxied media with shortcode as filename
8 months ago
Cadence Ember
7237ebf8d4
Decrease self_blocked_status cache to 60 minutes
8 months ago
Cadence Ember
dc0a80d1cb
Add /settings.json API as requested by Edward
8 months ago
Cadence Ember
a9c7923b2c
Sure, let's cache self_blocked_status again!
8 months ago
Cadence Ember
f20554ddfb
Disable Tor by default.
...
Feel free to experiment and see if it helps if you enable it.
8 months ago
Cadence Ember
c2d7aca1cb
Replace all profile fetching methods with IWeb
...
The previous HTML method is gone due to a page restructure. It was
able to consistently bypass Instagram's blocking.
The IWeb method has a few hundred uses per X time for selfhosters, and
a couple dozen uses per X time for servers. This will likely change in
the future. There is no known way to bypass Instagram's IWeb blocking.
Feel free to look for a way.
Further timeline pages are still blocked. The "next page" button
defaults to not automatically loading when scrolled, since it will
basically never work anyway. Users running personal instances may be
able to get a couple of uses out of it.
8 months ago
tmpod
d2665ce538
Add Portuguese translations
...
Left `data.t_eager` (as per
https://lists.sr.ht/~cadence/bibliogram-devel/%3Ceba97577-8974-882c-9f80-4208e7551190%40tmpod.dev%3E#%3C93d44e9b-4c8a-49c1-b025-d30443a64217@disroot.org%3E )
9 months ago
Cadence Ember
10b38185c4
Correctly show co-authored videos
9 months ago
Cadence Ember
6b72622939
Set content-type charset=utf-8 for feeds.
...
Hope this helps.
10 months ago
Cadence Ember
49445ffb73
Add /tv/ and /reel/ to robots.txt
...
Prevent search engine crawling of instances, just like how /p/ is
already in robots.txt.
10 months ago
Cadence Ember
50f509742e
Cantarell font files from Gnome project
...
Sources:
https://static.gnome.org/fonts/Cantarell-Regular.otf
https://static.gnome.org/fonts/Cantarell-Bold.otf
10 months ago
Cadence Ember
7acb21f613
User pages now count for quota, as it should be.
11 months ago
Cadence Ember
5a1b0e88b2
Specify Cantarell font and add font files
11 months ago
Cadence Ember
7461f25ca9
Use boring font for consistent non-latin script appearance based on page heuristics
11 months ago
Суспільне Надбання
d211470dca
Translate to Ukrainian
11 months ago
Cadence Ember
6b667f5f00
Remove CSRF protection
1 year ago
Cadence Ember
a6094a37ec
Embeds may be blocked or have missing captions
1 year ago
Cadence Ember
09b33ef3fa
Allow viewing webp files
1 year ago
Cadence Ember
3700b3a9ac
Set Access-Control-Allow-Origin * on feeds
...
This enables client-side only web readers like Airss to work.
1 year ago
Cadence Ember
91022aa5da
Support loading shortcodes of a single image
1 year ago
Cadence Ember
d660c84941
Fix shortcode fetching
1 year ago
I. Musthafa
776a209c67
Indonesian Translation for Bibliogram
1 year ago
Cadence Ember
a807acc296
Allow customisation of tor port
2 years ago
Cadence Ember
f14837be44
Set and preserve focus when showing post overlay
2 years ago
Cadence Ember
c5bd24f9d4
Add handler for alternate form of age restriction
2 years ago
Esmail Almaleeh
c901c5e691
Fix the rtl problem in the settings page
2 years ago
Esmail Almaleeh
b8c44cdd0d
Add Arabic Translation
2 years ago
sech1p
329298d516
Add polish language (thanks sech1p)
2 years ago
Cadence Ember
4363891fa6
Add configuration option to disable media proxy
...
Media proxy is enabled by default, and was always enabled before this
commit.
2 years ago
Johannes Weissmann
1bfaa5aaba
Update German translation
2 years ago
Oğuz Ersen
ea7cd5d56d
Update Turkish translation
2 years ago
Cadence Ember
6415564ccf
Update Turkish translation
...
Contributed by Oğuz Ersen <oguzersen@protonmail.com>
2 years ago
Philipp Beckers
583cec2d85
added the 2 new strings to the German translation
2 years ago
bopol
a571ef943c
Translate experiencing problems header in french
...
It is also available for translation in other languages
2 years ago
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.
2 years ago
Cadence Ember
8928ab1edf
Use GraphicsMagick instead of sharp
2 years ago
Ahmet Çadırcı
dcd593e885
Add Turkish language
2 years ago
Jakob Wenzel
7fd90bce54
fix crash in feeds with empty caption
2 years ago
Jakob Wenzel
9b4f235355
insert br tags in feeds
...
FreshRSS performs input sanitation and throws away all style attributes.
Instead of relying on them for linebreaks, insert br tags.
2 years ago
bopol
c050f6424a
use redirect.invidious.io for youtube redirection
...
fix regression introduced by commit e1883b2d9e
invidious.io is not the redirect website for invidious, but the homepage
of Invidious (project)
2 years ago
Cadence Ember
5ed035a432
Preserve history error kind
2 years ago
Cadence Ember
2419fbf08b
Change self_blocked_status to include timeline
...
Disabled by default, enable in the usual way.
2 years ago