Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 3 | -9/+10 |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | ||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 3 | -11/+105 |
| | |||||
* | 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 | 4 | -19/+58 |
| | |||||
* | Fix abuse crash on deleted video | Chocobozzz | 2021-02-26 | 1 | -3/+3 |
| | |||||
* | Use named chunk for embed on analyze | Chocobozzz | 2021-02-25 | 1 | -1/+0 |
| | |||||
* | Async torrent creation | Chocobozzz | 2021-02-25 | 2 | -1/+9 |
| | |||||
* | Fix separate SQL query for video get | Chocobozzz | 2021-02-25 | 2 | -4/+6 |
| | |||||
* | Fix thread replies API response | Chocobozzz | 2021-02-19 | 1 | -11/+17 |
| | |||||
* | Fix video comments display with deleted comments | Chocobozzz | 2021-02-19 | 2 | -23/+39 |
| | |||||
* | Cleanup | Chocobozzz | 2021-02-18 | 4 | -9/+9 |
| | |||||
* | Fix feeds | Chocobozzz | 2021-02-18 | 2 | -7/+11 |
| | |||||
* | Add ability to update torrents cache in client | Chocobozzz | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 7 | -63/+162 |
| | |||||
* | 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. | ||||
* | Fix get video from redudancy | Chocobozzz | 2021-02-03 | 1 | -2/+2 |
| | |||||
* | Update server dependencies | Chocobozzz | 2021-02-03 | 2 | -45/+55 |
| | |||||
* | 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 |
| |