Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't move the caption if it has the right name | Chocobozzz | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 1 | -0/+14 |
| | |||||
* | Fix duplicate HLS resolution in master playlist | Chocobozzz | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | Add codec information in HLS playlist | Chocobozzz | 2019-11-26 | 1 | -5/+44 |
| | |||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 1 | -31/+23 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -7/+38 |
| | | | | | | | | 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 | -1/+3 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 5 | -23/+105 |
| | | | | In favour of HLS | ||||
* | Avoid circular error in logger | Chocobozzz | 2019-11-05 | 1 | -10/+20 |
| | |||||
* | Add plugin hook on registration | Chocobozzz | 2019-10-25 | 1 | -4/+4 |
| | |||||
* | Fix federation with some actors | Chocobozzz | 2019-10-23 | 1 | -4/+11 |
| | | | | That don't have a shared inbox, or a URL | ||||
* | Use typescript paths in cli scripts too | Chocobozzz | 2019-10-21 | 1 | -0/+16 |
| | |||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 2 | -2/+4 |
| | |||||
* | Don't quick transcode with the wrong pixel format | Chocobozzz | 2019-10-21 | 1 | -0/+1 |
| | |||||
* | Fix federation issue with some actor descriptions | Chocobozzz | 2019-10-21 | 4 | -20/+16 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again | ||||
* | Improve plugin package.json error message | Chocobozzz | 2019-09-11 | 1 | -11/+59 |
| | |||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -0/+10 |
| | |||||
* | Handle reports from mastodon | Chocobozzz | 2019-08-30 | 1 | -7/+8 |
| | |||||
* | Remove old JSON LD signature implementation | Chocobozzz | 2019-08-29 | 2 | -67/+59 |
| | | | | | | | | | Only PeerTube was compatible with it, and the library has moved on RsaSignature2018 and removed RsaSignature2017 support. We had to create a dirty fork of the RsaSignature2017 branch, which is not ideal. Now we use the Mastodon implementation, that most other AP implementations that support JSONLD signatures use. | ||||
* | Merge branch 'feature/strong-model-types' into develop | Chocobozzz | 2019-08-22 | 14 | -96/+162 |
|\ | |||||
| * | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -1/+4 |
| | | |||||
| * | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 1 | -2/+2 |
| | | |||||
| * | Cleanup model types | Chocobozzz | 2019-08-20 | 3 | -8/+19 |
| | | |||||
| * | Stronger model typings | Chocobozzz | 2019-08-19 | 13 | -95/+147 |
| | | |||||
* | | Relax plugin package.json validation | Chocobozzz | 2019-08-22 | 1 | -2/+6 |
|/ | |||||
* | Add gitlab ci support | Chocobozzz | 2019-07-29 | 1 | -1/+9 |
| | |||||
* | Add plugin translation system | Chocobozzz | 2019-07-26 | 1 | -6/+17 |
| | |||||
* | Fix scheduled privacy and verify email validations | Chocobozzz | 2019-07-25 | 2 | -9/+4 |
| | |||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 9 | -19/+18 |
| | |||||
* | Correctly notify on auto blacklist | Chocobozzz | 2019-07-24 | 1 | -16/+1 |
| | |||||
* | Refactor middleware helpers | Chocobozzz | 2019-07-24 | 15 | -207/+273 |
| | |||||
* | Add plugin static files cache | Chocobozzz | 2019-07-24 | 1 | -8/+4 |
| | |||||
* | Add CLI plugins tests | Chocobozzz | 2019-07-24 | 2 | -18/+21 |
| | |||||
* | Add server hooks | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Use process.env.npm_package_version | Chocobozzz | 2019-07-24 | 1 | -4/+2 |
| | |||||
* | Check latest plugins version | Chocobozzz | 2019-07-24 | 1 | -2/+13 |
| | |||||
* | Add peertube plugin index website models | Chocobozzz | 2019-07-24 | 1 | -4/+3 |
| | |||||
* | Move createTorrent in webtorrent utils | Chocobozzz | 2019-07-24 | 2 | -3/+5 |
| | |||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 3 | -9/+12 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | WIP plugins: add plugin settings/uninstall in client | Chocobozzz | 2019-07-24 | 1 | -1/+6 |
| | |||||
* | WIP plugins: plugin settings on server side | Chocobozzz | 2019-07-24 | 1 | -3/+1 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+6 |
| | |||||
* | WIP plugins: install/uninstall | Chocobozzz | 2019-07-24 | 3 | -4/+23 |
| | |||||
* | WIP plugins: add ability to register plugins | Chocobozzz | 2019-07-24 | 2 | -0/+91 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -1/+6 |
| | |||||
* | Add more CLI tests | Chocobozzz | 2019-06-13 | 1 | -0/+5 |
| | |||||
* | Feature/logrotation (#1881) | Nassim Bounouas | 2019-06-11 | 1 | -10/+17 |
| | | | | | | | | | | | | | | * #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 | ||||
* | Improve 4K video quality after transcoding | Chocobozzz | 2019-06-06 | 1 | -1/+2 |
| | |||||
* | More robust federation | Chocobozzz | 2019-05-31 | 1 | -1/+2 |
| | | | | In particular when fetching pleroma outbox |