dependabot[bot]
|
1ea4b88165
|
Bump jackson-databind from 2.13.2 to 2.13.2.2
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2 to 2.13.2.2.
- [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>
|
2022-04-24 18:05:51 +01:00 |
|
dependabot[bot]
|
684fb0b49c
|
Bump activej-common from 5.1.1 to 5.2
Bumps activej-common from 5.1.1 to 5.2.
---
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-04-24 18:02:15 +01:00 |
|
dependabot[bot]
|
518c0fe38b
|
Bump activej-specializer from 5.1.1 to 5.2
Bumps activej-specializer from 5.1.1 to 5.2.
---
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-04-24 18:01:49 +01:00 |
|
Kavin
|
11b53e8c00
|
Update NewPipeExtractor. (#249)
|
2022-04-24 18:01:00 +01:00 |
|
dependabot[bot]
|
bbd552fc71
|
Bump spring-security-crypto from 5.6.2 to 5.6.3
Bumps [spring-security-crypto](https://github.com/spring-projects/spring-security) from 5.6.2 to 5.6.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.6.2...5.6.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>
|
2022-04-19 14:39:02 +01:00 |
|
dependabot[bot]
|
a90c07751e
|
Bump postgresql from 42.3.3 to 42.3.4
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.4.
- [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.3...REL42.3.4)
---
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-04-18 15:22:56 +01:00 |
|
dependabot[bot]
|
01023f388e
|
Bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-11 22:48:51 +01:00 |
|
Kavin
|
9c1c165fb2
|
Significantly speed up import process. (#242)
|
2022-04-11 00:02:25 +01:00 |
|
Kavin
|
ce50b7523f
|
Handle lbryId timeout gracefully. (#241)
|
2022-04-09 23:22:16 +01:00 |
|
Kavin
|
561a4f44e1
|
Add index for playlist owner. (#240)
|
2022-04-09 22:04:16 +01:00 |
|
Kavin
|
f08c6c4ebf
|
Merge pull request #239 from TeamPiped/json-data
Handle JSON data better
|
2022-04-07 18:42:06 +01:00 |
|
Kavin
|
cef4b1dcb7
|
Handle JSON data better.
|
2022-04-07 18:40:34 +01:00 |
|
Kavin
|
edf9ae5b8f
|
Merge pull request #136 from TeamPiped/playlists
Add custom playlists
|
2022-04-07 03:50:07 +01:00 |
|
Kavin
|
dc0e4c1bbb
|
Cache based on playlistId length.
|
2022-04-07 02:43:01 +01:00 |
|
Kavin
|
ad89de49a0
|
Change table declaration so unique unique constraints aren't generated.
|
2022-04-06 17:34:20 +01:00 |
|
Kavin
|
46d9dd1a2e
|
Add videos size to custom playlist response.
|
2022-04-06 16:29:30 +01:00 |
|
Kavin
|
76c5fe9273
|
Fix rss for empty playlist.
|
2022-04-06 16:27:04 +01:00 |
|
Kavin
|
9e320c914e
|
Set playlist thumbnail when adding first thumbnail.
|
2022-04-06 16:15:44 +01:00 |
|
Kavin
|
f7a5f5051a
|
Add route to delete playlist.
|
2022-04-06 16:11:28 +01:00 |
|
Kavin
|
1135e20c3d
|
Add support for Piped playlists in RSS.
|
2022-04-06 15:05:18 +01:00 |
|
Kavin
|
3d6aefdd0e
|
Add route to remove from playlist.
|
2022-04-06 14:31:16 +01:00 |
|
Kavin
|
00e32dc992
|
Add route to add video to playlist.
|
2022-04-06 13:07:50 +01:00 |
|
Kavin
|
797a621b51
|
Add tests for playlist.
|
2022-04-06 04:23:31 +01:00 |
|
Kavin
|
b049848e79
|
Add playlist creation route.
|
2022-04-06 03:46:40 +01:00 |
|
FireMaskterK
|
056d61f2d2
|
Add playlist object.
|
2022-04-05 21:59:56 +01:00 |
|
Kavin
|
11845f26fc
|
Fix ClassCastException. (#235)
|
2022-03-30 17:47:05 +01:00 |
|
Kavin
|
0cea0a50f5
|
Change future code and add uploaderSubscriberCount. (#234)
|
2022-03-30 17:23:56 +01:00 |
|
dependabot[bot]
|
236a285c0c
|
Bump hibernate-hikaricp from 5.6.6.Final to 5.6.7.Final
Bumps [hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) from 5.6.6.Final to 5.6.7.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.7/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.6...5.6.7)
---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-hikaricp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-29 09:55:17 +01:00 |
|
dependabot[bot]
|
f34f15573d
|
Bump hibernate-core from 5.6.6.Final to 5.6.7.Final
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.6.Final to 5.6.7.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.7/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.6...5.6.7)
---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-29 09:53:20 +01:00 |
|
Kavin
|
5b6dc2b097
|
Add check for database session in healthcheck. (#232)
* Add check for database session in healthcheck.
* Add curl test for healthcheck.
|
2022-03-29 09:49:42 +01:00 |
|
dependabot[bot]
|
6376401d98
|
Bump caffeine from 3.0.5 to 3.0.6
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.5...v3.0.6)
---
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-03-21 16:24:29 +00:00 |
|
Kavin
|
b1e875bcf5
|
Fix subscription imports and improve session handling. (#228)
|
2022-03-19 18:57:00 +00:00 |
|
dependabot[bot]
|
d1789ace9f
|
Bump hibernate-core from 5.6.5.Final to 5.6.6.Final
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.6.5.Final to 5.6.6.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.6/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.5...5.6.6)
---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-16 15:15:14 +00:00 |
|
dependabot[bot]
|
06b539427f
|
Bump hibernate-hikaricp from 5.6.5.Final to 5.6.6.Final
Bumps [hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) from 5.6.5.Final to 5.6.6.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.6/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.5...5.6.6)
---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-hikaricp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-16 15:08:36 +00:00 |
|
Kavin
|
a4b6e1f804
|
Check if username and password is empty during registration. (#225)
|
2022-03-16 15:08:18 +00:00 |
|
Kavin
|
43d6dc93c0
|
Use try with for sessions (#222)
|
2022-03-16 03:21:24 +00:00 |
|
dependabot[bot]
|
860bd57b3d
|
Bump docker/build-push-action from 2.9.0 to 2.10.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v2.10.0)
---
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>
|
2022-03-16 01:40:17 +00:00 |
|
Kavin
|
6e88cf3050
|
Log and clear throttling cache every hour. (#220)
|
2022-03-14 14:54:47 +00:00 |
|
dependabot[bot]
|
d284943c14
|
Bump activej-http from 5.1 to 5.1.1
Bumps activej-http from 5.1 to 5.1.1.
---
updated-dependencies:
- dependency-name: io.activej:activej-http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-10 22:31:09 +00:00 |
|
dependabot[bot]
|
972cc54bb4
|
Bump activej-specializer from 5.1 to 5.1.1
Bumps activej-specializer from 5.1 to 5.1.1.
---
updated-dependencies:
- dependency-name: io.activej:activej-specializer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-10 22:31:01 +00:00 |
|
dependabot[bot]
|
77c4f7d093
|
Bump activej-common from 5.1 to 5.1.1
Bumps activej-common from 5.1 to 5.1.1.
---
updated-dependencies:
- dependency-name: io.activej:activej-common
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-10 22:30:29 +00:00 |
|
dependabot[bot]
|
a8df7a924e
|
Bump activej-boot from 5.1 to 5.1.1
Bumps [activej-boot](https://github.com/activej/activej) from 5.1 to 5.1.1.
- [Release notes](https://github.com/activej/activej/releases)
- [Commits](https://github.com/activej/activej/compare/v5.1...v5.1.1)
---
updated-dependencies:
- dependency-name: io.activej:activej-boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-10 22:30:07 +00:00 |
|
dependabot[bot]
|
784aaa2f31
|
Bump activej-launchers-http from 5.1 to 5.1.1
Bumps activej-launchers-http from 5.1 to 5.1.1.
---
updated-dependencies:
- dependency-name: io.activej:activej-launchers-http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-10 22:29:58 +00:00 |
|
dependabot[bot]
|
70f6ef03e4
|
Bump jackson-annotations from 2.13.1 to 2.13.2
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.13.1 to 2.13.2.
- [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>
|
2022-03-10 10:36:18 +00:00 |
|
dependabot[bot]
|
c44ec58929
|
Bump jackson-databind from 2.13.1 to 2.13.2
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.13.2.
- [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>
|
2022-03-10 10:16:44 +00:00 |
|
dependabot[bot]
|
23cf90b94c
|
Bump jackson-core from 2.13.1 to 2.13.2
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.1...jackson-core-2.13.2)
---
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>
|
2022-03-10 10:16:38 +00:00 |
|
Kavin
|
8fb1871dce
|
Reduce response cache size. (#214)
|
2022-03-10 10:14:05 +00:00 |
|
Kavin
|
02ca78ee7a
|
Manually close okhttp responses. (#210)
Ensure response is closed properly.
|
2022-03-03 12:27:43 +00:00 |
|
Kavin
|
cec135933e
|
Update NPE and remove the caching of CommentsInfo instances. (#209)
|
2022-03-03 12:03:45 +00:00 |
|
Kavin
|
72666ecf83
|
Change no-cache to no-store. (#208)
|
2022-03-02 20:38:22 +00:00 |
|