]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Refactor server errors handler
authorChocobozzz <me@florianbigard.com>
Wed, 2 Jun 2021 16:15:41 +0000 (18:15 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 2 Jun 2021 16:15:41 +0000 (18:15 +0200)
commite030bfb59dd5ee65f20a64686ec9b22ca39f70ae
treec9a439159ef540291e3c030bcaf958b953442147
parent463206948d6a9d46e7e68d55c7b763e601ecc870
Refactor server errors handler
20 files changed:
client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/shared/shared-main/auth/auth-interceptor.service.ts
client/src/standalone/videos/embed.ts
server.ts
server/controllers/api/videos/index.ts
server/controllers/api/videos/update.ts
server/controllers/api/videos/upload.ts
server/helpers/express-utils.ts
server/middlewares/doc.ts [new file with mode: 0644]
server/middlewares/error.ts [new file with mode: 0644]
server/middlewares/index.ts
server/middlewares/validators/videos/videos.ts
server/tests/api/check-params/videos.ts
server/tests/api/server/follow-constraints.ts
server/typings/express/index.d.ts
shared/models/server/index.ts
shared/models/server/peertube-problem-document.model.ts [new file with mode: 0644]
shared/models/server/server-error-code.enum.ts