Longer title and description (#129)
هذا الالتزام موجود في:
@@ -386,8 +386,8 @@ func (gist *Gist) UpdatePreviewAndCount() error {
|
|||||||
// -- DTO -- //
|
// -- DTO -- //
|
||||||
|
|
||||||
type GistDTO struct {
|
type GistDTO struct {
|
||||||
Title string `validate:"max=50" form:"title"`
|
Title string `validate:"max=250" form:"title"`
|
||||||
Description string `validate:"max=150" form:"description"`
|
Description string `validate:"max=1000" form:"description"`
|
||||||
Private int `validate:"number,min=0,max=2" form:"private"`
|
Private int `validate:"number,min=0,max=2" form:"private"`
|
||||||
Files []FileDTO `validate:"min=1,dive"`
|
Files []FileDTO `validate:"min=1,dive"`
|
||||||
Name []string `form:"name"`
|
Name []string `form:"name"`
|
||||||
@@ -395,7 +395,7 @@ type GistDTO struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type FileDTO struct {
|
type FileDTO struct {
|
||||||
Filename string `validate:"excludes=\x2f,excludes=\x5c,max=50"`
|
Filename string `validate:"excludes=\x2f,excludes=\x5c,max=255"`
|
||||||
Content string `validate:"required"`
|
Content string `validate:"required"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم