PeerTube/client
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
..
e2e Better typings 2018-10-18 14:35:31 +02:00
src Feature/description support fields length 1000 (#1267) 2018-10-19 08:54:01 +02:00
webpack Fix videos list user NSFW policy 2018-09-24 13:38:38 +02:00
.gitignore Update translations 2018-09-07 17:40:45 +02:00
.sass-lint.yml move .sass-lint.yml to client/ 2018-09-07 10:51:42 +02:00
angular.json add protractor profile for local tests 2018-10-01 13:40:28 +02:00
package.json Better typings 2018-10-18 14:35:31 +02:00
tsconfig.json NoImplicitAny flag true (#1157) 2018-10-18 09:08:59 +02:00
tslint.json update tslint config and fix member ordering (#1279) 2018-10-16 01:04:50 +02:00
yarn.lock Better typings 2018-10-18 14:35:31 +02:00