Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add banners support | Chocobozzz | 2021-04-08 | 1 | -6/+14 |
| | |||||
* | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 3 | -7/+8 |
| | |||||
* | Increase thumbnail size on server | Chocobozzz | 2021-04-05 | 1 | -2/+2 |
| | |||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 7 | -1/+107 |
| | |||||
* | Check ffmepg version on startup | Chocobozzz | 2021-03-24 | 2 | -11/+21 |
| | |||||
* | Use got instead of request | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Introduce tags to the logger | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | | | | | That could help to filter unneeded logs and/or select particular components | ||||
* | Optimize views sort sql query | Chocobozzz | 2021-03-03 | 2 | -1/+21 |
| | |||||
* | Rename request timeout | Chocobozzz | 2021-03-03 | 1 | -2/+2 |
| | |||||
* | Increase broadcast concurrency | Chocobozzz | 2021-03-03 | 1 | -1/+1 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 3 | -3/+14 |
| | |||||
* | Fix broken local actors | Chocobozzz | 2021-02-26 | 2 | -2/+39 |
| | | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons | ||||
* | Increase jobs request timeout | Chocobozzz | 2021-02-26 | 1 | -1/+1 |
| | |||||
* | Add m4a support | Chocobozzz | 2021-02-25 | 1 | -0/+1 |
| | |||||
* | Fix async issues with channels list | Chocobozzz | 2021-02-25 | 1 | -0/+2 |
| | |||||
* | Fix latest migrations | Chocobozzz | 2021-02-19 | 2 | -1/+34 |
| | | | | | | | | We made an historical mistake: we have a unique key on videoId, resolution AND fps. But the filenames and torrent filenames do not have fps in their name Remove these duplicate entries | ||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 4 | -1/+179 |
| | |||||
* | Add video files migration | Chocobozzz | 2021-02-18 | 2 | -1/+56 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 3 | -6/+12 |
| | |||||
* | Generate a name for caption files | Chocobozzz | 2021-02-16 | 2 | -1/+49 |
| | |||||
* | Generate a name for thumbnails | Chocobozzz | 2021-02-16 | 2 | -1/+25 |
| | | | | Allows aggressive caching | ||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 4 | -5/+16 |
| | |||||
* | Support NodeJS 14 and 15, deprecate Node 10 | Chocobozzz | 2021-02-04 | 1 | -2/+2 |
| | |||||
* | add best trending strategy based on Reddit's best | Rigel Kent | 2021-02-04 | 1 | -1/+1 |
| | | | | | | 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 URI search config update | Chocobozzz | 2021-02-01 | 1 | -2/+2 |
| | |||||
* | Support transcoding profile in client admin | Chocobozzz | 2021-01-28 | 1 | -1/+2 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 2 | -29/+2 |
| | |||||
* | Use a profile manager for transcoding | Chocobozzz | 2021-01-28 | 1 | -12/+0 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 1 | -7/+5 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 1 | -1/+9 |
| | |||||
* | modularize abstract video list header and implement video hotness ↵ | Rigel Kent | 2021-01-28 | 1 | -1/+1 |
| | | | | recommendation variant | ||||
* | Fix live RAM usage when ffmpeg is too slow | Chocobozzz | 2021-01-27 | 1 | -1/+3 |
| | |||||
* | Add missing niceness to ffmpeg thumbnail processes | Chocobozzz | 2021-01-27 | 1 | -2/+2 |
| | |||||
* | Fix tests | Chocobozzz | 2021-01-26 | 1 | -2/+1 |
| | |||||
* | Allow webp image uploads | Chocobozzz | 2021-01-26 | 1 | -2/+2 |
| | |||||
* | Disable sql prettifier by default | Chocobozzz | 2021-01-26 | 1 | -1/+2 |
| | | | | It adds too much lines, leading to difficulties when reading dev logs | ||||
* | Fix sendmail emailer | Chocobozzz | 2021-01-26 | 1 | -1/+5 |
| | |||||
* | prettify SQL queries during debug (#3635) | Rigel Kent | 2021-01-25 | 1 | -3/+3 |
| | | | | | | | * prettify SQL queries during debug * Use sql-formatter Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 1 | -0/+7 |
| | | | | | | | | | | (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 | ||||
* | specific niceness for live transcoding | Rigel Kent | 2021-01-13 | 1 | -2/+5 |
| | |||||
* | feat: allow administrator to disable logging of ping requests | Johan Fleury | 2021-01-13 | 1 | -1/+2 |
| | |||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 2 | -2/+5 |
| | |||||
* | Reduce inbox stats updated interval | Chocobozzz | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | Add AP stats | Chocobozzz | 2020-12-15 | 1 | -1/+3 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 17 | -17/+4 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 2 | -1/+28 |
| | |||||
* | Prepare changelog | Chocobozzz | 2020-12-02 | 1 | -1/+1 |
| | |||||
* | Keep displayName as valid playlist sort | Chocobozzz | 2020-12-01 | 1 | -1/+1 |
| | |||||
* | Add local actor follow url migration | Chocobozzz | 2020-12-01 | 2 | -1/+28 |
| | |||||
* | Fix sort fields on Video Playlists | Arman | 2020-12-01 | 1 | -1/+1 |
| | | | displayName does not exist in VideoPlaylistModel, the correct field is `name` |