Commit Graph

2842 Commits

Author SHA1 Message Date
Chocobozzz
90701ec1d8 Add hls to prune storage script 2021-12-10 10:28:46 +01:00
Chocobozzz
0fbc0dec59 Fix tests 2021-12-09 15:44:54 +01:00
Chocobozzz
9e847c17f9 No notification on moderator abuse 2021-12-09 14:27:32 +01:00
Chocobozzz
650580504c Add filter:api.server.stats.get.result hook 2021-12-09 14:09:24 +01:00
Chocobozzz
6ba93fa639 Fix torrent metadata update for hls 2021-12-09 11:23:02 +01:00
Chocobozzz
38d69d6501 Update torrents info name on video update 2021-12-08 16:12:49 +01:00
Chocobozzz
9b293cd6a2 Update torrent metadata on video update 2021-12-08 11:07:19 +01:00
Chocobozzz
636d73c588 Merge branch 'release/4.0.0' into develop 2021-12-07 13:47:34 +01:00
Chocobozzz
7e44bd4a6f Fix services tests 2021-12-07 13:47:26 +01:00
Chocobozzz
4c6757f2fd Fix live log tags 2021-12-07 13:45:01 +01:00
Chocobozzz
d9f9804d86 Merge branch 'release/4.0.0' into develop 2021-12-07 11:06:57 +01:00
Chocobozzz
6e14e40053 Fix iframe allow-popups for oembed 2021-12-07 11:06:35 +01:00
Chocobozzz
80badf493a Add mute status in account and channel pages 2021-12-07 09:46:01 +01:00
Chocobozzz
33675a4775 Increase timeout 2021-12-06 10:05:05 +01:00
Chocobozzz
0bc53e2029 Add ability to redirect users on external auth 2021-12-03 17:04:47 +01:00
Chocobozzz
9ea02c48a7 Merge branch 'release/4.0.0' into develop 2021-12-03 14:40:52 +01:00
Chocobozzz
025d858e79 Fix pending transcoding with failed job 2021-12-03 14:40:29 +01:00
Chocobozzz
453537426a Fix too long filename video upload 2021-12-03 14:23:45 +01:00
Chocobozzz
6d472b4046 Decrease time to cleanup resumable uploads 2021-12-03 14:01:38 +01:00
Chocobozzz
9213df1d79 Fix comment 2021-12-03 10:49:36 +01:00
Chocobozzz
63a3d336f6 Remove uneeded function 2021-12-03 10:14:33 +01:00
Chocobozzz
ca87d95bcb Fix plugin upgrade
Correctly decache all plugin paths
2021-12-03 10:14:17 +01:00
John Livingston
3a1157a68a CLI: plugins install command accept a --plugin-version parameter. (#4599)
* CLI: plugins install command accept a --plugin-version parameter.

* Unit tests for plugins install --plugin-version.

* Fix linting.

* Styling

Co-authored-by: Chocobozzz <me@florianbigard.com>
2021-12-03 10:14:01 +01:00
kontrollanten
5fc44b57f8 Add header Vary Accept-Language (#4588)
* nginx: add header Vary Accept-Language

solves #3647

* Revert "nginx: add header Vary Accept-Language"

This reverts commit 90dccf5324.

* add resp header Vary Accept-Language

solves #3647

* don't add vary header to embed page
2021-12-02 09:14:54 +01:00
Chocobozzz
1da843eeac Don't notify when transcoding ends on manual run 2021-12-01 12:33:46 +01:00
Chocobozzz
a5ee023cf3 Fix redundancy timeout 2021-11-30 08:40:30 +01:00
Chocobozzz
55cb8bc73c Correctly escape meta tags 2021-11-30 08:31:56 +01:00
Chocobozzz
7b0c61e743 Fix build 2021-11-29 15:46:52 +01:00
Chocobozzz
4c99953acd Fix redundancy timeout 2021-11-29 15:45:02 +01:00
Chocobozzz
fa7388f087 Fix transcoding job count inconsistency 2021-11-29 11:20:17 +01:00
Chocobozzz
7137377d09 Auto update publishedAt in live restream 2021-11-26 17:36:55 +01:00
lutangar
7226e90fdc Add req and res as controllers hooks parameters
Hooks prefixed by `action:api` now give access the original express req and res.
Checkout guide.md for possible usage.
2021-11-25 09:54:22 +01:00
Chocobozzz
450de91e22 Fix E2E tests 2021-11-24 10:49:12 +01:00
Chocobozzz
842a15732b Ensure we don't run transcoding after import file 2021-11-23 15:22:07 +01:00
Chocobozzz
d972ca5658 Upgrade tools dependencies 2021-11-22 16:12:01 +01:00
mj-saunders
e291096f78 Apply import interval only when reasonable (#4552)
* Apply import interval only when reasonable

When importing videos from another service, an interval can be applied
between each download.
It only really makes sense to apply this interval when the last
attempted download actually happened, and not when it was skipped.

* Fix boolean notation
2021-11-22 16:10:00 +01:00
Chocobozzz
5d3c5f2797 Fix typo 2021-11-19 08:26:22 +01:00
Chocobozzz
4842e518be Fetch publishedAt after wait jobs
To make sure it's published
2021-11-18 16:30:25 +01:00
Chocobozzz
98846837eb Stop killing peertube in ci script 2021-11-18 15:32:06 +01:00
Chocobozzz
ad5db1044c Add ability to run transcoding jobs 2021-11-18 15:20:57 +01:00
Chocobozzz
b46cf4b920 Add ability to remove hls/webtorrent files 2021-11-18 09:04:30 +01:00
Chocobozzz
9c7cf0072f Prefer cover instead of contain for images 2021-11-16 16:11:10 +01:00
Chocobozzz
7196a70b28 Fix thumbnails/previews for portrait videos 2021-11-16 15:59:56 +01:00
Chocobozzz
b3ed044ded Simplify search video channel 2021-11-16 13:52:46 +01:00
Chocobozzz
3455c2656e Test and log request retries 2021-11-16 11:34:24 +01:00
Chocobozzz
ac03618098 Don't display log tag filter for audit logs 2021-11-16 10:49:03 +01:00
Chocobozzz
a2f99b54df Optimize AP fetch 2021-11-16 10:28:31 +01:00
Chocobozzz
11a554cfcf Fix unused parameter 2021-11-16 09:29:54 +01:00
Chocobozzz
1740952b8c Add more logs for video import tests 2021-11-16 08:59:35 +01:00
Chocobozzz
5c08e1c29d Increase live transcoding test timeout 2021-11-15 15:59:19 +01:00