PeerTube/server/tests/api/check-params
BRAINS YUM d23e6a1c97 Feature/description support fields length 1000 (#1267)
* fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259)
remove constant fields imports from migrations

* add migrations to update description and support fields to 1000 (fixes #1258)

* fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258);
fix test Should fail with a too long description;
fix test Should fail with a long description;
fix test Should fail with a long description;
Remove USER.SUPPORT from constants since that field no longer exists;
null not false, in migrations/0280-description-support.ts;
video support field 1000, oops;

* rename migration 0280-description-support.ts -> 0285-description-support.ts;
update video support maxlength text
2018-10-19 08:54:01 +02:00
..
accounts.ts Only use account name in routes 2018-05-25 10:41:07 +02:00
blocklist.ts Add ability to mute a user/instance by server in server api 2018-10-16 16:41:36 +02:00
config.ts add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
follows.ts Basic video redundancy implementation 2018-09-13 14:05:49 +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 Move job queue to redis 2018-01-25 18:41:17 +01:00
redundancy.ts Basic video redundancy implementation 2018-09-13 14:05:49 +02:00
search.ts Search video channel handle/uri 2018-08-27 09:41:54 +02:00
services.ts Improve check users parameters tests 2017-12-28 15:25:31 +01:00
user-subscriptions.ts Add ability to search video channels 2018-08-27 09:41:54 +02:00
users.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
video-abuses.ts Add state and moderationComment for abuses on server side 2018-08-10 16:54:01 +02:00
video-blacklist.ts Add tests when getting a blacklisted video 2018-08-14 09:27:19 +02:00
video-captions.ts Fix caption upload on Mac OS 2018-08-06 11:45:24 +02:00
video-channels.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
video-comments.ts Fix check comments params unit tests 2018-03-26 09:48:20 +02:00
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