Commit graph

103 commits

Author SHA1 Message Date
dumbmoron 08490c54e4
api: include generated filename in api response 2024-09-07 12:26:43 +00:00
dumbmoron 438fce3c58
api/processing: append audio extension to filename before response 2024-09-07 12:26:43 +00:00
wukko 97866fb306
api/core: update the emoticon in startup message 2024-09-05 07:53:55 +06:00
wukko fff1c6c7a6
web & api: rename stream to tunnel
- updated the endpoint to /tunnel
- updated status to tunnel
- fixed one incorrectly named error in web
2024-09-05 00:26:48 +06:00
wukko 645542c910
api/bluesky: catch video errors & prevent loading videos not from bsky
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
2024-09-03 13:24:08 +06:00
dumbmoron 4b4fce326f
test: update match() arguments to new format
Some checks are pending
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
2024-09-02 14:18:11 +00:00
wukko 8cee4e58c5
api/match: accept object as single argument
hi im what i do
2024-09-02 08:27:31 +06:00
wukko 93f2a6b226
api/bluesky: add support for saving images
Some checks are pending
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
one or multiple, everything works
2024-09-01 16:37:24 +06:00
wukko d9925f2233
api/core: move friendly name map to server info 2024-09-01 16:02:06 +06:00
wukko 805e5d42c0
api/config: apply friendly name in a map
filter doesn't allow changing the value
2024-09-01 15:56:51 +06:00
wukko c71ed59660
api/url: return friendly name in unsupported link error 2024-09-01 15:51:35 +06:00
wukko 97fb6e60a2
api/service-alias: refactor 2024-09-01 15:35:49 +06:00
wukko 740a75851e
api: add support for service name aliases
currently only used for bluesky
2024-09-01 15:28:29 +06:00
wukko 57050fb742
api/match-action: fix mute tag assignment for default filename
it's also no longer applied to photos and gifs LMFAOOO
2024-09-01 14:59:35 +06:00
wukko 67073b274d
api/tests: add bluesky tests 2024-09-01 14:41:41 +06:00
wukko b727a56d67
api/bluesky: catch fetch errors (oops) 2024-09-01 14:39:28 +06:00
wukko 6c9601690b
api: add support for bluesky videos & clean up service patterns 2024-09-01 14:34:44 +06:00
wukko 4478a963c5
api/config: add cobalt user agent 2024-09-01 14:15:16 +06:00
wukko f3521da9c1
api/stream/remux: convert audio to aac to increase compatibility
only applies to hls exceptions
2024-09-01 14:09:58 +06:00
wukko ccdcd4cb09
api/url: add missing break to dailymotion case 2024-09-01 12:00:48 +06:00
wukko f464d87585
api/tiktok: add support for proxying images in a picker 2024-08-31 15:01:09 +06:00
wukko 0852f5dc09
api/snapchat: always proxy picker thumbs & support proxying everything 2024-08-31 14:52:12 +06:00
wukko 892b875e3f
api/reddit: add a filename to returned gifs 2024-08-31 14:27:46 +06:00
wukko 10717c69f6
api/twitter: support proxying videos & images in a picker 2024-08-31 14:23:18 +06:00
wukko 00da2a9339
api/twitter: return a filename for images 2024-08-31 14:19:01 +06:00
wukko d026eb75a5
api/instagram: add support for proxying everything in a picker 2024-08-31 14:10:03 +06:00
wukko 4476ae0672
api/pinterest: add missing filenames to images & gifs 2024-08-31 14:09:34 +06:00
wukko a9e65b0da0
api: add an option to always proxy files 2024-08-31 14:07:37 +06:00
dumbmoron 2f63f6bab7
api/proxy: add support for proxying range requests 2024-08-31 07:15:20 +00:00
wukko d8bacbeeef
api/tests/twitter: allow retweeted video tests to fail 2024-08-30 21:35:29 +06:00
dumbmoron 5cbc91cba9
tests: mark "twitter voice" test as canFail 2024-08-30 08:40:04 +00:00
dumbmoron 97266a46fa
ci: shuffle ciphers before running service tests 2024-08-30 08:30:34 +00:00
wukko 7f8204bc0c
api/core: handle all express errors, not just path parsing (wtf) 2024-08-30 14:25:46 +06:00
wukko 329b068038
api/schema: don't decode the url
this is from the dinosaur era of cobalt and hasn't been used since we moved to POST requests
2024-08-30 14:09:18 +06:00
wukko 3295afdaae
api/create-filename: don't add dub name when it doesn't exist
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
2024-08-28 00:35:53 +06:00
wukko a589bf7e54
api/youtube: fix audio dub track detection 2024-08-25 14:48:46 +06:00
wukko 6dcd951e21
api/create-filename: refactor 2024-08-25 14:48:28 +06:00
wukko 0bbf822d70
api/youtube: catch token expiration error 2024-08-24 18:34:02 +06:00
wukko 856004366e
api/match: fix typo in fetch.critical code 2024-08-24 17:28:43 +06:00
wukko 7478a373fc
api & web: add service context to api.fetch.critical error 2024-08-24 17:24:51 +06:00
wukko 7ac0726f37
api: move error context to matcher 2024-08-24 16:56:07 +06:00
wukko 37efa035a2
api/twitter: update no tweet error code 2024-08-24 16:31:19 +06:00
wukko 7041d61d80
api/core: fix link parsing error handling 2024-08-24 16:13:42 +06:00
wukko 70264f3691
api/core: update server info
Some checks are pending
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
- cache server info as string
- serve a list of services & duration limit in server info
2024-08-23 00:33:52 +06:00
wukko 7a557a97c3
api: move service disabling to DISABLED_SERVICES env 2024-08-23 00:16:26 +06:00
wukko ee375a27cd
api/schema: enable tiktok full audio by default
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
2024-08-22 23:17:49 +06:00
wukko a21c9e7632
api/core/api: clean up imports 2024-08-22 23:04:11 +06:00
wukko 102dec4a84
api/match-action: clean up audio action 2024-08-22 22:45:26 +06:00
wukko ff9efdc471
api & web: update default audio bitrate to be 128kbps 2024-08-22 20:50:21 +06:00
wukko 42ff874c95
api/schema: add 8bkps audio bitrate option 2024-08-22 20:06:54 +06:00