|
3 | 3 | <id>integration_basecamp</id> |
4 | 4 | <name>Basecamp integration</name> |
5 | 5 | <summary>Link previews and card creation for Basecamp</summary> |
6 | | - <description><![CDATA[Basecamp integration provides rich link previews for Basecamp card URLs in Talk and Text documents, showing card title, status, column, assignees and due date. Create new Basecamp cards directly from the Smart Picker ("/") menu in Text documents.]]></description> |
7 | | - <version>0.3.0</version> |
| 6 | + <description><![CDATA[**Basecamp integration** brings your Basecamp workflow into Nextcloud. |
| 7 | +
|
| 8 | +🔗 **Link Previews** |
| 9 | +Paste a Basecamp card URL into a Text document or Talk message and get a rich inline preview showing the card title, status, project, column, assignees, due date, and comment count. |
| 10 | +
|
| 11 | +✨ **Smart Picker — Create Cards** |
| 12 | +Type "/" in a Text document and select "Create a Basecamp card" to create new cards without leaving Nextcloud. Pick a project, column, assignees and due date — the card is created in Basecamp and inserted as a link preview. |
| 13 | +
|
| 14 | +🔐 **Secure OAuth 2 Authentication** |
| 15 | +Each user connects their own Basecamp account via OAuth. Tokens are stored encrypted and refreshed automatically. |
| 16 | +
|
| 17 | +🌐 **Multilingual** |
| 18 | +Available in English and German. Contributions welcome!]]></description> |
| 19 | + <version>0.3.1</version> |
8 | 20 | <licence>agpl</licence> |
9 | 21 | <author>Flownative</author> |
10 | 22 | <namespace>IntegrationBasecamp</namespace> |
| 23 | + <documentation> |
| 24 | + <developer>https://github.com/flownative/nextcloud-integration-basecamp</developer> |
| 25 | + </documentation> |
11 | 26 | <category>integration</category> |
12 | 27 | <website>https://github.com/flownative/nextcloud-integration-basecamp</website> |
13 | 28 | <bugs>https://github.com/flownative/nextcloud-integration-basecamp/issues</bugs> |
| 29 | + <screenshot>https://github.com/flownative/nextcloud-integration-basecamp/raw/main/img/screenshot-link-preview.png</screenshot> |
| 30 | + <screenshot>https://github.com/flownative/nextcloud-integration-basecamp/raw/main/img/screenshot-smart-picker.png</screenshot> |
14 | 31 | <dependencies> |
15 | 32 | <nextcloud min-version="28" max-version="34"/> |
16 | 33 | </dependencies> |
|
0 commit comments