Commit graph

151 commits

Author SHA1 Message Date
dependabot[bot]
06993e5022 Bump postgresql from 42.2.19 to 42.2.23
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.19 to 42.2.23.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.23/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.19...REL42.2.23)

---
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-07-19 19:21:43 +05:30
FireMasterK
00efb456e5
Use HikariCP v5 2021-07-18 19:11:45 +05:30
FireMasterK
9fe9770714
Fix NPE. 2021-07-18 16:44:31 +05:30
FireMasterK
8b0c7d1eba
Fix feed updates on manual subscription. 2021-07-17 19:32:57 +05:30
dependabot[bot]
e626142c9c Bump commons-io from 2.10.0 to 2.11.0
Bumps commons-io from 2.10.0 to 2.11.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-17 05:27:26 +05:30
dependabot[bot]
4b046e7b54 Bump jsoup from 1.13.1 to 1.14.1
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.13.1 to 1.14.1.
- [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.13.1...jsoup-1.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-17 05:27:09 +05:30
dependabot[bot]
bf41dd0a40 Bump docker/setup-buildx-action from 1.5.0 to 1.5.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-17 05:26:54 +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
dependabot[bot]
5ab5635fc4 Bump jackson-core from 2.12.3 to 2.12.4
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.12.3 to 2.12.4.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.3...jackson-core-2.12.4)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 19:14:00 +05:30
dependabot[bot]
411b28d77e Bump jackson-databind from 2.12.3 to 2.12.4
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.3 to 2.12.4.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 19:13:26 +05:30
dependabot[bot]
9df803e1c3 Bump jackson-annotations from 2.12.3 to 2.12.4
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.12.3 to 2.12.4.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 18:41:32 +05:30
dependabot[bot]
1ae1680089 Bump rome from 1.15.0 to 1.16.0
Bumps [rome](https://github.com/rometools/rome) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/rometools/rome/releases)
- [Commits](https://github.com/rometools/rome/compare/1.15.0...1.16.0)

---
updated-dependencies:
- dependency-name: com.rometools:rome
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 18:40:49 +05:30
dependabot[bot]
54d0b70282 Bump docker/setup-buildx-action from 1.4.1 to 1.5.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 18:36:03 +05:30
FireMasterK
5a8f5ec8d5
Add Playlist RSS (#80)
* WIP Playlist rss.

* Complete adding support.
2021-07-05 00:27:18 +05:30
ac3c43b1ed
Support region localization for trending (#79)
* Support region localization for trending

* Revert linting, remove defaulting to US, and fix warning.

Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
2021-07-04 23:23:33 +05:30
dependabot[bot]
1af5754f18 Bump docker/build-push-action from 2.5.0 to 2.6.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 19:27:12 +05:30
dependabot[bot]
526c3eb1ec Bump caffeine from 3.0.2 to 3.0.3
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.2...v3.0.3)

---
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-07-02 19:27:02 +05:30
FireMasterK
5c43fde3de
Update NPE fork. 2021-06-29 18:58:12 +05:30
dependabot[bot]
4f1a9ce1d6 Bump docker/setup-buildx-action from 1.3.0 to 1.4.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.4.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.3.0...v1.4.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 18:38:41 +05:30
w1nst0n
9e382483d8
Use same path as youtube (#75) 2021-06-26 15:49:24 +05:30
dependabot[bot]
4ac4f0d8ea Bump docker/login-action from 1.9.0 to 1.10.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-23 18:37:00 +05:30
FireMasterK
2ba7af545e
Use smaller docker base images. 2021-06-22 19:47:13 +05:30
FireMasterK
4c08c350e8
Fix npe. 2021-06-15 01:18:06 +05:30
FireMasterK
0129cc58ce
Add support for search filters and simplify continuations. 2021-06-15 01:14:41 +05:30
dependabot[bot]
73b527a288 Bump commons-io from 2.9.0 to 2.10.0
Bumps commons-io from 2.9.0 to 2.10.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 14:57:02 +05:30
dependabot[bot]
82acd7a2c3 Bump bcprov-jdk15on from 1.68 to 1.69
Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.68 to 1.69.
- [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-06-10 12:43:13 +05:30
FireMasterK
f00153205e
Don't parse manifest and add proxyUrl for clientside rewrites. 2021-06-10 02:50:53 +05:30
FireMasterK
d53459171f
Give better responses on errors. 2021-06-07 00:15:13 +05:30
FireMasterK
2eb424dcae
Cleanup page handling + fix channel continuations. 2021-06-06 01:04:33 +05:30
FireMasterK
dd26643ba8
Temporarily test TiA4f8R's fork. (#71)
This should theoretically fix the music video issues.
2021-06-04 00:56:57 +05:30
FireMasterK
50e5a8871a
Fix error when playlist has no uploader. 2021-06-02 00:22:48 +05:30
dependabot[bot]
97bd92e1fb Bump activej-boot from 4.2 to 4.3
Bumps [activej-boot](https://github.com/activej/activej) from 4.2 to 4.3.
- [Release notes](https://github.com/activej/activej/releases)
- [Commits](https://github.com/activej/activej/compare/v4.2...v4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 14:47:49 +05:30
dependabot[bot]
52679f300f Bump activej-common from 4.2 to 4.3
Bumps activej-common from 4.2 to 4.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 14:25:26 +05:30
dependabot[bot]
1ca10f8dd5 Bump activej-specializer from 4.2 to 4.3
Bumps activej-specializer from 4.2 to 4.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 14:25:10 +05:30
dependabot[bot]
b38d7a3fdc Bump activej-http from 4.2 to 4.3
Bumps activej-http from 4.2 to 4.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 13:16:20 +05:30
dependabot[bot]
739067a8c7 Bump activej-launchers-http from 4.2 to 4.3
Bumps activej-launchers-http from 4.2 to 4.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 13:16:04 +05:30
FireMasterK
6e70d9fd1d
Use dev npe version. (#65) 2021-05-31 03:29:27 +05:30
FireMasterK
5b77fbed1c
Support for initial pages of other channel URL types. 2021-05-29 00:10:11 +05:30
FireMasterK
3811a7f264
Allow early expiry of cookies.
Currently configured to 30 minutes.
2021-05-28 20:47:25 +05:30
FireMasterK
d687446dbf
Add additional details and playlists on search endpoint. 2021-05-28 17:38:48 +05:30
dependabot[bot]
8c23ec6aba Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 15:21:52 +05:30
dependabot[bot]
ec9548d17b Bump bcprov-jdk15on from 1.67 to 1.68
Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.67 to 1.68.
- [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)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 15:21:25 +05:30
FireMasterK
7edb267373
Gradle QOL improvements.
So that eclipse doesn't complain.
2021-05-28 02:22:55 +05:30
FireMasterK
c111d9447c
Update NPE. (#62) 2021-05-27 23:40:28 +05:30
dependabot[bot]
944399f425 Bump docker/setup-qemu-action from 1.1.0 to 1.2.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.1.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 15:05:58 +05:30
dependabot[bot]
bef9bbe839 Bump docker/build-push-action from 2.4.0 to 2.5.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.4.0...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 15:05:52 +05:30
dependabot[bot]
bdfd867740 Bump commons-io from 2.8.0 to 2.9.0
Bumps commons-io from 2.8.0 to 2.9.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 13:47:37 +05:30
FireMasterK
4f48e72e5c
Use OpenJ9 in CI. (#58) 2021-05-19 00:42:48 +05:30
dependabot[bot]
333412af4a Bump docker/build-push-action from 2 to 2.4.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 2.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 06:04:52 +00:00
dependabot[bot]
f9f4902d31 Bump docker/setup-qemu-action from 1 to 1.1.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 1.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v1.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 06:04:14 +00:00