Begin to add avatar to actors
authorChocobozzz <me@florianbigard.com>
Fri, 29 Dec 2017 18:10:13 +0000 (19:10 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 29 Dec 2017 18:10:13 +0000 (19:10 +0100)
commitc5911fd347c76e8bdc05ea9f3ee9efed4a58c236
treeb8d287daca6c45305090cbec9da97d1155f275bd
parent8b0d42ee372de6589796be26b83e5bffb1b69cdf
Begin to add avatar to actors
41 files changed:
.gitignore
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/account/account-videos/account-videos.component.ts
client/src/app/core/auth/auth.service.ts
client/src/app/menu/menu.component.html
client/src/app/menu/menu.component.ts
client/src/app/shared/account/account.model.ts
client/src/app/shared/misc/utils.ts
client/src/app/shared/users/user.model.ts
client/src/app/shared/users/user.service.ts
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/video.model.ts
client/src/app/videos/+video-edit/shared/video-edit.component.scss
client/src/app/videos/+video-edit/video-add.component.scss
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/sass/include/_mixins.scss
server/controllers/activitypub/client.ts
server/controllers/api/users.ts
server/controllers/api/videos/index.ts
server/controllers/static.ts
server/helpers/custom-validators/users.ts
server/helpers/utils.ts
server/initializers/constants.ts
server/initializers/migrations/0150-avatar-cascade.ts [new file with mode: 0644]
server/lib/activitypub/actor.ts
server/lib/activitypub/url.ts
server/middlewares/validators/users.ts
server/models/account/account.ts
server/models/account/user.ts
server/models/activitypub/actor.ts
server/models/avatar/avatar.ts
server/models/video/video-comment.ts
server/tests/api/check-params/users.ts
server/tests/api/fixtures/avatar.png [new file with mode: 0644]
server/tests/api/users/users.ts
server/tests/utils/users/users.ts
server/tests/utils/videos/videos.ts
shared/models/activitypub/activitypub-actor.ts
shared/models/actors/account.model.ts