PeerTube/server/initializers/migrations
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
..
0005-email-pod.ts
0010-email-user.ts
0015-video-views.ts
0020-video-likes.ts
0025-video-dislikes.ts
0030-video-category.ts
0035-video-licence.ts
0040-video-nsfw.ts
0045-user-display-nsfw.ts
0050-video-language.ts
0055-video-uuid.ts
0060-video-file.ts
0065-video-file-size.ts replace fs by fs-extra to prevent EMFILE error 2018-08-27 16:03:57 +02:00
0070-user-video-quota.ts
0075-video-resolutions.ts Correctly migrate to fs-extra 2018-08-27 16:23:34 +02:00
0080-video-channels.ts
0085-user-role.ts
0090-videos-description.ts
0095-videos-privacy.ts
0100-activitypub.ts
0105-server-mail.ts
0110-server-key.ts
0115-account-avatar.ts
0120-video-null.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
0125-table-lowercase.ts
0130-user-autoplay-video.ts
0135-video-channel-actor.ts
0140-actor-url.ts
0145-delete-author.ts
0150-avatar-cascade.ts
0155-video-comments-enabled.ts
0160-account-route.ts
0165-video-route.ts
0170-actor-follow-score.ts
0175-actor-follow-counts.ts
0180-job-table-delete.ts
0185-video-share-url.ts
0190-video-comment-unique-url.ts
0195-support.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
0200-video-published-at.ts
0205-user-nsfw-policy.ts
0210-video-language.ts
0215-video-support-length.ts
0220-video-state.ts
0225-video-fps.ts
0235-delete-some-video-indexes.ts
0240-drop-old-indexes.ts Delete old indexes 2018-07-27 17:22:20 +02:00
0245-user-blocked.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
0250-video-abuse-state.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
0255-video-blacklist-reason.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
0260-upload-quota-daily.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
0265-user-email-verified.ts add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
0270-server-redundancy.ts Basic video redundancy implementation 2018-09-13 14:05:49 +02:00
0275-video-file-unique.ts Avoid old issue regarding duplicated hosts in db 2018-10-08 11:58:18 +02:00
0280-webtorrent-policy-user.ts move to boolean switch 2018-10-13 11:53:48 +02:00
0285-description-support.ts Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00