Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wait segment sha processing | Chocobozzz | 2022-10-11 | 1 | -1/+1 |
| | |||||
* | server: use account/channel avatar in RSS feeds (#5325) | Alberto Mardegan | 2022-10-11 | 2 | -30/+58 |
| | | | | | | | | | * server: use account/channel avatar in RSS feeds Fixes: #5320 * Styling Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix live tests | Chocobozzz | 2022-10-11 | 4 | -8/+37 |
| | |||||
* | Also retry when fetching master m3u8 playlist | Chocobozzz | 2022-10-11 | 2 | -5/+10 |
| | |||||
* | Fix host validation on locahost | Chocobozzz | 2022-10-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-10-11 | 3 | -586/+635 |
|\ | |||||
| * | Fix channel follow with manually approved follower | Chocobozzz | 2022-10-11 | 3 | -586/+635 |
| | | |||||
* | | Add ability for plugins to register ws routes | Chocobozzz | 2022-10-11 | 10 | -7/+208 |
| | | |||||
* | | Fix channel import with some channels | Chocobozzz | 2022-10-10 | 1 | -7/+8 |
| | | |||||
* | | Expose PeerTube socket to plugins (#5239) | kontrollanten | 2022-10-10 | 4 | -2/+65 |
| | | | | | | | | | | | | | | | | | | | | | | * server(pluginHelpers): add socket * test(plugins): add socket cases * fixes after review * Update plugin-helpers.ts * Update plugin-helpers.ts | ||||
* | | Fix video job error when video has been deleted | Chocobozzz | 2022-10-10 | 1 | -2/+4 |
| | | |||||
* | | Fix peers info width in live | Chocobozzz | 2022-10-10 | 1 | -3/+3 |
| | | |||||
* | | Try to fix tests | Chocobozzz | 2022-10-10 | 1 | -3/+6 |
| | | |||||
* | | Merge branch 'feature/otp' into develop | Chocobozzz | 2022-10-10 | 24 | -73/+1051 |
|\ \ | |||||
| * | | Encrypt OTP secret | Chocobozzz | 2022-10-10 | 11 | -17/+129 |
| | | | |||||
| * | | Allow admins to disable two factor auth | Chocobozzz | 2022-10-07 | 5 | -50/+129 |
| | | | |||||
| * | | Support two factor authentication in backend | Chocobozzz | 2022-10-07 | 17 | -66/+853 |
| | | | |||||
* | | | Increase timeout | Chocobozzz | 2022-10-04 | 1 | -1/+1 |
|/ / | |||||
* | | Fix tests | Chocobozzz | 2022-10-04 | 1 | -3/+3 |
| | | |||||
* | | 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 | 11 | -28/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 17 | -273/+546 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | | Ask password reset/email verif error handling | Chocobozzz | 2022-09-28 | 3 | -1/+23 |
| | | | | | | | | With a user that uses a plugin authentication | ||||
* | | 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 | 1 | -1/+4 |
|\| | |||||
| * | Prevent "Cannot use same state" error | Chocobozzz | 2022-09-28 | 1 | -1/+4 |
| | | |||||
* | | Set AKISMET_KEY as env | Chocobozzz | 2022-09-28 | 4 | -4/+4 |
| | | |||||
* | | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-09-27 | 3 | -4/+35 |
|\| | |||||
| * | Fix InvalidVideoTitle console warning | Chocobozzz | 2022-09-27 | 3 | -4/+35 |
| | | |||||
* | | 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 | 1 | -8/+37 |
| | | |||||
* | | Add akismet tests | Chocobozzz | 2022-09-23 | 4 | -3/+138 |
| | | |||||
* | | Support refusing remote comments | Chocobozzz | 2022-09-23 | 5 | -180/+287 |
|/ | |||||
* | Add sync youtube playlist test | Chocobozzz | 2022-09-19 | 2 | -39/+57 |
| | |||||
* | Cleanup actor image without width | Chocobozzz | 2022-09-16 | 1 | -5/+16 |
| | |||||
* | Fix onlyAfter comparison | Chocobozzz | 2022-09-16 | 1 | -3/+3 |
| | |||||
* | Wait transcoding by default when importing a video | Chocobozzz | 2022-09-16 | 3 | -2/+6 |
| | |||||
* | Check channel sync id is owned by channel | Chocobozzz | 2022-09-16 | 2 | -2/+39 |
| | |||||
* | Fix import script | Chocobozzz | 2022-09-16 | 1 | -4/+12 |
| | |||||
* | Fix sync import of latest videos | Chocobozzz | 2022-09-16 | 5 | -47/+106 |
| | |||||
* | Improve VideoChannelSyncLatestScheduler logs | Chocobozzz | 2022-09-14 | 1 | -3/+3 |
| | |||||
* | Increase test timeout | Chocobozzz | 2022-09-14 | 1 | -1/+1 |
| | |||||
* | Prevent job queue to be started before plugins | Chocobozzz | 2022-09-14 | 1 | -10/+27 |
| | |||||
* | Fix old DB enum names | Chocobozzz | 2022-09-13 | 2 | -1/+34 |
| |