Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

add support for deleted method with body

Description

Add support for the DELETE method required by the password app.

Screenshots

Technical details

We need to send a JSON body with the HTTP DELETE method in our Nextcloud Android app, mainly because that’s what the Nextcloud Passwords app backend expects¹.

Instead of modifying the existing delete method in the account manager—which could impact our other apps—we’ve introduced a separate entry specifically for the Passwords app.

  1. https://git.mdns.eu/nextcloud/passwords/-/wikis/Developers/Api/Password-Api#the-delete-action

Tests

Issues

10 commandments of code review

👪 ❤️ code review guidelines

Edited by dev-12

Merge request reports

Loading