build / build (push) Successful in 5m18s
Upstream passed the app id as t()'s translatable string in declareApp, registering 'integration_gotosocial' as the public OAuth client name — which GTS shows under every status, and which the auth bridge made the name on ALL posts. client_name is now 'Pinnacle', website the pinnacle repo, and the proxy User-Agent strings match. The operator's existing GTS application rows were renamed in place (no reconnect needed).
42 lines
1.9 KiB
XML
42 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>integration_gotosocial</id>
|
|
<name>GoToSocial integration</name>
|
|
<summary>Integration of GoToSocial self-hosted social networking service</summary>
|
|
<description>< by Julien Veyssier, adapted for GoToSocial servers.
|
|
|
|
The app also bundles Pinnacle, a full GoToSocial web client served inside Nextcloud (GoToSocial has no web UI of its own), and every dashboard link opens there — notifications, statuses and accounts land in your own client, inside the Nextcloud frame, never on an external instance page.]]></description>
|
|
<version>1.0.9</version>
|
|
<licence>agpl</licence>
|
|
<author>Julien Veyssier</author>
|
|
<author>Neon Overlord</author>
|
|
<namespace>GoToSocial</namespace>
|
|
<documentation>
|
|
<developer>https://code.bawnet.io/bawnet/integration_gotosocial</developer>
|
|
</documentation>
|
|
<category>integration</category>
|
|
<category>dashboard</category>
|
|
<website>https://code.bawnet.io/bawnet/integration_gotosocial</website>
|
|
<bugs>https://code.bawnet.io/bawnet/integration_gotosocial/issues</bugs>
|
|
<screenshot>https://code.bawnet.io/bawnet/integration_gotosocial/raw/branch/main/img/screenshot1.jpg</screenshot>
|
|
<dependencies>
|
|
<nextcloud min-version="33" max-version="35"/>
|
|
</dependencies>
|
|
<settings>
|
|
<admin>OCA\GoToSocial\Settings\Admin</admin>
|
|
<admin-section>OCA\GoToSocial\Settings\AdminSection</admin-section>
|
|
<personal>OCA\GoToSocial\Settings\Personal</personal>
|
|
<personal-section>OCA\GoToSocial\Settings\PersonalSection</personal-section>
|
|
</settings>
|
|
<navigations>
|
|
<navigation>
|
|
<name>Social</name>
|
|
<route>integration_gotosocial.client.page</route>
|
|
<icon>app.svg</icon>
|
|
<order>6</order>
|
|
</navigation>
|
|
</navigations>
|
|
</info>
|