Commit Graph

566 Commits

Author SHA1 Message Date
dependabot[bot] dbb4a69bdd Bump json from 20210307 to 20211205
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 13:50:44 +00:00
dependabot[bot] dc009f38fc Bump caffeine from 3.0.4 to 3.0.5
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-03 15:47:45 +00:00
Kavin e85da028b6
Update NewPipeExtractor (#134) 2021-12-01 20:47:52 +00:00
dependabot[bot] 79e00286b3 Bump bcprov-jdk15on from 1.69 to 1.70
Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 20:07:12 +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 6ec517e0ef
Add index and improve pubsub db query. 2021-11-18 23:32:19 +00:00
FireMaskterK 376e068264
Add DownloaderImpl caching. 2021-11-17 09:54:56 +00:00
dependabot[bot] eb447efe1e Bump spring-security-crypto from 5.5.3 to 5.6.0
Bumps [spring-security-crypto](https://github.com/spring-projects/spring-security) from 5.5.3 to 5.6.0.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/5.5.3...5.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-16 13:30:39 +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 2a87b7946d
Add index for session_id. 2021-11-08 23:46:56 +00:00
FireMaskterK 6012c1cd82
Attempt to fix index performance issues. 2021-11-08 21:28:08 +00:00
FireMaskterK d9ab303a9d
Temporarily disable arm docker build. 2021-11-08 20:55:08 +00:00
FireMaskterK 0d3b167e8a
Add index for video uploaded. 2021-11-08 20:53:48 +00:00
FireMaskterK e629121c25
Log path only when exception is logged. 2021-11-08 20:35:02 +00:00
FireMaskterK 4bbb7c11ed
Update hibernative-hikaricp. 2021-11-08 20:02:18 +00:00
FireMaskterK a7885f1ca1
Update privacy.resistFingerprinting UA. 2021-11-08 15:20:41 +00:00
FireMaskterK 8143f9ee70
Change from AdoptOpenJDK to eclipse-temurin. 2021-11-08 14:56:45 +00:00
dependabot[bot] 1e2fc16759 Bump hibernate-core from 5.4.30.Final to 5.6.1.Final
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.30.Final to 5.6.1.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.4.30...5.6.1)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 14:45:15 +00:00
FireMaskterK ca32adb6a3
Remove debug code. 2021-11-06 04:02:55 +00:00
Kavin f3ffe6f1e4
Add script and CI to automatically test backend changes. (#127) 2021-11-06 03:57:33 +00:00
FireMaskterK 08cead806d
Use ibm-semeru-runtimes for openj9 and build arm64 images. 2021-11-05 15:34:51 +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
dependabot[bot] 3709c89b5e Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03 20:49:53 +00:00
dependabot[bot] 3e5d84a5da Bump postgresql from 42.3.0 to 42.3.1
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.0 to 42.3.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.0...REL42.3.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 20:00:17 +00:00
FireMaskterK 759a6445f0
Fix for Comment repliesPage being "null" when not present. 2021-11-01 19:58:44 +00:00
FireMaskterK 89dcdf23a4
Use inbuilt setup-java for build caching. 2021-10-31 18:51:57 +00:00
FireMaskterK 8eff8a26e7
Run CI on both Java 11 and 17. 2021-10-31 18:05:04 +00:00
FireMaskterK 0d0cb24a6f
Switch to debianslim-jre-nightly to fix builds. 2021-10-31 17:54:46 +00:00
FireMaskterK 86154a1a29
Allow Avatar URL to change in channel. 2021-10-31 17:48:34 +00:00
FireMaskterK d18a019640
Update to ActiveJ v5. 2021-10-29 16:28:47 +01:00
FireMaskterK ceced61e60
Fix for Chromium depreciation warning. 2021-10-26 18:22:31 +01:00
FireMaskterK f731308dcc
Implement OpenSearch api. 2021-10-25 23:55:29 +01:00
FireMaskterK b63786a15e
Cache videos for a maximum of 30 seconds on the client side. 2021-10-23 23:13:54 +01:00
dependabot[bot] ba54acdca9 Bump postgresql from 42.2.24 to 42.3.0
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.24 to 42.3.0.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.24...REL42.3.0)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-19 21:50:31 +01:00
dependabot[bot] 4f9b384bd8 Bump spring-security-crypto from 5.5.2 to 5.5.3
Bumps [spring-security-crypto](https://github.com/spring-projects/spring-security) from 5.5.2 to 5.5.3.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/5.5.2...5.5.3)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-19 19:12:42 +01:00
dependabot[bot] e9383e9c3f Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-19 08:36:06 +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
dependabot[bot] cad4e2cc33 Bump com.github.johnrengelman.shadow from 7.0.0 to 7.1.0
Bumps com.github.johnrengelman.shadow from 7.0.0 to 7.1.0.

---
updated-dependencies:
- dependency-name: com.github.johnrengelman.shadow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-06 16:23:24 +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
FireMaskterK 59bdec9d33 Change NPE to IOS-HLS fork. 2021-10-03 21:39:35 +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