Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid concurrency issue on transcoding | Chocobozzz | 2022-08-09 | 1 | -7/+6 |
| | |||||
* | Add ability to delete a specific video file | Chocobozzz | 2022-08-01 | 2 | -6/+40 |
| | |||||
* | Include video file id in API | Chocobozzz | 2022-07-29 | 1 | -0/+2 |
| | |||||
* | Add more tracing | Chocobozzz | 2022-07-28 | 2 | -0/+14 |
| | |||||
* | Add live and viewers otel metrics | Chocobozzz | 2022-07-27 | 1 | -7/+10 |
| | |||||
* | Regenerate video filenames on transcoding | Chocobozzz | 2022-07-25 | 2 | -6/+56 |
| | | | | | In particular when using manual transcoding, to invalidate potential HTTP caches in front of peertube | ||||
* | Display latest uploaded date for captions | Chocobozzz | 2022-07-25 | 1 | -1/+2 |
| | |||||
* | Clearer live session | Chocobozzz | 2022-07-22 | 1 | -0/+10 |
| | | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information | ||||
* | Fix my videos counter | Chocobozzz | 2022-07-18 | 1 | -1/+3 |
| | |||||
* | Fix incorrect error logs | Chocobozzz | 2022-07-18 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 2 | -2/+2 |
| | |||||
* | Prevent 500 in AP clietn | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Prevent duplicated HLS playlist on transcoding | Chocobozzz | 2022-07-13 | 1 | -5/+6 |
| | |||||
* | Fix handling broken lives | Chocobozzz | 2022-07-12 | 1 | -0/+9 |
| | | | | We want the latest session that may already be finished | ||||
* | 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 | 2 | -11/+11 |
| | |||||
* | Optimize feeds query | Chocobozzz | 2022-06-27 | 4 | -24/+69 |
| | |||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-23 | 1 | -4/+4 |
|\ | |||||
| * | Fix duplicated tags error | Chocobozzz | 2022-06-23 | 1 | -4/+4 |
| | | |||||
* | | store uploaded video filename (#4885) | kontrollanten | 2022-06-21 | 2 | -0/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | | Update server dependencies | Chocobozzz | 2022-06-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-21 | 1 | -1/+1 |
|\| | |||||
| * | Fix AP element with deleted video federation | Chocobozzz | 2022-06-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-20 | 2 | -4/+4 |
|\| | |||||
| * | Fix users stats | Chocobozzz | 2022-06-17 | 2 | -4/+4 |
| | | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-17 | 1 | -14/+11 |
|\| | |||||
| * | Optimize broadcast job creation | Chocobozzz | 2022-06-17 | 1 | -14/+11 |
| | | |||||
* | | Added "total views" in the my channels list (#5007) | Florian CUNY | 2022-05-31 | 1 | -0/+13 |
|/ | | | | | | | | | | | | | | | | | * Added "total views" in the my channels list Implements https://github.com/Chocobozzz/PeerTube/issues/4331 * Fix lint * applied suggested change * updated openAPI spec for the use "withStats" when getting video channels * applied code change * removed GROUP BY in query * Fixed test | ||||
* | Fix my videos total counter | Chocobozzz | 2022-05-24 | 1 | -4/+6 |
| | |||||
* | Convert followers/following in raw SQL queries | Chocobozzz | 2022-05-05 | 1 | -2/+2 |
| | | | | Prevent weird bug in SQL generation | ||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 2 | -1/+143 |
| | |||||
* | Typo | Chocobozzz | 2022-05-02 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2022-04-22 | 1 | -1/+1 |
| | |||||
* | Fix getting live by anonymous user | Chocobozzz | 2022-04-22 | 1 | -9/+16 |
| | |||||
* | Add ability to save replay of permanent lives | Chocobozzz | 2022-04-21 | 1 | -1/+1 |
| | |||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 3 | -76/+17 |
| | | | | | | | | | | * 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 | 2 | -2/+2 |
| | | | | Put functions in lib/activitypub instead | ||||
* | Fix channels creation creation limit count | Chocobozzz | 2022-03-21 | 1 | -1/+1 |
| | |||||
* | Fix channels list count | Chocobozzz | 2022-03-21 | 1 | -13/+13 |
| | |||||
* | 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 latency setting support | Chocobozzz | 2022-03-09 | 3 | -13/+38 |
| | |||||
* | Refactor a little bit raw sql builders | Chocobozzz | 2022-03-03 | 8 | -38/+16 |
| | |||||
* | Fix getting avatars in videos list | Chocobozzz | 2022-03-01 | 1 | -3/+5 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 1 | -3/+3 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 16 | -211/+341 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 broken dep | Chocobozzz | 2022-02-09 | 1 | -3/+2 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | Case insensitive search on tags | Chocobozzz | 2022-02-03 | 1 | -1/+1 |
| |