aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix retranscoding of odd resolutionChocobozzz2022-11-072-3/+9
* Prevent uploadx too big log for configChocobozzz2022-11-071-2/+11
* Fix running again transcoding on a video only fileChocobozzz2022-11-076-13/+23
* Fix follow constraint check with an accountChocobozzz2022-11-072-1/+93
* Increase test timeoutChocobozzz2022-11-031-1/+1
* Fix preview generation for importsChocobozzz2022-10-311-1/+1
* Fix transcoding failure when importing a videoChocobozzz2022-10-315-98/+133
* Fix CIChocobozzz2022-10-311-2/+2
* Prevent error in redundancy schedulerChocobozzz2022-10-311-4/+17
* Prevent error in update schedulerChocobozzz2022-10-311-1/+5
* Fix CLI buildChocobozzz2022-10-311-1/+1
* Breaking API: Consistency with role id/labelChocobozzz2022-10-284-12/+14
* Add logger for uploadxChocobozzz2022-10-281-0/+3
* Check missing config keysChocobozzz2022-10-281-0/+6
* Update production.yamlChocobozzz2022-10-282-2/+2
* Option to disable static files auth check/s3 proxyChocobozzz2022-10-279-58/+204
* More robust updateTorrentMetadataChocobozzz2022-10-262-3/+8
* Fix proxy testsChocobozzz2022-10-252-3/+3
* Correctly delete live files from object storageChocobozzz2022-10-259-23/+69
* Correctly cleanup files from object storageChocobozzz2022-10-253-18/+24
* Lock files to generate torrents/move filesChocobozzz2022-10-252-10/+31
* Increase test timeoutChocobozzz2022-10-241-1/+1
* Prevent concurrency issues when sending m3u8 fileChocobozzz2022-10-242-3/+10
* Fix testsChocobozzz2022-10-241-3/+3
* Use private ACL for private videos in s3Chocobozzz2022-10-2434-240/+1036
* Put private videos under a specific subdirectoryChocobozzz2022-10-2462-704/+1990
* feat: show contained playlists under My videos (#5125)kontrollanten2022-10-244-11/+24
* Wait segment sha processingChocobozzz2022-10-111-1/+1
* server: use account/channel avatar in RSS feeds (#5325)Alberto Mardegan2022-10-112-30/+58
* Fix live testsChocobozzz2022-10-114-8/+37
* Also retry when fetching master m3u8 playlistChocobozzz2022-10-112-5/+10
* Fix host validation on locahostChocobozzz2022-10-111-2/+2
* Merge branch 'release/4.3.0' into developChocobozzz2022-10-113-586/+635
|\
| * Fix channel follow with manually approved followerChocobozzz2022-10-113-586/+635
* | Add ability for plugins to register ws routesChocobozzz2022-10-1110-7/+208
* | Fix channel import with some channelsChocobozzz2022-10-101-7/+8
* | Expose PeerTube socket to plugins (#5239)kontrollanten2022-10-104-2/+65
* | Fix video job error when video has been deletedChocobozzz2022-10-101-2/+4
* | Fix peers info width in liveChocobozzz2022-10-101-3/+3
* | Try to fix testsChocobozzz2022-10-101-3/+6
* | Merge branch 'feature/otp' into developChocobozzz2022-10-1024-73/+1051
|\ \
| * | Encrypt OTP secretChocobozzz2022-10-1011-17/+129
| * | Allow admins to disable two factor authChocobozzz2022-10-075-50/+129
| * | Support two factor authentication in backendChocobozzz2022-10-0717-66/+853
* | | Increase timeoutChocobozzz2022-10-041-1/+1
|/ /
* | Fix testsChocobozzz2022-10-041-3/+3
* | Prevent error logChocobozzz2022-10-041-2/+2
* | Decrease plugin version check for testsChocobozzz2022-10-041-3/+3
* | server: serve files from storage/well-known (#5214)kontrollanten2022-10-0411-28/+54
* | Live supports object storageChocobozzz2022-10-0417-273/+546