5090 Commits

Author SHA1 Message Date
Hosted Weblate
24e8b62dab Update Ukrainian translation
Update Ukrainian translation

Update Ukrainian translation

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: Сергій <sergiy.goncharuk.1@gmail.com>
2024-04-01 20:27:34 +02:00
Hosted Weblate
3f197db735 Update Bulgarian translation
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Radoslav Lelchev <rlelchev@abv.bg>
2024-04-01 20:27:34 +02:00
Hosted Weblate
295c0fe3c5 Update Russian translation
Update Russian translation

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Noise Maker <vh0d@disroot.org>
Co-authored-by: hikiko4ern <25303622+hikiko4ern@users.noreply.github.com>
2024-04-01 20:27:34 +02:00
Hosted Weblate
1596c6519b Update Danish translation
Co-authored-by: Grooty12 <weblate@grooty.site>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-04-01 20:27:34 +02:00
Hosted Weblate
deba15c594 Update German translation
Update German translation

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Lenny Angst <lenny@familie-angst.ch>
Co-authored-by: Radoslav Lelchev <rlelchev@abv.bg>
2024-04-01 20:27:34 +02:00
Hosted Weblate
b418ed028d Update Portuguese (Brazil) translation
Update Portuguese (Brazil) translation

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: joaooliva <joaooliva@protonmail.com>
2024-04-01 20:27:34 +02:00
Hosted Weblate
3d12b9d3b1 Update Turkish translation
Update Turkish translation

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
2024-04-01 20:27:34 +02:00
Émilien (perso)
49d8525bb1 Remove usage of depends_on (#4383) 2024-04-01 20:27:34 +02:00
vojkovic
517395be84 Fix two swapped function names 2024-04-01 20:27:34 +02:00
nixos script
25d14095fa fix issue where scope would be missing the * if the user was not logged in before calling the authorize endpoint
fix #4200
2024-04-01 20:27:34 +02:00
guidiasz
9055672394 fix: "Watch on YouTube" preserve current playlist 2024-04-01 20:27:34 +02:00
ChunkyProgrammer
04f350cf9f Add title to toggle theme icon 2024-04-01 20:27:34 +02:00
Corné Dorrestijn
4ba44d5942 Fixed aspect ratio for thumnails to prevent CLS 2024-04-01 20:27:34 +02:00
Samantaz Fox
b812d29d9a Remove the 'fields' parameter on the client side too 2024-04-01 20:27:34 +02:00
Samantaz Fox
cb9f2504ab Helpers: remove JSONFilter logic 2024-04-01 20:27:34 +02:00
Samantaz Fox
b467c5c3f5 Kemal: remove APIHandler middleware 2024-04-01 20:27:34 +02:00
ChunkyProgrammer
067c66db0e add null safety to clip parsing 2024-04-01 20:27:34 +02:00
ChunkyProgrammer
2a07f27992 Add API endpoint for Clips 2024-04-01 20:27:34 +02:00
ChunkyProgrammer
f660ce9dd3 use start time and endtime for clips 2024-04-01 20:27:34 +02:00
ChunkyProgrammer
8422163a5b fix potential memory leak 2024-04-01 20:27:34 +02:00
ChunkyProgrammer
10bf3c92a9 Unescape search suggestions 2024-04-01 20:27:34 +02:00
Brahim Hadriche
7281da0fac Revert "Make head request to resolve short urls"
This reverts commit 7e267da5beef5981b6db40e7b20f23f5dbd81136.
2024-04-01 20:27:34 +02:00
Brahim Hadriche
10a9565b09 format 2024-04-01 20:27:34 +02:00
Brahim Hadriche
68d24dbaaf Make head request to resolve short urls 2024-04-01 20:27:34 +02:00
Brahim Hadriche
02e9202c64 type fix 2024-04-01 20:27:34 +02:00
Brahim Hadriche
2289aac6a2 Add playlist and start time to the resolve url 2024-04-01 20:27:34 +02:00
ChunkyProgrammer
a91e50deae fix related video author when id is empty 2024-04-01 20:27:34 +02:00
Chunky programmer
7a200c1e83 Search: Don't error if AuthorId does not exist 2024-04-01 20:27:34 +02:00
shironeko
618c0cee61 Fix when video from pubsub is a scheduled event 2024-04-01 20:27:34 +02:00
shironeko
4e29e8a5a0 Fix pubsub feed parsing
similar to what's done in #3793, this is causing an assert on my instance
2024-04-01 20:27:34 +02:00
ThetaDev
5b4b8ef49e fix: prevent censoring of self-harm related search queries (#4403)
* fix: prevent censoring of self-harm related search queries

* fix: yt_filters_spec with new flag
2024-04-01 20:27:34 +02:00
syeopite
dc47992fc6 Add parameter to disable force_resolve in make_client (#4335)
* Add option to disable force_resolve in make_client

Some websites such as archive.org and textcaptcha.com
does not support IPv6 and as such requests fail when Invidious requests
with IPv6 to those services.

* Reenable force_resolve on pubsub subcribe request

* Make force_resolve false by default in make_client

* Remove missed explicit force_resolve=false
2024-04-01 20:27:34 +02:00
syeopite
274f9be9d8 Exempt issues with "exempt-stale" from staling (#4385)
The exempt-stale label was not actually set to exempt issues from staling...
2024-04-01 20:27:34 +02:00
Luigi
06d97224a1 Improve depends_on docker-compose (#4249)
* Improve depends_on checking the service is up and healthy before start the service that might cause issue first boot

* Docker version Ubuntu 22.04 has a version which doesn't support restart
2024-04-01 20:27:34 +02:00
Samantaz Fox
08390acd0c
Update workaround used to fetch streaming URLs (#4552)
Thanks to LuanRT (From youtube.js) for the fix!

Closes issue 4498
2024-03-31 18:42:10 +02:00
Brahim Hadriche
1a2d408d38 Update shorts params 2024-03-31 11:37:13 -04:00
ChunkyProgrammer
0aaa3e6a08 API: Parse channel's tags 2024-03-11 13:31:14 -04:00
Émilien (perso)
99a5e9cbc4
Merge pull request #4473 from SamantazFox/bump-api-clients
YoutubeAPI: bump client versions
2024-03-08 11:23:03 +01:00
Samantaz Fox
619aa3ff05
YoutubeAPI: bump client versions 2024-03-06 21:36:15 +01:00
ChunkyProgrammer
5ceeefa236 add support for new likes format 2024-03-01 23:45:29 -05:00
Samantaz Fox
e8a36985af
API: Add APIHandler back (#4431)
This handler should no have been removed in 4276, as it adds the required CORS
header (Access-Control-Allow-Origin) for public acces to the API.

Thanks to iBicha for noticing this!
2024-02-19 00:16:17 +01:00
Samantaz Fox
962ce23cc2
WebVTT::Builder: Add logic to escape special chars (#4414)
Note: WebVTT does allow some tags in the cue payload in some circumstances
while this PR just blindly escapes everything:
https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API#cue_payload_text_tags
2024-02-19 00:16:17 +01:00
Samantaz Fox
e0ce59d3e8
Channels: Add support for multi-image community posts (#4412)
This PR adds a CSS-only image carousel for community posts with more than
one image attached.

Closes issue 3522
2024-02-19 00:16:17 +01:00
Samantaz Fox
c5a3112e49
CSS: expand #contents width on small screens (#4405)
The #contents div now takes the full width on small screens (< 1280px).
All page elements have a little more room, especially the video titles.
2024-02-19 00:16:17 +01:00
Samantaz Fox
d3703baba9
I18n: Add missing translation strings (#4424)
Closes issue 3120
2024-02-19 00:15:44 +01:00
Samantaz Fox
20203f4ec0
I18n: Fix a typo in Finnish localization (#4375) 2024-02-18 23:53:16 +01:00
Samantaz Fox
732553519e
Translations update from Hosted Weblate (#4164) 2024-02-18 23:51:53 +01:00
ChunkyProgrammer
a957b0fb7c remove trailing white spaces 2024-02-16 16:22:43 -05:00
ChunkyProgrammer
26429bee3f make it so interpolation text can be a hash
Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
2024-02-15 21:45:22 -05:00
ChunkyProgrammer
ef6b766b29 Add support for multi image community posts 2024-02-15 21:45:21 -05:00