aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
* Support m4v videosChocobozzz2019-12-051-1/+3
|
* Fix migrationsChocobozzz2019-12-052-1/+1
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-0/+36
|
* Limit channel numbersChocobozzz2019-11-291-0/+5
| | | | | We can't load too much channels in selects and it helps to prevent actor name squatting
* Add more filters to admin follows tableChocobozzz2019-11-291-2/+2
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-0/+1
| | | | | | | | 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 disable webtorrent migrationChocobozzz2019-11-251-0/+75
|
* Add ability to disable webtorrentChocobozzz2019-11-255-3/+55
| | | | In favour of HLS
* Avoid circular error in loggerChocobozzz2019-11-051-2/+2
|
* Add ability to enabled HLS in the admin panelChocobozzz2019-11-051-1/+1
|
* Increase clock skew for HTTP signaturesChocobozzz2019-10-251-1/+2
|
* Fix federation with some actorsChocobozzz2019-10-232-2/+30
| | | | That don't have a shared inbox, or a URL
* Fix audio uploading without previewChocobozzz2019-10-181-1/+1
|
* Support text/plain caption filesChocobozzz2019-10-181-1/+2
|
* Add auto play next video migrationChocobozzz2019-09-242-1/+28
|
* Fix migrationsChocobozzz2019-09-062-1/+1
|
* Add hardware information in instance configChocobozzz2019-09-051-0/+1
|
* Add creation reasonChocobozzz2019-09-051-0/+2
|
* Add welcome modalChocobozzz2019-09-051-0/+40
|
* Add more attributes to about pageChocobozzz2019-09-051-0/+10
|
* Implement auto follow in clientChocobozzz2019-09-042-1/+41
|
* Add auto follow instances index supportChocobozzz2019-09-041-0/+7
|
* Add auto follow back support for instancesChocobozzz2019-09-041-0/+17
|
* Handle reports from mastodonChocobozzz2019-08-302-1/+27
|
* email object -> email subjectChocobozzz2019-08-222-3/+3
|
* Lazy load avatarsChocobozzz2019-08-092-4/+78
|
* Deprecate Node 8Chocobozzz2019-08-071-1/+15
| | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule
* Automatically update playlist thumbnailsChocobozzz2019-08-012-1/+36
|
* Fix broken playlist apiChocobozzz2019-08-012-1/+40
|
* Improve static files cacheChocobozzz2019-07-291-2/+5
|
* Sort on videoQuotaUsed in backendChocobozzz2019-07-251-1/+1
|
* Add plugin table migration tableChocobozzz2019-07-242-1/+41
|
* Some plugins fixes and doc enhancementsChocobozzz2019-07-241-1/+1
|
* Use process.env.npm_package_versionChocobozzz2019-07-241-1/+2
|
* Check latest plugins version with config intervalChocobozzz2019-07-242-4/+4
|
* Check latest plugins versionChocobozzz2019-07-241-0/+1
|
* Add ability to search available pluginsChocobozzz2019-07-242-1/+10
|
* Add peertube plugin index website modelsChocobozzz2019-07-241-1/+1
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-241-1/+3
|
* WIP plugins: load theme on client sideChocobozzz2019-07-242-3/+5
|
* WIP plugins: add theme supportChocobozzz2019-07-244-2/+34
|
* WIP plugins: install/uninstallChocobozzz2019-07-241-1/+3
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-243-2/+14
|
* Add rate limit to registration and API endpointsChocobozzz2019-07-042-14/+8
|
* Add language filters in user preferencesChocobozzz2019-06-192-1/+27
|
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-121-1/+2
|
* Handle email update on serverChocobozzz2019-06-112-1/+26
|
* Feature/logrotation (#1881)Nassim Bounouas2019-06-111-1/+2
| | | | | | | | | | | | | | * #1775 Configure the activation or deactivation of winston log rotation * Winston log rotation enabled by default #1775 * #1775 tslint correction * #1775 FileTransportOptions typed and configuration files * #1775 tslint correction * #1775 log.rotation.enabled configuration binding
* Fix email object/body configurationsChocobozzz2019-06-111-0/+1
|
* Improve registrationChocobozzz2019-06-072-3/+8
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step