Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 1 | -0/+36 |
| | |||||
* | Limit channel numbers | Chocobozzz | 2019-11-29 | 1 | -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 table | Chocobozzz | 2019-11-29 | 1 | -2/+2 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -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 migration | Chocobozzz | 2019-11-25 | 1 | -0/+75 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 5 | -3/+55 |
| | | | | In favour of HLS | ||||
* | Avoid circular error in logger | Chocobozzz | 2019-11-05 | 1 | -2/+2 |
| | |||||
* | Add ability to enabled HLS in the admin panel | Chocobozzz | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | Increase clock skew for HTTP signatures | Chocobozzz | 2019-10-25 | 1 | -1/+2 |
| | |||||
* | Fix federation with some actors | Chocobozzz | 2019-10-23 | 2 | -2/+30 |
| | | | | That don't have a shared inbox, or a URL | ||||
* | Fix audio uploading without preview | Chocobozzz | 2019-10-18 | 1 | -1/+1 |
| | |||||
* | Support text/plain caption files | Chocobozzz | 2019-10-18 | 1 | -1/+2 |
| | |||||
* | Add auto play next video migration | Chocobozzz | 2019-09-24 | 2 | -1/+28 |
| | |||||
* | Fix migrations | Chocobozzz | 2019-09-06 | 2 | -1/+1 |
| | |||||
* | Add hardware information in instance config | Chocobozzz | 2019-09-05 | 1 | -0/+1 |
| | |||||
* | Add creation reason | Chocobozzz | 2019-09-05 | 1 | -0/+2 |
| | |||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -0/+40 |
| | |||||
* | Add more attributes to about page | Chocobozzz | 2019-09-05 | 1 | -0/+10 |
| | |||||
* | Implement auto follow in client | Chocobozzz | 2019-09-04 | 2 | -1/+41 |
| | |||||
* | Add auto follow instances index support | Chocobozzz | 2019-09-04 | 1 | -0/+7 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -0/+17 |
| | |||||
* | Handle reports from mastodon | Chocobozzz | 2019-08-30 | 2 | -1/+27 |
| | |||||
* | email object -> email subject | Chocobozzz | 2019-08-22 | 2 | -3/+3 |
| | |||||
* | Lazy load avatars | Chocobozzz | 2019-08-09 | 2 | -4/+78 |
| | |||||
* | Deprecate Node 8 | Chocobozzz | 2019-08-07 | 1 | -1/+15 |
| | | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule | ||||
* | Automatically update playlist thumbnails | Chocobozzz | 2019-08-01 | 2 | -1/+36 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 2 | -1/+40 |
| | |||||
* | Improve static files cache | Chocobozzz | 2019-07-29 | 1 | -2/+5 |
| | |||||
* | Sort on videoQuotaUsed in backend | Chocobozzz | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Add plugin table migration table | Chocobozzz | 2019-07-24 | 2 | -1/+41 |
| | |||||
* | Some plugins fixes and doc enhancements | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Use process.env.npm_package_version | Chocobozzz | 2019-07-24 | 1 | -1/+2 |
| | |||||
* | Check latest plugins version with config interval | Chocobozzz | 2019-07-24 | 2 | -4/+4 |
| | |||||
* | Check latest plugins version | Chocobozzz | 2019-07-24 | 1 | -0/+1 |
| | |||||
* | Add ability to search available plugins | Chocobozzz | 2019-07-24 | 2 | -1/+10 |
| | |||||
* | Add peertube plugin index website models | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | WIP plugins: plugin settings on server side | Chocobozzz | 2019-07-24 | 1 | -1/+3 |
| | |||||
* | WIP plugins: load theme on client side | Chocobozzz | 2019-07-24 | 2 | -3/+5 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 4 | -2/+34 |
| | |||||
* | WIP plugins: install/uninstall | Chocobozzz | 2019-07-24 | 1 | -1/+3 |
| | |||||
* | WIP plugins: add ability to register plugins | Chocobozzz | 2019-07-24 | 3 | -2/+14 |
| | |||||
* | Add rate limit to registration and API endpoints | Chocobozzz | 2019-07-04 | 2 | -14/+8 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 2 | -1/+27 |
| | |||||
* | Add 4k conf in transcoding in admin panel | Chocobozzz | 2019-06-12 | 1 | -1/+2 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 2 | -1/+26 |
| | |||||
* | Feature/logrotation (#1881) | Nassim Bounouas | 2019-06-11 | 1 | -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 configurations | Chocobozzz | 2019-06-11 | 1 | -0/+1 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 2 | -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 | ||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 2 | -1/+20 |
| | |||||
* | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 1 | -1/+1 |
| |