Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add event doc to view endpoint | Chocobozzz | 2022-04-15 | 2 | -6/+0 |
| | |||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 2 | -0/+23 |
| | | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos | ||||
* | Refactor AP context builder | Chocobozzz | 2022-03-24 | 1 | -2/+2 |
| | |||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 1 | -1/+2 |
| | |||||
* | Add missing mediaType info to AP objects | Chocobozzz | 2022-01-13 | 4 | -0/+11 |
| | |||||
* | Refactor AP playlists | Chocobozzz | 2021-06-03 | 1 | -0/+4 |
| | |||||
* | Add banners support | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 2 | -3/+14 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 1 | -0/+1 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 1 | -0/+2 |
| | |||||
* | Handle live federation | Chocobozzz | 2020-11-09 | 1 | -1/+4 |
| | |||||
* | Don't use @shared in models | Chocobozzz | 2020-08-27 | 1 | -1/+1 |
| | | | | So other projects can use them | ||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 3 | -5/+7 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 2 | -2/+14 |
| | | | | | - 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 | ||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 5 | -20/+22 |
| | |||||
* | Add url field in caption and use it for thumbnails | Chocobozzz | 2020-01-30 | 2 | -1/+4 |
| | |||||
* | 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 | 1 | -0/+11 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -18/+33 |
| | | | | In favour of HLS | ||||
* | Handle reports from mastodon | Chocobozzz | 2019-08-30 | 1 | -1/+1 |
| | |||||
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -0/+3 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 2 | -0/+33 |
| | |||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 4 | -22/+46 |
|\ | |||||
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 4 | -19/+49 |
| |\ | |||||
| | * | Add hls support on server | Chocobozzz | 2019-02-11 | 2 | -21/+43 |
| | | | |||||
| | * | Prepare Dislike/Flag/View fixes | Chocobozzz | 2019-01-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version | ||||
| * | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 1 | -1/+1 |
| | | | |||||
| * | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 1 | -1/+2 |
| | | | |||||
* | | | Change models | clementbrizard | 2019-01-12 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Check activities host | Chocobozzz | 2018-11-14 | 1 | -1/+2 |
| | | |||||
* | | AP mimeType -> mediaType | Chocobozzz | 2018-10-18 | 1 | -3/+9 |
|/ | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 4 | -7/+32 |
| | |||||
* | Use height instead of width to represent the video resolution | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Fix fps federation | Chocobozzz | 2018-08-06 | 1 | -0/+2 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 1 | -0/+1 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -0/+3 |
| | | | | publishing a video | ||||
* | Refractor and optimize AP collections | Chocobozzz | 2018-05-25 | 1 | -4/+4 |
| | | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes | ||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -0/+1 |
| | |||||
* | Use sensitive instead of nsfw in activitypub | Chocobozzz | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Fix communication with mastodon | Chocobozzz | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Fetch remote AP objects | Chocobozzz | 2018-01-10 | 1 | -0/+2 |
| | |||||
* | Add mentions to comments | Chocobozzz | 2018-01-05 | 2 | -1/+5 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 1 | -0/+1 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 2 | -0/+3 |
| | |||||
* | Create comment on replied mastodon statutes | Chocobozzz | 2017-12-22 | 1 | -0/+8 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 4 | -16/+7 |
| | |||||
* | Add shares forward and collection on videos/video channels | Chocobozzz | 2017-11-27 | 2 | -0/+4 |
| | |||||
* | Fetch video likes/dislikes too | Chocobozzz | 2017-11-27 | 1 | -0/+3 |
| |