Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
271101b
docs: minimal updates required for latest mkdocs version
vdiezel Aug 6, 2025
e5b8aa5
docs: make sidebar entries readable
vdiezel Aug 6, 2025
ba88f38
docs: fixes a series of types and bad markdown formatting in API.md
vdiezel Aug 6, 2025
49a4a55
docs: separate URL and API title for better navigation entries
vdiezel Aug 6, 2025
bd95f3c
docs: Further fixes of order, missing request parameter and unificati…
vdiezel Aug 6, 2025
a15d347
docs: add missing language tags to code blocks in API.md
vdiezel Aug 6, 2025
70f8eba
docs: (opinionated) replace 'Naming' with 'Glossary' and change label…
vdiezel Aug 6, 2025
6df9ca7
docs: Formatting and small text changes to the Prerequisites section
vdiezel Aug 6, 2025
e8c9907
docs: add permalinks
vdiezel Aug 6, 2025
2b4fd90
docs: add missing documenation for v1.1 atttachment endpoints
vdiezel Aug 6, 2025
529a4dd
docs: Separate endpoint name and description for better navigation en…
vdiezel Aug 6, 2025
b10a46e
docs: (opinionated) removes 200 success heading from responses and ad…
vdiezel Aug 6, 2025
66cf760
docs: (opinionated) removes the error responses from endpoints
vdiezel Aug 6, 2025
f14e47c
docs: (opinionated) better visual separation between endpoints
vdiezel Aug 6, 2025
6b589c5
docs: (opinionated) style endpoint URL
vdiezel Aug 6, 2025
9dfdbcb
docs: fix wrong enum value for attachment type
vdiezel Aug 6, 2025
8570f8d
docs: minor fixes of request parameters
vdiezel Aug 7, 2025
9ddec3f
docs: rename request paramaters to path parameters and introduce quer…
vdiezel Aug 7, 2025
7c521c5
docs: more consistent heading structure for endpoints
vdiezel Aug 7, 2025
0972f4c
docs: fixes set config endpoint
vdiezel Aug 7, 2025
64e127d
docs: styling changes to headings
vdiezel Aug 7, 2025
92a849a
docs: fixes path parameter description in restore board
vdiezel Aug 7, 2025
1845d8a
docs: adds missing example heading to update card
vdiezel Aug 7, 2025
4d22df2
docs: fix Path heading for endpoints with different paths in v1.0 and…
vdiezel Aug 7, 2025
33e29c3
docs: add docs for x-nc-deck-session
vdiezel Aug 7, 2025
1772578
docs: adds docs for the overview/upcoming endpoint
vdiezel Aug 7, 2025
9f7a106
docs: adds docs for the card/clone endpoint
vdiezel Aug 7, 2025
c91a47b
docs: adds docs for search cards endpoint
vdiezel Aug 7, 2025
732e2b4
docs: add hint to OCS card API
vdiezel Aug 7, 2025
710b06d
docs: link methods in Etag section
vdiezel Aug 7, 2025
9043ebf
Merge branch 'main' into docs-rest-api-update
vdiezel Aug 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Deck is a kanban style organization tool aimed at personal planning and project

![Deck - Manage cards on your board](http://download.bitgrid.net/nextcloud/deck/screenshots/1.0/Deck-2.png)

### Mobile apps
## Mobile apps

- [Nextcloud Deck app for Android](https://github.com/stefan-niedermann/nextcloud-deck) - It is available in [F-Droid](https://f-droid.org/de/packages/it.niedermann.nextcloud.deck/) and the [Google Play Store](https://play.google.com/store/apps/details?id=it.niedermann.nextcloud.deck.play)
- [Nextcloud Deck app for iOS](https://github.com/StCyr/deck-react-native) - It is available in [Apple App store](https://apps.apple.com/ml/app/nextcloud-deck/id1570892788)

### 3rd-Party Integrations
## 3rd-Party Integrations

- [trello-to-deck](https://github.com/maxammann/trello-to-deck) - Migrates cards from Trello
- [mail2deck](https://github.com/newroco/mail2deck) - Provides an "email in" solution
Expand Down
Loading