Commit Graph

58 Commits

Author SHA1 Message Date
Kavin bae104a03b
Enable sending consent cookie. 2023-12-17 04:50:47 +00:00
Kavin 68bbf3c0f8
Improvements to reqwest4j init, warm up extractor, init youtube country on new thread 2023-12-17 02:12:02 +00:00
Kavin 268e599421
Implement blake3 proxy query hash 2023-11-20 05:18:29 +00:00
Kavin ec85beba5f
Update reqwest4j. 2023-08-21 09:49:23 +01:00
Kavin ca6e7cec7f
Initialize Reqwest in Constants to prevent circular dependency 2023-07-28 11:42:21 +01:00
Yanick edf8e7f8e5
add DISABLE_REGISTRATION to frontendProperties 2023-07-13 14:53:00 +02:00
Kavin 7b1dd45bf9
Add support for setting up a proxy for reqwest. 2023-07-04 19:14:37 +01:00
Kavin 990388f0d4
reqwest4j is now async first 2023-06-30 14:42:10 +01:00
Kavin 705a52cb7d
Handle S3 disabled better. 2023-02-02 15:52:51 +00:00
Kavin 0e04526217
Implement persistent client-data storage with S3. 2023-02-02 13:03:11 +00:00
Kavin 36af3af096
Use reqwest4j instead of okhttp. 2023-01-30 03:11:56 +00:00
Kavin 1b7d6a1472
Don't fail on unknown properties. 2022-11-27 00:31:47 +00:00
Kavin 12c41980dd
Implement geo restrictions bypass. 2022-11-27 00:29:26 +00:00
Kavin ec4e058652
Add supported countries to frontend properies. 2022-11-26 19:14:02 +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 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 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 8c55b85fc2
Allow using sentry to log errors. 2022-10-30 19:56:04 +00:00
Kavin 00a6d7da93
Implement support for channel tabs. 2022-10-27 11:59:10 +01:00
Kavin b15f90bbd3
Add support to configure sponsorblock servers. 2022-10-23 19:17:04 +01:00
Ellie a10d2f6edf
Add PUBSUB_HUB_URL constant 2022-10-04 07:44:53 +00:00
Kavin 51185f2558
Some small changes. 2022-09-25 22:33:29 +01:00
Bnyro 52370036e3 add config for the frontend 2022-09-18 15:15:58 +02:00
Kavin 9a45e33fdb
Fix bugs and implement more of unauthenticated subs. 2022-07-31 23:17:42 +05:30
Kavin 6c6c8c021f
Add option to disable LBRY. 2022-07-22 09:22:48 +05:30
Kavin c0f51c6fb6
Allow disabling server on a node. 2022-07-19 14:15:42 +05:30
Kavin 374d067a95
Implement RYD-Proxy API implementation. (#293) 2022-06-27 17:11:22 +01:00
Kavin e085d4c8a3
Allow having a different url for pubsub. (#290)
This would be useful for onion instances.
2022-06-25 10:22:45 +01:00
Kavin 160e6933d3
Allow disabling pubsub timer to lower cpu usage. (#289) 2022-06-25 10:19:06 +01:00
Kavin 18211a3eed
Add route to import playlist from YouTube. (#282) 2022-06-18 19:10:26 +01:00
Kavin c23805288f
Update to Hibernate 6. 2022-06-17 17:05:59 +01:00
Kavin a5296d6e5a
Add support for a different address for proxying images. (#252) 2022-04-25 07:42:59 +01:00
Kavin 94f5fa37ac
Add route to display version information. (#195)
* Add version information route.

* Use build action for tests.

* Add version test to script.

* Add testing directory to dockerignore.

* Don't unnecessarily set permission for gradle wrapper script.
2022-02-22 09:16:45 +00:00
Kavin c07cf5fd1f
Refactor Utility methods and migrate to OkHttp (#179) 2022-02-02 21:05:22 +00:00
Kavin 9c926d3183
Force use HTTP 1.1 temporarily. (#177) 2022-02-02 08:05:43 +00:00
Kavin 8880a884c3
Add feed retention configuration option. (#174) 2022-01-31 04:17:16 +00:00
Kavin b0872ce414
Update default frontend uri (#149) 2021-12-20 14:21:45 +00:00
FireMaskterK d34e22790f
Add hibernate properties from env variables. 2021-11-23 01:50:06 +00:00
FireMaskterK 749cf48f4b
Read properties from environment if available.
Closes https://github.com/TeamPiped/Piped/issues/638
2021-11-23 00:21:18 +00:00
FireMaskterK ced7b0ee9e
Add configuration property to disable registration. 2021-11-09 06:27:29 +00:00
FireMaskterK a7885f1ca1
Update privacy.resistFingerprinting UA. 2021-11-08 15:20:41 +00: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 aae627a423
Remove debug constant. 2021-09-21 22:34:25 +01:00
FireMasterK e38d989a5e
Add FRONTEND_URL configuration property. 2021-09-09 13:35:19 +05:30
3nprob ce5881bad1
Add support for outbound http proxy (#93)
* Add support for outbound http proxy

* Simplify logic and fix typos.

Co-authored-by: 3nprob <3nprob@3nprob>
Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
2021-08-14 00:08:15 +05:30
FireMasterK dfca88952a
Use Hibernate as a database (#32)
* Basic hibernate structure.

* Commit stash.

* Improve a lot of things.

* Implement Feed, PubSub, query optimizations.

* Update video views on channel visits.

* Allow mass importing subscriptions.

* Allow configuring database in config.properties.

* Major multi-threading and pubsub improvements.

* PubSub query improvements and fix for postgres.

* Revert docker-compose change.

* Disable showing sql statements.
2021-07-17 04:10:46 +05:30