Reorganize client shared modules
authorChocobozzz <me@florianbigard.com>
Tue, 23 Jun 2020 12:10:17 +0000 (14:10 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Tue, 23 Jun 2020 14:00:49 +0000 (16:00 +0200)
commit67ed6552b831df66713bac9e672738796128d33f
tree59c97d41e0b49d75a90aa3de987968ab9b1ff447
parent0c4bacbff53bc732f5a2677d62a6ead7752e2405
Reorganize client shared modules
743 files changed:
client/src/app/+about/about-follows/about-follows.component.ts
client/src/app/+about/about-instance/about-instance.component.ts
client/src/app/+about/about-instance/about-instance.resolver.ts
client/src/app/+about/about-instance/contact-admin-modal.component.ts
client/src/app/+about/about-peertube/about-peertube-contributors.component.ts
client/src/app/+about/about.module.ts
client/src/app/+accounts/account-about/account-about.component.ts
client/src/app/+accounts/account-video-channels/account-video-channels.component.ts
client/src/app/+accounts/account-videos/account-videos.component.ts
client/src/app/+accounts/accounts.component.ts
client/src/app/+accounts/accounts.module.ts
client/src/app/+admin/admin-routing.module.ts
client/src/app/+admin/admin.component.ts
client/src/app/+admin/admin.module.ts
client/src/app/+admin/config/config.routes.ts
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/+admin/config/shared/batch-domains-modal.component.html [deleted file]
client/src/app/+admin/config/shared/batch-domains-modal.component.scss [deleted file]
client/src/app/+admin/config/shared/batch-domains-modal.component.ts [deleted file]
client/src/app/+admin/config/shared/batch-domains-validators.service.ts [deleted file]
client/src/app/+admin/config/shared/config.service.ts
client/src/app/+admin/follows/followers-list/followers-list.component.ts
client/src/app/+admin/follows/following-list/following-list.component.ts
client/src/app/+admin/follows/follows.routes.ts
client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts
client/src/app/+admin/follows/video-redundancies-list/index.ts
client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts
client/src/app/+admin/moderation/index.ts
client/src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts
client/src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts
client/src/app/+admin/moderation/moderation.component.ts
client/src/app/+admin/moderation/moderation.routes.ts
client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts
client/src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.ts
client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts
client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts
client/src/app/+admin/plugins/plugin-search/plugin-search.component.ts
client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts
client/src/app/+admin/plugins/shared/plugin-api.service.ts
client/src/app/+admin/system/debug/debug.component.ts
client/src/app/+admin/system/debug/debug.service.ts
client/src/app/+admin/system/index.ts
client/src/app/+admin/system/jobs/job.service.ts
client/src/app/+admin/system/jobs/jobs.component.ts
client/src/app/+admin/system/logs/log-row.model.ts
client/src/app/+admin/system/logs/logs.component.ts
client/src/app/+admin/system/logs/logs.service.ts
client/src/app/+admin/system/system.routes.ts
client/src/app/+admin/users/user-edit/user-create.component.ts
client/src/app/+admin/users/user-edit/user-edit.ts
client/src/app/+admin/users/user-edit/user-password.component.ts
client/src/app/+admin/users/user-edit/user-update.component.ts
client/src/app/+admin/users/user-list/user-list.component.ts
client/src/app/+admin/users/users.routes.ts
client/src/app/+my-account/+my-account-video-channels/my-account-video-channel-create.component.ts [new file with mode: 0644]
client/src/app/+my-account/+my-account-video-channels/my-account-video-channel-edit.component.html [new file with mode: 0644]
client/src/app/+my-account/+my-account-video-channels/my-account-video-channel-edit.component.scss [new file with mode: 0644]
client/src/app/+my-account/+my-account-video-channels/my-account-video-channel-edit.ts [new file with mode: 0644]
client/src/app/+my-account/+my-account-video-channels/my-account-video-channel-update.component.ts [new file with mode: 0644]
client/src/app/+my-account/+my-account-video-channels/my-account-video-channels-routing.module.ts [new file with mode: 0644]
client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.html [new file with mode: 0644]
client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.scss [new file with mode: 0644]
client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts [new file with mode: 0644]
client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.module.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts
client/src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.ts
client/src/app/+my-account/my-account-history/my-account-history.component.ts
client/src/app/+my-account/my-account-notifications/my-account-notifications.component.ts
client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.ts
client/src/app/+my-account/my-account-ownership/my-account-ownership.component.ts
client/src/app/+my-account/my-account-routing.module.ts
client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts
client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts
client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts
client/src/app/+my-account/my-account-settings/my-account-interface/index.ts [deleted file]
client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html [deleted file]
client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.scss [deleted file]
client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.ts [deleted file]
client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts
client/src/app/+my-account/my-account-settings/my-account-settings.component.html
client/src/app/+my-account/my-account-settings/my-account-settings.component.ts
client/src/app/+my-account/my-account-settings/my-account-video-settings/index.ts [deleted file]
client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html [deleted file]
client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss [deleted file]
client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts [deleted file]
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.ts
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts [deleted file]
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html [deleted file]
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss [deleted file]
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.ts [deleted file]
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts [deleted file]
client/src/app/+my-account/my-account-video-channels/my-account-video-channels-routing.module.ts [deleted file]
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html [deleted file]
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss [deleted file]
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts [deleted file]
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.module.ts [deleted file]
client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.ts
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.ts
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.ts
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts
client/src/app/+my-account/my-account-videos/my-account-videos.component.ts
client/src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts
client/src/app/+my-account/my-account.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/+my-account/shared/actor-avatar-info.component.html [deleted file]
client/src/app/+my-account/shared/actor-avatar-info.component.scss [deleted file]
client/src/app/+my-account/shared/actor-avatar-info.component.ts [deleted file]
client/src/app/+my-account/top-menu-dropdown.component.html [new file with mode: 0644]
client/src/app/+my-account/top-menu-dropdown.component.scss [new file with mode: 0644]
client/src/app/+my-account/top-menu-dropdown.component.ts [new file with mode: 0644]
client/src/app/+page-not-found/page-not-found.module.ts
client/src/app/+signup/+register/register-routing.module.ts
client/src/app/+signup/+register/register-step-channel.component.ts
client/src/app/+signup/+register/register-step-user.component.ts
client/src/app/+signup/+register/register.component.ts
client/src/app/+signup/+register/register.module.ts
client/src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts
client/src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.ts
client/src/app/+signup/+verify-account/verify-account.module.ts
client/src/app/+signup/shared/signup-shared.module.ts
client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts
client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.ts
client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts
client/src/app/+video-channels/video-channels-routing.module.ts
client/src/app/+video-channels/video-channels.component.ts
client/src/app/+video-channels/video-channels.module.ts
client/src/app/app-routing.module.ts
client/src/app/app.component.ts
client/src/app/app.module.ts
client/src/app/core/auth/auth-user.model.ts
client/src/app/core/auth/auth.service.ts
client/src/app/core/core.module.ts
client/src/app/core/index.ts
client/src/app/core/menu/menu.service.ts
client/src/app/core/notification/user-notification-socket.service.ts
client/src/app/core/plugins/hooks.service.ts
client/src/app/core/plugins/index.ts [new file with mode: 0644]
client/src/app/core/plugins/plugin.service.ts
client/src/app/core/renderer/html-renderer.service.ts [new file with mode: 0644]
client/src/app/core/renderer/index.ts [new file with mode: 0644]
client/src/app/core/renderer/linkifier.service.ts [new file with mode: 0644]
client/src/app/core/renderer/markdown.service.ts [new file with mode: 0644]
client/src/app/core/rest/component-pagination.model.ts [new file with mode: 0644]
client/src/app/core/rest/index.ts [new file with mode: 0644]
client/src/app/core/rest/rest-extractor.service.ts [new file with mode: 0644]
client/src/app/core/rest/rest-pagination.ts [new file with mode: 0644]
client/src/app/core/rest/rest-table.ts [new file with mode: 0644]
client/src/app/core/rest/rest.service.ts [new file with mode: 0644]
client/src/app/core/routing/can-deactivate-guard.service.ts [new file with mode: 0644]
client/src/app/core/routing/index.ts
client/src/app/core/routing/login-guard.service.ts
client/src/app/core/routing/menu-guard.service.ts
client/src/app/core/routing/preload-selected-modules-list.ts
client/src/app/core/routing/server-config-resolver.service.ts
client/src/app/core/routing/unlogged-guard.service.ts
client/src/app/core/routing/user-right-guard.service.ts
client/src/app/core/server/server.service.ts
client/src/app/core/theme/theme.service.ts
client/src/app/core/users/index.ts [new file with mode: 0644]
client/src/app/core/users/user.model.ts [new file with mode: 0644]
client/src/app/core/users/user.service.ts [new file with mode: 0644]
client/src/app/core/wrappers/index.ts [new file with mode: 0644]
client/src/app/core/wrappers/screen.service.ts [new file with mode: 0644]
client/src/app/core/wrappers/storage.service.ts [new file with mode: 0644]
client/src/app/header/search-typeahead.component.ts
client/src/app/header/suggestion.component.ts
client/src/app/helpers/constants.ts [new file with mode: 0644]
client/src/app/helpers/i18n-utils.ts [new file with mode: 0644]
client/src/app/helpers/index.ts [new file with mode: 0644]
client/src/app/helpers/locales/index.ts [new file with mode: 0644]
client/src/app/helpers/locales/oc.ts [new file with mode: 0644]
client/src/app/helpers/peertube-web-storage.ts [new file with mode: 0644]
client/src/app/helpers/utils.ts [new file with mode: 0644]
client/src/app/helpers/zone.ts [new file with mode: 0644]
client/src/app/login/login.component.ts
client/src/app/login/login.module.ts
client/src/app/menu/avatar-notification.component.ts
client/src/app/menu/language-chooser.component.ts
client/src/app/menu/menu.component.ts
client/src/app/modal/confirm.component.html [new file with mode: 0644]
client/src/app/modal/confirm.component.scss [new file with mode: 0644]
client/src/app/modal/confirm.component.ts [new file with mode: 0644]
client/src/app/modal/instance-config-warning-modal.component.ts
client/src/app/modal/quick-settings-modal.component.html
client/src/app/modal/quick-settings-modal.component.ts
client/src/app/modal/welcome-modal.component.ts
client/src/app/reset-password/reset-password-routing.module.ts
client/src/app/reset-password/reset-password.component.ts
client/src/app/reset-password/reset-password.module.ts
client/src/app/search/advanced-search.model.ts
client/src/app/search/highlight.pipe.ts [new file with mode: 0644]
client/src/app/search/search-filters.component.ts
client/src/app/search/search.component.ts
client/src/app/search/search.module.ts
client/src/app/search/search.service.ts
client/src/app/shared/account/account.model.ts [deleted file]
client/src/app/shared/account/account.service.ts [deleted file]
client/src/app/shared/actor/actor.model.ts [deleted file]
client/src/app/shared/angular/from-now.pipe.ts [deleted file]
client/src/app/shared/angular/highlight.pipe.ts [deleted file]
client/src/app/shared/angular/number-formatter.pipe.ts [deleted file]
client/src/app/shared/angular/object-length.pipe.ts [deleted file]
client/src/app/shared/angular/peertube-template.directive.ts [deleted file]
client/src/app/shared/angular/timestamp-route-transformer.directive.ts [deleted file]
client/src/app/shared/angular/video-duration-formatter.pipe.ts [deleted file]
client/src/app/shared/auth/auth-interceptor.service.ts [deleted file]
client/src/app/shared/auth/index.ts [deleted file]
client/src/app/shared/blocklist/account-block.model.ts [deleted file]
client/src/app/shared/blocklist/account-blocklist.component.html [deleted file]
client/src/app/shared/blocklist/account-blocklist.component.scss [deleted file]
client/src/app/shared/blocklist/account-blocklist.component.ts [deleted file]
client/src/app/shared/blocklist/blocklist.service.ts [deleted file]
client/src/app/shared/blocklist/index.ts [deleted file]
client/src/app/shared/blocklist/server-blocklist.component.html [deleted file]
client/src/app/shared/blocklist/server-blocklist.component.scss [deleted file]
client/src/app/shared/blocklist/server-blocklist.component.ts [deleted file]
client/src/app/shared/bulk/bulk.service.ts [deleted file]
client/src/app/shared/buttons/action-dropdown.component.html [deleted file]
client/src/app/shared/buttons/action-dropdown.component.scss [deleted file]
client/src/app/shared/buttons/action-dropdown.component.ts [deleted file]
client/src/app/shared/buttons/button.component.html [deleted file]
client/src/app/shared/buttons/button.component.scss [deleted file]
client/src/app/shared/buttons/button.component.ts [deleted file]
client/src/app/shared/buttons/delete-button.component.html [deleted file]
client/src/app/shared/buttons/delete-button.component.ts [deleted file]
client/src/app/shared/buttons/edit-button.component.html [deleted file]
client/src/app/shared/buttons/edit-button.component.ts [deleted file]
client/src/app/shared/channel/avatar.component.html [deleted file]
client/src/app/shared/channel/avatar.component.scss [deleted file]
client/src/app/shared/channel/avatar.component.ts [deleted file]
client/src/app/shared/confirm/confirm.component.html [deleted file]
client/src/app/shared/confirm/confirm.component.scss [deleted file]
client/src/app/shared/confirm/confirm.component.ts [deleted file]
client/src/app/shared/date/date-toggle.component.html [deleted file]
client/src/app/shared/date/date-toggle.component.scss [deleted file]
client/src/app/shared/date/date-toggle.component.ts [deleted file]
client/src/app/shared/forms/form-reactive.ts [deleted file]
client/src/app/shared/forms/form-validators/custom-config-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/form-validator.service.ts [deleted file]
client/src/app/shared/forms/form-validators/host.ts [deleted file]
client/src/app/shared/forms/form-validators/index.ts [deleted file]
client/src/app/shared/forms/form-validators/instance-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/login-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/reset-password-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/user-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/video-abuse-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/video-accept-ownership-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/video-block-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/video-captions-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/video-channel-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/video-comment-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/video-playlist-validators.service.ts [deleted file]
client/src/app/shared/forms/form-validators/video-validators.service.ts [deleted file]
client/src/app/shared/forms/index.ts [deleted file]
client/src/app/shared/forms/input-readonly-copy.component.html [deleted file]
client/src/app/shared/forms/input-readonly-copy.component.scss [deleted file]
client/src/app/shared/forms/input-readonly-copy.component.ts [deleted file]
client/src/app/shared/forms/markdown-textarea.component.html [deleted file]
client/src/app/shared/forms/markdown-textarea.component.scss [deleted file]
client/src/app/shared/forms/markdown-textarea.component.ts [deleted file]
client/src/app/shared/forms/peertube-checkbox.component.html [deleted file]
client/src/app/shared/forms/peertube-checkbox.component.scss [deleted file]
client/src/app/shared/forms/peertube-checkbox.component.ts [deleted file]
client/src/app/shared/forms/reactive-file.component.html [deleted file]
client/src/app/shared/forms/reactive-file.component.scss [deleted file]
client/src/app/shared/forms/reactive-file.component.ts [deleted file]
client/src/app/shared/forms/textarea-autoresize.directive.ts [deleted file]
client/src/app/shared/forms/timestamp-input.component.html [deleted file]
client/src/app/shared/forms/timestamp-input.component.scss [deleted file]
client/src/app/shared/forms/timestamp-input.component.ts [deleted file]
client/src/app/shared/guards/can-deactivate-guard.service.ts [deleted file]
client/src/app/shared/i18n/i18n-primeng-calendar.ts [deleted file]
client/src/app/shared/i18n/i18n-utils.ts [deleted file]
client/src/app/shared/images/global-icon.component.scss [deleted file]
client/src/app/shared/images/global-icon.component.ts [deleted file]
client/src/app/shared/images/preview-upload.component.html [deleted file]
client/src/app/shared/images/preview-upload.component.scss [deleted file]
client/src/app/shared/images/preview-upload.component.ts [deleted file]
client/src/app/shared/index.ts [deleted file]
client/src/app/shared/instance/feature-boolean.component.html [deleted file]
client/src/app/shared/instance/feature-boolean.component.scss [deleted file]
client/src/app/shared/instance/feature-boolean.component.ts [deleted file]
client/src/app/shared/instance/follow.service.ts [deleted file]
client/src/app/shared/instance/instance-features-table.component.html [deleted file]
client/src/app/shared/instance/instance-features-table.component.scss [deleted file]
client/src/app/shared/instance/instance-features-table.component.ts [deleted file]
client/src/app/shared/instance/instance-statistics.component.html [deleted file]
client/src/app/shared/instance/instance-statistics.component.scss [deleted file]
client/src/app/shared/instance/instance-statistics.component.ts [deleted file]
client/src/app/shared/instance/instance.service.ts [deleted file]
client/src/app/shared/locale/oc.ts [deleted file]
client/src/app/shared/menu/top-menu-dropdown.component.html [deleted file]
client/src/app/shared/menu/top-menu-dropdown.component.scss [deleted file]
client/src/app/shared/menu/top-menu-dropdown.component.ts [deleted file]
client/src/app/shared/misc/constants.ts [deleted file]
client/src/app/shared/misc/help.component.html [deleted file]
client/src/app/shared/misc/help.component.scss [deleted file]
client/src/app/shared/misc/help.component.ts [deleted file]
client/src/app/shared/misc/list-overflow.component.html [deleted file]
client/src/app/shared/misc/list-overflow.component.scss [deleted file]
client/src/app/shared/misc/list-overflow.component.ts [deleted file]
client/src/app/shared/misc/loader.component.html [deleted file]
client/src/app/shared/misc/loader.component.scss [deleted file]
client/src/app/shared/misc/loader.component.ts [deleted file]
client/src/app/shared/misc/peertube-web-storage.ts [deleted file]
client/src/app/shared/misc/screen.service.ts [deleted file]
client/src/app/shared/misc/small-loader.component.html [deleted file]
client/src/app/shared/misc/small-loader.component.ts [deleted file]
client/src/app/shared/misc/storage.service.ts [deleted file]
client/src/app/shared/misc/utils.ts [deleted file]
client/src/app/shared/moderation/index.ts [deleted file]
client/src/app/shared/moderation/user-ban-modal.component.html [deleted file]
client/src/app/shared/moderation/user-ban-modal.component.scss [deleted file]
client/src/app/shared/moderation/user-ban-modal.component.ts [deleted file]
client/src/app/shared/moderation/user-moderation-dropdown.component.html [deleted file]
client/src/app/shared/moderation/user-moderation-dropdown.component.ts [deleted file]
client/src/app/shared/overview/index.ts [deleted file]
client/src/app/shared/overview/overview.service.ts [deleted file]
client/src/app/shared/overview/videos-overview.model.ts [deleted file]
client/src/app/shared/renderer/html-renderer.service.ts [deleted file]
client/src/app/shared/renderer/index.ts [deleted file]
client/src/app/shared/renderer/linkifier.service.ts [deleted file]
client/src/app/shared/renderer/markdown.service.ts [deleted file]
client/src/app/shared/rest/component-pagination.model.ts [deleted file]
client/src/app/shared/rest/index.ts [deleted file]
client/src/app/shared/rest/rest-extractor.service.ts [deleted file]
client/src/app/shared/rest/rest-pagination.ts [deleted file]
client/src/app/shared/rest/rest-table.ts [deleted file]
client/src/app/shared/rest/rest.service.ts [deleted file]
client/src/app/shared/rxjs/zone.ts [deleted file]
client/src/app/shared/shared-forms/form-reactive.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/batch-domains-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/custom-config-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/form-validator.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/host.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/index.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/instance-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/login-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/reset-password-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/user-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/video-abuse-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/video-accept-ownership-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/video-block-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/video-captions-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/video-change-ownership-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/video-channel-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/video-comment-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/video-playlist-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/form-validators/video-validators.service.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/index.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/input-readonly-copy.component.html [new file with mode: 0644]
client/src/app/shared/shared-forms/input-readonly-copy.component.scss [new file with mode: 0644]
client/src/app/shared/shared-forms/input-readonly-copy.component.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/markdown-textarea.component.html [new file with mode: 0644]
client/src/app/shared/shared-forms/markdown-textarea.component.scss [new file with mode: 0644]
client/src/app/shared/shared-forms/markdown-textarea.component.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/peertube-checkbox.component.html [new file with mode: 0644]
client/src/app/shared/shared-forms/peertube-checkbox.component.scss [new file with mode: 0644]
client/src/app/shared/shared-forms/peertube-checkbox.component.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/preview-upload.component.html [new file with mode: 0644]
client/src/app/shared/shared-forms/preview-upload.component.scss [new file with mode: 0644]
client/src/app/shared/shared-forms/preview-upload.component.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/reactive-file.component.html [new file with mode: 0644]
client/src/app/shared/shared-forms/reactive-file.component.scss [new file with mode: 0644]
client/src/app/shared/shared-forms/reactive-file.component.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/shared-form.module.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/textarea-autoresize.directive.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/timestamp-input.component.html [new file with mode: 0644]
client/src/app/shared/shared-forms/timestamp-input.component.scss [new file with mode: 0644]
client/src/app/shared/shared-forms/timestamp-input.component.ts [new file with mode: 0644]
client/src/app/shared/shared-icons/global-icon.component.scss [new file with mode: 0644]
client/src/app/shared/shared-icons/global-icon.component.ts [new file with mode: 0644]
client/src/app/shared/shared-icons/index.ts [new file with mode: 0644]
client/src/app/shared/shared-icons/shared-global-icon.module.ts [new file with mode: 0644]
client/src/app/shared/shared-instance/feature-boolean.component.html [new file with mode: 0644]
client/src/app/shared/shared-instance/feature-boolean.component.scss [new file with mode: 0644]
client/src/app/shared/shared-instance/feature-boolean.component.ts [new file with mode: 0644]
client/src/app/shared/shared-instance/index.ts [new file with mode: 0644]
client/src/app/shared/shared-instance/instance-features-table.component.html [new file with mode: 0644]
client/src/app/shared/shared-instance/instance-features-table.component.scss [new file with mode: 0644]
client/src/app/shared/shared-instance/instance-features-table.component.ts [new file with mode: 0644]
client/src/app/shared/shared-instance/instance-follow.service.ts [new file with mode: 0644]
client/src/app/shared/shared-instance/instance-statistics.component.html [new file with mode: 0644]
client/src/app/shared/shared-instance/instance-statistics.component.scss [new file with mode: 0644]
client/src/app/shared/shared-instance/instance-statistics.component.ts [new file with mode: 0644]
client/src/app/shared/shared-instance/instance.service.ts [new file with mode: 0644]
client/src/app/shared/shared-instance/shared-instance.module.ts [new file with mode: 0644]
client/src/app/shared/shared-main/account/account.model.ts [new file with mode: 0644]
client/src/app/shared/shared-main/account/account.service.ts [new file with mode: 0644]
client/src/app/shared/shared-main/account/actor-avatar-info.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/account/actor-avatar-info.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/account/actor-avatar-info.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/account/actor.model.ts [new file with mode: 0644]
client/src/app/shared/shared-main/account/avatar.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/account/avatar.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/account/avatar.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/account/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/angular/from-now.pipe.ts [new file with mode: 0644]
client/src/app/shared/shared-main/angular/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/angular/infinite-scroller.directive.ts [new file with mode: 0644]
client/src/app/shared/shared-main/angular/number-formatter.pipe.ts [new file with mode: 0644]
client/src/app/shared/shared-main/angular/peertube-template.directive.ts [new file with mode: 0644]
client/src/app/shared/shared-main/auth/auth-interceptor.service.ts [new file with mode: 0644]
client/src/app/shared/shared-main/auth/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/buttons/action-dropdown.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/buttons/action-dropdown.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/buttons/action-dropdown.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/buttons/button.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/buttons/button.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/buttons/button.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/buttons/delete-button.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/buttons/delete-button.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/buttons/edit-button.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/buttons/edit-button.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/buttons/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/date/date-toggle.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/date/date-toggle.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/date/date-toggle.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/date/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/feeds/feed.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/feeds/feed.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/feeds/feed.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/feeds/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/feeds/syndication.model.ts [new file with mode: 0644]
client/src/app/shared/shared-main/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/loaders/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/loaders/loader.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/loaders/loader.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/loaders/loader.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/loaders/small-loader.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/loaders/small-loader.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/misc/help.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/misc/help.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/misc/help.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/misc/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/misc/list-overflow.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/misc/list-overflow.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/misc/list-overflow.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/shared-main.module.ts [new file with mode: 0644]
client/src/app/shared/shared-main/users/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/users/user-history.service.ts [new file with mode: 0644]
client/src/app/shared/shared-main/users/user-notification.model.ts [new file with mode: 0644]
client/src/app/shared/shared-main/users/user-notification.service.ts [new file with mode: 0644]
client/src/app/shared/shared-main/users/user-notifications.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/users/user-notifications.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/users/user-notifications.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video-caption/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video-caption/video-caption-edit.model.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video-caption/video-caption.service.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video-channel/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video-channel/video-channel.model.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video-channel/video-channel.service.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video/index.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video/redundancy.service.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video/video-details.model.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video/video-edit.model.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video/video-import.service.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video/video-ownership.service.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video/video.model.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video/video.service.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/account-block.model.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/account-blocklist.component.html [new file with mode: 0644]
client/src/app/shared/shared-moderation/account-blocklist.component.scss [new file with mode: 0644]
client/src/app/shared/shared-moderation/account-blocklist.component.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/batch-domains-modal.component.html [new file with mode: 0644]
client/src/app/shared/shared-moderation/batch-domains-modal.component.scss [new file with mode: 0644]
client/src/app/shared/shared-moderation/batch-domains-modal.component.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/blocklist.service.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/bulk.service.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/index.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/server-blocklist.component.html [new file with mode: 0644]
client/src/app/shared/shared-moderation/server-blocklist.component.scss [new file with mode: 0644]
client/src/app/shared/shared-moderation/server-blocklist.component.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/shared-moderation.module.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/user-ban-modal.component.html [new file with mode: 0644]
client/src/app/shared/shared-moderation/user-ban-modal.component.scss [new file with mode: 0644]
client/src/app/shared/shared-moderation/user-ban-modal.component.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/user-moderation-dropdown.component.html [new file with mode: 0644]
client/src/app/shared/shared-moderation/user-moderation-dropdown.component.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/video-abuse.service.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/video-block.component.html [new file with mode: 0644]
client/src/app/shared/shared-moderation/video-block.component.scss [new file with mode: 0644]
client/src/app/shared/shared-moderation/video-block.component.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/video-block.service.ts [new file with mode: 0644]
client/src/app/shared/shared-moderation/video-report.component.html [new file with mode: 0644]
client/src/app/shared/shared-moderation/video-report.component.scss [new file with mode: 0644]
client/src/app/shared/shared-moderation/video-report.component.ts [new file with mode: 0644]
client/src/app/shared/shared-thumbnail/index.ts [new file with mode: 0644]
client/src/app/shared/shared-thumbnail/shared-thumbnail.module.ts [new file with mode: 0644]
client/src/app/shared/shared-thumbnail/video-thumbnail.component.html [new file with mode: 0644]
client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss [new file with mode: 0644]
client/src/app/shared/shared-thumbnail/video-thumbnail.component.ts [new file with mode: 0644]
client/src/app/shared/shared-user-settings/index.ts [new file with mode: 0644]
client/src/app/shared/shared-user-settings/shared-user-settings.module.ts [new file with mode: 0644]
client/src/app/shared/shared-user-settings/user-interface-settings.component.html [new file with mode: 0644]
client/src/app/shared/shared-user-settings/user-interface-settings.component.scss [new file with mode: 0644]
client/src/app/shared/shared-user-settings/user-interface-settings.component.ts [new file with mode: 0644]
client/src/app/shared/shared-user-settings/user-video-settings.component.html [new file with mode: 0644]
client/src/app/shared/shared-user-settings/user-video-settings.component.scss [new file with mode: 0644]
client/src/app/shared/shared-user-settings/user-video-settings.component.ts [new file with mode: 0644]
client/src/app/shared/shared-user-subscription/index.ts [new file with mode: 0644]
client/src/app/shared/shared-user-subscription/remote-subscribe.component.html [new file with mode: 0644]
client/src/app/shared/shared-user-subscription/remote-subscribe.component.scss [new file with mode: 0644]
client/src/app/shared/shared-user-subscription/remote-subscribe.component.ts [new file with mode: 0644]
client/src/app/shared/shared-user-subscription/shared-user-subscription.module.ts [new file with mode: 0644]
client/src/app/shared/shared-user-subscription/subscribe-button.component.html [new file with mode: 0644]
client/src/app/shared/shared-user-subscription/subscribe-button.component.scss [new file with mode: 0644]
client/src/app/shared/shared-user-subscription/subscribe-button.component.ts [new file with mode: 0644]
client/src/app/shared/shared-user-subscription/user-subscription.service.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/abstract-video-list.html [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/abstract-video-list.scss [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/abstract-video-list.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/index.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/shared-video-miniature.module.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.html [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.scss [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-download.component.html [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-download.component.scss [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-download.component.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-miniature.component.html [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-miniature.component.scss [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-miniature.component.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/videos-selection.component.html [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/videos-selection.component.scss [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/videos-selection.component.ts [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/index.ts [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/shared-video-playlist.module.ts [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.html [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.scss [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.scss [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-playlist-element.model.ts [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.html [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.scss [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.ts [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-playlist.model.ts [new file with mode: 0644]
client/src/app/shared/shared-video-playlist/video-playlist.service.ts [new file with mode: 0644]
client/src/app/shared/shared.module.ts [deleted file]
client/src/app/shared/user-subscription/index.ts [deleted file]
client/src/app/shared/user-subscription/remote-subscribe.component.html [deleted file]
client/src/app/shared/user-subscription/remote-subscribe.component.scss [deleted file]
client/src/app/shared/user-subscription/remote-subscribe.component.ts [deleted file]
client/src/app/shared/user-subscription/subscribe-button.component.html [deleted file]
client/src/app/shared/user-subscription/subscribe-button.component.scss [deleted file]
client/src/app/shared/user-subscription/subscribe-button.component.ts [deleted file]
client/src/app/shared/user-subscription/user-subscription.service.ts [deleted file]
client/src/app/shared/users/index.ts [deleted file]
client/src/app/shared/users/user-history.service.ts [deleted file]
client/src/app/shared/users/user-notification.model.ts [deleted file]
client/src/app/shared/users/user-notification.service.ts [deleted file]
client/src/app/shared/users/user-notifications.component.html [deleted file]
client/src/app/shared/users/user-notifications.component.scss [deleted file]
client/src/app/shared/users/user-notifications.component.ts [deleted file]
client/src/app/shared/users/user.model.ts [deleted file]
client/src/app/shared/users/user.service.ts [deleted file]
client/src/app/shared/video-abuse/index.ts [deleted file]
client/src/app/shared/video-abuse/video-abuse.service.ts [deleted file]
client/src/app/shared/video-block/index.ts [deleted file]
client/src/app/shared/video-block/video-block.service.ts [deleted file]
client/src/app/shared/video-caption/index.ts [deleted file]
client/src/app/shared/video-caption/video-caption-edit.model.ts [deleted file]
client/src/app/shared/video-caption/video-caption.service.ts [deleted file]
client/src/app/shared/video-channel/video-channel.model.ts [deleted file]
client/src/app/shared/video-channel/video-channel.service.ts [deleted file]
client/src/app/shared/video-import/index.ts [deleted file]
client/src/app/shared/video-import/video-import.service.ts [deleted file]
client/src/app/shared/video-ownership/index.ts [deleted file]
client/src/app/shared/video-ownership/video-ownership.service.ts [deleted file]
client/src/app/shared/video-playlist/video-add-to-playlist.component.html [deleted file]
client/src/app/shared/video-playlist/video-add-to-playlist.component.scss [deleted file]
client/src/app/shared/video-playlist/video-add-to-playlist.component.ts [deleted file]
client/src/app/shared/video-playlist/video-playlist-element-miniature.component.html [deleted file]
client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss [deleted file]
client/src/app/shared/video-playlist/video-playlist-element-miniature.component.ts [deleted file]
client/src/app/shared/video-playlist/video-playlist-element.model.ts [deleted file]
client/src/app/shared/video-playlist/video-playlist-miniature.component.html [deleted file]
client/src/app/shared/video-playlist/video-playlist-miniature.component.scss [deleted file]
client/src/app/shared/video-playlist/video-playlist-miniature.component.ts [deleted file]
client/src/app/shared/video-playlist/video-playlist.model.ts [deleted file]
client/src/app/shared/video-playlist/video-playlist.service.ts [deleted file]
client/src/app/shared/video/abstract-video-list.html [deleted file]
client/src/app/shared/video/abstract-video-list.scss [deleted file]
client/src/app/shared/video/abstract-video-list.ts [deleted file]
client/src/app/shared/video/feed.component.html [deleted file]
client/src/app/shared/video/feed.component.scss [deleted file]
client/src/app/shared/video/feed.component.ts [deleted file]
client/src/app/shared/video/infinite-scroller.directive.ts [deleted file]
client/src/app/shared/video/modals/video-block.component.html [deleted file]
client/src/app/shared/video/modals/video-block.component.scss [deleted file]
client/src/app/shared/video/modals/video-block.component.ts [deleted file]
client/src/app/shared/video/modals/video-download.component.html [deleted file]
client/src/app/shared/video/modals/video-download.component.scss [deleted file]
client/src/app/shared/video/modals/video-download.component.ts [deleted file]
client/src/app/shared/video/modals/video-report.component.html [deleted file]
client/src/app/shared/video/modals/video-report.component.scss [deleted file]
client/src/app/shared/video/modals/video-report.component.ts [deleted file]
client/src/app/shared/video/recommendation-info.model.ts [deleted file]
client/src/app/shared/video/redundancy.service.ts [deleted file]
client/src/app/shared/video/sort-field.type.ts [deleted file]
client/src/app/shared/video/syndication.model.ts [deleted file]
client/src/app/shared/video/video-actions-dropdown.component.html [deleted file]
client/src/app/shared/video/video-actions-dropdown.component.scss [deleted file]
client/src/app/shared/video/video-actions-dropdown.component.ts [deleted file]
client/src/app/shared/video/video-details.model.ts [deleted file]
client/src/app/shared/video/video-edit.model.ts [deleted file]
client/src/app/shared/video/video-miniature.component.html [deleted file]
client/src/app/shared/video/video-miniature.component.scss [deleted file]
client/src/app/shared/video/video-miniature.component.ts [deleted file]
client/src/app/shared/video/video-thumbnail.component.html [deleted file]
client/src/app/shared/video/video-thumbnail.component.scss [deleted file]
client/src/app/shared/video/video-thumbnail.component.ts [deleted file]
client/src/app/shared/video/video.model.ts [deleted file]
client/src/app/shared/video/video.service.ts [deleted file]
client/src/app/shared/video/videos-selection.component.html [deleted file]
client/src/app/shared/video/videos-selection.component.scss [deleted file]
client/src/app/shared/video/videos-selection.component.ts [deleted file]
client/src/app/videos/+video-edit/shared/i18n-primeng-calendar.service.ts [new file with mode: 0644]
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-edit/shared/video-edit.module.ts
client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts
client/src/app/videos/+video-edit/video-add-components/video-import-url.component.ts
client/src/app/videos/+video-edit/video-add-components/video-send.ts
client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
client/src/app/videos/+video-edit/video-add-routing.module.ts
client/src/app/videos/+video-edit/video-add.component.ts
client/src/app/videos/+video-edit/video-add.module.ts
client/src/app/videos/+video-edit/video-update-routing.module.ts
client/src/app/videos/+video-edit/video-update.component.ts
client/src/app/videos/+video-edit/video-update.module.ts
client/src/app/videos/+video-edit/video-update.resolver.ts
client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
client/src/app/videos/+video-watch/comment/video-comment-thread-tree.model.ts
client/src/app/videos/+video-watch/comment/video-comment.component.ts
client/src/app/videos/+video-watch/comment/video-comment.model.ts
client/src/app/videos/+video-watch/comment/video-comment.service.ts
client/src/app/videos/+video-watch/comment/video-comments.component.ts
client/src/app/videos/+video-watch/modal/video-share.component.ts
client/src/app/videos/+video-watch/modal/video-support.component.ts
client/src/app/videos/+video-watch/timestamp-route-transformer.directive.ts [new file with mode: 0644]
client/src/app/videos/+video-watch/video-duration-formatter.pipe.ts [new file with mode: 0644]
client/src/app/videos/+video-watch/video-watch-playlist.component.ts
client/src/app/videos/+video-watch/video-watch-routing.module.ts
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/+video-watch/video-watch.module.ts
client/src/app/videos/recommendations/recent-videos-recommendation.service.ts
client/src/app/videos/recommendations/recommendation-info.model.ts [new file with mode: 0644]
client/src/app/videos/recommendations/recommendations.module.ts
client/src/app/videos/recommendations/recommendations.service.ts
client/src/app/videos/recommendations/recommended-videos.component.ts
client/src/app/videos/recommendations/recommended-videos.store.ts
client/src/app/videos/video-list/index.ts
client/src/app/videos/video-list/overview/index.ts [new file with mode: 0644]
client/src/app/videos/video-list/overview/overview.service.ts [new file with mode: 0644]
client/src/app/videos/video-list/overview/video-overview.component.html [new file with mode: 0644]
client/src/app/videos/video-list/overview/video-overview.component.scss [new file with mode: 0644]
client/src/app/videos/video-list/overview/video-overview.component.ts [new file with mode: 0644]
client/src/app/videos/video-list/overview/videos-overview.model.ts [new file with mode: 0644]
client/src/app/videos/video-list/video-local.component.ts
client/src/app/videos/video-list/video-most-liked.component.ts
client/src/app/videos/video-list/video-overview.component.html [deleted file]
client/src/app/videos/video-list/video-overview.component.scss [deleted file]
client/src/app/videos/video-list/video-overview.component.ts [deleted file]
client/src/app/videos/video-list/video-recently-added.component.ts
client/src/app/videos/video-list/video-trending.component.ts
client/src/app/videos/video-list/video-user-subscriptions.component.ts
client/src/app/videos/videos-routing.module.ts
client/src/app/videos/videos.module.ts
server/controllers/api/users/me.ts
server/lib/auth.ts
server/lib/plugins/plugin-helpers.ts
server/lib/plugins/plugin-manager.ts
server/lib/plugins/register-helpers-store.ts
server/models/utils.ts
server/types/index.ts [new file with mode: 0644]
server/types/models/account/account-blocklist.ts
server/types/models/account/account.ts
server/types/models/account/actor-follow.ts
server/types/models/account/actor.ts
server/types/models/account/avatar.ts
server/types/models/oauth/oauth-token.ts
server/types/models/server/server-blocklist.ts
server/types/models/server/server.ts
server/types/models/user/user-notification.ts
server/types/models/user/user.ts
server/types/models/video/schedule-video-update.ts
server/types/models/video/video-abuse.ts
server/types/models/video/video-blacklist.ts
server/types/models/video/video-caption.ts
server/types/models/video/video-change-ownership.ts
server/types/models/video/video-channels.ts
server/types/models/video/video-comment.ts
server/types/models/video/video-file.ts
server/types/models/video/video-import.ts
server/types/models/video/video-playlist-element.ts
server/types/models/video/video-playlist.ts
server/types/models/video/video-rate.ts
server/types/models/video/video-redundancy.ts
server/types/models/video/video-share.ts
server/types/models/video/video-streaming-playlist.ts
server/types/models/video/video.ts
server/types/plugins/index.ts [new file with mode: 0644]
server/types/plugins/plugin-library.model.ts [new file with mode: 0644]
server/types/plugins/register-server-auth.model.ts [new file with mode: 0644]
server/types/plugins/register-server-option.model.ts [new file with mode: 0644]
server/types/utils.ts [deleted file]
server/typings/express/index.d.ts
server/typings/plugins/index.d.ts [deleted file]
server/typings/plugins/plugin-library.model.ts [deleted file]
server/typings/plugins/register-server-option.model.ts [deleted file]
shared/core-utils/index.ts [new file with mode: 0644]
shared/core-utils/logs/index.ts [new file with mode: 0644]
shared/core-utils/miscs/index.ts [new file with mode: 0644]
shared/core-utils/miscs/types.ts [new file with mode: 0644]
shared/core-utils/plugins/index.ts [new file with mode: 0644]
shared/extra-utils/server/config.ts
shared/models/actors/index.ts
shared/models/index.ts
shared/models/plugins/index.ts [new file with mode: 0644]
shared/models/plugins/plugin-playlist-privacy-manager.model.ts
shared/models/plugins/plugin-video-privacy-manager.model.ts
shared/models/plugins/register-server-auth.model.ts [deleted file]
shared/models/search/index.ts
shared/models/server/index.ts
shared/models/users/index.ts
shared/models/videos/abuse/index.ts [new file with mode: 0644]
shared/models/videos/blacklist/index.ts [new file with mode: 0644]
shared/models/videos/caption/index.ts [new file with mode: 0644]
shared/models/videos/channel/index.ts [new file with mode: 0644]
shared/models/videos/import/index.ts [new file with mode: 0644]
shared/models/videos/index.ts
shared/models/videos/playlist/index.ts [new file with mode: 0644]
shared/models/videos/rate/index.ts [new file with mode: 0644]
shared/models/videos/video-file-metadata.ts
shared/models/videos/video-sort-field.type.ts [new file with mode: 0644]