aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.ts
Commit message (Expand)AuthorAgeFilesLines
* Implement remote runner jobs in serverChocobozzz2023-05-091-0/+2
* Add x-powered-by headerChocobozzz2023-02-271-0/+5
* Move webfinger controller in well known routerChocobozzz2023-02-151-2/+0
* Add tracker opentelemtry metricsChocobozzz2023-01-051-2/+3
* Use private ACL for private videos in s3Chocobozzz2022-10-241-0/+2
* Add ability for plugins to register ws routesChocobozzz2022-10-111-0/+4
* Encrypt OTP secretChocobozzz2022-10-101-1/+6
* Live supports object storageChocobozzz2022-10-041-4/+0
* Prevent job queue to be started before pluginsChocobozzz2022-09-141-0/+6
* Add activeRequests info on db acquire timeoutChocobozzz2022-09-081-2/+9
* Channel sync (#5135)Florent2022-08-101-0/+2
* Move to bullmqChocobozzz2022-08-091-0/+1
* Automatically rebuild native modules on ABI changeChocobozzz2022-08-031-0/+6
* Split static routerChocobozzz2022-07-131-0/+4
* Start Redis earlierChocobozzz2022-07-131-2/+1
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-061-2/+2
* Introduce experimental telemetryChocobozzz2022-07-061-0/+15
* Update tsconfigChocobozzz2022-06-031-3/+3
* Support video views/viewers stats in serverChocobozzz2022-04-151-2/+4
* Add basic video editor supportChocobozzz2022-02-281-4/+1
* Stop using tsconfig registerChocobozzz2022-01-061-3/+0
* Migrate to --enable-source-maps optionChocobozzz2022-01-031-6/+2
* Node 10 is not supported anymoreChocobozzz2021-12-241-1/+6
* Add benchmark startup option for serverChocobozzz2021-11-121-0/+3
* Refactor video viewsChocobozzz2021-11-091-2/+4
* Support RTMPSChocobozzz2021-11-051-1/+1
* esModuleInterop to trueChocobozzz2021-08-271-11/+11
* Register plugins when peertube server is readyChocobozzz2021-07-211-3/+9
* Refactor requestsChocobozzz2021-07-201-1/+1
* Trim access log messages to prevent double line breakJohan Fleury2021-07-121-1/+1
* Upgrade server dependenciesChocobozzz2021-06-251-1/+1
* Refactor live managerChocobozzz2021-06-171-1/+1
* Refactor server errors handlerChocobozzz2021-06-021-3/+4
* refactor deprecated body-parser usageRigel Kent2021-06-021-17/+20
* refactor API errors to standard error formatRigel Kent2021-06-021-1/+9
* Instance homepage support (#4007)Chocobozzz2021-05-271-1/+3
* Resumable video uploads (#3933)kontrollanten2021-05-101-0/+2
* Dissociate frameguard from cspChocobozzz2021-04-121-5/+5
* Add new plugin/peertube version notifsChocobozzz2021-03-241-0/+2
* Check ffmepg version on startupChocobozzz2021-03-241-1/+4
* Introduce tags to the loggerChocobozzz2021-03-241-1/+3
* Dissociate video file names and video uuidChocobozzz2021-02-181-1/+5
* Update server dependenciesChocobozzz2021-02-031-2/+3
* Fix and add skipping ping log testsChocobozzz2021-01-131-3/+1
* feat: allow administrator to disable logging of ping requestsJohan Fleury2021-01-131-1/+4
* Log RTMP server error (address already in use)Chocobozzz2021-01-111-1/+1
* do not crash if SMTP server is downGirish Ramakrishnan2020-12-121-1/+1
* disable x-powered-by even with csp disabledRigel Kent2020-12-091-1/+1
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-3/+4
* Fix audio sync after saving replayChocobozzz2020-11-091-2/+2