66 Commits

Author SHA1 Message Date
Kavin
0dd97c67ca
Fix for channels with too large name length. 2023-06-05 07:57:18 +01:00
Kavin
bb3bb3889a
Fix for fetching channels without a videos tab. 2023-06-01 19:12:54 +01:00
Bnyro
71b13d59c4 Simplify PlaylistHelper#getUserPlaylist 2023-05-29 21:35:56 +02:00
Bnyro
86152a457a Add route to change playlist description and add PlaylistsHelper 2023-05-29 19:03:45 +02:00
Kavin
61bfd478aa
Add content length property. 2023-05-26 19:55:01 +01:00
Kavin
fc7d3dd2a5
Filter out video tab from tabs. 2023-05-22 21:10:16 +01:00
Kavin
234adf1255
Fixes for the new new channel tab handler. 2023-05-22 21:10:16 +01:00
Kavin
f6639511aa
Implement support for extracting playlist description. 2023-05-22 21:10:16 +01:00
Kavin
5676881ec1
Fix missing transaction when trying to insert new videos in a playlist 2023-05-01 00:58:57 +01:00
Kavin
12e25c9c13
Attempt to add proper support for channel handles. 2023-04-27 13:22:04 +01:00
Kavin
f19f2b4c9a
Fix for subscriptions not working after hibernate update. 2023-04-27 08:08:45 +01:00
Kavin
f42a006d81
Fix existing code for new hibernate sanity checks. 2023-04-26 12:00:51 +01:00
Kavin
cb598371b0
Add check for query length. 2023-03-04 03:03:06 +00:00
Kavin
d74d683615
Fetch LBRY HLS stream. 2023-02-27 11:41:06 +00:00
Kavin
705a52cb7d
Handle S3 disabled better. 2023-02-02 15:52:51 +00:00
Kavin
37b2a41903
Add route to get file content. 2023-02-02 15:12:31 +00:00
Kavin
0e04526217
Implement persistent client-data storage with S3. 2023-02-02 13:03:11 +00:00
Bnyro
448659ea8a Allow POST requests for unauthenticated subscriptions 2023-01-29 20:07:06 +01:00
Kavin
e8b0f197a9
Drop IPFS publish code. 2023-01-14 14:42:42 +00:00
Kavin
c2a93d5354
Don't escape entire HTML, just the URL. 2023-01-14 14:36:43 +00:00
Bnyro
e19bfaad91 Show all available info as feed content 2023-01-09 18:58:48 +01:00
Bnyro
a9ab1ca895 Use the channel avatar as icon & image in channel RSS feeds 2023-01-09 18:26:16 +01:00
Bnyro
0099b5092e Use channel name for RSS channel feeds 2023-01-09 18:15:28 +01:00
Kavin
6c12f58ffb
Try removing join and replacing array altogether. 2023-01-08 14:44:33 +00:00
frajibe
27d14f7141 minor (put line breaks) 2023-01-07 15:24:06 +01:00
frajibe
a145ad4e77 introduce a dedicated method to clear a playlist 2023-01-07 13:01:27 +01:00
frajibe
fef6022104 feat: ability to clear a playlist from its videos (#1952) 2023-01-07 11:07:14 +01:00
Kavin
48ee0bba85
Clean code and throw error if no video was added. 2023-01-02 20:59:57 +00:00
Bnyro
e5556f38e5 Don't error out when a video of many is private when adding to playlist 2023-01-01 20:18:50 +01:00
Kavin
3b4f5274e6 Update NPE. 2022-12-19 21:02:15 +00:00
Kavin
bb8ec601f1 Update NPE. 2022-12-19 17:51:48 +00:00
Kavin
aa36c6f68b
Filter invalid channel IDs. 2022-12-14 20:38:19 +00:00
Kavin
b1b7dbb44a
Attempt to improve pubsub subscription handling. 2022-12-10 04:56:31 +00:00
Kavin
f2a7497d32
Add one more content unavailable message for georestricted check 2022-11-28 01:18:05 +00:00
Kavin
ffe0778c23
Check if geo restricted on unavailable videos. 2022-11-28 00:45:38 +00:00
Kavin
f140f8fe5a
Localize image URLs to current instance. 2022-11-27 16:44:42 +00:00
Kavin
12c41980dd
Implement geo restrictions bypass. 2022-11-27 00:29:26 +00:00
Kavin
d0fd4e0da6
Optimize playlist adding queries. 2022-11-26 19:45:31 +00:00
Bnyro
d5054a9fbb
allow adding multiple videos to a playlist at the same time 2022-11-26 19:25:11 +00:00
Kavin
cdbb3a10eb
Migrate to new default method for Argon2 Constructor. 2022-11-26 19:06:45 +00:00
Kavin
abd19aa94d
Better event send handling. 2022-11-23 21:52:12 +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
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