Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix retrieving of deleted comments when subscribing to a new instance | Julien Maulny | 2019-12-04 | 4 | -16/+82 | |
| | ||||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 9 | -30/+162 | |
| | ||||||
* | (rss) add mrss properties and update pfeed | Rigel Kent | 2019-12-03 | 1 | -1/+28 | |
| | | | | resolves #2298 | |||||
* | Fix private video download | Chocobozzz | 2019-12-03 | 3 | -13/+15 | |
| | ||||||
* | Don't move the caption if it has the right name | Chocobozzz | 2019-12-03 | 2 | -3/+3 | |
| | ||||||
* | Limit channel numbers | Chocobozzz | 2019-11-29 | 2 | -0/+14 | |
| | | | | | We can't load too much channels in selects and it helps to prevent actor name squatting | |||||
* | Fix email to field | Chocobozzz | 2019-11-29 | 1 | -8/+10 | |
| | ||||||
* | Add more filters to admin follows table | Chocobozzz | 2019-11-29 | 3 | -5/+19 | |
| | ||||||
* | Filter on follows actor types in about page | Chocobozzz | 2019-11-29 | 9 | -63/+179 | |
| | ||||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 6 | -24/+141 | |
| | ||||||
* | Fix tests | Chocobozzz | 2019-11-27 | 2 | -3/+7 | |
| | ||||||
* | Fix error log when updating redundancy | Chocobozzz | 2019-11-27 | 1 | -1/+1 | |
| | ||||||
* | Fix duplicate HLS resolution in master playlist | Chocobozzz | 2019-11-26 | 3 | -6/+4 | |
| | ||||||
* | Add codec information in HLS playlist | Chocobozzz | 2019-11-26 | 4 | -10/+56 | |
| | ||||||
* | Fix lint | Julien Maulny | 2019-11-25 | 1 | -1/+1 | |
| | ||||||
* | (plugins) adding signup scope and init hook, modifying ↵ | Rigel Kent | 2019-11-25 | 1 | -1/+2 | |
| | | | | ensureUserRegistrationAllowed allowedParams | |||||
* | Fix fragmented download URL | Chocobozzz | 2019-11-25 | 1 | -1/+1 | |
| | ||||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 5 | -76/+144 | |
| | ||||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 7 | -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 CLI | Chocobozzz | 2019-11-25 | 1 | -17/+116 | |
| | ||||||
* | Add disable webtorrent migration | Chocobozzz | 2019-11-25 | 2 | -1/+78 | |
| | ||||||
* | Don't always replace actor avatar | Chocobozzz | 2019-11-25 | 6 | -34/+57 | |
| | ||||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 61 | -481/+1083 | |
| | | | | In favour of HLS | |||||
* | Make build works | Chocobozzz | 2019-11-13 | 1 | -1/+1 | |
| | ||||||
* | Avoid circular error in logger | Chocobozzz | 2019-11-05 | 2 | -12/+22 | |
| | ||||||
* | Add ability to enabled HLS in the admin panel | Chocobozzz | 2019-11-05 | 1 | -1/+1 | |
| | ||||||
* | Fix hours in peertube-import-videos | Florent F | 2019-11-04 | 1 | -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 function | Chocobozzz | 2019-11-04 | 1 | -5/+3 | |
| | ||||||
* | Fix auto index follow | Chocobozzz | 2019-11-04 | 1 | -1/+3 | |
| | ||||||
* | Increase clock skew for HTTP signatures | Chocobozzz | 2019-10-25 | 2 | -2/+3 | |
| | ||||||
* | Add plugin hook on registration | Chocobozzz | 2019-10-25 | 5 | -9/+56 | |
| | ||||||
* | Fix lint | Chocobozzz | 2019-10-23 | 1 | -1/+1 | |
| | ||||||
* | Fix and cleanup actor follow inbox sql query | Chocobozzz | 2019-10-23 | 1 | -3/+3 | |
| | ||||||
* | Fix federation with some actors | Chocobozzz | 2019-10-23 | 12 | -32/+77 | |
| | | | | That don't have a shared inbox, or a URL | |||||
* | Fix misc tests | Chocobozzz | 2019-10-22 | 2 | -4/+4 | |
| | ||||||
* | Use typescript paths in cli scripts too | Chocobozzz | 2019-10-21 | 9 | -0/+40 | |
| | ||||||
* | Add tsconfig-paths registration to mocha | Chocobozzz | 2019-10-21 | 4 | -6/+8 | |
| | ||||||
* | Upgrade tools dep | Chocobozzz | 2019-10-21 | 2 | -342/+518 | |
| | ||||||
* | Fix bug with tsconfig paths | Chocobozzz | 2019-10-21 | 1 | -4/+2 | |
| | ||||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 14 | -28/+35 | |
| | ||||||
* | 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 | 5 | -21/+17 | |
| | ||||||
* | Fix caption validators test | Chocobozzz | 2019-10-18 | 1 | -16/+17 | |
| | ||||||
* | Fix audio uploading without preview | Chocobozzz | 2019-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fix audio merging when specifying a preview | Chocobozzz | 2019-10-18 | 1 | -6/+28 | |
| | ||||||
* | 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 | |
| | ||||||
* | Try to fix tests | Chocobozzz | 2019-09-24 | 2 | -3/+12 | |
| | ||||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 5 | -0/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | fix a few typos (#2141) | Lukas Winkler | 2019-09-23 | 4 | -4/+4 | |
| | | | | | | | | * fix a few typos * apply changes to original files instead * additional correction |