aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Bypass rate limits for admins and moderatorsChocobozzz2022-05-301-0/+1
|
* Stop indexing /about/peertubeChocobozzz2021-10-111-0/+1
|
* Move apicache in peertubeChocobozzz2021-07-221-0/+1
| | | | Allow us to upgrade to node 16
* Refactor server errors handlerChocobozzz2021-06-021-0/+2
|
* Refactor auth flowChocobozzz2021-03-241-1/+1
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* add Content Security Policy (#1252)Rigel Kent2018-12-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | * 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
* Fix client searchChocobozzz2017-12-051-1/+0
|
* Rename Pod -> ServerChocobozzz2017-11-271-1/+1
|
* Begin activitypubChocobozzz2017-11-271-1/+1
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-1/+1
|
* Use async/await in controllersChocobozzz2017-10-261-0/+1
|
* Add ability to limit user registrationsChocobozzz2017-07-251-1/+0
|
* Move ensureRegistrationEnabled to middlewaresChocobozzz2017-06-251-0/+1
|
* Type functionsChocobozzz2017-06-101-8/+8
|
* First typescript iterationChocobozzz2017-05-201-0/+8