Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated video query filter | Chocobozzz | 2023-07-28 | 1 | -73/+0 |
| | |||||
* | currentTime is now required | Chocobozzz | 2023-07-28 | 1 | -2/+3 |
| | |||||
* | Refactor enableTranscoding command helpers | Chocobozzz | 2023-07-28 | 2 | -5/+5 |
| | |||||
* | Add ability to force transcoding | Chocobozzz | 2023-07-28 | 1 | -2/+4 |
| | |||||
* | Improve runner management | Chocobozzz | 2023-07-27 | 1 | -4/+48 |
| | | | | | | | * Add ability to remove runner jobs * Add runner job state quick filter * Merge registration tokens and runners tables in the same page * Add copy button to copy registration token | ||||
* | Fix check params tests | Chocobozzz | 2023-07-26 | 2 | -42/+65 |
| | |||||
* | Add more rate limits | Chocobozzz | 2023-07-26 | 1 | -1/+1 |
| | |||||
* | Implement replace file in server side | Chocobozzz | 2023-07-21 | 2 | -19/+134 |
| | |||||
* | Add p2p info to metrics | Chocobozzz | 2023-07-21 | 1 | -2/+9 |
| | |||||
* | Add peers number and p2p enabled label to metrics | Chocobozzz | 2023-07-20 | 1 | -4/+23 |
| | |||||
* | Avoid update remote runner error | Chocobozzz | 2023-07-12 | 1 | -3/+5 |
| | |||||
* | Avoid duplicate runner names | Chocobozzz | 2023-07-12 | 1 | -0/+9 |
| | |||||
* | Rename webtorrent config to web_videos | Chocobozzz | 2023-07-11 | 1 | -2/+2 |
| | |||||
* | Prefer web videos in favour of webtorrent | Chocobozzz | 2023-07-11 | 3 | -30/+30 |
| | |||||
* | Remove webtorrent support from client | Chocobozzz | 2023-07-10 | 1 | -1/+1 |
| | |||||
* | Fix CI tests | Chocobozzz | 2023-06-29 | 6 | -14/+14 |
| | |||||
* | Add storyboard support | Chocobozzz | 2023-06-29 | 4 | -1/+50 |
| | |||||
* | Feature/password protected videos (#5836) | Wicklow | 2023-06-29 | 3 | -11/+646 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add server endpoints * Refactoring test suites * Update server and add openapi documentation * fix compliation and tests * upload/import password protected video on client * add server error code * Add video password to update resolver * add custom message when sharing pw protected video * improve confirm component * Add new alert in component * Add ability to watch protected video on client * Cannot have password protected replay privacy * Add migration * Add tests * update after review * Update check params tests * Add live videos test * Add more filter test * Update static file privacy test * Update object storage tests * Add test on feeds * Add missing word * Fix tests * Fix tests on live videos * add embed support on password protected videos * fix style * Correcting data leaks * Unable to add password protected privacy on replay * Updated code based on review comments * fix validator and command * Updated code based on review comments | ||||
* | Update server dependencies | Chocobozzz | 2023-05-22 | 1 | -1/+1 |
| | |||||
* | Fix tests | Chocobozzz | 2023-05-22 | 1 | -16/+0 |
| | |||||
* | Remove low timeouts | Chocobozzz | 2023-05-22 | 2 | -4/+0 |
| | | | | Default timeout is 30s | ||||
* | Improve remote runner config UX | Chocobozzz | 2023-05-19 | 2 | -2/+2 |
| | |||||
* | Fix tests | Chocobozzz | 2023-05-17 | 1 | -1/+1 |
| | |||||
* | Increase test timeouts | Chocobozzz | 2023-05-11 | 1 | -1/+1 |
| | |||||
* | Fix test cleanup | Chocobozzz | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | Add more tests on registration request conflict | Chocobozzz | 2023-05-10 | 1 | -1/+14 |
| | |||||
* | Prefer video studio instead of video edition | Chocobozzz | 2023-05-09 | 1 | -5/+5 |
| | | | | Clearer and easier to find in the project | ||||
* | Support studio transcoding in peertube runner | Chocobozzz | 2023-05-09 | 2 | -22/+194 |
| | |||||
* | Add runner server tests | Chocobozzz | 2023-05-09 | 6 | -7/+716 |
| | |||||
* | Allow to update a live with untouched privacy | Chocobozzz | 2023-04-14 | 1 | -1/+7 |
| | |||||
* | Feature/filter already watched videos (#5739) | Wicklow | 2023-04-12 | 1 | -2/+17 |
| | | | | | * filter already watched videos * Updated code based on review comments | ||||
* | feature/ability to disable video history by default (#5728) | Wicklow | 2023-04-07 | 2 | -12/+5 |
| | | | | | | | | | | | | | * draft: ability to disable video history by default * Update configuration and add tests * Updated code based on review comments * Add tests on registration and video quota * Remove required video quotas in query * Fix tests | ||||
* | Feature/Add replay privacy (#5692) | Wicklow | 2023-03-31 | 1 | -2/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments | ||||
* | Hotfix/filter subscription videos (#5665) | Wicklow | 2023-03-02 | 1 | -1/+2 |
| | | | | | | | | | * Fix filters on subscription videos * Add tests to common video filters * Improve reliability when skipping subscrition path * Better parameters for skipping subscription videos | ||||
* | Add ability to disable http duration OTEL metrics | Chocobozzz | 2023-02-27 | 1 | -3/+0 |
| | |||||
* | Move to new documentation links | Chocobozzz | 2023-02-22 | 1 | -5/+5 |
| | |||||
* | Add more signup limit tests | Chocobozzz | 2023-01-19 | 1 | -4/+35 |
| | |||||
* | Add signup approval API tests | Chocobozzz | 2023-01-19 | 8 | -268/+539 |
| | |||||
* | Fix build | Chocobozzz | 2022-12-29 | 1 | -1/+1 |
| | |||||
* | Fix CI using 127.0.0.1 for tests | Chocobozzz | 2022-12-12 | 8 | -67/+67 |
| | |||||
* | Fix DISABLE_LOCAL_SEARCH blocking request to local search API (#5411) | Florent | 2022-11-23 | 1 | -5/+0 |
| | |||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 4 | -91/+188 |
| | |||||
* | Allow admins to disable two factor auth | Chocobozzz | 2022-10-07 | 1 | -8/+21 |
| | |||||
* | Support two factor authentication in backend | Chocobozzz | 2022-10-07 | 2 | -2/+278 |
| | |||||
* | Check channel sync id is owned by channel | Chocobozzz | 2022-09-16 | 1 | -2/+32 |
| | |||||
* | Cleanup tests imports | Chocobozzz | 2022-08-17 | 7 | -9/+1 |
| | |||||
* | We don't need to import mocha | Chocobozzz | 2022-08-17 | 24 | -26/+2 |
| | |||||
* | Reimplement a typed omit function | Chocobozzz | 2022-08-17 | 8 | -51/+34 |
| | |||||
* | Add playback metric endpoint sent to OTEL | Chocobozzz | 2022-08-16 | 2 | -0/+184 |
| | |||||
* | Fix test | Chocobozzz | 2022-08-10 | 1 | -8/+16 |
| |