Server URL Autocomplete.
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.5k
- Forks
- 1k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 13
Description
It's become apparent that my users when connecting their mobile devices to there Nextcloud account don't like typing the full URL (https://apps.example.com/nextcloud/) of the server address so I'm proposing is a "server auto-complete" feature. My idea is that the user only needs to enter the top-level domain (example.com) and when the app fails to connect to the server at that address it then makes another request to something like "https://example.com/NextcloudServers.xml" (Or for Federated Cloud improvement just "Servers.xml" so sharing resources to users becomes user@example.com instead of the full server address when sharing) which contains something along the lines of:
<server>
<friendlyName>Example Server 1</friendlyName>
<URL>https://apps.example.com/nextcloud/</URL>
</server>
<server>
<friendlyName>Example Server 2</friendlyName>
<URL>https://moreapps.example.com/another_nextcloud/</URL>
</server>
Which then if there are multiple servers defined the app will then show a list of available servers then upon user request will fill out the URL field making the login process more intuitive.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by locating the iOS app's server URL and login flow, then review the proposed XML discovery request and response format. Done would require an agreed discovery mechanism, support for multiple servers, and filling the URL field from the selected server.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100