diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-08-05 21:41:28 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-08-05 21:41:28 +0200 |
commit | 58b2ba55a90f05f24661e664b1fb0a3486f037e8 (patch) | |
tree | 1f44b344423667280fca24661918cea8018195f7 /client | |
parent | f3391f9237269ed671c23fdbcc9d86dc52134fe5 (diff) | |
download | PeerTube-58b2ba55a90f05f24661e664b1fb0a3486f037e8.tar.gz PeerTube-58b2ba55a90f05f24661e664b1fb0a3486f037e8.tar.zst PeerTube-58b2ba55a90f05f24661e664b1fb0a3486f037e8.zip |
Server: do not allow a user to remove a video of another user
Diffstat (limited to 'client')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index e2d61851e..b10231b7b 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -49,8 +49,6 @@ | |||
49 | "src/app/shared/search/search.component.ts", | 49 | "src/app/shared/search/search.component.ts", |
50 | "src/app/shared/search/search.model.ts", | 50 | "src/app/shared/search/search.model.ts", |
51 | "src/app/shared/search/search.service.ts", | 51 | "src/app/shared/search/search.service.ts", |
52 | "src/app/shared/user/index.ts", | ||
53 | "src/app/shared/user/user.service.ts", | ||
54 | "src/app/videos/index.ts", | 52 | "src/app/videos/index.ts", |
55 | "src/app/videos/shared/index.ts", | 53 | "src/app/videos/shared/index.ts", |
56 | "src/app/videos/shared/loader/index.ts", | 54 | "src/app/videos/shared/loader/index.ts", |