]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add ability to change the homepage
authorChocobozzz <me@florianbigard.com>
Thu, 1 Mar 2018 12:57:29 +0000 (13:57 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 1 Mar 2018 12:57:29 +0000 (13:57 +0100)
commit901637bb87f5eb0518fb7ca69d98b53ed918339e
treea8e8943fef7a109ba269d33029174cbdf4dde6d2
parenta73c582e5b6f5c52427b38aaf55b3afbead24053
Add ability to change the homepage
18 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/app-routing.module.ts
client/src/app/app.component.ts
client/src/app/core/core.module.ts
client/src/app/core/routing/index.ts
client/src/app/core/routing/redirect.service.ts [new file with mode: 0644]
client/src/app/core/server/server.service.ts
client/src/app/videos/+video-watch/video-watch.component.ts
config/default.yaml
config/production.yaml.example
server/controllers/api/config.ts
server/initializers/constants.ts
server/middlewares/validators/config.ts
server/tests/api/check-params/config.ts
server/tests/api/server/config.ts
shared/models/server/custom-config.model.ts
shared/models/server/server-config.model.ts