aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Correctly set mp3 codec string in hls playlistChocobozzz2022-07-131-0/+1
|
* Don't display errors when SMTP is not configuredChocobozzz2022-07-121-1/+2
| | | | info is enough
* Fix handling broken livesChocobozzz2022-07-122-1/+10
| | | | We want the latest session that may already be finished
* Auto retry video state db query on failureChocobozzz2022-07-121-16/+19
|
* Fix audio file mergeChocobozzz2022-07-121-1/+1
| | | | | Image streams are considered as video streams by ffmpeg Filter out image codec name
* Add compat with openssl 3Chocobozzz2022-07-124-18/+58
|
* Prevent invalid watch sectionsChocobozzz2022-07-121-1/+6
|
* Fix unknown infohash settingChocobozzz2022-07-111-3/+4
|
* Fix videos statsChocobozzz2022-07-082-3/+2
|
* Fix unknown infohash skip logChocobozzz2022-07-061-1/+1
|
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-0617-73/+91
| | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated
* Introduce experimental telemetryChocobozzz2022-07-0617-57/+626
|
* Increase test timeoutChocobozzz2022-07-041-1/+1
|
* Reduce lazy static error logsChocobozzz2022-06-303-10/+30
|
* Add ability to disable unknown infohash logChocobozzz2022-06-302-1/+6
|
* Upgrade oauth2-serverChocobozzz2022-06-282-5/+4
|
* Rename video full loadingChocobozzz2022-06-2827-44/+44
|
* Lazy load piscinaChocobozzz2022-06-281-12/+20
|
* Fix workers constantsChocobozzz2022-06-271-2/+2
|
* Process images in a dedicated workerChocobozzz2022-06-278-25/+75
|