aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix studio testsChocobozzz2023-05-091-23/+23
|
* Prefer video studio instead of video editionChocobozzz2023-05-0914-196/+57
| | | | Clearer and easier to find in the project
* Support studio transcoding in peertube runnerChocobozzz2023-05-0943-212/+1049
|
* Add TMP persistent directoryChocobozzz2023-05-097-57/+133
| | | | To store files that must be preserved between peertube restarts
* Enable external plugins to test the PRChocobozzz2023-05-095-29/+44
|
* Fix import video file lockChocobozzz2023-05-097-9/+19
|
* Fix next video state after optimize/audio mergeChocobozzz2023-05-094-26/+38
|
* Add runner server testsChocobozzz2023-05-0980-604/+3865
|
* Implement remote runner jobs in serverChocobozzz2023-05-09121-2755/+5244
| | | | Move ffmpeg functions to @shared
* Fix unregister default valueChocobozzz2023-05-051-1/+1
|
* Don't call plugin register/unregister methodsChocobozzz2023-05-052-11/+27
|
* Prevent crash on plugin ws errorChocobozzz2023-04-171-1/+9
|
* Allow to update a live with untouched privacyChocobozzz2023-04-142-2/+8
|
* Prevent exception when headers are already sentChocobozzz2023-04-141-1/+4
|
* Feature/filter already watched videos (#5739)Wicklow2023-04-126-7/+93
| | | | | * filter already watched videos * Updated code based on review comments
* Remove invalid jsonld propertyChocobozzz2023-04-111-1/+0
|
* feature/ability to disable video history by default (#5728)Wicklow2023-04-0710-13/+107
| | | | | | | | | | | | | * 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
* Use hook inside the transactionChocobozzz2023-03-311-3/+5
| | | | To prevent serialization issue
* Feature/Add replay privacy (#5692)Wicklow2023-03-3126-112/+690
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix testsChocobozzz2023-03-271-1/+1
|
* Add filter:html.client.json-ld.result hookChocobozzz2023-03-243-11/+53
|
* Stop testing broken youtube-dlChocobozzz2023-03-221-4/+4
|
* fix(object-storage-proxy): set content-rangekontrollanten2023-03-221-0/+1
|
* Merge branch 'release/5.1.0' into developChocobozzz2023-03-211-1/+1
|\
| * Fix flaky testsChocobozzz2023-03-171-1/+1
| |
* | Add infohash test for VODChocobozzz2023-03-201-2/+18
|/
* Merge branch 'release/5.1.0' into developChocobozzz2023-03-164-30/+71
|\
| * Add video AP hooksChocobozzz2023-03-164-30/+71
| |
| * Fix testsChocobozzz2023-03-102-2/+4
| |
| * Add test on AP hooksChocobozzz2023-03-104-2/+31
| |
| * Add ability for plugins to alter video jsonldChocobozzz2023-03-1012-67/+75
| |
* | Handle redis disconnection gracefully (#5599)kontrollanten2023-03-142-1/+11
| | | | | | | | | | * feat(server/api/contact): handle redis disconnection * feat(server/api/metrics): handle metrics disabled
* | Fix testsChocobozzz2023-03-102-2/+4
| |
* | Add test on AP hooksChocobozzz2023-03-104-2/+31
| |
* | Add ability for plugins to alter video jsonldChocobozzz2023-03-1012-67/+75
| |
* | Merge branch 'release/5.1.0' into developChocobozzz2023-03-075-8/+13
|\|
| * Fix file token reinjection on fragmentsWicklow2023-03-075-8/+13
| |
* | Merge branch 'release/5.1.0' into developChocobozzz2023-03-072-3/+12
|\|
| * Add test to ensure files are deletedChocobozzz2023-03-071-1/+10
| |
| * Don't take db lives into account for video quotaChocobozzz2023-03-071-2/+2
| |
* | Hotfix/filter subscription videos (#5665)Wicklow2023-03-026-42/+79
|/ | | | | | | | | * Fix filters on subscription videos * Add tests to common video filters * Improve reliability when skipping subscrition path * Better parameters for skipping subscription videos
* Fix 404 when having ;threadId paramChocobozzz2023-03-022-1/+16
|
* Add ability to disable http duration OTEL metricsChocobozzz2023-02-276-5/+36
|
* Fix E2E with firefoxChocobozzz2023-02-271-8/+7
|
* Add additional check for playlistNameChocobozzz2023-02-272-1/+10
|
* Add x-powered-by headerChocobozzz2023-02-273-5/+9
|
* Add server hooks for listing subscriptionWicklow2023-02-253-2/+36
|
* Improve image test comparisonChocobozzz2023-02-2414-17/+48
|
* Fix filters on playlistsWicklow2023-02-233-7/+57
|
* Update doc anchor linksChocobozzz2023-02-231-1/+1
|