-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle user disabled exception as its own result code #1215
Open
tobiasKaminsky
wants to merge
1
commit into
master
Choose a base branch
from
disabled
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ZetaTom
previously approved these changes
Oct 12, 2023
alperozturk96
previously approved these changes
Nov 10, 2023
AndyScherzinger
dismissed stale reviews from alperozturk96 and ZetaTom
via
November 10, 2023 08:50
29df43f
AndyScherzinger
force-pushed
the
disabled
branch
from
November 10, 2023 08:50
c30fb8e
to
29df43f
Compare
alperozturk96
previously approved these changes
Nov 10, 2023
tobiasKaminsky
force-pushed
the
disabled
branch
from
November 20, 2023 09:29
29df43f
to
acd94f3
Compare
alperozturk96
previously approved these changes
Nov 20, 2023
tobiasKaminsky
force-pushed
the
disabled
branch
from
November 20, 2023 12:39
acd94f3
to
fb2260e
Compare
ZetaTom
previously approved these changes
Nov 21, 2023
alperozturk96
previously approved these changes
Dec 4, 2023
/rebase |
nextcloud-command
force-pushed
the
disabled
branch
from
December 8, 2023 09:11
fb2260e
to
0681669
Compare
AndyScherzinger
force-pushed
the
disabled
branch
from
December 8, 2023 10:09
0681669
to
17843e1
Compare
library/src/main/java/com/owncloud/android/lib/common/operations/ExceptionParser.java
Outdated
Show resolved
Hide resolved
library/src/main/java/com/owncloud/android/lib/common/operations/ExceptionParser.java
Outdated
Show resolved
Hide resolved
AndyScherzinger
force-pushed
the
disabled
branch
from
February 3, 2024 19:14
17843e1
to
9c4d46d
Compare
AndyScherzinger
force-pushed
the
disabled
branch
from
February 12, 2024 22:07
9c4d46d
to
6e70857
Compare
alperozturk96
force-pushed
the
disabled
branch
from
February 13, 2024 08:59
6e70857
to
353b9f5
Compare
tobiasKaminsky
dismissed stale reviews from alperozturk96 and ZetaTom
via
December 16, 2024 12:30
2428067
tobiasKaminsky
force-pushed
the
disabled
branch
from
December 16, 2024 12:30
353b9f5
to
2428067
Compare
tobiasKaminsky
force-pushed
the
disabled
branch
from
December 16, 2024 15:27
2428067
to
d46ecea
Compare
1 task
1 similar comment
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky
force-pushed
the
disabled
branch
from
December 20, 2024 09:33
d46ecea
to
71557b9
Compare
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/3681-IT-stable-09-53/debug/ |
master-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/3681-IT-master-09-53/debug/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If an user account is disabled, previously ResultCode was MAINTENANCE_MODE, now it is USER_DISABLED.
I will create a branch on Files app that is using this.