]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+admin/users/users.routes.ts
Client: add user management
authorChocobozzz <florian.bigard@gmail.com>
Tue, 9 Aug 2016 19:45:21 +0000 (21:45 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Tue, 9 Aug 2016 19:45:21 +0000 (21:45 +0200)
commit7da18e4420c4b71a8ecfda07f39324fbfec081c3
tree2755feedd730a78cdc407e7a79bcbfce3ebe71c8
parent68a3b9f2aacb0225ae8b883b561b144bac339cbd
Client: add user management
27 files changed:
client/src/app/admin/admin.component.ts [new file with mode: 0644]
client/src/app/admin/admin.routes.ts [new file with mode: 0644]
client/src/app/admin/index.ts [new file with mode: 0644]
client/src/app/admin/users/index.ts [new file with mode: 0644]
client/src/app/admin/users/shared/index.ts [new file with mode: 0644]
client/src/app/admin/users/shared/user.service.ts [new file with mode: 0644]
client/src/app/admin/users/user-add/index.ts [new file with mode: 0644]
client/src/app/admin/users/user-add/user-add.component.html [new file with mode: 0644]
client/src/app/admin/users/user-add/user-add.component.ts [new file with mode: 0644]
client/src/app/admin/users/user-list/index.ts [new file with mode: 0644]
client/src/app/admin/users/user-list/user-list.component.html [new file with mode: 0644]
client/src/app/admin/users/user-list/user-list.component.scss [new file with mode: 0644]
client/src/app/admin/users/user-list/user-list.component.ts [new file with mode: 0644]
client/src/app/admin/users/users.component.ts [new file with mode: 0644]
client/src/app/admin/users/users.routes.ts [new file with mode: 0644]
client/src/app/app.component.html
client/src/app/app.component.ts
client/src/app/app.routes.ts
client/src/app/shared/auth/auth-user.model.ts [moved from client/src/app/shared/auth/user.model.ts with 79% similarity]
client/src/app/shared/auth/auth.service.ts
client/src/app/shared/auth/index.ts
client/src/app/shared/index.ts
client/src/app/shared/users/index.ts [new file with mode: 0644]
client/src/app/shared/users/user.model.ts [new file with mode: 0644]
client/src/app/videos/video-list/video-list.component.ts
client/src/index.html
client/tsconfig.json