implement Forgejo as another server variant #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the server adding screen needs to get a dropdown with API providers. the first two API providers will be:
the backend crate needs to be refactored to have different backend handlings for the generated API code, so that different servers can be added to the app. the core API code then handles the differences, where there are any.
the gotcha CLI tool and the iPhone app seamlessly support both backends, so that a user does not need to know if they are working on gitea or forgejo servers.