Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase timeout | Chocobozzz | 2022-10-04 | 1 | -1/+1 |
| | |||||
* | Fix tests | Chocobozzz | 2022-10-04 | 2 | -4/+9 |
| | |||||
* | Prevent error log | Chocobozzz | 2022-10-04 | 1 | -2/+2 |
| | |||||
* | Decrease plugin version check for tests | Chocobozzz | 2022-10-04 | 1 | -3/+3 |
| | |||||
* | server: serve files from storage/well-known (#5214) | kontrollanten | 2022-10-04 | 21 | -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 storage | Chocobozzz | 2022-10-04 | 21 | -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 radius | Chocobozzz | 2022-09-28 | 5 | -4/+8 |
| | |||||
* | Ask password reset/email verif error handling | Chocobozzz | 2022-09-28 | 3 | -1/+23 |
| | | | | With a user that uses a plugin authentication | ||||
* | Hide all email block if we can't change it | Chocobozzz | 2022-09-28 | 2 | -2/+2 |
| | |||||
* | Add channels link in menu | Chocobozzz | 2022-09-28 | 4 | -18/+18 |
| | |||||
* | Fix error display in bulk service | Chocobozzz | 2022-09-28 | 1 | -5/+10 |
| | |||||
* | Fix lint | Chocobozzz | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | Fix error when running setup:cli | Chocobozzz | 2022-09-28 | 3 | -4/+1 |
| | |||||
* | Force channel in my videos | Chocobozzz | 2022-09-28 | 2 | -3/+12 |
| | |||||
* | Put video quota info in its own component | Chocobozzz | 2022-09-28 | 12 | -54/+93 |
| | |||||
* | Add transcoding quota message to admin config page | The Cashew Trader | 2022-09-28 | 2 | -1/+28 |
| | |||||
* | Correctly unsubscribe upload events on destroy | Chocobozzz | 2022-09-28 | 1 | -2/+7 |
| | |||||
* | fix: keep partially uploaded files | kukhariev | 2022-09-28 | 1 | -1/+1 |
| | | | | | | Do not delete a partially uploaded file when closing the upload page fixes #5078, #4432 | ||||
* | Handle network issues in video player (#5138) | kontrollanten | 2022-09-28 | 10 | -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 test | Chocobozzz | 2022-09-28 | 1 | -2/+2 |
| | |||||
* | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-09-28 | 1 | -0/+12 |
|\ | |||||
| * | Add test for RTMP stream without audio | Chocobozzz | 2022-09-28 | 1 | -0/+12 |
| | | |||||
* | | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-09-28 | 3 | -17/+43 |
|\| | |||||
| * | Correctly handle RTMP streams without audio | Chocobozzz | 2022-09-28 | 3 | -17/+43 |
| | | |||||
* | | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-09-28 | 2 | -2/+5 |
|\| | |||||
| * | Prevent "Cannot use same state" error | Chocobozzz | 2022-09-28 | 1 | -1/+4 |
| | | |||||
| * | Reword instance following title | Chocobozzz | 2022-09-28 | 1 | -1/+1 |
| | | |||||
* | | Update doc | Chocobozzz | 2022-09-28 | 1 | -1/+1 |
| | | | | | | | | We use IMPORTANT NOTES instead of BREAKING CHANGES now | ||||
* | | Set AKISMET_KEY as env | Chocobozzz | 2022-09-28 | 5 | -4/+6 |
| | | |||||
* | | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-09-27 | 9 | -11/+69 |
|\| | |||||
| * | Fix InvalidVideoTitle console warning | Chocobozzz | 2022-09-27 | 3 | -4/+35 |
| | | |||||
| * | Support only ffmpeg >= 4.3 | Chocobozzz | 2022-09-27 | 2 | -1/+2 |
| | | | | | | | | | | We have issues with video import when merging vp9 in mp4 container with lower versions | ||||
| * | Update dependencies version supported by peertube | Chocobozzz | 2022-09-27 | 3 | -6/+16 |
| | | |||||
| * | Fix moderation dropdown overflow on mobile | Chocobozzz | 2022-09-27 | 2 | -1/+13 |
| | | |||||
| * | Fix number with text input overflow | Chocobozzz | 2022-09-27 | 1 | -0/+4 |
| | | |||||
* | | Handle sync failure in synchronizeChannel fn | Chocobozzz | 2022-09-27 | 3 | -77/+70 |
| | | |||||
* | | Increase test timeout | Chocobozzz | 2022-09-27 | 1 | -1/+1 |
| | | |||||
* | | Test akismet plugin signup | Chocobozzz | 2022-09-26 | 2 | -10/+40 |
| | | |||||
* | | Add akismet tests | Chocobozzz | 2022-09-23 | 4 | -3/+138 |
| | | |||||
* | | Fix error messages | Chocobozzz | 2022-09-23 | 3 | -3/+3 |
| | | |||||
* | | Support refusing remote comments | Chocobozzz | 2022-09-23 | 6 | -181/+290 |
| | | |||||
* | | Add cache info for security.txt config | Chocobozzz | 2022-09-22 | 2 | -2/+4 |
|/ | |||||
* | Bumped to version v4.3.0v4.3.0 | Chocobozzz | 2022-09-21 | 2 | -2/+2 |
| | |||||
* | Update changelog | Chocobozzz | 2022-09-21 | 1 | -1/+6 |
| | |||||
* | Fix missing i18n on signup label | Chocobozzz | 2022-09-20 | 1 | -1/+1 |
| | |||||
* | Update translations | Chocobozzz | 2022-09-20 | 10 | -1987/+2097 |
| | |||||
* | Translated using Weblate (French (France) (fr_FR)) | chocobozzz | 2022-09-20 | 1 | -24/+24 |
| | | | | | | | Currently translated at 100.0% (2118 of 2118 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/ | ||||
* | Translated using Weblate (French (France) (fr_FR)) | Luc Didry | 2022-09-20 | 1 | -1/+1 |
| | | | | | | | Currently translated at 100.0% (2118 of 2118 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/ | ||||
* | Translated using Weblate (French (France) (fr_FR)) | Booteille | 2022-09-20 | 1 | -299/+292 |
| | | | | | | | Currently translated at 98.8% (2094 of 2118 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/ | ||||
* | Translated using Weblate (French (France) (fr_FR)) | chocobozzz | 2022-09-20 | 1 | -3/+3 |
| | | | | | | | Currently translated at 100.0% (131 of 131 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/fr_FR/ |