Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 7 | -12/+158 |
| | | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos | ||||
* | Remove activitypub helper | Chocobozzz | 2022-03-23 | 1 | -229/+0 |
| | | | | Put functions in lib/activitypub instead | ||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 1 | -14/+14 |
| | |||||
* | Ensure bin dir exists before dl youtube-dl | Chocobozzz | 2022-03-21 | 1 | -2/+4 |
| | |||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 1 | -1/+3 |
| | | | | | In the future we'll stop to expose all available rates to improve users privacy | ||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 4 | -8/+50 |
| | |||||
* | Merge branch 'release/4.1.0' into develop | Chocobozzz | 2022-03-08 | 2 | -22/+42 |
|\ | |||||
| * | Remove exif tags when processing images | Chocobozzz | 2022-03-07 | 1 | -0/+11 |
| | | |||||
| * | Remove unnecessary comment | Chocobozzz | 2022-03-07 | 1 | -1/+0 |
| | | |||||
| * | Optimize markdown renderer | Chocobozzz | 2022-03-07 | 1 | -22/+32 |
| | | |||||
* | | Refactor user build and express file middlewares | Chocobozzz | 2022-03-04 | 1 | -4/+3 |
| | | |||||
* | | Fill width of local avatars | Chocobozzz | 2022-03-01 | 1 | -4/+18 |
| | | |||||
* | | Fix client html performance regression | Chocobozzz | 2022-02-28 | 1 | -2/+2 |
| | | |||||
* | | Add basic video editor support | Chocobozzz | 2022-02-28 | 19 | -921/+1390 |
| | | |||||
* | | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -0/+3 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix max buffer size for youtube-dl | Chocobozzz | 2022-02-22 | 1 | -1/+1 |
| | |||||
* | Fix CLI build | Chocobozzz | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | Fix import timeout inconsistency | Chocobozzz | 2022-02-09 | 2 | -30/+33 |
| | |||||
* | Add additional checks when importing a video | Chocobozzz | 2022-02-09 | 2 | -0/+62 |
| | |||||
* | Correctly check import target URL IP | Chocobozzz | 2022-02-07 | 1 | -0/+29 |
| | |||||
* | Fix plaintext markdown converter | Chocobozzz | 2022-02-04 | 1 | -16/+52 |
| | |||||
* | Convert markdown to html/plain text for feeds | Chocobozzz | 2022-01-31 | 1 | -2/+2 |
| | |||||
* | Fix peertube tools auth | Chocobozzz | 2022-01-20 | 1 | -1/+1 |
| | |||||
* | Give the ability to define python path for youtube-dl / yt-dlp | Florent | 2022-01-10 | 1 | -1/+2 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -16/+0 |
| | | | | Prefer to replace paths at compile time | ||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 2 | -2/+3 |
| | | | | Since it requires an external dependency | ||||
* | Resolve enums at compile time | Chocobozzz | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Fix type conflict | Chocobozzz | 2021-12-24 | 1 | -2/+2 |
| | |||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 5 | -9/+5 |
| | |||||
* | Fix build | Chocobozzz | 2021-12-17 | 3 | -3/+3 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 5 | -6/+5 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -2/+2 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 9 | -245/+28 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Move b frame strategy in transcoding profile | Chocobozzz | 2021-12-14 | 1 | -11/+7 |
| | | | | | We may use a too high value for some encoders and it allows to specify custom values/strategy | ||||
* | Update torrents info name on video update | Chocobozzz | 2021-12-08 | 1 | -1/+2 |
| | |||||
* | Update torrent metadata on video update | Chocobozzz | 2021-12-08 | 1 | -4/+11 |
| | |||||
* | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 1 | -0/+17 |
| | |||||
* | Fix plugin upgrade | Chocobozzz | 2021-12-03 | 1 | -0/+78 |
| | | | | Correctly decache all plugin paths | ||||
* | Fix redundancy timeout | Chocobozzz | 2021-11-29 | 1 | -3/+4 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 3 | -4/+16 |
| | |||||
* | Prefer cover instead of contain for images | Chocobozzz | 2021-11-16 | 1 | -3/+6 |
| | |||||
* | Fix thumbnails/previews for portrait videos | Chocobozzz | 2021-11-16 | 1 | -11/+32 |
| | |||||
* | Test and log request retries | Chocobozzz | 2021-11-16 | 1 | -9/+9 |
| | |||||
* | Don't display log tag filter for audit logs | Chocobozzz | 2021-11-16 | 1 | -4/+15 |
| | |||||
* | Optimize AP fetch | Chocobozzz | 2021-11-16 | 2 | -4/+5 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 1 | -0/+1 |
| | |||||
* | Add minimum bitrate limit | Chocobozzz | 2021-11-10 | 1 | -3/+9 |
| | |||||
* | Add ffmpeg tags for ffmpeg logs | Chocobozzz | 2021-11-10 | 1 | -15/+18 |
| | |||||
* | Fix error log of bad import | Chocobozzz | 2021-11-09 | 1 | -6/+8 |
| | |||||
* | Fix remote interaction | Chocobozzz | 2021-11-05 | 1 | -0/+11 |
| | | | | When we fetch a ressource that is a redirection of another ressource |