owncloud / ios-legacy

:iphone: iOS app for ownCloud
https://itunes.apple.com/app/owncloud/id543672169
GNU General Public License v3.0
624 stars 687 forks source link

Account settings - Add option to edit account. #713

Open tmikaeld opened 8 years ago

tmikaeld commented 8 years ago

It's insane that the address cannot be updated on an already existing account, for providers that update tens to hundred of users with a new URL - this forces every user to re-enter all of their details for no reason.

Should also add a DELETE button inside of the account settings, it's very unclear that you can swipe to delete it.

jesmrec commented 8 years ago

A change in the URL connection is a not very usual use case, and for that, is better to use a redirection. Changing the URL means changing the server location, so the app handles this case as a new server. In the next release the account menu will be improved with options like the one you mentioned and clear cache.

tmikaeld commented 8 years ago

That is true in most cases, but we use Owncloud in China where they block domain access frequently, so we have to use the direct IP address and we change server quite often.