summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
blob: cf8946ef8294d28744c8eda897dd9c0a7ab20056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	  xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>social</id>
	<name>Social</name>
	<summary>๐ŸŽ‰ Nextcloud becomes part of the federated social networks!</summary>
	<description><![CDATA[

	** Disclaimer: this is an ALPHA version **

**๐ŸŽ‰ Nextcloud becomes part of the federated social networks!**

**๐Ÿ™‹ Find your friends:** No matter if they use Nextcloud, ๐Ÿ˜ Mastodon, ๐Ÿ‡ซ Friendica, and soon โœฑ Diaspora, ๐Ÿ‘น MediaGoblin and more โ€“ you can follow them!

**๐Ÿ“œ Profile info:** No need to fill out more profiles โ€“ your info from Nextcloud will be used and extended.

**๐Ÿ‘ Own your posts:** Everything you post stays on your Nextcloud!

**๐Ÿ•ธ Open standards:** We use the established ActivityPub standard!
	]]></description>
	<version>0.2.100</version>
	<licence>agpl</licence>
	<author mail="maxence@artificial-owl.com">Maxence Lange</author>
	<author mail="jus@bitgrid.net">Julius Hรคrtl</author>
	<author mail="jonas@violoncello.ch" homepage="https://violoncello.ch">Jonas Sulzer</author>
	<author mail="hey@jancborchardt.net" homepage="https://jancborchardt.net">Jan-Christoph Borchardt</author>
	<namespace>Social</namespace>
	<category>social</category>
	<website>https://github.com/nextcloud/social</website>
	<bugs>https://github.com/nextcloud/social/issues</bugs>
	<repository type="git">https://github.com/nextcloud/social.git</repository>
	<screenshot>https://raw.githubusercontent.com/nextcloud/social/master/img/screenshot.png</screenshot>
	<dependencies>
		<nextcloud min-version="15" max-version="17"/>
	</dependencies>

	<background-jobs>
		<job>OCA\Social\Cron\Cache</job>
		<job>OCA\Social\Cron\Queue</job>
	</background-jobs>

	<repair-steps>
		<post-migration>
			<step>OCA\Social\Migration\CheckInstallation</step>
		</post-migration>
	</repair-steps>

	<commands>
		<command>OCA\Social\Command\AccountCreate</command>
		<command>OCA\Social\Command\AccountFollowing</command>
		<command>OCA\Social\Command\CacheRefresh</command>
		<command>OCA\Social\Command\CheckInstall</command>
		<command>OCA\Social\Command\Fediverse</command>
		<command>OCA\Social\Command\NoteLike</command>
		<command>OCA\Social\Command\NoteCreate</command>
		<command>OCA\Social\Command\NoteBoost</command>
		<command>OCA\Social\Command\Reset</command>
		<command>OCA\Social\Command\Timeline</command>
		<command>OCA\Social\Command\QueueStatus</command>
		<command>OCA\Social\Command\QueueProcess</command>
	</commands>

	<navigations>
		<navigation>
			<name>Social</name>
			<route>social.Navigation.navigate</route>
			<order>6</order>
		</navigation>
	</navigations>
</info>