Commit Graph

  • 52c24ab1a3
    docs/run-an-instance: add undocumented turnstile envs dumbmoron 2024-10-12 12:15:07 +00:00
  • 1c9685922f
    docs/api: add information about auth header dumbmoron 2024-10-12 12:01:27 +00:00
  • 7c0fb16fdb
    api/keys: fix prefix size calculation for individual ipv6 addresses dumbmoron 2024-10-12 11:24:29 +00:00
  • 9f4f03ec6c
    docs/examples/cookies: add youtube_oauth to examples dumbmoron 2024-10-12 11:06:14 +00:00
  • dc12d6acad
    web/debug: add a copy button, fix page padding, refactor (#782) Alec Armbruster 2024-10-11 10:04:19 -07:00
  • 1e26788a1e
    api/match-action: add missing ok case to video switch wukko 2024-10-08 16:09:08 +06:00
  • 1b48a2218c api/setup: use pnpm instead of npm KwiatekMiki 2024-10-06 15:58:10 +02:00
  • c482c9fea2
    web/layout: do iphone landscape optimizations only when appropriate wukko 2024-10-06 00:20:14 +06:00
  • 3749fb2aa8
    repo: update dependencies wukko 2024-10-05 22:09:00 +06:00
  • e12e079571
    web/SettingsCategory: prevent pointer events when disabled wukko 2024-10-05 21:42:02 +06:00
  • 4156206f35
    web/settings/audio: disable bitrate section when not applicable (#802) lath 2024-10-05 17:40:56 +02:00
  • 4ed2df64b3
    api: implement support for api keys (#803) jj 2024-10-05 17:14:55 +02:00
  • 3691e2e4f1
    docs/run-an-instance: mention unlimited api keys dumbmoron 2024-10-04 17:43:35 +00:00
  • cfd54e91d5
    security/api-keys: add support for unlimited limit dumbmoron 2024-10-04 17:41:05 +00:00
  • 9cc6fd13fa
    api/core: skip turnstile verification if user authed with api key dumbmoron 2024-10-04 17:37:57 +00:00
  • 3d7713a942
    security/api-keys: clarify error when number is not positive dumbmoron 2024-10-04 17:34:15 +00:00
  • 81818f8741
    api/core: implement authentication with api keys dumbmoron 2024-10-04 16:50:55 +00:00
  • dcd33803c1
    api/core: generate JWT rate limiting key in auth handler dumbmoron 2024-10-04 17:03:57 +00:00
  • 418602ca87
    api/core: add rate limiter for session dumbmoron 2024-10-04 17:02:00 +00:00
  • 38fcee4a50
    api/core: rename tunnel limiter, move to endpoint dumbmoron 2024-10-04 17:00:58 +00:00
  • f2248d4e9a
    api/core: move api limiter after authentication dumbmoron 2024-10-04 16:59:53 +00:00
  • 034f7ebe4a
    api/core: extract rate limit response to function dumbmoron 2024-10-04 16:58:15 +00:00
  • 44f7e4f76c
    web: remove TURNSTILE_KEY env from readme dumbmoron 2024-10-04 15:19:19 +00:00
  • 741dfd40f5
    api/security: implement api keys as method of authentication dumbmoron 2024-10-04 14:58:56 +00:00
  • 4317b128a8
    about/credits: move beta tester listing to component dumbmoron 2024-10-04 12:23:48 +00:00
  • 1a9494b60a
    web/layout: increase toggle contrast in dark mode (#754) Alec Armbruster 2024-10-04 04:43:31 -07:00
  • c2d7e1df12
    api/config: add configuration for streamLifespan (#792) lath 2024-10-03 08:27:28 +02:00
  • b3137ad9ac
    feat/api: add support for twitter bookmark links (#706) KwiatekMiki 2024-10-03 08:26:38 +02:00
  • e419de07a4
    web/layout: fix text selection color wukko 2024-10-03 11:57:18 +06:00
  • 16997f1e38
    web/about/credits: add the website link for one of testers wukko 2024-10-02 18:47:30 +06:00
  • d7c2415f38
    web/changelogs/10.1: fix a typo in "readability" wukko 2024-10-01 23:26:47 +06:00
  • 9f9ab36e7e
    web/changelog/10.1: update the hash in the compare link wukko 2024-10-01 23:17:26 +06:00
  • f461b02fcd
    web/changelogs/10.1: update the github compare link wukko 2024-10-01 23:14:43 +06:00
  • 1f7dc6f54f
    web/changelogs: add 10.1 changelog wukko 2024-10-01 23:09:11 +06:00
  • e0a65a5bc4
    NotchSticker: fix sticker support for newer iphone models dumbmoron 2024-10-01 17:02:44 +00:00
  • 485353add1
    web/layout: reduce ul margin in long text noto components wukko 2024-10-01 22:51:42 +06:00
  • 85bfb6535e
    web/ChangelogEntry: allow saving banners on right click wukko 2024-10-01 21:15:57 +06:00
  • eaf87dc9a2
    web/changelogs/10: update banner dumbmoron 2024-09-30 19:39:10 +00:00
  • d3fb71f52f
    web/changelogs/10: update banner alt text wukko 2024-10-01 01:15:56 +06:00
  • 2db04b87b6
    web/changelogs: update cobalt 10 banner wukko 2024-10-01 01:10:23 +06:00
  • 7922fd7257
    web/about/credits: swap meowbalt and testers sections wukko 2024-09-30 22:41:40 +06:00
  • 84aa9fe67a
    web/about/credits: add a section for thanking beta testers wukko 2024-09-30 22:39:52 +06:00
  • 31be60484d
    web/DonateOptionsCard: add 5px of tolerance for max position wukko 2024-09-30 18:16:52 +06:00
  • b4dd506f61
    svelte/csp: add forgotten frame-ancestors directive to config dumbmoron 2024-09-30 14:31:44 +00:00
  • 391a8950c5
    web/about/terms: clarify that safety email is not for support wukko 2024-09-28 18:14:10 +06:00
  • 4a89831753
    web/about/general: rephrase descriptions to deliver the point better wukko 2024-09-28 18:10:18 +06:00
  • 24bc50793a
    web/donate: rewrite motivation text to convey the message better wukko 2024-09-28 17:41:57 +06:00
  • bf7a48a36c
    api/youtube: fix youtube music metadata parsing wukko 2024-09-28 02:01:43 +06:00
  • 7d6fe34fa4
    web/SupportedServices: don't allow selection when popover is hidden wukko 2024-09-27 22:03:58 +06:00
  • 80d01a7d29
    web/DonateOptionsCard: shorten processor note & remove mobile text wukko 2024-09-27 21:50:39 +06:00
  • 6e3755ae3a
    web/DonateOptionsCard: rename monthly to recurring wukko 2024-09-27 21:43:08 +06:00
  • 3ceef9565d
    web/DonateOptionsCard: adjust options mask size wukko 2024-09-27 21:35:19 +06:00
  • f528919072
    web/DonateShareCard: optimize qr size wukko 2024-09-27 21:35:02 +06:00
  • 5307e86bce
    web/DonateCardContainer: reduce button padding wukko 2024-09-27 21:33:45 +06:00
  • 4f6d94d8e0
    web/DonateShareCard: increase the shadow when expanded wukko 2024-09-27 21:21:27 +06:00
  • fede942a3f
    web/DonateCardContainer: reduce padding wukko 2024-09-27 21:16:05 +06:00
  • ebf2d493aa
    web/DonateOptionsCard: update buttons on wheel too wukko 2024-09-27 21:01:41 +06:00
  • 6ba27f8369
    web/DonateOptionsCard: add scroll buttons to the options container wukko 2024-09-27 20:54:09 +06:00
  • 5a4be4890b
    web/about/general: add motivation section & rephrase summary wukko 2024-09-27 18:19:54 +06:00
  • 6e80703aa7
    10.1: bug fixes, ui & self-hosting improvements, better security (#775) wukko 2024-09-23 23:00:01 +06:00
  • 2a42ed38b6
    repo: merge new commits from main into develop wukko 2024-09-23 20:27:32 +06:00
  • 416a9efdd1
    web/server-info: reload the page if turnstile sitekey changes wukko 2024-09-23 16:16:17 +06:00
  • f8a6b533be
    web/svelte.config: update img-src csp again wukko 2024-09-23 15:30:31 +06:00
  • 1460ee0d53
    web/_headers: remove redundant async wukko 2024-09-23 15:23:23 +06:00
  • e0132ab928
    web/PickerItem: add urlType to downloading params wukko 2024-09-23 15:18:20 +06:00
  • 402b4b6485
    web/types/api: fix formatting wukko 2024-09-23 15:11:58 +06:00
  • ba93492c8d
    web: prevent openURL action on ios devices if url is redirect wukko 2024-09-23 15:06:57 +06:00
  • 12f7ee874e
    web/svelte.config: fix img-src csp wukko 2024-09-23 15:04:17 +06:00
  • d9f1134f7f
    web/SidebarTab: make the icon bigger and gap smaller wukko 2024-09-22 21:41:21 +06:00
  • c9c1e5d298
    web/layout: add padding to about heading wukko 2024-09-22 21:03:50 +06:00
  • 44f470f192
    web/PageNav: reduce the page width in wide mode wukko 2024-09-22 20:55:53 +06:00
  • 7160be65bd
    web/i18n/error: fix typo in live video error wukko 2024-09-22 16:25:31 +06:00
  • af337cbfce
    web/error: make youtube codec error easier to understand wukko 2024-09-22 16:23:38 +06:00
  • 490bdb729e
    web/Omnibox: add aria label for loading captcha state wukko 2024-09-22 16:22:18 +06:00
  • 1473f220cb
    web/SectionHeading: make the link button always visible wukko 2024-09-22 15:42:25 +06:00
  • 128a1ff696
    web/ManageSettings: add wrapping (oops) wukko 2024-09-22 15:28:03 +06:00
  • 2bee3e896d
    web/SectionHeading: fix weird wrapping wukko 2024-09-22 15:21:23 +06:00
  • a5c704c5f0
    web/PageNavTab: fix cursor appearance wukko 2024-09-22 15:15:19 +06:00
  • a7b61dd24c
    web/SidebarTab: fix double scale on press, hold, release wukko 2024-09-22 15:15:07 +06:00
  • dfaef913c4
    web/DownloadButton: move server info cache checks to the api lib wukko 2024-09-22 15:05:40 +06:00
  • f83537a73e
    tests/bsky: fix tests & use dids instead of usernames dumbmoron 2024-09-21 13:24:15 +00:00
  • 8ae48fa524
    api: allow colons (:) in url paths dumbmoron 2024-09-21 13:23:12 +00:00
  • 5ba83f3d56
    web/polyfills: add polyfill for AbortSignal.timeout dumbmoron 2024-09-21 09:08:45 +00:00
  • 819c7a4fa0
    web/DownloadButton: check server info before main request wukko 2024-09-20 18:28:35 +06:00
  • 92008d3012
    web/Omnibox: hide the clear button if request is processing wukko 2024-09-20 15:22:29 +06:00
  • c0bb637480
    web/DownloadButton: show a message about ongoing antibot check wukko 2024-09-20 15:20:53 +06:00
  • c99240339d
    web/Omnibox: allow input while antibot check is ongoing & fix spinner wukko 2024-09-20 15:20:25 +06:00
  • 8162877a47
    web/i18n/settings: update preferred language description wukko 2024-09-19 17:04:04 +06:00
  • d560c0d34a
    api: return correct extension for gif downloads in api response dumbmoron 2024-09-18 18:03:04 +00:00
  • 7ba56f85be
    web/SectionHeading: fix line height of beta tag wukko 2024-09-18 21:42:09 +06:00
  • a6b940e6c9
    api/package: bump version to 10.1.0 wukko 2024-09-18 21:24:24 +06:00
  • 2cb9735b28
    web/package: bump version to 10.1.0 wukko 2024-09-18 21:24:13 +06:00
  • 643e9775f5
    web/DonationOptionsCard: move href inside the option button wukko 2024-09-18 20:57:52 +06:00
  • 9ea6b09e7e
    web/PageNav: add fade in animation for subtitle wukko 2024-09-18 20:30:35 +06:00
  • ce054e63fc
    web/settings: improve settings section ids wukko 2024-09-18 20:23:29 +06:00
  • b30b6957ce
    web/package: move dependencies to devDependencies wukko 2024-09-18 20:15:56 +06:00
  • 026cb634ec
    web: update & move csp to svelte.config.js wukko 2024-09-18 20:11:47 +06:00
  • 52599dd900
    web/headers: update csp yet again wukko 2024-09-18 19:16:23 +06:00
  • 9024418aff
    web/headers: add more stuff to CSP again wukko 2024-09-18 19:12:13 +06:00
  • 732199332e
    web/headers: fix CSP directives & refactor wukko 2024-09-18 19:06:46 +06:00