1
0
Fork 0
peertube/shared/models
BO41 244b4ae397 NoImplicitAny flag true (#1157)
this enables the `noImplicitAny` flag in the Typescript compiler

> When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time.

closes: #1131
replaces #1137
2018-10-18 09:08:59 +02:00
..
activitypub Basic video redundancy implementation 2018-09-13 14:05:49 +02:00
actors Add user moderation in the account page 2018-10-05 17:02:10 +02:00
avatars Basic video redundancy implementation 2018-09-13 14:05:49 +02:00
blocklist Add user/instance block by users in the client 2018-10-16 16:41:36 +02:00
feeds feature: initial syndication feeds support 2018-04-17 01:09:06 +02:00
i18n NoImplicitAny flag true (#1157) 2018-10-18 09:08:59 +02:00
nodeinfo Move nodeinfo model in shared/ 2018-09-04 15:34:11 +02:00
overviews NoImplicitAny flag true (#1157) 2018-10-18 09:08:59 +02:00
redundancy Improve redundancy: add 'min_lifetime' configuration 2018-09-24 13:38:39 +02:00
search Add ability to list all local videos 2018-10-10 11:46:50 +02:00
server NoImplicitAny flag true (#1157) 2018-10-18 09:08:59 +02:00
users NoImplicitAny flag true (#1157) 2018-10-18 09:08:59 +02:00
videos Fix tests 2018-10-17 13:10:58 +02:00
index.ts Add ability for users to block an account/instance on server side 2018-10-16 16:41:36 +02:00
oauth-client-local.model.ts ClientLocal -> OAuthClientLocal 2017-06-25 17:44:19 +02:00
result-list.model.ts Move to promises 2017-07-05 14:14:16 +02:00