]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/core/users/user.model.ts
Only use account name in routes
authorChocobozzz <me@florianbigard.com>
Fri, 25 May 2018 07:57:16 +0000 (09:57 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 25 May 2018 08:41:07 +0000 (10:41 +0200)
commitad9e39fb815d85e5e718c40540fa75471474fa17
tree960accb16bca0fac7694b3f3d5d038534b66c224
parent06be7ed0b27b371465c5d1b7f92b4adfb0b866ea
Only use account name in routes
28 files changed:
client/src/app/+accounts/account-video-channels/account-video-channels.component.ts
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts
client/src/app/+video-channels/video-channels.component.html
client/src/app/menu/menu.component.html
client/src/app/shared/account/account.model.ts
client/src/app/shared/users/user.model.ts
client/src/app/shared/video-channel/video-channel.service.ts
client/src/app/shared/video/video-details.model.ts
client/src/app/shared/video/video-miniature.component.html
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-edit/video-update.component.ts
client/src/app/videos/+video-watch/video-watch.component.html
server/controllers/api/accounts.ts
server/controllers/services.ts
server/helpers/custom-validators/accounts.ts
server/middlewares/validators/account.ts
server/middlewares/validators/video-channels.ts
server/tests/api/check-params/accounts.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/check-params/videos.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/videos/video-channels.ts
server/tests/api/videos/video-nsfw.ts
server/tests/utils/users/accounts.ts
server/tests/utils/videos/video-channels.ts
server/tests/utils/videos/videos.ts
support/doc/api/html/index.html
support/doc/api/openapi.yaml