Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 6 | -12/+12 | |
|/ | ||||||
* | Update channel updatedAt when uploading a video | Chocobozzz | 2021-05-10 | 2 | -6/+9 | |
| | ||||||
* | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 1 | -2/+0 | |
| | ||||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 2 | -16/+48 | |
| | ||||||
* | Don't save other attributes when set as refreshed | Chocobozzz | 2021-04-12 | 1 | -2/+4 | |
| | ||||||
* | add channel and playlist stats to server stats endpoint (#3747) | Rigel Kent | 2021-04-12 | 2 | -14/+89 | |
| | | | | | | | * add channel and playlist stats to nodeinfo * add tests for active video channels stats * fix tests for active channel stats | |||||
* | 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 | |
| | | ||||||
* | | Add banner tests | Chocobozzz | 2021-04-08 | 1 | -1/+8 | |
| | | ||||||
* | | Add banners support | Chocobozzz | 2021-04-08 | 1 | -43/+45 | |
| | | ||||||
* | | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 3 | -8/+12 | |
|/ | ||||||
* | Fix abuse tests | Chocobozzz | 2021-03-09 | 1 | -12/+12 | |
| | ||||||
* | Fix broken hot algorithm | Chocobozzz | 2021-03-03 | 1 | -6/+7 | |
| | ||||||
* | Optimize views sort sql query | Chocobozzz | 2021-03-03 | 1 | -1/+6 | |
| | ||||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 3 | -3/+44 | |
| | ||||||
* | Async torrent creation | Chocobozzz | 2021-02-25 | 2 | -1/+9 | |
| | ||||||
* | Fix separate SQL query for video get | Chocobozzz | 2021-02-25 | 1 | -2/+3 | |
| | ||||||
* | Fix thread replies API response | Chocobozzz | 2021-02-19 | 1 | -11/+17 | |
| | ||||||
* | Fix video comments display with deleted comments | Chocobozzz | 2021-02-19 | 1 | -22/+38 | |
| | ||||||
* | Cleanup | Chocobozzz | 2021-02-18 | 4 | -9/+9 | |
| | ||||||
* | Fix feeds | Chocobozzz | 2021-02-18 | 2 | -7/+11 | |
| | ||||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 5 | -63/+59 | |
| | ||||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 7 | -156/+225 | |
| | ||||||
* | Optimize remote thumbnail processing | Chocobozzz | 2021-02-16 | 1 | -4/+8 | |
| | ||||||
* | Remove previous thumbnail if needed | Chocobozzz | 2021-02-16 | 2 | -2/+41 | |
| | ||||||
* | Generate a name for caption files | Chocobozzz | 2021-02-16 | 2 | -19/+41 | |
| | ||||||
* | Generate a name for thumbnails | Chocobozzz | 2021-02-16 | 2 | -14/+22 | |
| | | | | Allows aggressive caching | |||||
* | Painfully debug concurrent import jobs | Chocobozzz | 2021-02-09 | 1 | -1/+2 | |
| | ||||||
* | 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 | 2 | -13/+26 | |
| | | | | | | 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. | |||||
* | Update server dependencies | Chocobozzz | 2021-02-03 | 1 | -3/+3 | |
| | ||||||
* | 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 | 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 | 18 | -176/+167 | |
| | ||||||
* | Refactor a little bit client canonical URL | Chocobozzz | 2020-12-08 | 1 | -0/+5 | |
| | ||||||
* | 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 | 1 | -2/+2 | |
| |