Kavin
|
3d8d592768
|
Fix for bug where subscriptions can't be fetched on fresh accounts. (#205)
|
2022-03-01 21:02:35 +00:00 |
|
Kavin
|
b0b651f44d
|
Don't perform authentication checks in subscribed route. (#201)
If the sessionId is invalid, false should be returned for subscribed, we make it the client's responsibility to ensure the sessionId is valid.
|
2022-02-24 19:06:38 +00:00 |
|
Kavin
|
014c9533c8
|
Optimize subscriptions query, by using Criteria API. (#200)
|
2022-02-24 12:32:39 +00:00 |
|
Kavin
|
78082742ad
|
Replace left joins with inner joins (#199)
* Replace left joins with inner joins.
* Temporarily disable YugabyteDB CI
|
2022-02-24 12:27:23 +00:00 |
|
Kavin
|
498849ec6b
|
Replace native query with criteria api for feeds (#190)
|
2022-02-15 11:37:21 +00:00 |
|
FireMasterK
|
f28d40dffe
|
Add support for extracting videoId from clipId.
|
2022-02-10 14:57:08 +00:00 |
|
Kavin
|
7eeff6eec4
|
Refractor codebase and improve video data update handling. (#185)
|
2022-02-09 03:06:52 +00:00 |
|
Kavin
|
ec3b69b7a7
|
Add shortDescription parameter to StreamItem. (#184)
|
2022-02-08 14:43:45 +00:00 |
|
Kavin
|
cf32a60ed1
|
Add uploaded field to StreamItem. (#183)
|
2022-02-06 15:33:46 +00:00 |
|
Kavin
|
b54248b47f
|
Remove casts by specifying type. (#182)
|
2022-02-03 11:57:07 +00:00 |
|
Kavin
|
8ba39000b1
|
Simplify comparators (#181)
|
2022-02-03 11:29:59 +00:00 |
|
Kavin
|
c07cf5fd1f
|
Refactor Utility methods and migrate to OkHttp (#179)
|
2022-02-02 21:05:22 +00:00 |
|
Kavin
|
9aa16b3299
|
Improvements to caffeine caching. (#171)
|
2022-01-26 04:00:56 +00:00 |
|
Kavin
|
322610dbbb
|
Rewrite chapter image URLs. (#167)
|
2022-01-13 04:22:09 +00:00 |
|
Kavin
|
2923e1ec76
|
Fix feed validation errors (#155)
|
2021-12-25 16:46:39 +00:00 |
|
Kavin
|
4c317a6158
|
Change rss entry from id to link (#150)
Uri -> Link
|
2021-12-20 14:36:20 +00:00 |
|
FireMaskterK
|
e1e5382959
|
Add registered users badge.
|
2021-11-11 11:35:50 +00:00 |
|
FireMaskterK
|
1c8e8b190e
|
Fix LBRY timeouts.
|
2021-11-09 08:06:13 +00:00 |
|
FireMaskterK
|
3de3b55d3c
|
Revert "Fix LBRY timeouts."
This reverts commit a7b02e9566 .
|
2021-11-09 08:03:48 +00:00 |
|
FireMaskterK
|
a7b02e9566
|
Fix LBRY timeouts.
|
2021-11-09 08:03:21 +00:00 |
|
FireMaskterK
|
ced7b0ee9e
|
Add configuration property to disable registration.
|
2021-11-09 06:27:29 +00:00 |
|
FireMaskterK
|
98127b8c0e
|
Implement chapter segment support.
Closes https://github.com/TeamPiped/Piped/issues/600
|
2021-11-04 19:21:26 +00:00 |
|
FireMaskterK
|
5feec94220
|
Fix url rewrite issues
Closes https://github.com/TeamPiped/Piped/issues/598
|
2021-11-04 17:45:39 +00:00 |
|
FireMaskterK
|
759a6445f0
|
Fix for Comment repliesPage being "null" when not present.
|
2021-11-01 19:58:44 +00:00 |
|
FireMaskterK
|
86154a1a29
|
Allow Avatar URL to change in channel.
|
2021-10-31 17:48:34 +00:00 |
|
FireMaskterK
|
f731308dcc
|
Implement OpenSearch api.
|
2021-10-25 23:55:29 +01:00 |
|
FireMaskterK
|
1c1dd05455
|
Add timeout for LBRY calls.
|
2021-10-12 11:44:21 +01:00 |
|
FireMaskterK
|
022a0af007
|
Include search corrections in API.
|
2021-10-10 00:24:29 +01:00 |
|
FireMaskterK
|
2c7baa0710
|
Don't fail hard when LBRY throws errors.
|
2021-10-06 16:37:47 +01:00 |
|
FireMaskterK
|
a1a3e717b2
|
Add option to disable HIBP password check.
Usage of this option is discouraged for password security reason.
|
2021-10-04 19:57:56 +01:00 |
|
FireMasterK
|
d03c677a7f
|
Fix for possible NPE.
|
2021-10-03 09:55:13 +01:00 |
|
FireMasterK
|
08aeefa099
|
Add support for legacy bcrypt hashes from Invidious
|
2021-10-03 09:02:43 +01:00 |
|
FireMasterK
|
cc3976b454
|
Improve livestream detection.
|
2021-10-01 18:53:54 +01:00 |
|
FireMasterK
|
29fb9b02a2
|
Add support for extracting replies and update NPE.
|
2021-09-22 15:18:24 +01:00 |
|
FireMasterK
|
84bd3aa164
|
Improve feed query performance.
|
2021-09-21 22:35:12 +01:00 |
|
FireMasterK
|
aae627a423
|
Remove debug constant.
|
2021-09-21 22:34:25 +01:00 |
|
FireMasterK
|
d6a2d92eeb
|
Refractor repeated code.
|
2021-09-10 00:55:16 +05:30 |
|
FireMasterK
|
baa84e9403
|
Refractor and improve log handling.
|
2021-09-10 00:19:46 +05:30 |
|
FireMasterK
|
e38d989a5e
|
Add FRONTEND_URL configuration property.
|
2021-09-09 13:35:19 +05:30 |
|
FireMasterK
|
cdcae82c4d
|
Check if passwords are compromised in HIBP.
|
2021-09-06 00:49:54 +05:30 |
|
FireMasterK
|
721f197bd8
|
Use substringAfter to cleanup code and fix YouTube music URLs.
|
2021-09-06 00:14:24 +05:30 |
|
FireMasterK
|
c7338f85f3
|
Fix NPE in YouTube Music search.
|
2021-09-05 03:31:48 +05:30 |
|
FireMasterK
|
0fe215ea67
|
Unify video/StreamInfoItem in Search Results.
|
2021-09-04 01:02:51 +05:30 |
|
FireMasterK
|
b2c9ffa789
|
Update NewPipeExtractor and extract more info.
|
2021-09-03 22:01:26 +05:30 |
|
FireMasterK
|
f4b0884978
|
Commit missing import and fix build.
|
2021-08-28 13:36:09 +05:30 |
|
FireMasterK
|
3e99d1d806
|
Add support for overriding subscriptions when importing.
|
2021-08-28 13:27:56 +05:30 |
|
FireMasterK
|
f9f4dd8e74
|
Add verified info in more places.
|
2021-08-18 01:37:49 +05:30 |
|
FireMasterK
|
90d04f9e4f
|
Implement uploaderVerified for feed response.
|
2021-08-17 22:59:15 +05:30 |
|
FireMasterK
|
e4f071b72a
|
Add Dash URL to streams response.
|
2021-08-16 01:21:48 +05:30 |
|
ChunkyProgrammer
|
b28356d0ed
|
get channel subscriber count (#94)
update
|
2021-08-14 09:58:52 +05:30 |
|