aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Allow admins to disable two factor authChocobozzz2022-10-075-50/+129
| | |
| * | Support two factor authentication in backendChocobozzz2022-10-0717-66/+853
| | |
* | | Increase timeoutChocobozzz2022-10-041-1/+1
|/ /
* | Fix testsChocobozzz2022-10-041-3/+3
| |
* | 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-0411-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 storageChocobozzz2022-10-0417-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 handlingChocobozzz2022-09-283-1/+23
| | | | | | | | With a user that uses a plugin authentication
* | 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-281-1/+4
|\|
| * Prevent "Cannot use same state" errorChocobozzz2022-09-281-1/+4
| |
* | Set AKISMET_KEY as envChocobozzz2022-09-284-4/+4
| |
* | Merge branch 'release/4.3.0' into developChocobozzz2022-09-273-4/+35
|\|
| * Fix InvalidVideoTitle console warningChocobozzz2022-09-273-4/+35
| |
* | Handle sync failure in synchronizeChannel fnChocobozzz2022-09-273-77/+70
| |
* | Increase test timeoutChocobozzz2022-09-271-1/+1
| |
* | Test akismet plugin signupChocobozzz2022-09-261-8/+37
| |
* | Add akismet testsChocobozzz2022-09-234-3/+138
| |
* | Support refusing remote commentsChocobozzz2022-09-235-180/+287
|/
* Add sync youtube playlist testChocobozzz2022-09-192-39/+57
|
* Cleanup actor image without widthChocobozzz2022-09-161-5/+16
|
* Fix onlyAfter comparisonChocobozzz2022-09-161-3/+3
|
* Wait transcoding by default when importing a videoChocobozzz2022-09-163-2/+6
|
* Check channel sync id is owned by channelChocobozzz2022-09-162-2/+39
|
* Fix import scriptChocobozzz2022-09-161-4/+12
|
* Fix sync import of latest videosChocobozzz2022-09-165-47/+106
|
* Improve VideoChannelSyncLatestScheduler logsChocobozzz2022-09-141-3/+3
|
* Increase test timeoutChocobozzz2022-09-141-1/+1
|
* Prevent job queue to be started before pluginsChocobozzz2022-09-141-10/+27
|
* Fix old DB enum namesChocobozzz2022-09-132-1/+34
|
* Don't display remove file icon in some casesChocobozzz2022-09-135-19/+8
|
* Increase test timeoutChocobozzz2022-09-131-1/+1
|
* Don't use hexa for av01 codecChocobozzz2022-09-121-3/+6
|
* Increase test timeoutsChocobozzz2022-09-126-6/+8
|
* Fix level for AV1Chocobozzz2022-09-091-5/+3
|
* Update client depChocobozzz2022-09-091-1/+1
|
* Try playlist rebuild transaction if neededChocobozzz2022-09-091-2/+3
|
* Don't use safe mode when normalizingChocobozzz2022-09-091-6/+5
|
* Fix contextChocobozzz2022-09-091-1/+8
|
* Update server dependenciesChocobozzz2022-09-094-7/+8
|
* Fix saved live master playlist bandwidthChocobozzz2022-09-093-12/+10
|
* Use worker thread to send HTTP requestsChocobozzz2022-09-086-29/+110
| | | | Compute HTTP signature could be CPU intensive
* Prevent compat issue with old usernameChocobozzz2022-09-081-2/+0
| | | | We were accepting more characters, so don't break DB for these users
* fix: validate s3 response (#5231)q_h2022-09-081-35/+18
| | | | | | | | | | | | | | | | | | | | | * refactor: remove `objectStoragePut` this is already implemented in `lib-storage` * fix: validate s3 response * fix: enable built-in retries * chore: add `leavePartsOnError` comment * refactor: decrease partSize to speed up retries * refactor: rethrow s3 errors * refactor: reduce max_upload_part default to 100MB * refactor: validate response * chore: add link to explanation
* Optimize fetching playlist urlsChocobozzz2022-09-084-21/+37
|