]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/core/users/user.model.ts
Allow accounts to skip account setup modal
authorChocobozzz <me@florianbigard.com>
Fri, 27 Aug 2021 08:15:55 +0000 (10:15 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 27 Aug 2021 08:15:55 +0000 (10:15 +0200)
commit8f581725651c4b2c213d75fc028e306bbf239d3e
tree8deb842327c2a227d8e302d9a84bd9f8f9f7affa
parent1ff15061b31245df4248e47228d0a90b07ab3f01
Allow accounts to skip account setup modal
23 files changed:
client/src/app/app.component.html
client/src/app/app.component.ts
client/src/app/app.module.ts
client/src/app/core/users/user.model.ts
client/src/app/modal/account-setup-modal.component.ts [deleted file]
client/src/app/modal/account-setup-warning-modal.component.html [moved from client/src/app/modal/account-setup-modal.component.html with 72% similarity]
client/src/app/modal/account-setup-warning-modal.component.scss [moved from client/src/app/modal/account-setup-modal.component.scss with 100% similarity]
client/src/app/modal/account-setup-warning-modal.component.ts [new file with mode: 0644]
client/src/app/modal/admin-welcome-modal.component.html [moved from client/src/app/modal/welcome-modal.component.html with 100% similarity]
client/src/app/modal/admin-welcome-modal.component.scss [moved from client/src/app/modal/welcome-modal.component.scss with 100% similarity]
client/src/app/modal/admin-welcome-modal.component.ts [moved from client/src/app/modal/welcome-modal.component.ts with 68% similarity]
client/src/app/modal/instance-config-warning-modal.component.ts
server/controllers/api/users/me.ts
server/helpers/custom-validators/users.ts
server/initializers/constants.ts
server/initializers/migrations/0665-no-account-warning-modal.ts [new file with mode: 0644]
server/middlewares/validators/users.ts
server/models/user/user.ts
server/tests/api/check-params/users.ts
server/tests/api/users/users.ts
shared/models/users/user-update-me.model.ts
shared/models/users/user.model.ts
support/doc/api/openapi.yaml