Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix external auth email/password update | Chocobozzz | 2020-05-20 | 1 | -1/+1 |
| | | | | Also check if an actor does not already exist when creating the user | ||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -0/+16 |
| | |||||
* | Add ability for video owners to delete comments | Chocobozzz | 2020-05-05 | 1 | -4/+42 |
| | |||||
* | Increase video comments limit | Chocobozzz | 2020-05-05 | 1 | -2/+2 |
| | |||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 1 | -0/+13 |
| | |||||
* | Refactor follow/mute as modals in admin, add actions in abuse list | Rigel Kent | 2020-04-14 | 1 | -6/+6 |
| | |||||
* | Implement pagination for overviews endpoint | Chocobozzz | 2020-03-11 | 2 | -0/+34 |
| | |||||
* | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 1 | -1/+47 |
| | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests | ||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 25 | -105/+85 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 1 | -6/+135 |
| | |||||
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 2 | -2/+5 |
| | |||||
* | Fix my-account{videos,video-playlists} loading mecanism | Rigel Kent | 2019-12-29 | 1 | -1/+1 |
| | |||||
* | Add ability to filter per job type | Chocobozzz | 2019-12-04 | 1 | -0/+12 |
| | |||||
* | Filter on follows actor types in about page | Chocobozzz | 2019-11-29 | 1 | -2/+24 |
| | |||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 1 | -1/+43 |
| | |||||
* | 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 | 1 | -0/+24 |
| | | | | In favour of HLS | ||||
* | Fix caption validators test | Chocobozzz | 2019-10-18 | 1 | -16/+17 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -1/+1 |
| | | | | | | | | * fix a few typos * apply changes to original files instead * additional correction | ||||
* | Add hardware information in instance config | Chocobozzz | 2019-09-05 | 1 | -0/+1 |
| | |||||
* | Add creation reason | Chocobozzz | 2019-09-05 | 1 | -0/+1 |
| | |||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -1/+19 |
| | |||||
* | Add more attributes to about page | Chocobozzz | 2019-09-05 | 1 | -0/+10 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 2 | -3/+23 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 3 | -36/+26 |
| | |||||
* | Moderators can only manage users | Chocobozzz | 2019-07-30 | 1 | -30/+136 |
| | |||||
* | Add public settings endpoint | Chocobozzz | 2019-07-26 | 1 | -5/+5 |
| | |||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Add plugin API tests | Chocobozzz | 2019-07-24 | 1 | -1/+13 |
| | |||||
* | Add CLI plugins tests | Chocobozzz | 2019-07-24 | 1 | -1/+12 |
| | |||||
* | Add plugins check params tests | Chocobozzz | 2019-07-24 | 2 | -0/+475 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+3 |
| | |||||
* | Feature/subject in contact form (#1926) | Nassim Bounouas | 2019-06-21 | 1 | -0/+1 |
| | | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction | ||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -0/+23 |
| | |||||
* | Fix notification overflow | Chocobozzz | 2019-06-13 | 1 | -1/+2 |
| | |||||
* | Add more embed parameters | Chocobozzz | 2019-06-11 | 1 | -2/+1 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 1 | -0/+7 |
| | | | | | | | * 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 | -12/+0 |
| | |||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 1 | -2/+10 |
| | |||||
* | Add pagination to account video channels endpoint | Chocobozzz | 2019-05-29 | 1 | -1/+23 |
| | |||||
* | Multi step registration | Chocobozzz | 2019-05-29 | 1 | -0/+7 |
| | |||||
* | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 1 | -2/+26 |
| | |||||
* | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -0/+1 |
| | |||||
* | Fix overview endpoint | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 22 | -139/+152 |
| | |||||
* | Try to fix travis | Chocobozzz | 2019-04-24 | 2 | -5/+30 |
| | |||||
* | Use parallel tests | Chocobozzz | 2019-04-24 | 2 | -19/+19 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 24 | -230/+67 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 24 | -54/+54 |
| | | | | Because they need dev dependencies |