]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Fix client search
authorChocobozzz <florian.bigard@gmail.com>
Tue, 5 Dec 2017 16:46:33 +0000 (17:46 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Tue, 5 Dec 2017 17:25:29 +0000 (18:25 +0100)
commitf3aaa9a95cc2b61f1f255472d7014d08faa66561
tree95e70c8d0ed5b6f1c71c32a77cb7d6cf8478c9d4
parentd235f6b0d1054a2a3451dacade927caefce8f30c
Fix client search
33 files changed:
client/src/app/account/account-videos/account-videos.component.ts
client/src/app/app.component.html
client/src/app/app.module.ts
client/src/app/header/header.component.html [moved from client/src/app/shared/search/search.component.html with 79% similarity]
client/src/app/header/header.component.scss [moved from client/src/app/shared/search/search.component.scss with 100% similarity]
client/src/app/header/header.component.ts [new file with mode: 0644]
client/src/app/header/index.ts [new file with mode: 0644]
client/src/app/shared/index.ts
client/src/app/shared/misc/utils.ts [new file with mode: 0644]
client/src/app/shared/search/index.ts [deleted file]
client/src/app/shared/search/search-field.type.ts [deleted file]
client/src/app/shared/search/search.component.ts [deleted file]
client/src/app/shared/search/search.model.ts [deleted file]
client/src/app/shared/search/search.service.ts [deleted file]
client/src/app/shared/shared.module.ts
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/video.service.ts
client/src/app/signup/signup.component.html
client/src/app/videos/video-list/index.ts
client/src/app/videos/video-list/video-recently-added.component.ts
client/src/app/videos/video-list/video-search.component.ts [new file with mode: 0644]
client/src/app/videos/video-list/video-trending.component.ts
client/src/app/videos/videos-routing.module.ts
client/src/app/videos/videos.module.ts
server/controllers/api/videos/index.ts
server/initializers/constants.ts
server/middlewares/index.ts
server/middlewares/search.ts [deleted file]
server/middlewares/validators/videos.ts
server/models/video/video-interface.ts
server/models/video/video.ts
server/tests/api/single-server.ts
server/tests/utils/videos.ts