Add welcome modal
authorChocobozzz <me@florianbigard.com>
Wed, 28 Aug 2019 12:40:06 +0000 (14:40 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 5 Sep 2019 08:17:02 +0000 (10:17 +0200)
commit43d0ea7f4b88d52097172cc0c1831edd7e492503
treed950f0a365bc1d7086992a686a06c335e14a9be9
parentbc20aaed463b1fc6727a2a90a7d7c4a00b95142a
Add welcome modal
20 files changed:
client/src/app/app.component.html
client/src/app/app.component.ts
client/src/app/app.module.ts
client/src/app/modal/instance-config-warning-modal.component.html [new file with mode: 0644]
client/src/app/modal/instance-config-warning-modal.component.scss [new file with mode: 0644]
client/src/app/modal/instance-config-warning-modal.component.ts [new file with mode: 0644]
client/src/app/modal/welcome-modal.component.html [new file with mode: 0644]
client/src/app/modal/welcome-modal.component.scss [new file with mode: 0644]
client/src/app/modal/welcome-modal.component.ts [new file with mode: 0644]
client/src/app/shared/users/user.model.ts
server/controllers/api/users/me.ts
server/helpers/custom-validators/users.ts
server/initializers/migrations/0425-user-modals.ts [new file with mode: 0644]
server/middlewares/validators/users.ts
server/models/account/user.ts
server/tests/api/check-params/users.ts
server/tests/api/users/users.ts
shared/extra-utils/users/users.ts
shared/models/users/user-update-me.model.ts
shared/models/users/user.model.ts