Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Purge entire video from redundancy | Chocobozzz | 2021-02-02 | 1 | -0/+51 |
| | |||||
* | Fix tests | Chocobozzz | 2021-02-01 | 1 | -2/+1 |
| | |||||
* | Fix redundancy with HLS only files | Chocobozzz | 2021-02-01 | 1 | -45/+54 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 1 | -2/+2 |
| | |||||
* | add test and openapi for hot sort parameter | Rigel Kent | 2021-01-28 | 1 | -1/+3 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 1 | -55/+40 |
| | |||||
* | only count comments from people other than the video author | Rigel Kent | 2021-01-28 | 1 | -4/+21 |
| | |||||
* | modularize abstract video list header and implement video hotness ↵ | Rigel Kent | 2021-01-28 | 2 | -4/+40 |
| | | | | recommendation variant | ||||
* | Fix rss feed with HLS videos | Chocobozzz | 2021-01-27 | 2 | -15/+24 |
| | |||||
* | 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 | 2 | -2/+5 |
| | | | | | | | * 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 | ||||
* | Retrieve user by id instead of username | Chocobozzz | 2021-01-11 | 1 | -3/+3 |
| | |||||
* | Support activeMonth and activeHalfyear in nodeinfo | Chocobozzz | 2020-12-30 | 1 | -1/+3 |
| | |||||
* | Fix redundancy federation in some cases | Chocobozzz | 2020-12-17 | 1 | -1/+3 |
| | |||||
* | Fix live badge in videos list | Chocobozzz | 2020-12-16 | 1 | -0/+1 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 41 | -343/+333 |
| | |||||
* | Refactor a little bit client canonical URL | Chocobozzz | 2020-12-08 | 2 | -10/+27 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 2 | -0/+9 |
| | |||||
* | Fix live replay duration glitch | Chocobozzz | 2020-12-02 | 1 | -16/+16 |
| | |||||
* | Keep displayName as valid playlist sort | Chocobozzz | 2020-12-01 | 2 | -4/+15 |
| | |||||
* | Count only active lives for account limit | Chocobozzz | 2020-11-26 | 1 | -1/+4 |
| | |||||
* | Fix comment account external URL | Chocobozzz | 2020-11-25 | 1 | -1/+0 |
| | | | | | It did not work, and I think it's better to target the local account page anyway | ||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -1/+8 |
| | |||||
* | Split ffmpeg utils with ffprobe utils | Chocobozzz | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Fix incorrect IDs in AP federation | Chocobozzz | 2020-11-20 | 3 | -21/+34 |
| | |||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 2 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Remove notifications of muted accounts/servers | Chocobozzz | 2020-11-18 | 1 | -1/+54 |
| | |||||
* | Add admin view to manage comments | Chocobozzz | 2020-11-16 | 1 | -38/+46 |
| | |||||
* | Implement video comment list in admin | Chocobozzz | 2020-11-13 | 1 | -4/+128 |
| | |||||
* | 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 | ||||
* | Cleanup follows of orphean actors | Chocobozzz | 2020-11-10 | 2 | -10/+14 |
| | |||||
* | Remove deprecated abuse api | Chocobozzz | 2020-11-10 | 1 | -34/+2 |
| | |||||
* | Fix stat file size with HLS | Chocobozzz | 2020-11-10 | 1 | -5/+28 |
| | |||||
* | Don't add live videos in redundancy | Chocobozzz | 2020-11-09 | 2 | -3/+6 |
| | |||||
* | Fix tests | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Regenerate miniature on live save | Chocobozzz | 2020-11-09 | 1 | -0/+4 |
| | |||||
* | Add live notification tests | Chocobozzz | 2020-11-09 | 2 | -1/+8 |
| | |||||
* | Add save replay live tests | Chocobozzz | 2020-11-09 | 1 | -1/+7 |
| | |||||
* | Add check constraints live tests | Chocobozzz | 2020-11-09 | 3 | -3/+10 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 3 | -6/+41 |
| | |||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 1 | -0/+31 |
| | |||||
* | Fix replay saving | Chocobozzz | 2020-11-09 | 2 | -2/+12 |
| | |||||
* | Add ability to save live replay | Chocobozzz | 2020-11-09 | 1 | -1/+2 |
| | |||||
* | Save | Chocobozzz | 2020-11-09 | 1 | -4/+0 |
| |