Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add is locale support | Chocobozzz | 2023-02-13 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2023-01-27 | 1 | -2/+10 | |
|\ | ||||||
| * | Fix live with base url object storage | Chocobozzz | 2023-01-27 | 1 | -2/+10 | |
| | | ||||||
* | | Type isPromise | Chocobozzz | 2023-01-24 | 1 | -2/+2 | |
| | | ||||||
* | | Add ability to not send an email for registration | Chocobozzz | 2023-01-20 | 2 | -13/+8 | |
| | | ||||||
* | | Add more signup limit tests | Chocobozzz | 2023-01-19 | 1 | -2/+2 | |
| | | ||||||
* | | Support mailto for custom markup | Chocobozzz | 2023-01-19 | 1 | -1/+5 | |
| | | ||||||
* | | Fix semver comparison | Chocobozzz | 2023-01-19 | 1 | -13/+4 | |
| | | ||||||
* | | Add signup approval API tests | Chocobozzz | 2023-01-19 | 5 | -36/+204 | |
| | | ||||||
* | | Implement signup approval in server | Chocobozzz | 2023-01-19 | 14 | -6/+78 | |
| | | ||||||
* | | Redirect to default login url on 401 | Chocobozzz | 2023-01-04 | 1 | -1/+7 | |
| | | | | | | | | Can be an external URL | |||||
* | | Add ability to customize token lifetime | Chocobozzz | 2023-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Prefer using sequelize replacements even for tests | Chocobozzz | 2023-01-03 | 1 | -58/+44 | |
|/ | ||||||
* | Fix P2P with object storage | Chocobozzz | 2022-12-30 | 1 | -0/+13 | |
| | ||||||
* | Fix CI using 127.0.0.1 for tests | Chocobozzz | 2022-12-12 | 3 | -4/+5 | |
| | ||||||
* | Support reinjecting token in private m3u8 playlist | Chocobozzz | 2022-12-02 | 2 | -1/+18 | |
| | ||||||
* | Remove content type for raw requests | Chocobozzz | 2022-11-15 | 1 | -0/+1 | |
| | ||||||
* | Fix server lint | Chocobozzz | 2022-11-15 | 2 | -2/+2 | |
| | ||||||
* | Don't inject untrusted input | Chocobozzz | 2022-11-15 | 4 | -2/+12 | |
| | | | | | Even if it's already checked in middlewares It's better to have safe modals too | |||||
* | Federate entire description | Chocobozzz | 2022-11-14 | 1 | -0/+6 | |
| | | | | | | Introduce an explicit field truncatedDescription description in video list is deprecated description in video get will contain the entire description | |||||
* | Prevent broken transcoding with audio only input | Chocobozzz | 2022-11-14 | 1 | -2/+10 | |
| | ||||||
* | Breaking API: Consistency with role id/label | Chocobozzz | 2022-10-28 | 1 | -2/+4 | |
| | ||||||
* | Option to disable static files auth check/s3 proxy | Chocobozzz | 2022-10-27 | 1 | -1/+15 | |
| | ||||||
* | Fix proxy tests | Chocobozzz | 2022-10-25 | 1 | -1/+8 | |
| | ||||||
* | Correctly cleanup files from object storage | Chocobozzz | 2022-10-25 | 1 | -1/+18 | |
| | ||||||
* | Fix tests | Chocobozzz | 2022-10-24 | 1 | -1/+1 | |
| | ||||||
* | Use private ACL for private videos in s3 | Chocobozzz | 2022-10-24 | 6 | -33/+106 | |
| | ||||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 11 | -8/+106 | |
| | ||||||
* | feat: show contained playlists under My videos (#5125) | kontrollanten | 2022-10-24 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: show contained playlists under My videos closes #4769 * refactor(server): remove unused types * fixes after code review * fix(client/video-miniature): add to playlist * fix(server/user/me): shortUUID response * Revert "fix(client/video-miniature): add to playlist" This reverts commit f1a0412391c7e2370b87df2594c9fe3f39a40ddc. * fix(client/PlaylistService): caching * Revert "fix(server/user/me): shortUUID response" This reverts commit e3f1ee4e335739b895bced938540c003df24af73. * Fix fetching playlists Co-authored-by: Chocobozzz <me@florianbigard.com> | |||||
* | Wait segment sha processing | Chocobozzz | 2022-10-11 | 1 | -0/+9 | |
| | ||||||
* | Fix live tests | Chocobozzz | 2022-10-11 | 1 | -16/+27 | |
| | ||||||
* | Also retry when fetching master m3u8 playlist | Chocobozzz | 2022-10-11 | 1 | -1/+1 | |
| | ||||||
* | feat(plugins): add p2p-media-loader options filter (#5318) | kontrollanten | 2022-10-11 | 1 | -1/+4 | |
| | | | | | | | * feat(plugins): add p2p-media-loader options filter closes #5317 * remove obsolete await | |||||
* | Try to fix tests | Chocobozzz | 2022-10-10 | 2 | -8/+39 | |
| | ||||||
* | Allow admins to disable two factor auth | Chocobozzz | 2022-10-07 | 1 | -2/+19 | |
| | ||||||
* | Support two factor authentication in backend | Chocobozzz | 2022-10-07 | 8 | -25/+149 | |
| | ||||||
* | Fix tests | Chocobozzz | 2022-10-04 | 1 | -1/+6 | |
| | ||||||
* | server: serve files from storage/well-known (#5214) | kontrollanten | 2022-10-04 | 1 | -13/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -11/+51 | |
| | | | | | | | | * 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 | |||||
* | Test akismet plugin signup | Chocobozzz | 2022-09-26 | 1 | -2/+3 | |
| | ||||||
* | Support refusing remote comments | Chocobozzz | 2022-09-23 | 1 | -1/+3 | |
| | ||||||
* | Don't display remove file icon in some cases | Chocobozzz | 2022-09-13 | 1 | -1/+13 | |
| | ||||||
* | Prefer using Object.values | Chocobozzz | 2022-08-17 | 1 | -0/+6 | |
| | ||||||
* | Reimplement a typed omit function | Chocobozzz | 2022-08-17 | 5 | -13/+23 | |
| | ||||||
* | Prefer using our pick function | Chocobozzz | 2022-08-17 | 1 | -1/+1 | |
| | ||||||
* | Add playback metric endpoint sent to OTEL | Chocobozzz | 2022-08-16 | 6 | -0/+43 | |
| | ||||||
* | Add ability to list comments on local videos | Chocobozzz | 2022-08-16 | 1 | -1/+2 | |
| | ||||||
* | Tests: Add response error along with unexpected status in report | Florent | 2022-08-16 | 1 | -2/+9 | |
| | ||||||
* | Add plugin hooks/placeholder to share modal | Chocobozzz | 2022-08-11 | 2 | -1/+21 | |
| | ||||||
* | Add ability to list imports of a channel sync | Chocobozzz | 2022-08-10 | 7 | -8/+23 | |
| |