aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Correctly handle actors without follow countersChocobozzz2022-07-151-2/+5
|
* Fix invalid http signatureChocobozzz2022-07-151-3/+6
| | | | | Date header could be inconsistent with the date included in the signature
* Fix live testsChocobozzz2022-07-131-5/+6
|
* Fix lintChocobozzz2022-07-1336-56/+54
|
* Fix plugin filter testChocobozzz2022-07-131-1/+1
|
* Don't log error on static 404Chocobozzz2022-07-131-4/+25
|
* Split static routerChocobozzz2022-07-134-268/+287
|
* Reduce unknown undo logging levelChocobozzz2022-07-131-4/+16
|
* Prevent 500 in AP clietnChocobozzz2022-07-131-1/+1
|
* Reduce db retry log on failureChocobozzz2022-07-131-1/+1
|
* Prevent error logs when aborting a streamChocobozzz2022-07-131-0/+7
|
* Add more error logsChocobozzz2022-07-131-0/+3
|
* Prevent duplicated HLS playlist on transcodingChocobozzz2022-07-132-16/+25
|
* Relax log levelChocobozzz2022-07-133-4/+4
| | | | | 401 is expected when the token has expired federation issues are not very important