Commit Graph

709 Commits

Author SHA1 Message Date
Kavin c0f51c6fb6
Allow disabling server on a node. 2022-07-19 14:15:42 +05:30
Kavin 4b96f46025
Merge pull request #314 from TeamPiped/db-schema
Fix imports and make database schema more strict
2022-07-18 21:25:44 +05:30
Kavin 0e8b17698d
Fix imports and make database schema more strict. 2022-07-18 21:22:53 +05:30
Kavin 14f8c55782
Merge pull request #313 from TeamPiped/revert-308-revert-distinct
Revert "Revert distinct from criteria."
2022-07-17 19:45:23 +05:30
Kavin f37682cf4e Revert "Revert distinct from criteria. (#308)"
This reverts commit bcb0d32daa.
2022-07-17 19:44:56 +05:30
Kavin c7a0535039
Attempt to log import errors. (#312) 2022-07-08 10:41:49 +01:00
Kavin c85cbf6034
Use a timer task instead for deleting playlist videos not in any playlists. (#311) 2022-07-08 00:06:39 +01:00
Kavin 7a8aed5629
Update NewPipeExtractor. (#310) 2022-07-07 20:47:06 +01:00
Kavin 78b52d70f5
Set statement timeout to 20s for feed. (#309) 2022-07-07 20:05:34 +01:00
Kavin bcb0d32daa
Revert distinct from criteria. (#308) 2022-07-07 18:43:47 +01:00
dependabot[bot] b845ca3e39 Bump jsoup from 1.15.1 to 1.15.2
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.15.1...jsoup-1.15.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 15:26:32 +01:00
Kavin d29d9c415d
Attempt to optimize session handling. (#307) 2022-07-05 14:18:33 +01:00
Kavin e6c0f7c0f4
Cleanup transaction code. (#306) 2022-07-04 18:44:16 +01:00
Kavin 7c087d82b3
Fetch user table as left join. (#304) 2022-07-04 08:37:52 +01:00
Kavin c812ace4f6
Fix errors being logged due to invalid requests. (#303) 2022-07-04 07:09:29 +01:00
Kavin 606cbf5ca6
Use Criteria API for deleting old videos. (#302) 2022-07-04 07:09:20 +01:00
Kavin 17b9a974de
Attempt to use stateless sessions in read-only operations. (#301) 2022-07-04 06:42:01 +01:00
Kavin cdd8a962d7
Avoid duplicate video errors. (#300) 2022-07-04 06:02:06 +01:00
Kavin c8628dcf05
Simplify session handling for new videos. (#299) 2022-07-02 21:30:19 +01:00
Kavin 0158744506
Hold pubsub session for lesser time. (#298) 2022-07-02 18:13:58 +01:00
Kavin 3a009407ad
Run server on new thread. (#297) 2022-07-02 13:32:20 +01:00
Kavin 943e4a3de8
Add some parameter checking to search and feed routes. (#294) 2022-06-28 18:13:29 +01:00
Kavin 374d067a95
Implement RYD-Proxy API implementation. (#293) 2022-06-27 17:11:22 +01:00
Kavin b7a91036f9
Cleanup Transactions. (#275)
- use hibernate 6 methods
- Don't use session.getTransaction()
- regex to validate channelId for saving channels
2022-06-26 10:03:02 +01:00
Kavin e8e055a676
Case insensitive sort for subscriptions. (#292) 2022-06-26 03:44:07 +01:00
Kavin b361e7ede6
Merge pull request #291 from TeamPiped/username-length
Username length check
2022-06-26 03:05:55 +01:00
Kavin f5e881e0e4
Add length check for username. 2022-06-26 03:01:19 +01:00
Kavin c558572953
Import mapper statically. 2022-06-26 03:00:45 +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
dependabot[bot] d4898b8e6c Bump spring-security-crypto from 5.7.1 to 5.7.2
Bumps [spring-security-crypto](https://github.com/spring-projects/spring-security) from 5.7.1 to 5.7.2.
- [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.7.1...5.7.2)

---
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>
2022-06-22 02:22:28 +01:00
dependabot[bot] 59554b8f67 Bump activej-boot from 5.2 to 5.3
Bumps [activej-boot](https://github.com/activej/activej) from 5.2 to 5.3.
- [Release notes](https://github.com/activej/activej/releases)
- [Commits](https://github.com/activej/activej/compare/v5.2...v5.3)

---
updated-dependencies:
- dependency-name: io.activej:activej-boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 21:35:35 +01:00
dependabot[bot] c8e738e6fb Bump activej-common from 5.2 to 5.3
Bumps activej-common from 5.2 to 5.3.

---
updated-dependencies:
- dependency-name: io.activej:activej-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 21:27:39 +01:00
dependabot[bot] aa8b380762 Bump activej-specializer from 5.2 to 5.3
Bumps activej-specializer from 5.2 to 5.3.

---
updated-dependencies:
- dependency-name: io.activej:activej-specializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 21:27:03 +01:00
dependabot[bot] fd2bf32770 Bump activej-launchers-http from 5.2 to 5.3
Bumps activej-launchers-http from 5.2 to 5.3.

---
updated-dependencies:
- dependency-name: io.activej:activej-launchers-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 21:24:23 +01:00
dependabot[bot] 34614aed68 Bump activej-http from 5.2 to 5.3
Bumps activej-http from 5.2 to 5.3.

---
updated-dependencies:
- dependency-name: io.activej:activej-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 21:24:13 +01:00
Kavin 18211a3eed
Add route to import playlist from YouTube. (#282) 2022-06-18 19:10:26 +01:00
Kavin 457a68fa40
Merge pull request #238 from TeamPiped/hibernate-update
Update to Hibernate 6
2022-06-17 17:06:38 +01:00
Kavin c23805288f
Update to Hibernate 6. 2022-06-17 17:05:59 +01:00
dependabot[bot] 047fd18f21 Bump okhttp-bom from 4.9.3 to 4.10.0
Bumps [okhttp-bom](https://github.com/square/okhttp) from 4.9.3 to 4.10.0.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...parent-4.10.0)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 14:21:54 +01:00
dependabot[bot] 6546dcda64 Bump postgresql from 42.3.6 to 42.4.0
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.6 to 42.4.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.3.6...REL42.4.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>
2022-06-10 15:53:24 +01:00
Kavin 35a9aa8f56
Merge pull request #277 from TeamPiped/graalvm
Add support for GraalVM's JVM
2022-06-02 13:23:27 +01:00
Kavin e58d9a6367
Build and publish graalvm images. 2022-06-02 13:22:11 +01:00
Kavin 58759a3944
Add delay to yugabytedb piped command. 2022-06-02 13:12:55 +01:00
Kavin cfd4df723c
Complete graalvm dockerfile. 2022-06-02 12:55:12 +01:00
Kavin 7a6c5fdf96
Run only on PRs / master branch. 2022-06-02 12:52:23 +01:00
Kavin e84070234a
Collect docker services logs. 2022-06-02 12:48:40 +01:00
Kavin 1c454b4fdf
Add testing support for GraalVM's and OpenJ9 JVM. 2022-06-02 12:33:07 +01:00
dependabot[bot] ad736729a1 Bump caffeine from 3.1.0 to 3.1.1
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.0...v3.1.1)

---
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>
2022-05-27 15:24:40 +01:00
dependabot[bot] 5caf42615d Bump postgresql from 42.3.5 to 42.3.6
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.5 to 42.3.6.
- [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.5...REL42.3.6)

---
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>
2022-05-25 14:21:21 +01:00