]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - shared/models/config/about.model.ts
Add about page
authorChocobozzz <me@florianbigard.com>
Wed, 31 Jan 2018 16:47:36 +0000 (17:47 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 31 Jan 2018 16:51:04 +0000 (17:51 +0100)
commit36f9424ff192b0584a433bc196bced6fcf265808
tree35d9fa5c53b228f5e7fc27bcc82854d035e9dde8
parent66b16cafb380012d3eca14e524d86f2450e04069
Add about page
20 files changed:
client/src/app/about/about-routing.module.ts [new file with mode: 0644]
client/src/app/about/about.component.html [new file with mode: 0644]
client/src/app/about/about.component.scss [new file with mode: 0644]
client/src/app/about/about.component.ts [new file with mode: 0644]
client/src/app/about/about.module.ts [new file with mode: 0644]
client/src/app/about/index.ts [new file with mode: 0644]
client/src/app/app.component.html
client/src/app/app.component.ts
client/src/app/app.module.ts
client/src/app/core/server/server.service.ts
client/src/app/menu/menu.component.html
client/src/app/menu/menu.component.scss
client/src/app/shared/forms/form-validators/custom-config.ts
client/src/app/videos/shared/markdown.service.ts
client/src/assets/images/menu/about.svg [new file with mode: 0644]
server/controllers/api/config.ts
server/tests/api/server/config.ts
server/tests/utils/server/config.ts
shared/models/config/about.model.ts [new file with mode: 0644]
shared/models/config/server-config.model.ts