aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add max file size, max files and ip anonymize log optionsChocobozzz2019-12-122-4/+9
|
* Add internal privacy modeChocobozzz2019-12-1215-74/+194
|
* Use a migration script to generate HLS torrent filesChocobozzz2019-12-122-56/+1
|
* Don't add the unique preferredUsername index for nowChocobozzz2019-12-121-7/+7
| | | | We'll do it in the next release so admins can prepare it
* Fix logs regexChocobozzz2019-12-121-1/+2
|
* Fix comments feedChocobozzz2019-12-111-7/+10
|
* Serve audit logs to clientChocobozzz2019-12-116-58/+173
|
* Don't use the max quality file when transcoding to a new resolutionChocobozzz2019-12-112-5/+13
|
* Add warning if videos directory is the same than redundancyChocobozzz2019-12-101-0/+4
|
* Fix comments feedChocobozzz2019-12-101-1/+4
|
* Add ability to search by UUIDChocobozzz2019-12-092-20/+40
|
* Clearer feed controllerChocobozzz2019-12-091-15/+26
|
* (hotfix) remove null categories in RSS/Atom feedsRigel Kent2019-12-081-1/+1
|
* Add action hooks to user routesChocobozzz2019-12-064-39/+122
|
* Add missing hotkeys to the watch pageChocobozzz2019-12-063-13/+12
|
* Ensure local actors preferredName don't already existChocobozzz2019-12-051-1/+14
| | | | | | | | | | | | Before applying this commit, check you don't have duplicates local actors in your database: select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 0 If you have some results, it seems you have duplicate channels/accounts. For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique). The updated actors could have some federations issues. Sorry.
* Support m4v videosChocobozzz2019-12-051-1/+3
|
* Fix channel creation limitationChocobozzz2019-12-051-1/+1
|
* Fix migrationsChocobozzz2019-12-052-1/+1
|
* Add ability to filter per job typeChocobozzz2019-12-048-26/+113
|
* Move deleted comment on new follow testsChocobozzz2019-12-046-99/+131
|
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-044-16/+82
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-049-30/+162
|
* (rss) add mrss properties and update pfeedRigel Kent2019-12-031-1/+28
| | | | resolves #2298
* Fix private video downloadChocobozzz2019-12-033-13/+15
|
* Don't move the caption if it has the right nameChocobozzz2019-12-032-3/+3
|
* Limit channel numbersChocobozzz2019-11-292-0/+14
| | | | | We can't load too much channels in selects and it helps to prevent actor name squatting
* Fix email to fieldChocobozzz2019-11-291-8/+10
|
* Add more filters to admin follows tableChocobozzz2019-11-293-5/+19
|
* Filter on follows actor types in about pageChocobozzz2019-11-299-63/+179
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-286-24/+141
|
* Fix testsChocobozzz2019-11-272-3/+7
|
* Fix error log when updating redundancyChocobozzz2019-11-271-1/+1
|
* Fix duplicate HLS resolution in master playlistChocobozzz2019-11-263-6/+4
|
* Add codec information in HLS playlistChocobozzz2019-11-264-10/+56
|
* Fix lintJulien Maulny2019-11-251-1/+1
|
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-251-1/+2
| | | | ensureUserRegistrationAllowed allowedParams
* Fix fragmented download URLChocobozzz2019-11-251-1/+1
|
* Add audio only transcoding testsChocobozzz2019-11-255-76/+144
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-257-10/+87
| | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.
* Add ability to generate HLS in CLIChocobozzz2019-11-251-17/+116
|
* Add disable webtorrent migrationChocobozzz2019-11-252-1/+78
|
* Don't always replace actor avatarChocobozzz2019-11-256-34/+57
|
* Add ability to disable webtorrentChocobozzz2019-11-2561-481/+1083
| | | | In favour of HLS
* Make build worksChocobozzz2019-11-131-1/+1
|
* Avoid circular error in loggerChocobozzz2019-11-052-12/+22
|
* Add ability to enabled HLS in the admin panelChocobozzz2019-11-051-1/+1
|
* Fix hours in peertube-import-videosFlorent F2019-11-041-0/+1
| | | | | Youtube doesn't store the hour of the publish date so set it to zero in order to compare it.
* Fix remove end slash functionChocobozzz2019-11-041-5/+3
|
* Fix auto index followChocobozzz2019-11-041-1/+3
|