aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
...
* Add uk-UA locale supportChocobozzz2023-02-131-8/+12
|
* Add is locale supportChocobozzz2023-02-131-0/+1
|
* Merge branch 'release/5.0.0' into developChocobozzz2023-01-271-2/+10
|\
| * Fix live with base url object storageChocobozzz2023-01-271-2/+10
| |
* | Type isPromiseChocobozzz2023-01-241-2/+2
| |
* | Add ability to not send an email for registrationChocobozzz2023-01-202-13/+8
| |
* | Add more signup limit testsChocobozzz2023-01-191-2/+2
| |
* | Support mailto for custom markupChocobozzz2023-01-191-1/+5
| |
* | Fix semver comparisonChocobozzz2023-01-191-13/+4
| |
* | Add signup approval API testsChocobozzz2023-01-195-36/+204
| |
* | Implement signup approval in serverChocobozzz2023-01-1914-6/+78
| |
* | Redirect to default login url on 401Chocobozzz2023-01-041-1/+7
| | | | | | | | Can be an external URL
* | Add ability to customize token lifetimeChocobozzz2023-01-041-1/+1
| |
* | Prefer using sequelize replacements even for testsChocobozzz2023-01-031-58/+44
|/
* Fix P2P with object storageChocobozzz2022-12-301-0/+13
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-123-4/+5
|
* Support reinjecting token in private m3u8 playlistChocobozzz2022-12-022-1/+18
|
* Remove content type for raw requestsChocobozzz2022-11-151-0/+1
|
* Fix server lintChocobozzz2022-11-152-2/+2
|
* Don't inject untrusted inputChocobozzz2022-11-154-2/+12
| | | | | Even if it's already checked in middlewares It's better to have safe modals too
* Federate entire descriptionChocobozzz2022-11-141-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 inputChocobozzz2022-11-141-2/+10
|
* Breaking API: Consistency with role id/labelChocobozzz2022-10-281-2/+4
|
* Option to disable static files auth check/s3 proxyChocobozzz2022-10-271-1/+15
|
* Fix proxy testsChocobozzz2022-10-251-1/+8
|
* Correctly cleanup files from object storageChocobozzz2022-10-251-1/+18
|
* Fix testsChocobozzz2022-10-241-1/+1
|
* Use private ACL for private videos in s3Chocobozzz2022-10-246-33/+106
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-2411-8/+106
|
* feat: show contained playlists under My videos (#5125)kontrollanten2022-10-241-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 processingChocobozzz2022-10-111-0/+9
|
* Fix live testsChocobozzz2022-10-111-16/+27
|
* Also retry when fetching master m3u8 playlistChocobozzz2022-10-111-1/+1
|
* feat(plugins): add p2p-media-loader options filter (#5318)kontrollanten2022-10-111-1/+4
| | | | | | | * feat(plugins): add p2p-media-loader options filter closes #5317 * remove obsolete await
* Try to fix testsChocobozzz2022-10-102-8/+39
|
* Allow admins to disable two factor authChocobozzz2022-10-071-2/+19
|
* Support two factor authentication in backendChocobozzz2022-10-078-25/+149
|
* Fix testsChocobozzz2022-10-041-1/+6
|
* server: serve files from storage/well-known (#5214)kontrollanten2022-10-041-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 storageChocobozzz2022-10-042-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 signupChocobozzz2022-09-261-2/+3
|
* Support refusing remote commentsChocobozzz2022-09-231-1/+3
|
* Don't display remove file icon in some casesChocobozzz2022-09-131-1/+13
|
* Prefer using Object.valuesChocobozzz2022-08-171-0/+6
|
* Reimplement a typed omit functionChocobozzz2022-08-175-13/+23
|
* Prefer using our pick functionChocobozzz2022-08-171-1/+1
|
* Add playback metric endpoint sent to OTELChocobozzz2022-08-166-0/+43
|
* Add ability to list comments on local videosChocobozzz2022-08-161-1/+2
|
* Tests: Add response error along with unexpected status in reportFlorent2022-08-161-2/+9
|
* Add plugin hooks/placeholder to share modalChocobozzz2022-08-112-1/+21
|