Skip to content

feat(users): add wipe method to UsersAPI #368

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

Merged
merged 2 commits into from
Jul 29, 2025
Merged

Conversation

MrAalen
Copy link
Contributor

@MrAalen MrAalen commented Jul 28, 2025

Changes proposed in this pull request:
Introduces a new 'wipe' method to disconnect a user from the Nextcloud server and delete all local data stored on the user's devices via the OCS API.

MrAalen and others added 2 commits July 28, 2025 09:33
Introduces a new 'wipe' method to disconnect a user from the Nextcloud server and delete all local data stored on the user's devices via the OCS API.
Copy link

codecov bot commented Jul 28, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 95.11%. Comparing base (f6fe6a5) to head (bf7c19a).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
nc_py_api/users.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #368      +/-   ##
==========================================
- Coverage   95.13%   95.11%   -0.02%     
==========================================
  Files          45       45              
  Lines        5322     5324       +2     
==========================================
+ Hits         5063     5064       +1     
- Misses        259      260       +1     
Files with missing lines Coverage Δ
nc_py_api/users.py 99.46% <50.00%> (-0.54%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@bigcat88 bigcat88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, didn't know someone will need it. Thanks!

@bigcat88 bigcat88 merged commit 85fd458 into cloud-py-api:main Jul 29, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants