aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | That could help to filter unneeded logs and/or select particular components
* 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
| | | | | | just log a warning if the SMTP server is down on startup time fixes #3457
* disable x-powered-by even with csp disabledRigel Kent2020-12-091-1/+1
| | | | follows Express and helmet recommendations
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-3/+4
|
* Fix audio sync after saving replayChocobozzz2020-11-091-2/+2
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Live streaming implementation first stepChocobozzz2020-11-091-3/+12
|
* Fix testsChocobozzz2020-08-241-1/+3
|
* Update server dependenciesChocobozzz2020-06-171-2/+2
|
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
|
* Force node 10 usageChocobozzz2020-01-281-4/+0
|
* Add max file size, max files and ip anonymize log optionsChocobozzz2019-12-121-1/+1
|
* Use typescript paths in cli scripts tooChocobozzz2019-10-211-9/+2
|
* Fix bug with tsconfig pathsChocobozzz2019-10-211-4/+11
|
* Add auto follow instances index supportChocobozzz2019-09-041-0/+2
|
* Add auto follow back support for instancesChocobozzz2019-09-041-0/+2
|
* Lazy load avatarsChocobozzz2019-08-091-0/+2
|
* Deprecate Node 8Chocobozzz2019-08-071-1/+3
| | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule
* Add hook filters testsChocobozzz2019-07-241-1/+2
|
* Add ability to disable plugins/themes from CLIChocobozzz2019-07-241-1/+2
|
* Check latest plugins versionChocobozzz2019-07-241-0/+2
|
* WIP plugins: update pluginChocobozzz2019-07-241-3/+1
|
* WIP plugins: add theme supportChocobozzz2019-07-241-1/+1
|
* WIP plugins: working hook on server sideChocobozzz2019-07-241-0/+2
|
* WIP plugins: install/uninstallChocobozzz2019-07-241-0/+4
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-241-0/+6
|
* Add rate limit to registration and API endpointsChocobozzz2019-07-041-2/+2
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-2/+0
|
* Add user adminFlagsChocobozzz2019-04-151-0/+2
|
* Add ability to delete old remote viewsChocobozzz2019-04-121-0/+2
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-0/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-10/+22
|
* Update P2P media loader peer versionChocobozzz2019-04-081-0/+4
|
* Limit user tokens cacheChocobozzz2019-03-191-4/+4
|
* Playlist server APIChocobozzz2019-03-181-1/+1
|
* BREAKING: update CSP configurationChocobozzz2019-02-211-7/+9
| | | | Disable it by default and add ability to specify a custom report uri
* Add user notification base codeChocobozzz2019-01-091-4/+7
|
* Optimize actor follow scores modificationsChocobozzz2018-12-201-2/+2
|
* add Content Security Policy (#1252)Rigel Kent2018-12-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* Add sitemapChocobozzz2018-12-051-1/+2
|
* Speedup peertube startupChocobozzz2018-11-191-2/+4
|
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-2/+7
|
* add cli option to run without clientRigel Kent2018-11-141-1/+6
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-6/+6
|