WIP plugins: add theme support
authorChocobozzz <me@florianbigard.com>
Tue, 9 Jul 2019 09:45:19 +0000 (11:45 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 24 Jul 2019 08:58:16 +0000 (10:58 +0200)
commit7cd4d2ba10106c10602c86f74f55743ded588896
tree81f0dd7a7ef763511158d1035f3e09e09d5dcd2c
parent8d76959e11ab7172040853fa4fadaf8d53e6aa12
WIP plugins: add theme support
34 files changed:
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/+my-account/my-account-settings/my-account-interface/index.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.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-settings.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/core/plugins/plugin.service.ts
client/src/app/core/server/server.service.ts
client/src/app/shared/users/user.model.ts
config/default.yaml
config/production.yaml.example
server.ts
server/controllers/api/config.ts
server/controllers/api/users/me.ts
server/helpers/custom-validators/plugins.ts
server/initializers/checker-before-init.ts
server/initializers/config.ts
server/initializers/constants.ts
server/initializers/migrations/0400-user-theme.ts [new file with mode: 0644]
server/lib/plugins/plugin-manager.ts
server/lib/plugins/theme-utils.ts [new file with mode: 0644]
server/middlewares/validators/config.ts
server/middlewares/validators/plugins.ts
server/middlewares/validators/users.ts
server/models/account/user.ts
server/tests/api/check-params/config.ts
server/tests/api/server/config.ts
shared/extra-utils/server/config.ts
shared/models/server/custom-config.model.ts
shared/models/server/server-config.model.ts
shared/models/users/user-update-me.model.ts