aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Basic video redundancy implementationChocobozzz2018-09-131-0/+2
|
* make HSTS opt-in and leave it to the reverse-proxyRigel Kent2018-09-091-1/+2
|
* Add sql trace in error log on sequelize errorChocobozzz2018-08-311-1/+4
|
* advertising PeerTube's rather simple DNT policyRigel Kent2018-08-081-2/+16
|
* Add ability to list video importsChocobozzz2018-08-061-1/+1
|
* Auto update youtube-dlChocobozzz2018-08-061-0/+2
|
* Graceful job queue shutdownChocobozzz2018-07-301-0/+6
|
* Fix peertube on chromeChocobozzz2018-07-261-31/+0
|
* Begin advanced searchChocobozzz2018-07-241-1/+1
|
* Fix CSPChocobozzz2018-07-171-4/+4
|
* (quickfix) loosening CSPRigel Kent2018-07-171-3/+16
|
* Add cors for static paths tooChocobozzz2018-07-171-16/+5
|