]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/check-params/logs.ts
Introduce login command
authorChocobozzz <me@florianbigard.com>
Tue, 13 Jul 2021 09:05:15 +0000 (11:05 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 13:27:18 +0000 (15:27 +0200)
commit41d1d075011174e73dccb74006181a92a618d7b4
tree4dc1af0e266977f062cf9716837d04de1cdd628d
parent6c5065a011b099618681a37bd77eaa7bd3db752e
Introduce login command
63 files changed:
server/tests/api/activitypub/fetch.ts
server/tests/api/check-params/abuses.ts
server/tests/api/check-params/blocklist.ts
server/tests/api/check-params/bulk.ts
server/tests/api/check-params/config.ts
server/tests/api/check-params/custom-pages.ts
server/tests/api/check-params/debug.ts
server/tests/api/check-params/follows.ts
server/tests/api/check-params/jobs.ts
server/tests/api/check-params/live.ts
server/tests/api/check-params/logs.ts
server/tests/api/check-params/plugins.ts
server/tests/api/check-params/redundancy.ts
server/tests/api/check-params/upload-quota.ts
server/tests/api/check-params/user-subscriptions.ts
server/tests/api/check-params/users.ts
server/tests/api/check-params/video-blacklist.ts
server/tests/api/check-params/video-captions.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/check-params/video-comments.ts
server/tests/api/check-params/video-imports.ts
server/tests/api/check-params/videos-filter.ts
server/tests/api/check-params/videos.ts
server/tests/api/moderation/abuses.ts
server/tests/api/moderation/blocklist-notification.ts
server/tests/api/moderation/blocklist.ts
server/tests/api/moderation/video-blacklist.ts
server/tests/api/search/search-activitypub-video-channels.ts
server/tests/api/server/bulk.ts
server/tests/api/server/email.ts
server/tests/api/server/follow-constraints.ts
server/tests/api/server/follows.ts
server/tests/api/server/reverse-proxy.ts
server/tests/api/server/stats.ts
server/tests/api/users/user-subscriptions.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/users/users-verification.ts
server/tests/api/users/users.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/video-change-ownership.ts
server/tests/api/videos/video-channels.ts
server/tests/api/videos/video-comments.ts
server/tests/api/videos/video-nsfw.ts
server/tests/api/videos/video-playlists.ts
server/tests/api/videos/video-privacy.ts
server/tests/api/videos/videos-filter.ts
server/tests/api/videos/videos-history.ts
server/tests/cli/peertube.ts
server/tests/cli/reset-password.ts
server/tests/external-plugins/auth-ldap.ts
server/tests/feeds/feeds.ts
server/tests/plugins/action-hooks.ts
server/tests/plugins/external-auth.ts
server/tests/plugins/id-and-pass-auth.ts
shared/extra-utils/requests/requests.ts
shared/extra-utils/server/clients.ts [deleted file]
shared/extra-utils/server/servers.ts
shared/extra-utils/shared/abstract-command.ts
shared/extra-utils/users/index.ts
shared/extra-utils/users/login-command.ts [new file with mode: 0644]
shared/extra-utils/users/login.ts
shared/extra-utils/users/notifications.ts
shared/extra-utils/users/users.ts