-
Notifications
You must be signed in to change notification settings - Fork 686
Handle file firewall forbidden message and show it to the user. #494
Comments
The server is using the same code status for many different errors. The desktop client is showing the message that receive from the server, but what happen if you have other language, the error message shown in another language... not cool, we have to think to use different code status. |
In our login view we should show the "firewall error" in the same place where we show a login error. |
The server response in the language that the user selected. The status is |
Needed a review of the status flow for the banned uploads. Right now we have different behaviours depending of the rule/issue that bans the upload. CC @nasli |
Agree @jesmrec. Summarizing, after an error is detected, the upload should fail and have the chance to retry. |
Checking this again. the firewall error is also shown when a user can not upload to a non-granted-shared-folder. |
Fixing last loose end... |
Fixed messages, @jesmrec please test. |
@davivel, the behaviour right now is setting the same message in both banned uploads due to firewall rule and lack of permissions. |
Too easy to be true; checking. |
Now it should be fixed; @jesmrec , please, test again. |
fyi there is a blocking issue https://github.com/owncloud/firewall/issues/266 |
Updated message for downloads. |
@jesmrec , could you open a new issue for the retries? Thanks |
Currently iOS client is not showing the user what happened if the server blocks access by firewall.
To block the iOS client add a rule in the file firewall of the server (enterprise only) like this:
For example the desktop client blocked by firewall:
cc: @nasli @rperezb
PR:#851
PR library: owncloud/ios-library#148
The text was updated successfully, but these errors were encountered: