Commit Graph

2917 Commits

Author SHA1 Message Date
jj
fbacb94495 api/cookie: do not recreate interval if it already exists 2024-11-26 14:02:16 +00:00
jj
a4cb6ada79 api/cookie: split initial load into separate function 2024-11-26 14:01:36 +00:00
jj
20074a5091 api/cookie: rephrase non-string warning 2024-11-26 13:55:18 +00:00
jj
00ac025235 api/cookie: warn if writing updated cookies fails 2024-11-26 13:52:20 +00:00
jj
3d95361c09 api/cookie: validate cookie file format 2024-11-26 13:51:49 +00:00
jj
31d65c9fb7 api/cookie: validate service names for cookies 2024-11-26 13:44:51 +00:00
d7ae13213e web/i18n/settings: rename debug to nerd mode
and also update description for it
2024-11-26 18:34:13 +06:00
d4bcb1ba61 api/service-config: add new domains for vk 2024-11-26 18:21:44 +06:00
5be8789576 web/PageNavTab: flip the chevron in rtl layout 2024-11-25 12:24:09 +06:00
e93aa54e2f web/SavingDialog: fix weird focus border in chromium browsers 2024-11-25 12:22:28 +06:00
47804f462c web/i18n/error: update private & age post errors 2024-11-24 19:29:53 +06:00
e2f0123418 api/tests/tiktok: add an age restricted video test 2024-11-24 19:26:59 +06:00
a1fa79f2f5 api/tikok: catch an age restriction error 2024-11-24 19:26:44 +06:00
1559ed13af web/package: bump version to 10.4.1 2024-11-24 19:08:52 +06:00
2433681d8b api/package: bump version to 10.4.1 2024-11-24 19:08:40 +06:00
8a24dbb42d api/match-action: fix audio in tiktok picker
it didn't have an audio format in the filename, so it either failed or downloaded without an extension.

closes #870
2024-11-24 19:02:10 +06:00
cdd349cfb6 api/tests/rutube: add a region locked video test 2024-11-24 18:44:07 +06:00
6039eae6a3 api/rutube: catch a region lock error
closes #930
2024-11-24 18:43:50 +06:00
2ed52a161e web/i18n/error: add general content region & paid errors 2024-11-24 18:35:57 +06:00
9b0e4ab0bd api/tests/soundcloud: add tests for region locked and paid songs 2024-11-24 18:35:32 +06:00
43c3294230 api/soundcloud: catch region locked and paid songs and show an error 2024-11-24 18:35:07 +06:00
eb52ab2be8 api/vimeo: return accidentally remove merge function 2024-11-24 18:19:56 +06:00
1cbffc2d75 api/stream/types: convert metadata in one place
also sanitize values & throw an error if tag isn't supported
2024-11-24 18:13:22 +06:00
6770738116 api/create-filename: build & sanitize filenames in one place 2024-11-24 18:12:21 +06:00
407c27ed86 api/utils: rename metadata converter function 2024-11-24 14:55:46 +06:00
6a430545d2 api/utils/cleanString: add more forbidden chars 2024-11-24 14:55:10 +06:00
da5cd3e324 web/DonateBanner: optimize for rtl layouts 2024-11-24 14:30:02 +06:00
7fc3d70d71 web/remux: fix scroll on short screens 2024-11-24 14:19:40 +06:00
b737dbacd6 web/i18n/error: add api key errors 2024-11-24 14:08:06 +06:00
d8f3bbe0f3 web/lib/api: return errors from authorization function 2024-11-24 13:37:36 +06:00
6bb412852d api/package: bump version to 10.4 2024-11-24 00:37:52 +06:00
4ca94aa2cd web/package: bump version to 10.4 2024-11-24 00:37:40 +06:00
b1392cdc03 web/settings/instances: update access key section id 2024-11-24 00:33:36 +06:00
57734822ea web/settings/migrate: refactor, migrate to v4 schema
why the fuck was tab 2 spaces here
2024-11-24 00:23:06 +06:00
0b6270e745 web/SettingsInput: better screen reader accessibility
aria-label is now read instead of placeholders, cuz lengthy ones like uuid are a sensory overload and could confuse people. instead, now we make a fake ui placeholder (because there's no other way to have exclusively aria-label while also showing placeholder normally)
2024-11-24 00:12:35 +06:00
6129198024 web/settings/instances: always display the access key section 2024-11-23 23:22:47 +06:00
adb1cacd9d web/i18n/settings: update access key description 2024-11-23 23:22:08 +06:00
a9831a40a3 web/SettingsInput: fix uuid support & refactor 2024-11-23 23:21:54 +06:00
jj
326bc52f27 web: fix turnstile/server-info circular dependency 2024-11-23 14:37:23 +00:00
d4044e3350 web/server-info: remove turnstile in more cases 2024-11-23 19:14:14 +06:00
601597eb15 web: add support for custom api keys & improve turnstile states 2024-11-23 19:13:23 +06:00
7c7cefe89b web/settings: add a reusable SettingsInput component 2024-11-23 19:11:19 +06:00
8415d0e4f3 web/i18n/error: update invalid jwt token error 2024-11-23 19:08:41 +06:00
baebeed488 web/settings/v4: add api key settings, remove override settings 2024-11-23 19:08:24 +06:00
5b60065c9f web/about/terms: update the abuse email 2024-11-23 16:57:34 +06:00
ff9e248e4f api/util/test: add twitter to finnicky list
they seemingly blocked ips of github workers
2024-11-23 15:42:47 +06:00
7fa387b12f web/i18n/error: add youtube api error and update the login error 2024-11-23 15:38:33 +06:00
5b445d5c7e api/youtube: catch even more innertube errors 2024-11-23 15:37:42 +06:00
f1f9955159 web/i18n/error: rephrase a bunch of strings for more clarity and context
i didn't expect to rewrite this much ngl
2024-11-23 00:32:08 +06:00
1374693c2f web/Toggle: make the toggle stretchy 2024-11-20 16:06:48 +06:00