kopia lustrzana https://github.com/nextcloud/social
Merge pull request #64 from nextcloud-gmbh/fix/issue/60
summary can be up to 3000 charspull/69/head
commit
01bb6510d8
|
@ -41,7 +41,7 @@
|
||||||
<field>
|
<field>
|
||||||
<name>summary</name>
|
<name>summary</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
<length>500</length>
|
<length>3000</length>
|
||||||
<notnull>true</notnull>
|
<notnull>true</notnull>
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
|
@ -198,7 +198,7 @@
|
||||||
<field>
|
<field>
|
||||||
<name>summary</name>
|
<name>summary</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
<length>255</length>
|
<length>3000</length>
|
||||||
<notnull>true</notnull>
|
<notnull>true</notnull>
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
|
@ -362,7 +362,7 @@
|
||||||
<field>
|
<field>
|
||||||
<name>summary</name>
|
<name>summary</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
<length>500</length>
|
<length>3000</length>
|
||||||
<notnull>true</notnull>
|
<notnull>true</notnull>
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>Social</name>
|
<name>Social</name>
|
||||||
<summary>🎉 Nextcloud becomes part of the federated social networks!</summary>
|
<summary>🎉 Nextcloud becomes part of the federated social networks!</summary>
|
||||||
<description><![CDATA[test]]></description>
|
<description><![CDATA[test]]></description>
|
||||||
<version>0.0.50</version>
|
<version>0.0.51</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
|
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
|
||||||
<author mail="jus@bitgrid.net">Julius Härtl</author>
|
<author mail="jus@bitgrid.net">Julius Härtl</author>
|
||||||
|
|
Ładowanie…
Reference in New Issue