]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - .eslintrc.json
Remove useless async
authorChocobozzz <me@florianbigard.com>
Wed, 25 Aug 2021 14:14:11 +0000 (16:14 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 26 Aug 2021 08:01:42 +0000 (10:01 +0200)
commit98ab5dc81048d47d08a231f17698128f959e59b2
tree7f74f835dc35d9f72918c56857f7f28b70d7053f
parent851675c5591dcab1070183f0ed1b1a788de07d2c
Remove useless async
35 files changed:
.eslintrc.json
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/+admin/follows/following-list/follow-modal.component.ts
client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts
client/src/app/+admin/users/user-list/user-list.component.ts
client/src/app/+home/home.component.ts
client/src/app/+search/search.component.ts
client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.ts
client/src/app/+videos/+video-edit/shared/video-edit.component.ts
client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.ts
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/app.component.ts
client/src/app/core/notification/peertube-socket.service.ts
client/src/app/shared/shared-abuse-list/moderation-comment-modal.component.ts
client/src/app/shared/shared-main/misc/top-menu-dropdown.component.ts
client/src/app/shared/shared-moderation/user-ban-modal.component.ts
client/src/assets/player/stats/stats-card.ts
client/src/assets/player/webtorrent/peertube-chunk-store.ts
client/src/standalone/videos/embed.ts
client/src/standalone/videos/test-embed.ts
server/controllers/api/video-channel.ts
server/controllers/api/videos/index.ts
server/controllers/api/videos/live.ts
server/helpers/ffmpeg-utils.ts
server/lib/auth/oauth.ts
server/lib/live/shared/muxing-session.ts
server/lib/moderation.ts
server/lib/notifier/shared/follow/auto-follow-for-instance.ts
server/lib/notifier/shared/follow/follow-for-instance.ts
server/lib/notifier/shared/follow/follow-for-user.ts
server/lib/notifier/shared/instance/new-peertube-version-for-admins.ts
server/lib/notifier/shared/instance/new-plugin-version-for-admins.ts
server/lib/notifier/shared/instance/registration-for-moderators.ts
server/lib/transcoding/video-transcoding-profiles.ts
server/tools/peertube-import-videos.ts