Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test on AP hooks | Chocobozzz | 2023-03-10 | 1 | -1/+1 |
| | |||||
* | Add ability for plugins to alter video jsonld | Chocobozzz | 2023-03-10 | 1 | -2/+7 |
| | |||||
* | Refactor model utils | Chocobozzz | 2023-01-10 | 1 | -4/+3 |
| | |||||
* | Fix running again transcoding on a video only file | Chocobozzz | 2022-11-07 | 1 | -1/+3 |
| | |||||
* | Fix follow constraint check with an account | Chocobozzz | 2022-11-07 | 1 | -0/+6 |
| | |||||
* | Correctly delete live files from object storage | Chocobozzz | 2022-10-25 | 1 | -4/+4 |
| | |||||
* | Correctly cleanup files from object storage | Chocobozzz | 2022-10-25 | 1 | -3/+2 |
| | |||||
* | Use private ACL for private videos in s3 | Chocobozzz | 2022-10-24 | 1 | -6/+28 |
| | |||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 1 | -16/+8 |
| | |||||
* | Fix saved live master playlist bandwidth | Chocobozzz | 2022-09-09 | 1 | -0/+2 |
| | |||||
* | Avoid concurrency issue on transcoding | Chocobozzz | 2022-08-09 | 1 | -7/+6 |
| | |||||
* | Add ability to delete a specific video file | Chocobozzz | 2022-08-01 | 1 | -3/+7 |
| | |||||
* | Add more tracing | Chocobozzz | 2022-07-28 | 1 | -0/+5 |
| | |||||
* | Add live and viewers otel metrics | Chocobozzz | 2022-07-27 | 1 | -7/+10 |
| | |||||
* | Regenerate video filenames on transcoding | Chocobozzz | 2022-07-25 | 1 | -1/+20 |
| | | | | | In particular when using manual transcoding, to invalidate potential HTTP caches in front of peertube | ||||
* | Fix my videos counter | Chocobozzz | 2022-07-18 | 1 | -1/+3 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Fix videos stats | Chocobozzz | 2022-07-08 | 1 | -1/+0 |
| | |||||
* | Introduce experimental telemetry | Chocobozzz | 2022-07-06 | 1 | -11/+13 |
| | |||||
* | Rename video full loading | Chocobozzz | 2022-06-28 | 1 | -2/+2 |
| | |||||
* | store uploaded video filename (#4885) | kontrollanten | 2022-06-21 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix my videos total counter | Chocobozzz | 2022-05-24 | 1 | -4/+6 |
| | |||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 1 | -1/+1 |
| | |||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 1 | -1/+1 |
| | | | | | | | | | | * 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 | ||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 1 | -1/+15 |
| | | | | | In the future we'll stop to expose all available rates to improve users privacy | ||||
* | Process video torrents in order | Chocobozzz | 2022-03-16 | 1 | -0/+18 |
| | | | | Prevent update before video torrent generation for example | ||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 1 | -3/+3 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Update server dependencies | Chocobozzz | 2022-01-14 | 1 | -1/+2 |
| | |||||
* | Fix audio transcoding with video only file | Chocobozzz | 2022-01-06 | 1 | -4/+12 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 1 | -1/+2 |
| | | | | Since it requires an external dependency | ||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 1 | -6/+15 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -2/+1 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 1 | -2/+3 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | Fix torrent metadata update for hls | Chocobozzz | 2021-12-09 | 1 | -15/+0 |
| | |||||
* | Update torrent metadata on video update | Chocobozzz | 2021-12-08 | 1 | -0/+15 |
| | |||||
* | Stop killing peertube in ci script | Chocobozzz | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 1 | -5/+4 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 1 | -2/+2 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 1 | -2/+13 |
| | |||||
* | Fix video update transaction | Chocobozzz | 2021-11-10 | 1 | -2/+2 |
| | |||||
* | Fix thumbnail update | Chocobozzz | 2021-11-10 | 1 | -3/+1 |
| | |||||
* | Add migrate-to-object-storage script (#4481) | kontrollanten | 2021-11-09 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | * add migrate-to-object-storage-script closes #4467 * add migrate-to-unique-playlist-filenames script * fix(migrate-to-unique-playlist-filenames): update master/segments256 run updateMasterHLSPlaylist and updateSha256VODSegments after file rename. * Improve move to object storage scripts * PR remarks Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add ability to filter by file type | Chocobozzz | 2021-11-03 | 1 | -11/+33 |
| | |||||
* | Add video file size info in admin videos list | Chocobozzz | 2021-10-29 | 1 | -14/+20 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 1 | -57/+29 |
| | | | | Introduce include and isLocal instead | ||||
* | Fix sequelize order typings | Chocobozzz | 2021-10-22 | 1 | -1/+1 |
| | |||||
* | Fix my live videos filter | Chocobozzz | 2021-10-20 | 1 | -2/+2 |
| | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 1 | -1/+8 |
| |