-
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
Introduce drop-account capability #1213
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1213 +/- ##
============================================
- Coverage 52.51% 52.46% -0.05%
+ Complexity 973 972 -1
============================================
Files 189 189
Lines 6970 6976 +6
Branches 914 916 +2
============================================
Hits 3660 3660
- Misses 2802 2806 +4
- Partials 508 510 +2
|
400ca36
to
3b4bb8c
Compare
Hello there, We hope that the reviewing process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR reviewing process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! |
096f130
3b4bb8c
to
096f130
Compare
096f130
to
fb6295b
Compare
fb6295b
to
26c1139
Compare
011b60d
to
9c7ffe3
Compare
/rebase |
9c7ffe3
to
318e8db
Compare
Signed-off-by: ZetaTom <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
318e8db
to
5252638
Compare
master-IT test failed: https://www.kaminsky.me/nc-dev/library-integrationTests/2244-IT-master-09-55/debug/ |
This change introduces the
drop-account
capability required by nextcloud/android#11950. The corresponding server-side plug-in change is documented here.