3103 Commits

Author SHA1 Message Date
mooleshacat
c621fd04df
loadavg initial commit 2024-10-21 23:29:11 -04:00
mooleshacat
d4834dcb3e
fix alignment with table 2024-10-21 23:08:59 -04:00
mooleshacat
cc4b3bf888
added config variable 2024-10-21 22:20:20 -04:00
mooleshacat
e2d9e1aaf7 alignment 2024-10-20 13:40:51 -04:00
mooleshacat
e071349fb2 changed color again 2024-10-20 13:32:22 -04:00
mooleshacat
3026b09fd4 changed color 2024-10-20 13:22:07 -04:00
mooleshacat
ac114a45aa fixing alignment 2024-10-20 13:20:06 -04:00
mooleshacat
6d4069fe9e fixing fontsize again :/ 2024-10-20 13:15:50 -04:00
mooleshacat
029ed9ce60 fixing fontsize again :/ 2024-10-20 13:13:55 -04:00
mooleshacat
b6a1fdd7d2 fixing fontsize 2024-10-20 13:09:47 -04:00
mooleshacat
a47fb1f234 fix 2024-10-20 12:29:38 -04:00
mooleshacat
faa639c031 fix 2024-10-20 12:26:32 -04:00
mooleshacat
9fc3332ddb fix 2024-10-20 12:16:05 -04:00
mooleshacat
064307ba5f fix 2024-10-20 12:05:05 -04:00
mooleshacat
5d26509413 fix require 2024-10-20 12:02:14 -04:00
mooleshacat
69598270f5 uptime status initial commit 2024-10-20 12:00:16 -04:00
MooCat
3a77c7680a
Update template.ecr
forgot to change size
2024-10-20 08:54:13 -04:00
MooCat
1c2bc75775
Update template.ecr
Update logo :)
2024-10-20 08:46:26 -04:00
mooleshacat
02381ca524 removed div 2024-10-20 00:41:01 -04:00
mooleshacat
2455fdb7b6 fixing size 4 2024-10-20 00:39:55 -04:00
mooleshacat
fbb1a24acb fixing alignment 4 2024-10-20 00:35:42 -04:00
mooleshacat
5b7b3afe66 fixing alignment 4 2024-10-20 00:30:17 -04:00
mooleshacat
93c2f8b33d fixing alignment 3 2024-10-20 00:24:24 -04:00
mooleshacat
ad806287ba fixing alignment 1 2024-10-20 00:20:04 -04:00
mooleshacat
211cb3a273 fixing alignment 1 2024-10-20 00:13:42 -04:00
mooleshacat
a28092ef62 resize icons 1 2024-10-20 00:06:32 -04:00
mooleshacat
93bdde2c33 updated to use img 2024-10-19 23:54:31 -04:00
mooleshacat
e4880b83a7 update job interval (again) 2024-10-19 23:35:01 -04:00
MooCat
fd1b7d03d9
Update template.ecr 2024-10-19 23:31:16 -04:00
MooCat
c1e8cc3ea5
Merge pull request #35 from catspeed-cc/new-sig-helper-reconnect
Merge: SigHelper: Reconnect to signature helper
2024-10-18 16:39:37 -04:00
mooleshacat
028ae5e35c SigHelper: Reconnect to signature helper
Signed-off-by: Fijxu <fijxu@nadeko.net>
2024-10-18 16:33:54 -04:00
mooleshacat
25767f577f manual add redis patch 2024-10-16 19:05:02 -04:00
MooCat
ebe5e356ef
Merge pull request #30 from catspeed-cc/new-dev-add-proxy
Merge: new-dev-add-proxy into new-development
2024-10-16 17:33:59 -04:00
mooleshacat
69873668f1 update 2024-10-16 03:27:00 -04:00
mooleshacat
0f2c57b358 cherry picked commits 2024-10-16 01:50:56 -04:00
mooleshacat
2513aef39c another fix 2024-10-15 18:00:11 -04:00
mooleshacat
b761ed3dcd another fix 2024-10-15 17:54:52 -04:00
mooleshacat
965ac6b09d few fixes 2024-10-15 17:53:55 -04:00
mooleshacat
61d9491ee6 few fixes 2024-10-15 17:52:25 -04:00
mooleshacat
66dd902061
Merge branch 'new-development' of https://github.com/catspeed-cc/invidious into new-dev-token-updater 2024-10-15 14:16:04 -07:00
mooleshacat
aac73c1b93
Revert "use WEB_CREATOR when po_token with WEB_EMBED as a fallback (#4928)"
This reverts commit d9df90b5e3ab6f738907c1bfaf96f0407368d842.
2024-10-15 13:54:04 -07:00
mooleshacat
4fa7aa65bd
cherry picked commits for dev-token-updater 2024-10-15 13:32:29 -07:00
Samantaz Fox
d5f5490aee
Search: Fix 'youtu.be' URLs in sanitizer (#4894)
Use the proper URL argument when transforming youtu.be URLs to their
youtube.com equivalents.

Thanks to Tuhgy on the fediverse for reporting this!

No related issue
2024-10-08 18:03:56 +02:00
Samantaz Fox
97895a491a
Playlists: Fix 'invalid byte sequence' error when subscribing (#4887)
In Crystal, handling multi-byte sequences in UTF-8 requires understanding that
slicing by bytes can lead to invalid sequences if the slicing isn't aligned
with character boundaries. In this case, attempting to slice a string by bytes
can cut through multi-byte UTF-8 sequences, leading to invalid sequences.

To avoid this, strings should be sliced based on characters rather than bytes.

Fixes issue 4886
2024-10-08 18:01:22 +02:00
Samantaz Fox
0ac9367322
Parse more metadata badges for SearchVideos (#4863)
This PR makes it possible to display badges in the search results for third
party Invidious applications (ex: FreeTube)

See also: https://github.com/FreeTubeApp/FreeTube/pull/5590

No related issue
2024-10-08 17:59:35 +02:00
Samantaz Fox
3cfcc16403
Videos: Convert URL before putting result into cache (#4850)
Closes issue 4837
2024-10-08 17:52:34 +02:00
Samantaz Fox
171c0a0814
HTML: Add error message to "search issues on GitHub" link (#4652)
This PR adds the error message to the "search on Github" link located on
the crash page, so that the search bar is already filled and the issues
filtered when the user opens said link.

As seen with #4584 and other critical problems, duplicate issues end up
unnecessarily flooding the issue reports. While this change won't entirely
stop this behavior, this will help the user to easily identify if the error
they have received has been reported yet and discourage them from creating
a duplicate (hopefully...).

No associated issue was open
2024-10-08 17:51:36 +02:00
Samantaz Fox
82ac9a8609
Preferences: Add option to control preloading of video data (#4122)
This PR adds a configuration option to control the preloading of video data on
page load with the HTML5 'preload'[1] attribute on the `<video>` element.

The option is enabled by default, meaning that the `preload` attribute's value
will be 'auto'. If users want to prevent preloading of video data, they
can disable the option, which will set the attribute value to 'none'.

[1](https://www.w3schools.com/tags/att_video_preload.asp)

Closes issue 4110
2024-10-08 17:38:06 +02:00
Samantaz Fox
7c79ee7cc2
Performance: Improve speed of automatic instance redirection (#4193)
The automatic instance redirection implemented in #1940 fetches a new list of
instances each time someone queries the /redirect endpoint. This is extremely
inefficient...

This PR optimizes all that into a background job that only fetches a single
list every 30 minutes. This should performance quite a bit.

No related issue was opened.
2024-10-08 17:31:20 +02:00
ChunkyProgrammer
f6e09250cd
Use "LIVE" instead of "LIVE NOW" when parsing the live_now video badge
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2024-10-07 11:30:33 -04:00