Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 2 | -0/+2 |
| | |||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 2 | -2/+3 |
| | |||||
* | Serve audit logs to client | Chocobozzz | 2019-12-11 | 2 | -2/+15 |
| | |||||
* | Add action hooks to user routes | Chocobozzz | 2019-12-06 | 2 | -2/+19 |
| | |||||
* | Add ability to update icons content | Chocobozzz | 2019-12-05 | 1 | -1/+6 |
| | |||||
* | Add hook to alter player build options | Chocobozzz | 2019-12-05 | 1 | -1/+5 |
| | |||||
* | Improve 4k resolution bitrate | Chocobozzz | 2019-12-05 | 1 | -2/+2 |
| | |||||
* | Ensure local actors preferredName don't already exist | Chocobozzz | 2019-12-05 | 1 | -11/+11 |
| | | | | | | | | | | | | Before applying this commit, check you don't have duplicates local actors in your database: select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 0 If you have some results, it seems you have duplicate channels/accounts. For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique). The updated actors could have some federations issues. Sorry. | ||||
* | Add ability to filter per job type | Chocobozzz | 2019-12-04 | 2 | -15/+37 |
| | |||||
* | Fix retrieving of deleted comments when subscribing to a new instance | Julien Maulny | 2019-12-04 | 1 | -0/+2 |
| | |||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 2 | -0/+13 |
| | |||||
* | Filter on follows actor types in about page | Chocobozzz | 2019-11-29 | 1 | -6/+26 |
| | |||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 1 | -4/+7 |
| | |||||
* | (plugins) adding signup scope and init hook, modifying ↵ | Rigel Kent | 2019-11-25 | 3 | -4/+11 |
| | | | | ensureUserRegistrationAllowed allowedParams | ||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 3 | -0/+7 |
| | | | | | | | | 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 | 9 | -31/+65 |
| | | | | In favour of HLS | ||||
* | Video-watch hooks modifications for videojs | Rigel Kent | 2019-11-18 | 1 | -0/+2 |
| | |||||
* | Make build works | Chocobozzz | 2019-11-13 | 1 | -3/+1 |
| | |||||
* | Remove unused function searchVideoWithPagination | Florent F | 2019-11-04 | 1 | -21/+0 |
| | |||||
* | Add plugin hook on registration | Chocobozzz | 2019-10-25 | 1 | -1/+4 |
| | |||||
* | Fix federation with some actors | Chocobozzz | 2019-10-23 | 1 | -1/+1 |
| | | | | That don't have a shared inbox, or a URL | ||||
* | Add 'Most liked videos' page | Julien Maulny | 2019-10-18 | 1 | -0/+4 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add hardware information in instance config | Chocobozzz | 2019-09-05 | 3 | -0/+3 |
| | |||||
* | Add creation reason | Chocobozzz | 2019-09-05 | 3 | -0/+3 |
| | |||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 3 | -28/+14 |
| | |||||
* | Add more attributes to about page | Chocobozzz | 2019-09-05 | 3 | -0/+30 |
| | |||||
* | Add auto follow instances index support | Chocobozzz | 2019-09-04 | 2 | -0/+39 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 5 | -8/+71 |
| | |||||
* | Fix zh locales | Chocobozzz | 2019-09-03 | 1 | -1/+3 |
| | |||||
* | Handle reports from mastodon | Chocobozzz | 2019-08-30 | 2 | -2/+2 |
| | |||||
* | Add fi_FI support | Chocobozzz | 2019-08-22 | 1 | -0/+2 |
| | |||||
* | Update translations and support gd | Chocobozzz | 2019-08-13 | 1 | -0/+1 |
| | |||||
* | Add avatar to prune script | Chocobozzz | 2019-08-09 | 2 | -4/+7 |
| | |||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -0/+9 |
| | |||||
* | Fix multiple server tests | Chocobozzz | 2019-08-01 | 1 | -1/+2 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 6 | -15/+27 |
| | |||||
* | Improve nginx client images cache | Chocobozzz | 2019-07-29 | 1 | -1/+5 |
| | |||||
* | Add gitlab ci support | Chocobozzz | 2019-07-29 | 4 | -9/+13 |
| | |||||
* | Add plugin translation system | Chocobozzz | 2019-07-26 | 3 | -0/+27 |
| | |||||
* | Plugins can update video constants | Chocobozzz | 2019-07-26 | 3 | -0/+15 |
| | | | | Categories, licences and languages | ||||
* | Add public settings endpoint | Chocobozzz | 2019-07-26 | 3 | -2/+27 |
| | |||||
* | Add setting helper to client plugins | Chocobozzz | 2019-07-26 | 1 | -1/+4 |
| | |||||
* | Update translations and support Greek language | Chocobozzz | 2019-07-25 | 1 | -0/+1 |
| | |||||
* | Change plugin models names | Chocobozzz | 2019-07-24 | 5 | -15/+24 |
| | |||||
* | Add hooks documentation | Chocobozzz | 2019-07-24 | 2 | -0/+35 |
| | |||||
* | Add plugin static files cache | Chocobozzz | 2019-07-24 | 1 | -0/+2 |
| | |||||
* | Log error on unknown hook | Chocobozzz | 2019-07-24 | 2 | -46/+63 |
| | |||||
* | Use search client scope | Chocobozzz | 2019-07-24 | 3 | -4/+5 |
| | |||||
* | Add client hooks | Chocobozzz | 2019-07-24 | 6 | -4/+44 |
| |