Merge pull request #64 from nextcloud-gmbh/fix/issue/60

summary can be up to 3000 chars
alpha1
Julius Härtl 2018-11-28 14:29:14 +01:00 zatwierdzone przez GitHub
commit 01bb6510d8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -41,7 +41,7 @@
<field>
<name>summary</name>
<type>text</type>
<length>500</length>
<length>3000</length>
<notnull>true</notnull>
</field>
@ -198,7 +198,7 @@
<field>
<name>summary</name>
<type>text</type>
<length>255</length>
<length>3000</length>
<notnull>true</notnull>
</field>
@ -362,7 +362,7 @@
<field>
<name>summary</name>
<type>text</type>
<length>500</length>
<length>3000</length>
<notnull>true</notnull>
</field>

Wyświetl plik

@ -5,7 +5,7 @@
<name>Social</name>
<summary>🎉 Nextcloud becomes part of the federated social networks!</summary>
<description><![CDATA[test]]></description>
<version>0.0.50</version>
<version>0.0.51</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>