Support logout and add id and pass tests
authorChocobozzz <me@florianbigard.com>
Thu, 23 Apr 2020 09:36:50 +0000 (11:36 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 4 May 2020 14:21:39 +0000 (16:21 +0200)
commite1c5503114deef954731904695cd40dccfcef555
tree72cec4ee691a3362a7d024dc830d215a6b2c800a
parent8dc8a34ee8428e7657414115d1c137592efa174d
Support logout and add id and pass tests
25 files changed:
scripts/update-host.ts
server/controllers/api/accounts.ts
server/controllers/api/server/follows.ts
server/controllers/api/server/server-blocklist.ts
server/controllers/api/users/index.ts
server/controllers/api/users/token.ts [new file with mode: 0644]
server/controllers/api/video-channel.ts
server/controllers/api/video-playlist.ts
server/lib/auth.ts
server/lib/job-queue/job-queue.ts
server/lib/oauth-model.ts
server/lib/plugins/plugin-manager.ts
server/lib/plugins/register-helpers-store.ts
server/middlewares/oauth.ts
server/middlewares/validators/themes.ts
server/models/account/user.ts
server/models/oauth/oauth-token.ts
server/tests/api/users/users.ts
server/tests/fixtures/peertube-plugin-test-id-pass-auth-one/main.js
server/tests/fixtures/peertube-plugin-test-id-pass-auth-three/main.js
server/tests/fixtures/peertube-plugin-test-id-pass-auth-two/main.js
server/tests/plugins/id-and-pass-auth.ts
server/typings/express.ts
server/typings/plugins/register-server-option.model.ts
shared/models/plugins/register-server-auth.model.ts