1
0
Fork 0
peertube/server
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
..
controllers Merge branch 'feature/webtorrent-disabling' into develop 2018-10-17 10:48:56 +02:00
helpers Fix transcoding 2018-10-18 10:44:16 +02:00
initializers Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
lib AP mimeType -> mediaType 2018-10-18 10:44:15 +02:00
middlewares Add ability to mute a user/instance by server in server api 2018-10-16 16:41:36 +02:00
models AP mimeType -> mediaType 2018-10-18 10:44:15 +02:00
static/dnt-policy advertising PeerTube's rather simple DNT policy 2018-08-08 09:22:15 +02:00
tests Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
tools add REPL in server/tools/repl.ts (#1248) 2018-10-14 19:48:08 +02:00