Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken lives handling | Chocobozzz | 2021-05-26 | 1 | -0/+1 |
| | |||||
* | Update channel updatedAt when uploading a video | Chocobozzz | 2021-05-10 | 1 | -5/+2 |
| | |||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 1 | -13/+39 |
| | |||||
* | Don't save other attributes when set as refreshed | Chocobozzz | 2021-04-12 | 1 | -2/+4 |
| | |||||
* | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
|\ | |||||
| * | Fix outbox fetch with subtitled videos | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | | |||||
* | | Update data in DB when regenerate thumbnails | Chocobozzz | 2021-04-08 | 1 | -9/+0 |
| | | |||||
* | | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 1 | -4/+6 |
|/ | |||||
* | Fix abuse tests | Chocobozzz | 2021-03-09 | 1 | -12/+12 |
| | |||||
* | Optimize views sort sql query | Chocobozzz | 2021-03-03 | 1 | -1/+6 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 1 | -1/+19 |
| | |||||
* | Fix separate SQL query for video get | Chocobozzz | 2021-02-25 | 1 | -2/+3 |
| | |||||
* | Fix feeds | Chocobozzz | 2021-02-18 | 1 | -3/+3 |
| | |||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 1 | -23/+31 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 1 | -47/+13 |
| | |||||
* | Generate a name for thumbnails | Chocobozzz | 2021-02-16 | 1 | -2/+3 |
| | | | | Allows aggressive caching | ||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 1 | -3/+1 |
| | |||||
* | Optimize videos list API endpoint | Chocobozzz | 2021-02-08 | 1 | -10/+11 |
| | |||||
* | add best trending strategy based on Reddit's best | Rigel Kent | 2021-02-04 | 1 | -2/+4 |
| | | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet. | ||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 1 | -2/+2 |
| | |||||
* | modularize abstract video list header and implement video hotness ↵ | Rigel Kent | 2021-01-28 | 1 | -0/+2 |
| | | | | recommendation variant | ||||
* | Fix rss feed with HLS videos | Chocobozzz | 2021-01-27 | 1 | -15/+21 |
| | |||||
* | Safely remove webtorrent files | Chocobozzz | 2021-01-25 | 1 | -0/+4 |
| | | | | Only remove them on max quality HLS playlist generation | ||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 1 | -0/+34 |
| | | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days | ||||
* | Refactor transcoding job handlers | Chocobozzz | 2021-01-21 | 1 | -0/+1 |
| | |||||
* | Add user video list hooks | Chocobozzz | 2021-01-20 | 1 | -6/+8 |
| | |||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 1 | -1/+3 |
| | | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts | ||||
* | Fix live badge in videos list | Chocobozzz | 2020-12-16 | 1 | -0/+1 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -41/+44 |
| | |||||
* | Count only active lives for account limit | Chocobozzz | 2020-11-26 | 1 | -1/+4 |
| | |||||
* | Split ffmpeg utils with ffprobe utils | Chocobozzz | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Try to fix playlist tests | Chocobozzz | 2020-11-18 | 1 | -1/+0 |
| | |||||
* | Don't take into account ended lives in concurrent lives check | Chocobozzz | 2020-11-18 | 1 | -1/+5 |
| | |||||
* | Cleanup lives on server restart | Chocobozzz | 2020-11-13 | 1 | -0/+13 |
| | |||||
* | remove duplicate file checks in video model (#3289) | Arman | 2020-11-11 | 1 | -7/+0 |
| | | | - server/models/video/video.ts (delete duplicate): build duplicate file id addition in buildAPIResult | ||||
* | Fix tests | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Add save replay live tests | Chocobozzz | 2020-11-09 | 1 | -1/+7 |
| | |||||
* | Add check constraints live tests | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 1 | -4/+26 |
| | |||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 1 | -0/+31 |
| | |||||
* | Fix replay saving | Chocobozzz | 2020-11-09 | 1 | -0/+10 |
| | |||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 1 | -0/+8 |
| | |||||
* | Handle live federation | Chocobozzz | 2020-11-09 | 1 | -2/+2 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -0/+5 |
| | |||||
* | Fix lint | Chocobozzz | 2020-08-24 | 1 | -3/+1 |
| | |||||
* | Remove debug logs | Chocobozzz | 2020-08-24 | 1 | -4/+0 |
| | |||||
* | Fix RSS feed when HLS only is enabled | Chocobozzz | 2020-08-24 | 1 | -6/+50 |
| | |||||
* | Implement abuses check params | Chocobozzz | 2020-07-10 | 1 | -2/+2 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 1 | -42/+42 |
| |