PeerTube/server/tests/api/check-params
BRAINS YUM d0ce42c1c1 username/display_name/video_channel_name min length 1 and max length 50 (#1265)
* make username, display_name and video_channel_name min length 1 and max length 50; (fixes #1263);
    ! still some bug on the frontend complains but if you remove the disabled property it creates the account just fine;
allow for usernames to start with a number;
fix test, since username can be 1 char now make test check empty;
fix test, Should fail with a too long username;
fix test, Should fail with a too small username;
fix regular expression for username and videoChannel;
change username, videoChannel to be lowercase and fix message;

* change 1 characters to 1 character
2018-12-07 14:54:33 +01:00
..
accounts.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
follows.ts
index.ts Add ability for users to block an account/instance on server side 2018-10-16 16:41:36 +02:00
jobs.ts
redundancy.ts
search.ts
services.ts
user-subscriptions.ts Do not host remote AP objects 2018-11-16 11:18:13 +01:00
users.ts username/display_name/video_channel_name min length 1 and max length 50 (#1265) 2018-12-07 14:54:33 +01:00
video-abuses.ts
video-blacklist.ts
video-captions.ts
video-channels.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
video-comments.ts
video-imports.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
videos-filter.ts Add ability to list all local videos 2018-10-10 11:46:50 +02:00
videos-history.ts Add user history and resume videos 2018-10-05 11:22:38 +02:00
videos.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00