]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/account/user.ts
Support video quota on client
authorChocobozzz <me@florianbigard.com>
Mon, 8 Jan 2018 11:53:09 +0000 (12:53 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 8 Jan 2018 11:53:09 +0000 (12:53 +0100)
commitce5496d6a31b9617aba67970f5dc135e73335234
treeb5d2578f4618b71632e92838c3ceae36aa102798
parent108af66140713c4beec681a71d360ab788226528
Support video quota on client
14 files changed:
client/src/app/+admin/users/user-edit/user-edit.component.html
client/src/app/account/account-settings/account-settings.component.html
client/src/app/account/account-settings/account-settings.component.scss
client/src/app/account/account-settings/account-settings.component.ts
client/src/app/core/auth/auth.service.ts
client/src/app/shared/users/user.model.ts
client/src/app/shared/users/user.service.ts
client/src/app/videos/+video-edit/video-add.component.html
client/src/app/videos/+video-edit/video-add.component.ts
client/src/app/videos/+video-edit/video-update.component.ts
server/controllers/api/users.ts
server/models/account/user.ts
server/tests/api/users/users.ts
server/tests/utils/users/users.ts