]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/controllers/api/users.ts
Add ability to update the user display name/description
authorChocobozzz <me@florianbigard.com>
Thu, 26 Apr 2018 08:03:40 +0000 (10:03 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 26 Apr 2018 08:03:40 +0000 (10:03 +0200)
commited56ad1193bb5bb0a81fb843a11eb90d3fed9861
tree64842447b4721978c69e1d2b3a964951c789c408
parentd62cf3234ccfca0223a9639782635f0fb6594f8c
Add ability to update the user display name/description
23 files changed:
client/src/app/menu/menu.component.html
client/src/app/my-account/my-account-settings/my-account-details/index.ts [deleted file]
client/src/app/my-account/my-account-settings/my-account-profile/index.ts [new file with mode: 0644]
client/src/app/my-account/my-account-settings/my-account-profile/my-account-profile.component.html [new file with mode: 0644]
client/src/app/my-account/my-account-settings/my-account-profile/my-account-profile.component.scss [new file with mode: 0644]
client/src/app/my-account/my-account-settings/my-account-profile/my-account-profile.component.ts [new file with mode: 0644]
client/src/app/my-account/my-account-settings/my-account-settings.component.html
client/src/app/my-account/my-account-settings/my-account-video-settings/index.ts [new file with mode: 0644]
client/src/app/my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html [moved from client/src/app/my-account/my-account-settings/my-account-details/my-account-details.component.html with 100% similarity]
client/src/app/my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss [moved from client/src/app/my-account/my-account-settings/my-account-details/my-account-details.component.scss with 100% similarity]
client/src/app/my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts [moved from client/src/app/my-account/my-account-settings/my-account-details/my-account-details.component.ts with 81% similarity]
client/src/app/my-account/my-account.component.html
client/src/app/my-account/my-account.module.ts
client/src/app/shared/forms/form-validators/user.ts
client/src/app/shared/users/user.service.ts
server/controllers/api/users.ts
server/helpers/custom-validators/users.ts
server/initializers/constants.ts
server/middlewares/validators/users.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/users/users.ts
server/tests/utils/users/users.ts
shared/models/users/user-update-me.model.ts