]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/video/video.ts
Add account view
authorChocobozzz <me@florianbigard.com>
Tue, 24 Apr 2018 13:10:54 +0000 (15:10 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 24 Apr 2018 13:13:19 +0000 (15:13 +0200)
commit0626e7af82e02f8a5bd1e74a7d4d8c916d073ceb
tree79b5befbc6a04c007e5919805f1514d065b30e11
parentb4d1af3dd8cdab2d58927e671d62194ca383cd75
Add account view
33 files changed:
client/src/app/+account/account-about/account-about.component.html [new file with mode: 0644]
client/src/app/+account/account-about/account-about.component.scss [new file with mode: 0644]
client/src/app/+account/account-about/account-about.component.ts [new file with mode: 0644]
client/src/app/+account/account-routing.module.ts [new file with mode: 0644]
client/src/app/+account/account-videos/account-videos.component.scss [new file with mode: 0644]
client/src/app/+account/account-videos/account-videos.component.ts [new file with mode: 0644]
client/src/app/+account/account.component.html [new file with mode: 0644]
client/src/app/+account/account.component.scss [new file with mode: 0644]
client/src/app/+account/account.component.ts [new file with mode: 0644]
client/src/app/+account/account.module.ts [new file with mode: 0644]
client/src/app/+account/index.ts [new file with mode: 0644]
client/src/app/app-routing.module.ts
client/src/app/my-account/my-account-settings/my-account-settings.component.scss
client/src/app/my-account/my-account.component.ts
client/src/app/shared/account/account.model.ts
client/src/app/shared/account/account.service.ts [new file with mode: 0644]
client/src/app/shared/shared.module.ts
client/src/app/shared/video/abstract-video-list.html
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/sass/include/_mixins.scss
server/controllers/api/accounts.ts
server/controllers/api/index.ts
server/controllers/api/users.ts
server/controllers/api/videos/index.ts
server/controllers/feeds.ts
server/helpers/express-utils.ts [new file with mode: 0644]
server/helpers/utils.ts
server/middlewares/servers.ts
server/middlewares/validators/webfinger.ts
server/models/video/video.ts