Commit graph

287 commits

Author SHA1 Message Date
Kavin
abd19aa94d
Better event send handling. 2022-11-23 21:52:12 +00:00
Kavin
bf269aec5e
Fix syncrunner extracting Streams unnecessarily. 2022-11-23 21:24:30 +00:00
Kavin
4c83e916cd
Remove downloader caching. 2022-11-22 10:33:23 +00:00
Kavin
a76a924c6a
Only provide image proxy configuration. 2022-11-20 20:53:53 +00:00
Kavin
0ea7aca20c
Remove newline. 2022-11-20 20:52:47 +00:00
Bnyro
bbc84a222d add proxyUrl to config 2022-11-20 21:42:41 +01:00
Kavin
030bf0aa30
Fix for playlist video ordering. 2022-11-19 00:17:34 +00:00
Kavin
5b296eb488
Handle playlist video querying correctly. 2022-11-19 00:06:01 +00:00
Kavin
8d23459406
Simplify and optimize playlist query. 2022-11-18 21:49:05 +00:00
Kavin
f9b89663be
Simplify transaction for video updates. 2022-11-18 21:08:37 +00:00
Kavin
adfc0850ed
Speed up playlists and fix adding videos on empty playlists. 2022-11-18 17:27:42 +00:00
Kavin
616c42ee2f
Fix for LBRY domain change. 2022-11-17 17:16:29 +00:00
Kavin
b065ea8668
Fix query type error. 2022-11-17 16:54:42 +00:00
Kavin
a15444645a
Don't query full video anywhere. 2022-11-17 16:24:47 +00:00
Kavin
ec89d042e3
CriteriaUpdate for video updates. 2022-11-17 15:55:43 +00:00
Kavin
28104cc7e4
Right join when querying table to avoid full scan. 2022-11-17 04:38:24 +00:00
Kavin
e4c7ff1333
Don't join users table when adding / removing videos from playlist. 2022-11-17 01:53:48 +00:00
Kavin
dfd7580374
Use right join on channels. 2022-11-17 01:09:12 +00:00
Kavin
0fd90ab1c9
Implement better playlist querying. 2022-11-17 00:03:41 +00:00
Kavin
005bbfd1e5
Implement channel data federation. 2022-11-16 23:04:45 +00:00
Kavin
92cee87822
Merge pull request #439 from TeamPiped/stream-timeout
Add timeout for streams response.
2022-11-16 19:45:28 +00:00
Kavin
f757c439af
Add timeout for streams response. 2022-11-16 19:44:53 +00:00
Kavin
32f30e42f4
Fix NPE check for channel uploader. 2022-11-16 19:32:39 +00:00
Kavin
98628aff98
Implement support for audio track info. 2022-11-15 19:24:52 +00:00
Kavin
6ad27aea2a
Update NPE. 2022-11-15 19:21:36 +00:00
Kavin
f85b9d095d
Attempt to warm classes. 2022-11-15 09:54:13 +00:00
Kavin
fd6a6b3083
Start matrix sync thread asynchronously. 2022-11-15 01:41:15 +00:00
Kavin
79621ac562
Federate new video content. 2022-11-13 01:00:26 +00:00
Kavin
9d8117239f
Fix incorrect field. 2022-11-13 00:48:12 +00:00
Kavin
cd6e63130b
Implement federation of video data. 2022-11-13 00:27:13 +00:00
Kavin
ea67f60689
Update piped.kavin.rocks to piped.video 2022-11-11 19:52:51 +00:00
Kavin
22dcf7a88e
When parameter is not provided, throw an ErrorResponse. 2022-11-04 19:42:05 +00:00
Kavin
d5585738da
Throw 400 response for invalid parameters messages from extractor. 2022-10-31 12:00:37 +00:00
Kavin
afd213b4c8
Handle potential bad responses for RYD. 2022-10-31 11:49:22 +00:00
Kavin
fe87d2cf4d
Don't log error response. 2022-10-31 11:09:57 +00:00
Kavin
a1170677b4
Add more parameter validation. 2022-10-31 10:44:19 +00:00
Kavin
322769b0e4
Use streaming api directly from query. 2022-10-31 10:44:00 +00:00
Kavin
d4d9c71279
Remove org.json and fix occasional json exception. 2022-10-31 10:43:34 +00:00
Kavin
405e0d3bb3
Add some sentry extra data.
And fix potential NPE in RydHelper.
2022-10-31 01:15:46 +00:00
Kavin
f4cb18d102
Add videoId scope and fix sentry transaction trace. 2022-10-30 23:53:41 +00:00
Kavin
08b61a1d20
Ignore ErrorResponse and implement tracing. 2022-10-30 22:26:20 +00:00
Kavin
4a8fb80411
Implement status code error errors. 2022-10-30 21:41:02 +00:00
Kavin
5e531e19d3
Add better validation for some parameters. 2022-10-30 20:29:57 +00:00
Kavin
8c55b85fc2
Allow using sentry to log errors. 2022-10-30 19:56:04 +00:00
Kavin
3b6f983fdc
Change max length to 200 characters. 2022-10-30 14:11:14 +00:00
Kavin
1c73f852b9
Implement support for uploaderUrl and uploaderVerified for playlists. 2022-10-29 23:30:47 +01:00
Kavin
2afecb3f39
Refactor server code into multiple classes. 2022-10-29 22:00:55 +01:00
Kavin
2c79ddb299
Extract item collectors to a new class. 2022-10-29 21:29:09 +01:00
Kavin
82ac80df97
Add channel name updates when loading. 2022-10-29 21:16:52 +01:00
Kavin
aacafb8ab4
Fix channel tab nextpage. 2022-10-27 12:14:53 +01:00