PeerTube/server/tests
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
..
api Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
cli fix lint test 2018-10-18 23:49:12 +02:00
feeds Fix feeds with channel filter 2018-09-13 09:48:34 +02:00
fixtures Add torrent tests 2018-08-08 09:30:31 +02:00
helpers add parseBytes utility function and tests (#1239) 2018-10-13 08:43:55 +02:00
real-world Add ability to set a name to a channel 2018-08-27 09:41:54 +02:00
utils Fix optimize old videos script 2018-10-18 16:54:26 +02:00
activitypub.ts
client.ts
index.ts Add refresh video on search 2018-08-27 09:41:54 +02:00
misc-endpoints.ts Add tests regarding well known/static text endpoints 2018-10-01 17:29:11 +02:00