Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix private video download | Chocobozzz | 2019-12-03 | 2 | -8/+10 |
| | |||||
* | Limit channel numbers | Chocobozzz | 2019-11-29 | 1 | -0/+9 |
| | | | | | We can't load too much channels in selects and it helps to prevent actor name squatting | ||||
* | Filter on follows actor types in about page | Chocobozzz | 2019-11-29 | 1 | -1/+4 |
| | |||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 1 | -2/+16 |
| | |||||
* | (plugins) adding signup scope and init hook, modifying ↵ | Rigel Kent | 2019-11-25 | 1 | -1/+2 |
| | | | | ensureUserRegistrationAllowed allowedParams | ||||
* | 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 ability to disable webtorrent | Chocobozzz | 2019-11-25 | 2 | -1/+18 |
| | | | | In favour of HLS | ||||
* | Increase clock skew for HTTP signatures | Chocobozzz | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | Add plugin hook on registration | Chocobozzz | 2019-10-25 | 1 | -3/+14 |
| | |||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 3 | -7/+20 |
| | |||||
* | Try to fix tests | Chocobozzz | 2019-09-24 | 1 | -1/+6 |
| | |||||
* | fix a few typos (#2141) | Lukas Winkler | 2019-09-23 | 1 | -1/+1 |
| | | | | | | | | * fix a few typos * apply changes to original files instead * additional correction | ||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -0/+7 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -0/+2 |
| | |||||
* | Remove old JSON LD signature implementation | Chocobozzz | 2019-08-29 | 1 | -0/+2 |
| | | | | | | | | | 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. | ||||
* | Fix build | Chocobozzz | 2019-08-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/1.4.0' into develop | Chocobozzz | 2019-08-22 | 2 | -5/+10 |
|\ | |||||
| * | Fix image and plugin CSP | Chocobozzz | 2019-08-22 | 1 | -2/+2 |
| | | |||||
| * | Fix user creation by moderators | Chocobozzz | 2019-08-22 | 1 | -3/+8 |
| | | |||||
* | | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -1/+1 |
| | | |||||
* | | Cleanup model types | Chocobozzz | 2019-08-20 | 2 | -6/+5 |
| | | |||||
* | | Stronger model typings | Chocobozzz | 2019-08-19 | 12 | -85/+97 |
|/ | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 1 | -5/+3 |
| | |||||
* | Moderators can only manage users | Chocobozzz | 2019-07-30 | 1 | -33/+39 |
| | |||||
* | Fix scheduled privacy and verify email validations | Chocobozzz | 2019-07-25 | 2 | -3/+3 |
| | |||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 38 | -77/+70 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2019-07-25 | 1 | -2/+3 |
| | |||||
* | Refactor middleware helpers | Chocobozzz | 2019-07-24 | 17 | -33/+32 |
| | |||||
* | Add filter hooks tests | Chocobozzz | 2019-07-24 | 1 | -4/+6 |
| | |||||
* | Add hook filters tests | Chocobozzz | 2019-07-24 | 1 | -2/+3 |
| | |||||
* | Add plugin API tests | Chocobozzz | 2019-07-24 | 1 | -0/+3 |
| | |||||
* | Add plugins check params tests | Chocobozzz | 2019-07-24 | 1 | -4/+1 |
| | |||||
* | Add server hooks | Chocobozzz | 2019-07-24 | 2 | -6/+69 |
| | |||||
* | Add ability to search available plugins | Chocobozzz | 2019-07-24 | 2 | -1/+32 |
| | |||||
* | Add peertube plugin index website models | Chocobozzz | 2019-07-24 | 2 | -4/+6 |
| | |||||
* | WIP plugins: update plugin | Chocobozzz | 2019-07-24 | 1 | -9/+11 |
| | |||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 1 | -1/+14 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | WIP plugins: add plugin settings/uninstall in client | Chocobozzz | 2019-07-24 | 1 | -6/+6 |
| | |||||
* | WIP plugins: plugin settings on server side | Chocobozzz | 2019-07-24 | 2 | -5/+89 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 3 | -2/+9 |
| | |||||
* | WIP plugins: add ability to register plugins | Chocobozzz | 2019-07-24 | 2 | -0/+74 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -1/+4 |
| | |||||
* | Add ability to change email in client | Chocobozzz | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -10/+29 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 1 | -2/+10 |
| | | | | | | | * 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 | ||||
* | Add ability to unpublish video/playlist | Chocobozzz | 2019-06-06 | 1 | -8/+7 |
| | |||||
* | Add ability to set to private a public/unlisted video | Chocobozzz | 2019-06-06 | 1 | -8/+0 |
| | |||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 1 | -3/+13 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -7/+6 |
| | |||||
* | Multi step registration | Chocobozzz | 2019-05-29 | 1 | -0/+6 |
| |