aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix testsChocobozzz2022-10-103-11/+45
|
* Merge branch 'feature/otp' into developChocobozzz2022-10-10128-386/+2165
|\
| * Fill documentation with required secret confChocobozzz2022-10-106-2/+17
| |
| * Encrypt OTP secretChocobozzz2022-10-1016-18/+149
| |
| * Prevent sass deprecated warningChocobozzz2022-10-107-33/+33
| |
| * Refactor form reactiveChocobozzz2022-10-0746-171/+101
| |
| * Add open api doc for two factor authChocobozzz2022-10-071-0/+106
| |
| * Allow admins to disable two factor authChocobozzz2022-10-0717-81/+201
| |
| * Implement two factor in clientChocobozzz2022-10-0731-68/+621
| |
| * Support two factor authentication in backendChocobozzz2022-10-0727-91/+1015
| |
* | Increase timeoutChocobozzz2022-10-041-1/+1
|/
* Fix testsChocobozzz2022-10-042-4/+9
|
* Prevent error logChocobozzz2022-10-041-2/+2
|
* Decrease plugin version check for testsChocobozzz2022-10-041-3/+3
|
* server: serve files from storage/well-known (#5214)kontrollanten2022-10-0421-41/+83
| | | | | | | | | | | | | | | | | | | | | | | * server: serve files from storage/well-known closes #5206 * well-known: add tests * test: try to skip new tests * test: another try * fix(config/prod): well_known path * test: fix broken tests * Update misc-endpoints.ts * Use getDirectoryPath for tests * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Live supports object storageChocobozzz2022-10-0421-289/+597
| | | | | | | | * Sync live files (segments, master playlist, resolution playlist, segment sha file) into object storage * Automatically delete them when the live ends * Segment sha file is now a file on disk, and not stored in memory anymore
* Fix subscription button radiusChocobozzz2022-09-285-4/+8
|
* Ask password reset/email verif error handlingChocobozzz2022-09-283-1/+23
| | | | With a user that uses a plugin authentication
* Hide all email block if we can't change itChocobozzz2022-09-282-2/+2
|
* Add channels link in menuChocobozzz2022-09-284-18/+18
|
* Fix error display in bulk serviceChocobozzz2022-09-281-5/+10
|
* Fix lintChocobozzz2022-09-281-1/+1
|
* Fix error when running setup:cliChocobozzz2022-09-283-4/+1
|
* Force channel in my videosChocobozzz2022-09-282-3/+12
|
* Put video quota info in its own componentChocobozzz2022-09-2812-54/+93
|
* Add transcoding quota message to admin config pageThe Cashew Trader2022-09-282-1/+28
|
* Correctly unsubscribe upload events on destroyChocobozzz2022-09-281-2/+7
|
* fix: keep partially uploaded fileskukhariev2022-09-281-1/+1
| | | | | | Do not delete a partially uploaded file when closing the upload page fixes #5078, #4432
* Handle network issues in video player (#5138)kontrollanten2022-09-2810-15/+146
| | | | | | | | | | | | | | * feat(client/player): handle network offline * feat(client/player): human friendly err msg * feat(client/player): handle broken resolutions When an error occurs for a resolution, remove the resolution and try with another resolution. * fix(client/player): prevent err handl when offline * fix(client/player): localize offline text
* Relax bitrate/fps testChocobozzz2022-09-281-2/+2
|
* Merge branch 'release/4.3.0' into developChocobozzz2022-09-281-0/+12
|\
| * Add test for RTMP stream without audioChocobozzz2022-09-281-0/+12
| |
* | Merge branch 'release/4.3.0' into developChocobozzz2022-09-283-17/+43
|\|
| * Correctly handle RTMP streams without audioChocobozzz2022-09-283-17/+43
| |
* | Merge branch 'release/4.3.0' into developChocobozzz2022-09-282-2/+5
|\|
| * Prevent "Cannot use same state" errorChocobozzz2022-09-281-1/+4
| |
| * Reword instance following titleChocobozzz2022-09-281-1/+1
| |
* | Update docChocobozzz2022-09-281-1/+1
| | | | | | | | We use IMPORTANT NOTES instead of BREAKING CHANGES now
* | Set AKISMET_KEY as envChocobozzz2022-09-285-4/+6
| |
* | Merge branch 'release/4.3.0' into developChocobozzz2022-09-279-11/+69
|\|
| * Fix InvalidVideoTitle console warningChocobozzz2022-09-273-4/+35
| |
| * Support only ffmpeg >= 4.3Chocobozzz2022-09-272-1/+2
| | | | | | | | | | We have issues with video import when merging vp9 in mp4 container with lower versions
| * Update dependencies version supported by peertubeChocobozzz2022-09-273-6/+16
| |
| * Fix moderation dropdown overflow on mobileChocobozzz2022-09-272-1/+13
| |
| * Fix number with text input overflowChocobozzz2022-09-271-0/+4
| |
* | Handle sync failure in synchronizeChannel fnChocobozzz2022-09-273-77/+70
| |
* | Increase test timeoutChocobozzz2022-09-271-1/+1
| |
* | Test akismet plugin signupChocobozzz2022-09-262-10/+40
| |
* | Add akismet testsChocobozzz2022-09-234-3/+138
| |
* | Fix error messagesChocobozzz2022-09-233-3/+3
| |