aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Increase logs stack trace max sizeChocobozzz2022-08-091-1/+1
|
* Increate test timeoutChocobozzz2022-08-091-1/+3
|
* Fix upload notificationChocobozzz2022-08-091-0/+9
|
* Remove unused logChocobozzz2022-08-091-2/+0
|
* Avoid concurrency issue on transcodingChocobozzz2022-08-097-47/+112
|
* Use bullmq job dependencyChocobozzz2022-08-0940-151/+296
|
* Move to bullmqChocobozzz2022-08-0925-89/+166
|
* Limit import depending on transcoding resolutionsChocobozzz2022-08-0911-43/+144
|
* Fix resolution to transcode hook nameChocobozzz2022-08-095-5/+5
|
* Add option to not transcode original resolutionChocobozzz2022-08-0916-71/+259
|
* Use single quotes in server/ and update eslint rulesFlorent2022-08-085-16/+16
|
* Fix lint on hls.tsFlorent2022-08-041-1/+1
|
* Add more tests for plugin rebuildChocobozzz2022-08-032-4/+26
|
* Automatically rebuild native modules on ABI changeChocobozzz2022-08-0312-30/+221
|
* Fix lintChocobozzz2022-08-031-1/+0
|
* Fix testsChocobozzz2022-08-032-4/+3
|
* Add notification plugin hookChocobozzz2022-08-0322-43/+58
|
* Add channel server hooksChocobozzz2022-08-036-17/+110
|
* Suffix external auth username on conflictChocobozzz2022-08-036-20/+81
|
* Use same mastodon regex for usernamesChocobozzz2022-08-031-3/+3
|
* Fix testsChocobozzz2022-08-021-0/+1
|
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-025-5/+47
|
* Add job queue hooksChocobozzz2022-08-029-19/+126
|
* Remove uneeded asyncChocobozzz2022-08-022-30/+26
|
* Increase timeoutsChocobozzz2022-08-011-0/+14
|
* Fix typescript errorChocobozzz2022-08-011-7/+7
|
* Add ability to delete a specific video fileChocobozzz2022-08-0116-199/+586
|
* Include video file id in APIChocobozzz2022-07-292-0/+3
|
* Prevent error on highlighted threadChocobozzz2022-07-291-3/+9
|
* Add more tracingChocobozzz2022-07-283-1/+17
|
* Add live and viewers otel metricsChocobozzz2022-07-278-14/+106
|
* Fix process followChocobozzz2022-07-272-6/+6
|
* Prevent logging an error on lazy static 404Chocobozzz2022-07-273-24/+28
|
* Add bulk action on following/followersChocobozzz2022-07-271-1/+1
|
* Handle rejected follows in clientChocobozzz2022-07-272-86/+133
| | | | Also add quick filters so it's easier to find pending follows
* Add rejected state to followsChocobozzz2022-07-2710-49/+261
| | | | Prevent reprocessing already rejected follows
* Reduce joins need to generate AP urlChocobozzz2022-07-271-2/+2
|
* Fix password for root in dev modeFlorent2022-07-261-2/+3
| | | | | password should remain "test" in dev mode for root. Fix regression of 9452d4fd33 which introduces NODE_ENV=dev
* Use unique AP id for accept/rejectChocobozzz2022-07-252-7/+4
|
* Regenerate video filenames on transcodingChocobozzz2022-07-255-16/+93
| | | | | In particular when using manual transcoding, to invalidate potential HTTP caches in front of peertube
* Display latest uploaded date for captionsChocobozzz2022-07-251-1/+2
|
* Clearer live sessionChocobozzz2022-07-226-35/+122
| | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information
* Fix lintChocobozzz2022-07-191-1/+1
|
* Add node process metricsChocobozzz2022-07-195-33/+232
|
* Prevent logging error when saving delete liveChocobozzz2022-07-181-0/+2
|
* Prevent headers sent errorChocobozzz2022-07-181-2/+7
|
* Fix my videos counterChocobozzz2022-07-184-175/+248
|
* Display a warning if using ffmpeg 4.4.0Chocobozzz2022-07-181-2/+6
|
* Fix incorrect error logsChocobozzz2022-07-185-5/+5
|
* Add ability for client to create server logsChocobozzz2022-07-187-15/+251
|