Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix change ownership typing | Rigel Kent | 2020-06-28 | 1 | -6/+2 |
| | |||||
* | Lazy load all routes | Chocobozzz | 2020-06-23 | 1 | -0/+1 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 10 | -35/+71 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 4 | -0/+44 |
| | | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal | ||||
* | More robust max bitrate calculation | Chocobozzz | 2020-06-17 | 1 | -31/+34 |
| | |||||
* | Add videos count in channels list | Chocobozzz | 2020-06-16 | 1 | -0/+2 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -0/+10 |
| | |||||
* | Add server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 1 | -1/+2 |
| | | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -0/+1 |
| | |||||
* | Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵ | Rigel Kent | 2020-05-04 | 1 | -1/+1 |
| | | | | search query param dynamically | ||||
* | Only show updatedAt date of abuse if different from createdAt | Rigel Kent | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Factorize video display in table for moderation components, apply it to ↵ | Rigel Kent | 2020-05-01 | 1 | -2/+3 |
| | | | | blacklisted videos as well | ||||
* | Add nth abuse count for a given video, add reporter/reportee reports stats | Rigel Kent | 2020-05-01 | 1 | -2/+9 |
| | |||||
* | Add video channel and video thumbnail, rework video appearance in row | Rigel Kent | 2020-05-01 | 1 | -0/+4 |
| | |||||
* | Make sure a report doesn't get deleted upon the deletion of its video | Rigel Kent | 2020-05-01 | 1 | -0/+2 |
| | |||||
* | Use inner join and document code for viewr stats for channels | Rigel Kent | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | View stats for channels | Rigel Kent | 2020-03-31 | 1 | -0/+6 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata | ||||
* | Downsample to the closest divisor standard framerate | Rigel Kent | 2020-01-29 | 1 | -3/+5 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | Share playlists state | Chocobozzz | 2020-01-06 | 1 | -6/+8 |
| | |||||
* | Add author indicator to the comment replies loader | Rigel Kent | 2019-12-28 | 1 | -0/+1 |
| | |||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 2 | -2/+3 |
| | |||||
* | 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. | ||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 1 | -0/+2 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -0/+5 |
| | | | | | | | | 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 | 4 | -11/+17 |
| | | | | In favour of HLS | ||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 4 | -8/+21 |
| | |||||
* | Add CLI plugins tests | Chocobozzz | 2019-07-24 | 1 | -24/+29 |
| | |||||
* | Improve video REST documentation | Chocobozzz | 2019-06-11 | 1 | -2/+1 |
| | |||||
* | Add ability to unpublish video/playlist | Chocobozzz | 2019-06-06 | 1 | -2/+2 |
| | |||||
* | Improve 4K video quality after transcoding | Chocobozzz | 2019-06-06 | 1 | -3/+7 |
| | |||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 1 | -1/+3 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -1/+0 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 1 | -0/+4 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 2 | -0/+8 |
| | | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account | ||||
* | Add Nederlands and Português (Portugal) | Chocobozzz | 2019-04-03 | 1 | -21/+21 |
| | |||||
* | tslint update | Chocobozzz | 2019-04-02 | 1 | -21/+21 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -11/+9 |
| | | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature | ||||
* | Playlist reorder support | Chocobozzz | 2019-03-18 | 1 | -0/+5 |
| | |||||
* | Playlist videos component | Chocobozzz | 2019-03-18 | 1 | -5/+7 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 1 | -0/+7 |
| | |||||
* | Add/update/delete/list my playlists | Chocobozzz | 2019-03-18 | 2 | -2/+9 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 2 | -0/+7 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 3 | -4/+6 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 8 | -24/+77 |
| | |||||
* | Import original publication date (web UI) | Andrés Maldonado | 2019-02-12 | 1 | -0/+1 |
| | | | | Import original publication date when importing a video from YouTube in the web UI | ||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 7 | -2/+27 |
|\ |