Lazy load all routes
authorChocobozzz <me@florianbigard.com>
Tue, 23 Jun 2020 12:49:20 +0000 (14:49 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Tue, 23 Jun 2020 14:00:49 +0000 (16:00 +0200)
commit1942f11d5ee6926ad93dc1b79fae18325ba5de18
tree3f2a3cd9466a56c419d197ac832a3e9cbc86bec4
parent67ed6552b831df66713bac9e672738796128d33f
Lazy load all routes
218 files changed:
client/src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.ts
client/src/app/+login/login-routing.module.ts [new file with mode: 0644]
client/src/app/+login/login.component.html [new file with mode: 0644]
client/src/app/+login/login.component.scss [new file with mode: 0644]
client/src/app/+login/login.component.ts [new file with mode: 0644]
client/src/app/+login/login.module.ts [new file with mode: 0644]
client/src/app/+reset-password/reset-password-routing.module.ts [new file with mode: 0644]
client/src/app/+reset-password/reset-password.component.html [new file with mode: 0644]
client/src/app/+reset-password/reset-password.component.scss [new file with mode: 0644]
client/src/app/+reset-password/reset-password.component.ts [new file with mode: 0644]
client/src/app/+reset-password/reset-password.module.ts [new file with mode: 0644]
client/src/app/+search/channel-lazy-load.resolver.ts [new file with mode: 0644]
client/src/app/+search/search-filters.component.html [new file with mode: 0644]
client/src/app/+search/search-filters.component.scss [new file with mode: 0644]
client/src/app/+search/search-filters.component.ts [new file with mode: 0644]
client/src/app/+search/search-routing.module.ts [new file with mode: 0644]
client/src/app/+search/search.component.html [new file with mode: 0644]
client/src/app/+search/search.component.scss [new file with mode: 0644]
client/src/app/+search/search.component.ts [new file with mode: 0644]
client/src/app/+search/search.module.ts [new file with mode: 0644]
client/src/app/+search/video-lazy-load.resolver.ts [new file with mode: 0644]
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.html [new file with mode: 0644]
client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/shared/video-edit.component.html [new file with mode: 0644]
client/src/app/+videos/+video-edit/shared/video-edit.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-edit/shared/video-edit.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/shared/video-edit.module.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-components/drag-drop.directive.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-components/video-send.scss [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-components/video-send.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-components/video-upload.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add-routing.module.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add.component.html [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-add.module.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-update-routing.module.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-update.component.html [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-update.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-update.module.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/video-update.resolver.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comment-add.component.html [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comment-add.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comment-add.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comment-thread-tree.model.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comment.component.html [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comment.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comment.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comment.model.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comment.service.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comments.component.html [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comments.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-watch/comment/video-comments.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/modal/video-share.component.html [new file with mode: 0644]
client/src/app/+videos/+video-watch/modal/video-share.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-watch/modal/video-share.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/modal/video-support.component.html [new file with mode: 0644]
client/src/app/+videos/+video-watch/modal/video-support.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-watch/modal/video-support.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/recommendations/recent-videos-recommendation.service.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/recommendations/recommendation-info.model.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/recommendations/recommendations.module.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/recommendations/recommendations.service.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.html [new file with mode: 0644]
client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/recommendations/recommended-videos.store.ts [new file with mode: 0644]
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.html [new file with mode: 0644]
client/src/app/+videos/+video-watch/video-watch-playlist.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-watch/video-watch-playlist.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/video-watch-routing.module.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/video-watch.component.html [new file with mode: 0644]
client/src/app/+videos/+video-watch/video-watch.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-watch/video-watch.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-watch/video-watch.module.ts [new file with mode: 0644]
client/src/app/+videos/index.ts [new file with mode: 0644]
client/src/app/+videos/video-list/index.ts [new file with mode: 0644]
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 [new file with mode: 0644]
client/src/app/+videos/video-list/video-most-liked.component.ts [new file with mode: 0644]
client/src/app/+videos/video-list/video-recently-added.component.ts [new file with mode: 0644]
client/src/app/+videos/video-list/video-trending.component.ts [new file with mode: 0644]
client/src/app/+videos/video-list/video-user-subscriptions.component.ts [new file with mode: 0644]
client/src/app/+videos/videos-routing.module.ts [new file with mode: 0644]
client/src/app/+videos/videos.component.ts [new file with mode: 0644]
client/src/app/+videos/videos.module.ts [new file with mode: 0644]
client/src/app/app-routing.module.ts
client/src/app/app.module.ts
client/src/app/empty.component.ts [new file with mode: 0644]
client/src/app/header/highlight.pipe.ts [new file with mode: 0644]
client/src/app/login/index.ts [deleted file]
client/src/app/login/login-routing.module.ts [deleted file]
client/src/app/login/login.component.html [deleted file]
client/src/app/login/login.component.scss [deleted file]
client/src/app/login/login.component.ts [deleted file]
client/src/app/login/login.module.ts [deleted file]
client/src/app/reset-password/index.ts [deleted file]
client/src/app/reset-password/reset-password-routing.module.ts [deleted file]
client/src/app/reset-password/reset-password.component.html [deleted file]
client/src/app/reset-password/reset-password.component.scss [deleted file]
client/src/app/reset-password/reset-password.component.ts [deleted file]
client/src/app/reset-password/reset-password.module.ts [deleted file]
client/src/app/search/advanced-search.model.ts [deleted file]
client/src/app/search/channel-lazy-load.resolver.ts [deleted file]
client/src/app/search/highlight.pipe.ts [deleted file]
client/src/app/search/index.ts [deleted file]
client/src/app/search/search-filters.component.html [deleted file]
client/src/app/search/search-filters.component.scss [deleted file]
client/src/app/search/search-filters.component.ts [deleted file]
client/src/app/search/search-routing.module.ts [deleted file]
client/src/app/search/search.component.html [deleted file]
client/src/app/search/search.component.scss [deleted file]
client/src/app/search/search.component.ts [deleted file]
client/src/app/search/search.module.ts [deleted file]
client/src/app/search/search.service.ts [deleted file]
client/src/app/search/video-lazy-load.resolver.ts [deleted file]
client/src/app/shared/shared-search/advanced-search.model.ts [new file with mode: 0644]
client/src/app/shared/shared-search/index.ts [new file with mode: 0644]
client/src/app/shared/shared-search/search.service.ts [new file with mode: 0644]
client/src/app/shared/shared-search/shared-search.module.ts [new file with mode: 0644]
client/src/app/videos/+video-edit/shared/i18n-primeng-calendar.service.ts [deleted file]
client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.html [deleted file]
client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.scss [deleted file]
client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts [deleted file]
client/src/app/videos/+video-edit/shared/video-edit.component.html [deleted file]
client/src/app/videos/+video-edit/shared/video-edit.component.scss [deleted file]
client/src/app/videos/+video-edit/shared/video-edit.component.ts [deleted file]
client/src/app/videos/+video-edit/shared/video-edit.module.ts [deleted file]
client/src/app/videos/+video-edit/video-add-components/drag-drop.directive.ts [deleted file]
client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html [deleted file]
client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.scss [deleted file]
client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts [deleted file]
client/src/app/videos/+video-edit/video-add-components/video-import-url.component.html [deleted file]
client/src/app/videos/+video-edit/video-add-components/video-import-url.component.ts [deleted file]
client/src/app/videos/+video-edit/video-add-components/video-send.scss [deleted file]
client/src/app/videos/+video-edit/video-add-components/video-send.ts [deleted file]
client/src/app/videos/+video-edit/video-add-components/video-upload.component.html [deleted file]
client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss [deleted file]
client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts [deleted file]
client/src/app/videos/+video-edit/video-add-routing.module.ts [deleted file]
client/src/app/videos/+video-edit/video-add.component.html [deleted file]
client/src/app/videos/+video-edit/video-add.component.scss [deleted file]
client/src/app/videos/+video-edit/video-add.component.ts [deleted file]
client/src/app/videos/+video-edit/video-add.module.ts [deleted file]
client/src/app/videos/+video-edit/video-update-routing.module.ts [deleted file]
client/src/app/videos/+video-edit/video-update.component.html [deleted file]
client/src/app/videos/+video-edit/video-update.component.ts [deleted file]
client/src/app/videos/+video-edit/video-update.module.ts [deleted file]
client/src/app/videos/+video-edit/video-update.resolver.ts [deleted file]
client/src/app/videos/+video-watch/comment/video-comment-add.component.html [deleted file]
client/src/app/videos/+video-watch/comment/video-comment-add.component.scss [deleted file]
client/src/app/videos/+video-watch/comment/video-comment-add.component.ts [deleted file]
client/src/app/videos/+video-watch/comment/video-comment-thread-tree.model.ts [deleted file]
client/src/app/videos/+video-watch/comment/video-comment.component.html [deleted file]
client/src/app/videos/+video-watch/comment/video-comment.component.scss [deleted file]
client/src/app/videos/+video-watch/comment/video-comment.component.ts [deleted file]
client/src/app/videos/+video-watch/comment/video-comment.model.ts [deleted file]
client/src/app/videos/+video-watch/comment/video-comment.service.ts [deleted file]
client/src/app/videos/+video-watch/comment/video-comments.component.html [deleted file]
client/src/app/videos/+video-watch/comment/video-comments.component.scss [deleted file]
client/src/app/videos/+video-watch/comment/video-comments.component.ts [deleted file]
client/src/app/videos/+video-watch/modal/video-share.component.html [deleted file]
client/src/app/videos/+video-watch/modal/video-share.component.scss [deleted file]
client/src/app/videos/+video-watch/modal/video-share.component.ts [deleted file]
client/src/app/videos/+video-watch/modal/video-support.component.html [deleted file]
client/src/app/videos/+video-watch/modal/video-support.component.scss [deleted file]
client/src/app/videos/+video-watch/modal/video-support.component.ts [deleted file]
client/src/app/videos/+video-watch/timestamp-route-transformer.directive.ts [deleted file]
client/src/app/videos/+video-watch/video-duration-formatter.pipe.ts [deleted file]
client/src/app/videos/+video-watch/video-watch-playlist.component.html [deleted file]
client/src/app/videos/+video-watch/video-watch-playlist.component.scss [deleted file]
client/src/app/videos/+video-watch/video-watch-playlist.component.ts [deleted file]
client/src/app/videos/+video-watch/video-watch-routing.module.ts [deleted file]
client/src/app/videos/+video-watch/video-watch.component.html [deleted file]
client/src/app/videos/+video-watch/video-watch.component.scss [deleted file]
client/src/app/videos/+video-watch/video-watch.component.ts [deleted file]
client/src/app/videos/+video-watch/video-watch.module.ts [deleted file]
client/src/app/videos/index.ts [deleted file]
client/src/app/videos/recommendations/recent-videos-recommendation.service.ts [deleted file]
client/src/app/videos/recommendations/recommendation-info.model.ts [deleted file]
client/src/app/videos/recommendations/recommendations.module.ts [deleted file]
client/src/app/videos/recommendations/recommendations.service.ts [deleted file]
client/src/app/videos/recommendations/recommended-videos.component.html [deleted file]
client/src/app/videos/recommendations/recommended-videos.component.scss [deleted file]
client/src/app/videos/recommendations/recommended-videos.component.ts [deleted file]
client/src/app/videos/recommendations/recommended-videos.store.ts [deleted file]
client/src/app/videos/video-list/index.ts [deleted file]
client/src/app/videos/video-list/overview/index.ts [deleted file]
client/src/app/videos/video-list/overview/overview.service.ts [deleted file]
client/src/app/videos/video-list/overview/video-overview.component.html [deleted file]
client/src/app/videos/video-list/overview/video-overview.component.scss [deleted file]
client/src/app/videos/video-list/overview/video-overview.component.ts [deleted file]
client/src/app/videos/video-list/overview/videos-overview.model.ts [deleted file]
client/src/app/videos/video-list/video-local.component.ts [deleted file]
client/src/app/videos/video-list/video-most-liked.component.ts [deleted file]
client/src/app/videos/video-list/video-recently-added.component.ts [deleted file]
client/src/app/videos/video-list/video-trending.component.ts [deleted file]
client/src/app/videos/video-list/video-user-subscriptions.component.ts [deleted file]
client/src/app/videos/videos-routing.module.ts [deleted file]
client/src/app/videos/videos.component.ts [deleted file]
client/src/app/videos/videos.module.ts [deleted file]
shared/models/videos/abuse/index.ts