PeerTube/server/middlewares/validators
Josh Morel fc2ec87a8c enable email verification by admin (#1348)
* enable email verification by admin

* rename/label to set email as verified

to be more explicit that admin is not sending
another email to confirm

* add update user emailVerified check-params test

* make user.model emailVerified property required
2018-11-21 08:48:29 +01:00
..
activitypub Add HTTP signature check before linked signature 2018-10-19 12:26:37 +02:00
videos Check follow constraints when getting a video 2018-11-16 15:49:16 +01:00
account.ts
avatar.ts
blocklist.ts Add ability to mute a user/instance by server in server api 2018-10-16 16:41:36 +02:00
config.ts
feeds.ts Fix feeds with channel filter 2018-09-13 09:48:34 +02:00
follows.ts Add ability to search video channels 2018-08-27 09:41:54 +02:00
index.ts Add ability for users to block an account/instance on server side 2018-10-16 16:41:36 +02:00
jobs.ts
oembed.ts
pagination.ts
redundancy.ts Fix redundancy with videos already duplicated with another instance 2018-10-01 09:41:48 +02:00
search.ts Add ability to list all local videos 2018-10-10 11:46:50 +02:00
server.ts Add ability for users to block an account/instance on server side 2018-10-16 16:41:36 +02:00
sort.ts Add ability for users to block an account/instance on server side 2018-10-16 16:41:36 +02:00
user-subscriptions.ts Add ability to search video channels 2018-08-27 09:41:54 +02:00
users.ts enable email verification by admin (#1348) 2018-11-21 08:48:29 +01:00
utils.ts
webfinger.ts